📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_dedicated_vm_host_details.pyc
a N��fS, � @ 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 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 dd� Zdd� Zdd� ZdS ) �CreateDedicatedVmHostDetailszH The details for creating a new dedicated virtual machine host. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateDedicatedVmHostDetails 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 CreateDedicatedVmHostDetails. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this CreateDedicatedVmHostDetails. :type compartment_id: str :param dedicated_vm_host_shape: The value to assign to the dedicated_vm_host_shape property of this CreateDedicatedVmHostDetails. :type dedicated_vm_host_shape: str :param defined_tags: The value to assign to the defined_tags property of this CreateDedicatedVmHostDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateDedicatedVmHostDetails. :type display_name: str :param fault_domain: The value to assign to the fault_domain property of this CreateDedicatedVmHostDetails. :type fault_domain: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDedicatedVmHostDetails. :type freeform_tags: dict(str, str) �strzdict(str, dict(str, object))zdict(str, str))�availability_domain�compartment_id�dedicated_vm_host_shape�defined_tags�display_name�fault_domain� freeform_tags�availabilityDomain� compartmentId�dedicatedVmHostShape�definedTags�displayName�faultDomain�freeformTagsN) � swagger_types� attribute_map�_availability_domain�_compartment_id�_dedicated_vm_host_shape� _defined_tags� _display_name� _fault_domain�_freeform_tags)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/create_dedicated_vm_host_details.py�__init__ s. #�� z%CreateDedicatedVmHostDetails.__init__c C s | j S )a1 **[Required]** Gets the availability_domain of this CreateDedicatedVmHostDetails. The availability domain of the dedicated virtual machine host. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this CreateDedicatedVmHostDetails. :rtype: str �r �r r! r! r"