Class UpdateSddcDetails
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 {@link #createEsxiHost(CreateEsxiHostRequest) createEsxiHost}.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class UpdateSddcDetails
Properties
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a
namespace. For more information, see Resource Tags.
|
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | 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. |
EsxiSoftwareVersion
Declaration
[JsonProperty(PropertyName = "esxiSoftwareVersion")]
public string EsxiSoftwareVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | 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.
|
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | 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.
|
SshAuthorizedKeys
Declaration
[JsonProperty(PropertyName = "sshAuthorizedKeys")]
public string SshAuthorizedKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| string | One or more public SSH keys to be included in the |
VmwareSoftwareVersion
Declaration
[JsonProperty(PropertyName = "vmwareSoftwareVersion")]
public string VmwareSoftwareVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | 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.
|