📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: dedicated_vm_host_summary.cpython-39.pyc
a ���f)B � @ 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 �strZdatetime�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_gbsZavailabilityDomainZ compartmentIdZdedicatedVmHostShapeZdisplayNameZfaultDomainr ZlifecycleStateZtimeCreatedZremainingOcpusZ totalOcpusZtotalMemoryInGBsZremainingMemoryInGBsN)Z swagger_typesZ 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� r) �M/usr/lib/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 �r'