Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static UpdateSddcDetails.Builder |
UpdateSddcDetails.builder()
Create a new builder.
|
UpdateSddcDetails.Builder |
UpdateSddcDetails.Builder.copy(UpdateSddcDetails model) |
UpdateSddcDetails.Builder |
UpdateSddcDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateSddcDetails.Builder |
UpdateSddcDetails.Builder.displayName(String displayName)
The OCID of the
SDDC.
|
UpdateSddcDetails.Builder |
UpdateSddcDetails.Builder.esxiSoftwareVersion(String esxiSoftwareVersion)
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.
|
UpdateSddcDetails.Builder |
UpdateSddcDetails.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
UpdateSddcDetails.Builder |
UpdateSddcDetails.Builder.sshAuthorizedKeys(String sshAuthorizedKeys)
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. |
UpdateSddcDetails.Builder |
UpdateSddcDetails.toBuilder() |
UpdateSddcDetails.Builder |
UpdateSddcDetails.Builder.vmwareSoftwareVersion(String vmwareSoftwareVersion)
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.
|
Copyright © 2016–2024. All rights reserved.