ruạṛ
a N��f0M � @ 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,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�DedicatedVmHostz� A dedicated virtual machine host lets you host multiple VM instances on a dedicated server that is not shared with other tenancies. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )ag Initializes a new DedicatedVmHost 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 DedicatedVmHost. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this DedicatedVmHost. :type compartment_id: str :param dedicated_vm_host_shape: The value to assign to the dedicated_vm_host_shape property of this DedicatedVmHost. :type dedicated_vm_host_shape: str :param defined_tags: The value to assign to the defined_tags property of this DedicatedVmHost. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this DedicatedVmHost. :type display_name: str :param fault_domain: The value to assign to the fault_domain property of this DedicatedVmHost. :type fault_domain: str :param freeform_tags: The value to assign to the freeform_tags property of this DedicatedVmHost. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this DedicatedVmHost. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DedicatedVmHost. 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 DedicatedVmHost. :type time_created: datetime :param total_ocpus: The value to assign to the total_ocpus property of this DedicatedVmHost. :type total_ocpus: float :param remaining_ocpus: The value to assign to the remaining_ocpus property of this DedicatedVmHost. :type remaining_ocpus: float :param total_memory_in_gbs: The value to assign to the total_memory_in_gbs property of this DedicatedVmHost. :type total_memory_in_gbs: float :param remaining_memory_in_gbs: The value to assign to the remaining_memory_in_gbs property of this DedicatedVmHost. :type remaining_memory_in_gbs: float �strzdict(str, dict(str, object))zdict(str, str)�datetime�float)�availability_domain�compartment_id�dedicated_vm_host_shape�defined_tags�display_name�fault_domain� freeform_tags�id�lifecycle_state�time_created�total_ocpus�remaining_ocpus�total_memory_in_gbs�remaining_memory_in_gbs�availabilityDomain� compartmentId�dedicatedVmHostShape�definedTags�displayName�faultDomain�freeformTagsr �lifecycleState�timeCreated� totalOcpus�remainingOcpus�totalMemoryInGBs�remainingMemoryInGBsN)� swagger_types� attribute_map�_availability_domain�_compartment_id�_dedicated_vm_host_shape� _defined_tags� _display_name� _fault_domain�_freeform_tags�_id�_lifecycle_state� _time_created�_total_ocpus�_remaining_ocpus�_total_memory_in_gbs�_remaining_memory_in_gbs)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/dedicated_vm_host.py�__init__) sX A��zDedicatedVmHost.__init__c C s | j S )a" **[Required]** Gets the availability_domain of this DedicatedVmHost. The availability domain the dedicated virtual machine host is running in. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this DedicatedVmHost. :rtype: str �r- �r; r= r= r>