UpdateClusterDetails

class oci.ocvp.models.UpdateClusterDetails(**kwargs)

Bases: object

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 create_esxi_host().

Methods

__init__(**kwargs) Initializes a new UpdateClusterDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateClusterDetails.
display_name Gets the display_name of this UpdateClusterDetails.
esxi_software_version Gets the esxi_software_version of this UpdateClusterDetails.
freeform_tags Gets the freeform_tags of this UpdateClusterDetails.
network_configuration Gets the network_configuration of this UpdateClusterDetails.
vmware_software_version Gets the vmware_software_version of this UpdateClusterDetails.
__init__(**kwargs)

Initializes a new UpdateClusterDetails 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 UpdateClusterDetails.
  • network_configuration (oci.ocvp.models.NetworkConfiguration) – The value to assign to the network_configuration property of this UpdateClusterDetails.
  • vmware_software_version (str) – The value to assign to the vmware_software_version property of this UpdateClusterDetails.
  • esxi_software_version (str) – The value to assign to the esxi_software_version property of this UpdateClusterDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateClusterDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateClusterDetails.
defined_tags

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”}}

Returns:The defined_tags of this UpdateClusterDetails.
Return type:dict(str, dict(str, object))
display_name

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.

Returns:The display_name of this UpdateClusterDetails.
Return type:str
esxi_software_version

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 list_supported_vmware_software_versions().

Returns:The esxi_software_version of this UpdateClusterDetails.
Return type:str
freeform_tags

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”}

Returns:The freeform_tags of this UpdateClusterDetails.
Return type:dict(str, str)
network_configuration

Gets the network_configuration of this UpdateClusterDetails.

Returns:The network_configuration of this UpdateClusterDetails.
Return type:oci.ocvp.models.NetworkConfiguration
vmware_software_version

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 list_supported_vmware_software_versions().

Returns:The vmware_software_version of this UpdateClusterDetails.
Return type:str