📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_cluster_details.cpython-39.opt-1.pyc
a ���fsb � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Ze d5d6� �Zejd7d6� �Ze d8d9� �Zejd:d9� �Zd;d<� Zd=d>� Zd?d@� ZdAS )B�CreateClusterDetailsz! Details of the Cluster. �HOUR�MONTH�ONE_YEAR�THREE_YEARSc K s� dddddddddddddddddd �| _ d ddd dddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a, Initializes a new CreateClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sddc_id: The value to assign to the sddc_id property of this CreateClusterDetails. :type sddc_id: str :param compute_availability_domain: The value to assign to the compute_availability_domain property of this CreateClusterDetails. :type compute_availability_domain: str :param display_name: The value to assign to the display_name property of this CreateClusterDetails. :type display_name: str :param instance_display_name_prefix: The value to assign to the instance_display_name_prefix property of this CreateClusterDetails. :type instance_display_name_prefix: str :param esxi_hosts_count: The value to assign to the esxi_hosts_count property of this CreateClusterDetails. :type esxi_hosts_count: int :param network_configuration: The value to assign to the network_configuration property of this CreateClusterDetails. :type network_configuration: oci.ocvp.models.NetworkConfiguration :param initial_commitment: The value to assign to the initial_commitment property of this CreateClusterDetails. Allowed values for this property are: "HOUR", "MONTH", "ONE_YEAR", "THREE_YEARS" :type initial_commitment: str :param workload_network_cidr: The value to assign to the workload_network_cidr property of this CreateClusterDetails. :type workload_network_cidr: str :param initial_host_shape_name: The value to assign to the initial_host_shape_name property of this CreateClusterDetails. :type initial_host_shape_name: str :param initial_host_ocpu_count: The value to assign to the initial_host_ocpu_count property of this CreateClusterDetails. :type initial_host_ocpu_count: float :param is_shielded_instance_enabled: The value to assign to the is_shielded_instance_enabled property of this CreateClusterDetails. :type is_shielded_instance_enabled: bool :param capacity_reservation_id: The value to assign to the capacity_reservation_id property of this CreateClusterDetails. :type capacity_reservation_id: str :param datastores: The value to assign to the datastores property of this CreateClusterDetails. :type datastores: list[oci.ocvp.models.DatastoreInfo] :param vmware_software_version: The value to assign to the vmware_software_version property of this CreateClusterDetails. :type vmware_software_version: str :param esxi_software_version: The value to assign to the esxi_software_version property of this CreateClusterDetails. :type esxi_software_version: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateClusterDetails. :type defined_tags: dict(str, dict(str, object)) �str�intZNetworkConfiguration�float�boolzlist[DatastoreInfo]zdict(str, str)zdict(str, dict(str, object)))�sddc_id�compute_availability_domain�display_name�instance_display_name_prefix�esxi_hosts_count�network_configuration�initial_commitment�workload_network_cidr�initial_host_shape_name�initial_host_ocpu_count�is_shielded_instance_enabled�capacity_reservation_id� datastores�vmware_software_version�esxi_software_version� freeform_tags�defined_tagsZsddcIdZcomputeAvailabilityDomainZdisplayNameZinstanceDisplayNamePrefixZesxiHostsCountZnetworkConfigurationZinitialCommitmentZworkloadNetworkCidrZinitialHostShapeNameZinitialHostOcpuCountZisShieldedInstanceEnabledZcapacityReservationIdr ZvmwareSoftwareVersionZesxiSoftwareVersionZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_sddc_id�_compute_availability_domain� _display_name�_instance_display_name_prefix�_esxi_hosts_count�_network_configuration�_initial_commitment�_workload_network_cidr�_initial_host_shape_name�_initial_host_ocpu_count�_is_shielded_instance_enabled�_capacity_reservation_id�_datastores�_vmware_software_version�_esxi_software_version�_freeform_tags� _defined_tags)�self�kwargs� r3 �J/usr/lib/python3.9/site-packages/oci/ocvp/models/create_cluster_details.py�__init__"