UpdateSddcDetails¶
-
class
oci.ocvp.models.
UpdateSddcDetails
(**kwargs)¶ Bases:
object
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
create_esxi_host()
.Methods
__init__
(**kwargs)Initializes a new UpdateSddcDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateSddcDetails. display_name
Gets the display_name of this UpdateSddcDetails. esxi_software_version
Gets the esxi_software_version of this UpdateSddcDetails. freeform_tags
Gets the freeform_tags of this UpdateSddcDetails. ssh_authorized_keys
Gets the ssh_authorized_keys of this UpdateSddcDetails. vmware_software_version
Gets the vmware_software_version of this UpdateSddcDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSddcDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateSddcDetails.
- vmware_software_version (str) – The value to assign to the vmware_software_version property of this UpdateSddcDetails.
- esxi_software_version (str) – The value to assign to the esxi_software_version property of this UpdateSddcDetails.
- ssh_authorized_keys (str) – The value to assign to the ssh_authorized_keys property of this UpdateSddcDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSddcDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSddcDetails.
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”}}
Returns: The defined_tags of this UpdateSddcDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ 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.
Returns: The display_name of this UpdateSddcDetails. Return type: str
-
esxi_software_version
¶ 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
list_supported_vmware_software_versions()
).Returns: The esxi_software_version of this UpdateSddcDetails. Return type: str
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”}
Returns: The freeform_tags of this UpdateSddcDetails. Return type: dict(str, str)
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.
Returns: The ssh_authorized_keys of this UpdateSddcDetails. Return type: str
-
vmware_software_version
¶ 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
list_supported_vmware_software_versions()
).Returns: The vmware_software_version of this UpdateSddcDetails. Return type: str
-