ruạṛ
a N��f�A � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�DedicatedVmHostSummaryz� A dedicated virtual machine (VM) host lets you host multiple instances on a dedicated server that is not shared with other tenancies. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddd�| _ ddddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )as Initializes a new DedicatedVmHostSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this DedicatedVmHostSummary. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this DedicatedVmHostSummary. :type compartment_id: str :param dedicated_vm_host_shape: The value to assign to the dedicated_vm_host_shape property of this DedicatedVmHostSummary. :type dedicated_vm_host_shape: str :param display_name: The value to assign to the display_name property of this DedicatedVmHostSummary. :type display_name: str :param fault_domain: The value to assign to the fault_domain property of this DedicatedVmHostSummary. :type fault_domain: str :param id: The value to assign to the id property of this DedicatedVmHostSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DedicatedVmHostSummary. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this DedicatedVmHostSummary. :type time_created: datetime :param remaining_ocpus: The value to assign to the remaining_ocpus property of this DedicatedVmHostSummary. :type remaining_ocpus: float :param total_ocpus: The value to assign to the total_ocpus property of this DedicatedVmHostSummary. :type total_ocpus: float :param total_memory_in_gbs: The value to assign to the total_memory_in_gbs property of this DedicatedVmHostSummary. :type total_memory_in_gbs: float :param remaining_memory_in_gbs: The value to assign to the remaining_memory_in_gbs property of this DedicatedVmHostSummary. :type remaining_memory_in_gbs: float �str�datetime�float)�availability_domain�compartment_id�dedicated_vm_host_shape�display_name�fault_domain�id�lifecycle_state�time_created�remaining_ocpus�total_ocpus�total_memory_in_gbs�remaining_memory_in_gbs�availabilityDomain� compartmentId�dedicatedVmHostShape�displayName�faultDomainr �lifecycleState�timeCreated�remainingOcpus� totalOcpus�totalMemoryInGBs�remainingMemoryInGBsN)� swagger_types� attribute_map�_availability_domain�_compartment_id�_dedicated_vm_host_shape� _display_name� _fault_domain�_id�_lifecycle_state� _time_created�_remaining_ocpus�_total_ocpus�_total_memory_in_gbs�_remaining_memory_in_gbs)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/dedicated_vm_host_summary.py�__init__( sL 9��zDedicatedVmHostSummary.__init__c C s | j S )a# **[Required]** Gets the availability_domain of this DedicatedVmHostSummary. The availability domain the dedicated VM host is running in. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this DedicatedVmHostSummary. :rtype: str �r) �r5 r7 r7 r8 r � s z*DedicatedVmHostSummary.availability_domainc C s || _ dS )a& Sets the availability_domain of this DedicatedVmHostSummary. The availability domain the dedicated VM host is running in. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this DedicatedVmHostSummary. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this DedicatedVmHostSummary. The OCID of the compartment that contains the dedicated VM host. :return: The compartment_id of this DedicatedVmHostSummary. :rtype: str �r* r; r7 r7 r8 r � s z%DedicatedVmHostSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this DedicatedVmHostSummary. The OCID of the compartment that contains the dedicated VM host. :param compartment_id: The compartment_id of this DedicatedVmHostSummary. :type: str Nr<