📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_sddc_details.cpython-39.pyc
a ���fL+ � @ 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 )�UpdateSddcDetailsa� The SDDC information to be updated. **Important:** Only the `displayName`, `freeFormTags`, and `definedTags` attributes affect the existing SDDC. Changing the other attributes affects the `Sddc` object, but not the VMware environment currently running on that SDDC. Those other attributes are used by the Oracle Cloud VMware Solution *only* for new ESXi hosts that you add to this SDDC in the future with :func:`create_esxi_host`. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateSddcDetails 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 UpdateSddcDetails. :type display_name: str :param vmware_software_version: The value to assign to the vmware_software_version property of this UpdateSddcDetails. :type vmware_software_version: str :param esxi_software_version: The value to assign to the esxi_software_version property of this UpdateSddcDetails. :type esxi_software_version: str :param ssh_authorized_keys: The value to assign to the ssh_authorized_keys property of this UpdateSddcDetails. :type ssh_authorized_keys: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateSddcDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateSddcDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�display_name�vmware_software_version�esxi_software_version�ssh_authorized_keys� freeform_tags�defined_tagsZdisplayNameZvmwareSoftwareVersionZesxiSoftwareVersionZsshAuthorizedKeysZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_vmware_software_version�_esxi_software_version�_ssh_authorized_keys�_freeform_tags� _defined_tags)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/ocvp/models/update_sddc_details.py�__init__ s( � � zUpdateSddcDetails.__init__c C s | j S )a� Gets the display_name of this UpdateSddcDetails. The `OCID`__ of the SDDC. SDDC 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 UpdateSddcDetails. :rtype: str �r �r r r r r O s zUpdateSddcDetails.display_namec C s || _ dS )a� Sets the display_name of this UpdateSddcDetails. The `OCID`__ of the SDDC. SDDC 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 UpdateSddcDetails. :type: str Nr )r r r r r r ^ s c C s | j S )a Gets the vmware_software_version of this UpdateSddcDetails. The version of bundled VMware software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you add to this SDDC in the future unless a specific version is configured on the Cluster level. For the list of versions supported by the Oracle Cloud VMware Solution, see :func:`list_supported_vmware_software_versions`). :return: The vmware_software_version of this UpdateSddcDetails. :rtype: str �r r r r r r m s z)UpdateSddcDetails.vmware_software_versionc C s || _ dS )a6 Sets the vmware_software_version of this UpdateSddcDetails. The version of bundled VMware software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you add to this SDDC in the future unless a specific version is configured on the Cluster level. For the list of versions supported by the Oracle Cloud VMware Solution, see :func:`list_supported_vmware_software_versions`). :param vmware_software_version: The vmware_software_version of this UpdateSddcDetails. :type: str Nr )r r r r r r } s c C s | j S )a Gets the esxi_software_version of this UpdateSddcDetails. The version of bundled ESXi software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you add to this SDDC in the future unless a specific version is configured on the Cluster level. For the list of versions supported by the Oracle Cloud VMware Solution, see :func:`list_supported_vmware_software_versions`). :return: The esxi_software_version of this UpdateSddcDetails. :rtype: str �r r r r r r � s z'UpdateSddcDetails.esxi_software_versionc C s || _ dS )a. Sets the esxi_software_version of this UpdateSddcDetails. The version of bundled ESXi software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you add to this SDDC in the future unless a specific version is configured on the Cluster level. For the list of versions supported by the Oracle Cloud VMware Solution, see :func:`list_supported_vmware_software_versions`). :param esxi_software_version: The esxi_software_version of this UpdateSddcDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the ssh_authorized_keys of this UpdateSddcDetails. One or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on each ESXi host, only when adding new ESXi hosts to this SDDC. Use a newline character to separate multiple keys. The SSH keys must be in the format required for the `authorized_keys` file. :return: The ssh_authorized_keys of this UpdateSddcDetails. :rtype: str �r r r r r r � s z%UpdateSddcDetails.ssh_authorized_keysc C s || _ dS )a� Sets the ssh_authorized_keys of this UpdateSddcDetails. One or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on each ESXi host, only when adding new ESXi hosts to this SDDC. Use a newline character to separate multiple keys. The SSH keys must be in the format required for the `authorized_keys` file. :param ssh_authorized_keys: The ssh_authorized_keys of this UpdateSddcDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this UpdateSddcDetails. 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 UpdateSddcDetails. :rtype: dict(str, str) �r r r r r r � s zUpdateSddcDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateSddcDetails. 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 UpdateSddcDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateSddcDetails. 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 UpdateSddcDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s zUpdateSddcDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateSddcDetails. 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 UpdateSddcDetails. :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 zUpdateSddcDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zUpdateSddcDetails.__eq__c C s | |k S r r r# r r r �__ne__ s zUpdateSddcDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&