ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�HostConfigurationMetricGroup� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�HostMemoryConfigurationz2 Memory Configuration metric for the host c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a Initializes a new HostMemoryConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostMemoryConfiguration.metric_name` attribute of this class is ``HOST_MEMORY_CONFIGURATION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this HostMemoryConfiguration. Allowed values for this property are: "HOST_PRODUCT", "HOST_RESOURCE_ALLOCATION", "HOST_MEMORY_CONFIGURATION", "HOST_HARDWARE_CONFIGURATION", "HOST_CPU_HARDWARE_CONFIGURATION", "HOST_NETWORK_CONFIGURATION", "HOST_ENTITES" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this HostMemoryConfiguration. :type time_collected: datetime :param page_size_in_kb: The value to assign to the page_size_in_kb property of this HostMemoryConfiguration. :type page_size_in_kb: float :param page_tables_in_kb: The value to assign to the page_tables_in_kb property of this HostMemoryConfiguration. :type page_tables_in_kb: float :param swap_total_in_kb: The value to assign to the swap_total_in_kb property of this HostMemoryConfiguration. :type swap_total_in_kb: float :param huge_page_size_in_kb: The value to assign to the huge_page_size_in_kb property of this HostMemoryConfiguration. :type huge_page_size_in_kb: float :param huge_pages_total: The value to assign to the huge_pages_total property of this HostMemoryConfiguration. :type huge_pages_total: int �str�datetime�float�int)�metric_name�time_collected�page_size_in_kb�page_tables_in_kb�swap_total_in_kb�huge_page_size_in_kb�huge_pages_total� metricName� timeCollected�pageSizeInKB�pageTablesInKB� swapTotalInKB�hugePageSizeInKB�hugePagesTotalN�HOST_MEMORY_CONFIGURATION) � swagger_types� attribute_map�_metric_name�_time_collected�_page_size_in_kb�_page_tables_in_kb�_swap_total_in_kb�_huge_page_size_in_kb�_huge_pages_total)�self�kwargs� r'