📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
ocvp
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ocvp/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_sddc_details.cpython-39.pyc
a ���f�: � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreateSddcDetailsz Details of the SDDC. �DISABLED�ADVANCED� ENTERPRISEc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateSddcDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateSddcDetails. :type display_name: str :param vmware_software_version: The value to assign to the vmware_software_version property of this CreateSddcDetails. :type vmware_software_version: str :param esxi_software_version: The value to assign to the esxi_software_version property of this CreateSddcDetails. :type esxi_software_version: str :param compartment_id: The value to assign to the compartment_id property of this CreateSddcDetails. :type compartment_id: str :param hcx_mode: The value to assign to the hcx_mode property of this CreateSddcDetails. Allowed values for this property are: "DISABLED", "ADVANCED", "ENTERPRISE" :type hcx_mode: str :param initial_configuration: The value to assign to the initial_configuration property of this CreateSddcDetails. :type initial_configuration: oci.ocvp.models.InitialConfiguration :param is_single_host_sddc: The value to assign to the is_single_host_sddc property of this CreateSddcDetails. :type is_single_host_sddc: bool :param ssh_authorized_keys: The value to assign to the ssh_authorized_keys property of this CreateSddcDetails. :type ssh_authorized_keys: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSddcDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSddcDetails. :type defined_tags: dict(str, dict(str, object)) �strZInitialConfiguration�boolzdict(str, str)zdict(str, dict(str, object))) �display_name�vmware_software_version�esxi_software_version�compartment_id�hcx_mode�initial_configuration�is_single_host_sddc�ssh_authorized_keys� freeform_tags�defined_tagsZdisplayNameZvmwareSoftwareVersionZesxiSoftwareVersionZ compartmentIdZhcxModeZinitialConfigurationZisSingleHostSddcZsshAuthorizedKeysZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_vmware_software_version�_esxi_software_version�_compartment_id� _hcx_mode�_initial_configuration�_is_single_host_sddc�_ssh_authorized_keys�_freeform_tags� _defined_tags)�self�kwargs� r"