ruạṛ
a ���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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�HostCpuHardwareConfigurationz8 CPU Hardware Configuration metric for the host c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new HostCpuHardwareConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostCpuHardwareConfiguration.metric_name` attribute of this class is ``HOST_CPU_HARDWARE_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 HostCpuHardwareConfiguration. 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", "HOST_FILESYSTEM_CONFIGURATION", "HOST_GPU_CONFIGURATION" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this HostCpuHardwareConfiguration. :type time_collected: datetime :param total_sockets: The value to assign to the total_sockets property of this HostCpuHardwareConfiguration. :type total_sockets: int :param vendor_name: The value to assign to the vendor_name property of this HostCpuHardwareConfiguration. :type vendor_name: str :param frequency_in_mhz: The value to assign to the frequency_in_mhz property of this HostCpuHardwareConfiguration. :type frequency_in_mhz: float :param cache_in_mb: The value to assign to the cache_in_mb property of this HostCpuHardwareConfiguration. :type cache_in_mb: float :param cpu_implementation: The value to assign to the cpu_implementation property of this HostCpuHardwareConfiguration. :type cpu_implementation: str :param model: The value to assign to the model property of this HostCpuHardwareConfiguration. :type model: str :param cpu_family: The value to assign to the cpu_family property of this HostCpuHardwareConfiguration. :type cpu_family: str :param cores_per_socket: The value to assign to the cores_per_socket property of this HostCpuHardwareConfiguration. :type cores_per_socket: int :param threads_per_socket: The value to assign to the threads_per_socket property of this HostCpuHardwareConfiguration. :type threads_per_socket: int :param hyper_threading_enabled: The value to assign to the hyper_threading_enabled property of this HostCpuHardwareConfiguration. :type hyper_threading_enabled: str �strZdatetime�int�float)Zmetric_nameZtime_collected� total_sockets�vendor_name�frequency_in_mhz�cache_in_mb�cpu_implementation�model� cpu_family�cores_per_socket�threads_per_socket�hyper_threading_enabledZ metricNameZ timeCollectedZtotalSocketsZ vendorNameZfrequencyInMhzZ cacheInMBZcpuImplementationr Z cpuFamilyZcoresPerSocketZthreadsPerSocketZhyperThreadingEnabledNZHOST_CPU_HARDWARE_CONFIGURATION)Z swagger_typesZ attribute_mapZ_metric_nameZ_time_collected�_total_sockets�_vendor_name�_frequency_in_mhz�_cache_in_mb�_cpu_implementation�_model�_cpu_family�_cores_per_socket�_threads_per_socket�_hyper_threading_enabled)�self�kwargs� r"