📂 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: update_cluster_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�UpdateClusterDetailsa� The Cluster information to be updated. **Important:** Only the `displayName`, `freeFormTags`, and `definedTags` attributes affect the existing Cluster. Changing the other attributes affects the `Cluster` object, but not the VMware environment currently running on that Cluster. Those other attributes are used by the Oracle Cloud VMware Solution *only* for new ESXi hosts that you add to this Cluster in the future with :func:`create_esxi_host`. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new UpdateClusterDetails 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 UpdateClusterDetails. :type display_name: str :param network_configuration: The value to assign to the network_configuration property of this UpdateClusterDetails. :type network_configuration: oci.ocvp.models.NetworkConfiguration :param vmware_software_version: The value to assign to the vmware_software_version property of this UpdateClusterDetails. :type vmware_software_version: str :param esxi_software_version: The value to assign to the esxi_software_version property of this UpdateClusterDetails. :type esxi_software_version: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateClusterDetails. :type defined_tags: dict(str, dict(str, object)) �strZNetworkConfigurationzdict(str, str)zdict(str, dict(str, object)))�display_name�network_configuration�vmware_software_version�esxi_software_version� freeform_tags�defined_tagsZdisplayNameZnetworkConfigurationZvmwareSoftwareVersionZesxiSoftwareVersionZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_network_configuration�_vmware_software_version�_esxi_software_version�_freeform_tags� _defined_tags)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/ocvp/models/update_cluster_details.py�__init__ s( � � zUpdateClusterDetails.__init__c C s | j S )a� Gets the display_name of this UpdateClusterDetails. The `OCID`__ of the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The display_name of this UpdateClusterDetails. :rtype: str �r �r r r r r O s z!UpdateClusterDetails.display_namec C s || _ dS )a� Sets the display_name of this UpdateClusterDetails. The `OCID`__ of the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param display_name: The display_name of this UpdateClusterDetails. :type: str Nr )r r r r r r ^ s c C s | j S )z� Gets the network_configuration of this UpdateClusterDetails. :return: The network_configuration of this UpdateClusterDetails. :rtype: oci.ocvp.models.NetworkConfiguration �r r r r r r m s z*UpdateClusterDetails.network_configurationc C s || _ dS )z� Sets the network_configuration of this UpdateClusterDetails. :param network_configuration: The network_configuration of this UpdateClusterDetails. :type: oci.ocvp.models.NetworkConfiguration Nr )r r r r r r w s c C s | j S )a� Gets the vmware_software_version of this UpdateClusterDetails. The version of bundled VMware software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you add to this Cluster in the future. To get a list of the available versions, use :func:`list_supported_vmware_software_versions`. :return: The vmware_software_version of this UpdateClusterDetails. :rtype: str �r r r r r r � s z,UpdateClusterDetails.vmware_software_versionc C s || _ dS )a� Sets the vmware_software_version of this UpdateClusterDetails. The version of bundled VMware software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you add to this Cluster in the future. To get a list of the available versions, use :func:`list_supported_vmware_software_versions`. :param vmware_software_version: The vmware_software_version of this UpdateClusterDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the esxi_software_version of this UpdateClusterDetails. The version of bundled ESXi software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you add to this Cluster in the future unless a specific version is configured on the ESXi level. To get a list of the available versions, use :func:`list_supported_vmware_software_versions`. :return: The esxi_software_version of this UpdateClusterDetails. :rtype: str �r r r r r r � s z*UpdateClusterDetails.esxi_software_versionc C s || _ dS )a Sets the esxi_software_version of this UpdateClusterDetails. The version of bundled ESXi software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you add to this Cluster in the future unless a specific version is configured on the ESXi level. To get a list of the available versions, use :func:`list_supported_vmware_software_versions`. :param esxi_software_version: The esxi_software_version of this UpdateClusterDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this UpdateClusterDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateClusterDetails. :rtype: dict(str, str) �r r r r r r � s z"UpdateClusterDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateClusterDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateClusterDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateClusterDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateClusterDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z!UpdateClusterDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateClusterDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateClusterDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zUpdateClusterDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zUpdateClusterDetails.__eq__c C s | |k S r r r# r r r �__ne__ s zUpdateClusterDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&