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. freeform_tags
Gets the freeform_tags of this UpdateSddcDetails. hcx_vlan_id
Gets the hcx_vlan_id of this UpdateSddcDetails. nsx_edge_uplink1_vlan_id
Gets the nsx_edge_uplink1_vlan_id of this UpdateSddcDetails. nsx_edge_uplink2_vlan_id
Gets the nsx_edge_uplink2_vlan_id of this UpdateSddcDetails. nsx_edge_v_tep_vlan_id
Gets the nsx_edge_v_tep_vlan_id of this UpdateSddcDetails. nsx_v_tep_vlan_id
Gets the nsx_v_tep_vlan_id of this UpdateSddcDetails. ssh_authorized_keys
Gets the ssh_authorized_keys of this UpdateSddcDetails. vmotion_vlan_id
Gets the vmotion_vlan_id of this UpdateSddcDetails. vmware_software_version
Gets the vmware_software_version of this UpdateSddcDetails. vsan_vlan_id
Gets the vsan_vlan_id of this UpdateSddcDetails. vsphere_vlan_id
Gets the vsphere_vlan_id 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.
- ssh_authorized_keys (str) – The value to assign to the ssh_authorized_keys property of this UpdateSddcDetails.
- vsphere_vlan_id (str) – The value to assign to the vsphere_vlan_id property of this UpdateSddcDetails.
- vmotion_vlan_id (str) – The value to assign to the vmotion_vlan_id property of this UpdateSddcDetails.
- vsan_vlan_id (str) – The value to assign to the vsan_vlan_id property of this UpdateSddcDetails.
- nsx_v_tep_vlan_id (str) – The value to assign to the nsx_v_tep_vlan_id property of this UpdateSddcDetails.
- nsx_edge_v_tep_vlan_id (str) – The value to assign to the nsx_edge_v_tep_vlan_id property of this UpdateSddcDetails.
- nsx_edge_uplink1_vlan_id (str) – The value to assign to the nsx_edge_uplink1_vlan_id property of this UpdateSddcDetails.
- nsx_edge_uplink2_vlan_id (str) – The value to assign to the nsx_edge_uplink2_vlan_id property of this UpdateSddcDetails.
- hcx_vlan_id (str) – The value to assign to the hcx_vlan_id 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
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)
-
hcx_vlan_id
¶ Gets the hcx_vlan_id of this UpdateSddcDetails. This id is editable only when hcxEnabled is true
Returns: The hcx_vlan_id of this UpdateSddcDetails. Return type: str
-
nsx_edge_uplink1_vlan_id
¶ Gets the nsx_edge_uplink1_vlan_id of this UpdateSddcDetails. The OCID of the VLAN to use for the NSX Edge Uplink 1 component of the VMware environment when adding new ESXi hosts to the SDDC.
Returns: The nsx_edge_uplink1_vlan_id of this UpdateSddcDetails. Return type: str
-
nsx_edge_uplink2_vlan_id
¶ Gets the nsx_edge_uplink2_vlan_id of this UpdateSddcDetails. The OCID of the VLAN to use for the NSX Edge Uplink 2 component of the VMware environment when adding new ESXi hosts to the SDDC.
Returns: The nsx_edge_uplink2_vlan_id of this UpdateSddcDetails. Return type: str
-
nsx_edge_v_tep_vlan_id
¶ Gets the nsx_edge_v_tep_vlan_id of this UpdateSddcDetails. The OCID of the VLAN to use for the NSX Edge VTEP component of the VMware environment when adding new ESXi hosts to the SDDC.
Returns: The nsx_edge_v_tep_vlan_id of this UpdateSddcDetails. Return type: str
-
nsx_v_tep_vlan_id
¶ Gets the nsx_v_tep_vlan_id of this UpdateSddcDetails. The OCID of the VLAN to use for the NSX VTEP component of the VMware environment when adding new ESXi hosts to the SDDC.
Returns: The nsx_v_tep_vlan_id of this UpdateSddcDetails. Return type: 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
-
vmotion_vlan_id
¶ Gets the vmotion_vlan_id of this UpdateSddcDetails. The OCID of the VLAN to use for the vMotion component of the VMware environment when adding new ESXi hosts to the SDDC.
Returns: The vmotion_vlan_id 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.
For the list of versions supported by the Oracle Cloud VMware Solution, see :func:` _list_supported_vmware_software_versions`).
Returns: The vmware_software_version of this UpdateSddcDetails. Return type: str
-