📂 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_esxi_host_details.cpython-39.pyc
a ���fAO � @ 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 dZ dZdd� Ze dd � �Zejd d � �Ze dd� �Zejd d� �Ze dd� �Zejdd� �Ze 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*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�CreateEsxiHostDetailsz9 Details of the ESXi host to add to the Cluster. �HOUR�MONTH�ONE_YEAR�THREE_YEARSc K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new CreateEsxiHostDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cluster_id: The value to assign to the cluster_id property of this CreateEsxiHostDetails. :type cluster_id: str :param display_name: The value to assign to the display_name property of this CreateEsxiHostDetails. :type display_name: str :param billing_donor_host_id: The value to assign to the billing_donor_host_id property of this CreateEsxiHostDetails. :type billing_donor_host_id: str :param current_commitment: The value to assign to the current_commitment property of this CreateEsxiHostDetails. Allowed values for this property are: "HOUR", "MONTH", "ONE_YEAR", "THREE_YEARS" :type current_commitment: str :param next_commitment: The value to assign to the next_commitment property of this CreateEsxiHostDetails. Allowed values for this property are: "HOUR", "MONTH", "ONE_YEAR", "THREE_YEARS" :type next_commitment: str :param compute_availability_domain: The value to assign to the compute_availability_domain property of this CreateEsxiHostDetails. :type compute_availability_domain: str :param host_shape_name: The value to assign to the host_shape_name property of this CreateEsxiHostDetails. :type host_shape_name: str :param host_ocpu_count: The value to assign to the host_ocpu_count property of this CreateEsxiHostDetails. :type host_ocpu_count: float :param capacity_reservation_id: The value to assign to the capacity_reservation_id property of this CreateEsxiHostDetails. :type capacity_reservation_id: str :param esxi_software_version: The value to assign to the esxi_software_version property of this CreateEsxiHostDetails. :type esxi_software_version: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateEsxiHostDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateEsxiHostDetails. :type defined_tags: dict(str, dict(str, object)) �str�floatzdict(str, str)zdict(str, dict(str, object)))� cluster_id�display_name�billing_donor_host_id�current_commitment�next_commitment�compute_availability_domain�host_shape_name�host_ocpu_count�capacity_reservation_id�esxi_software_version� freeform_tags�defined_tagsZ clusterIdZdisplayNameZbillingDonorHostIdZcurrentCommitmentZnextCommitmentZcomputeAvailabilityDomainZ hostShapeNameZ hostOcpuCountZcapacityReservationIdZesxiSoftwareVersionZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_cluster_id� _display_name�_billing_donor_host_id�_current_commitment�_next_commitment�_compute_availability_domain�_host_shape_name�_host_ocpu_count�_capacity_reservation_id�_esxi_software_version�_freeform_tags� _defined_tags)�self�kwargs� r'