Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Sddc |
build() |
Sddc.Builder |
clustersCount(Integer clustersCount)
The number of Clusters in the SDDC.
|
Sddc.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment that contains the SDDC.
|
Sddc.Builder |
copy(Sddc model) |
Sddc.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Sddc.Builder |
displayName(String displayName)
A descriptive name for the SDDC.
|
Sddc.Builder |
esxiSoftwareVersion(String esxiSoftwareVersion)
In general, this is a specific version of bundled ESXi software supported by Oracle Cloud
VMware Solution (see
listSupportedVmwareSoftwareVersions ). |
Sddc.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Sddc.Builder |
hcxFqdn(String hcxFqdn)
The FQDN for HCX Manager.
|
Sddc.Builder |
hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.
|
Sddc.Builder |
hcxOnPremLicenses(List<HcxLicenseSummary> hcxOnPremLicenses)
The activation licenses to use on the on-premises HCX Enterprise appliance you site pair
with HCX Manager in your VMware Solution.
|
Sddc.Builder |
hcxPrivateIpId(String hcxPrivateIpId)
The OCID of the
PrivateIp object that is the virtual IP (VIP) for HCX Manager. |
Sddc.Builder |
id(String id)
The OCID of the
SDDC.
|
Sddc.Builder |
initialConfiguration(InitialConfiguration initialConfiguration) |
Sddc.Builder |
isHcxPendingDowngrade(Boolean isHcxPendingDowngrade)
Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
|
Sddc.Builder |
isSingleHostSddc(Boolean isSingleHostSddc)
Indicates whether this SDDC is designated for only single ESXi host.
|
Sddc.Builder |
lifecycleState(LifecycleStates lifecycleState)
The current state of the SDDC.
|
Sddc.Builder |
nsxEdgeUplinkIpId(String nsxEdgeUplinkIpId)
The OCID of the
PrivateIp object that is the virtual IP (VIP) for the NSX Edge Uplink. |
Sddc.Builder |
nsxManagerFqdn(String nsxManagerFqdn)
The FQDN for NSX Manager.
|
Sddc.Builder |
nsxManagerPrivateIpId(String nsxManagerPrivateIpId)
The OCID of the
PrivateIp object that is the virtual IP (VIP) for NSX Manager. |
Sddc.Builder |
nsxManagerUsername(String nsxManagerUsername)
The SDDC includes an administrator username and initial password for NSX Manager.
|
Sddc.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. |
Sddc.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Sddc.Builder |
timeCreated(Date timeCreated)
The date and time the SDDC was created, in the format defined by
RFC3339.
|
Sddc.Builder |
timeHcxBillingCycleEnd(Date timeHcxBillingCycleEnd)
The date and time current HCX Enterprise billing cycle ends, in the format defined by
RFC3339.
|
Sddc.Builder |
timeHcxLicenseStatusUpdated(Date timeHcxLicenseStatusUpdated)
The date and time the SDDC’s HCX on-premise license status was updated, in the format
defined by RFC3339.
|
Sddc.Builder |
timeUpdated(Date timeUpdated)
The date and time the SDDC was updated, in the format defined by
RFC3339.
|
Sddc.Builder |
vcenterFqdn(String vcenterFqdn)
The FQDN for vCenter.
|
Sddc.Builder |
vcenterPrivateIpId(String vcenterPrivateIpId)
The OCID of the
PrivateIp object that is the virtual IP (VIP) for vCenter. |
Sddc.Builder |
vcenterUsername(String vcenterUsername)
The SDDC includes an administrator username and password for vCenter.
|
Sddc.Builder |
vmwareSoftwareVersion(String vmwareSoftwareVersion)
In general, this is a specific version of bundled VMware software supported by Oracle
Cloud VMware Solution (see
listSupportedVmwareSoftwareVersions ). |
public Sddc.Builder id(String id)
The OCID of the SDDC.
id
- the value to setpublic Sddc.Builder displayName(String displayName)
A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
displayName
- the value to setpublic Sddc.Builder vmwareSoftwareVersion(String vmwareSoftwareVersion)
In general, this is a specific version of bundled VMware software supported by Oracle
Cloud VMware Solution (see listSupportedVmwareSoftwareVersions
).
This attribute is not guaranteed to reflect the version of software currently
installed on the ESXi hosts in the SDDC. The purpose of this attribute is to show the
version of software that the Oracle Cloud VMware Solution will install on any new ESXi
hosts that you *add to this SDDC in the future* with createEsxiHost
.
Therefore, if you upgrade the existing ESXi hosts in the SDDC to use a newer version
of bundled VMware software supported by the Oracle Cloud VMware Solution, you should use
updateSddc
to update the SDDC's vmwareSoftwareVersion
with that new version.
vmwareSoftwareVersion
- the value to setpublic Sddc.Builder esxiSoftwareVersion(String esxiSoftwareVersion)
In general, this is a specific version of bundled ESXi software supported by Oracle Cloud
VMware Solution (see listSupportedVmwareSoftwareVersions
).
This attribute is not guaranteed to reflect the version of software currently
installed on the ESXi hosts in the SDDC. The purpose of this attribute is to show the
version of software that the Oracle Cloud VMware Solution will install on any new ESXi
hosts that you *add to this SDDC in the future* with createEsxiHost
unless a different version is
configured on the Cluster or ESXi host level.
Therefore, if you upgrade the existing ESXi hosts in the SDDC to use a newer version
of bundled ESXi software supported by the Oracle Cloud VMware Solution, you should use
updateSddc
to update the SDDC's vmwareSoftwareVersion
with that new version.
esxiSoftwareVersion
- the value to setpublic Sddc.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the SDDC.
compartmentId
- the value to setpublic Sddc.Builder clustersCount(Integer clustersCount)
The number of Clusters in the SDDC.
clustersCount
- the value to setpublic Sddc.Builder vcenterFqdn(String vcenterFqdn)
The FQDN for vCenter.
Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
vcenterFqdn
- the value to setpublic Sddc.Builder nsxManagerFqdn(String nsxManagerFqdn)
The FQDN for NSX Manager.
Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
nsxManagerFqdn
- the value to setpublic Sddc.Builder vcenterPrivateIpId(String vcenterPrivateIpId)
The OCID of the
PrivateIp
object that is the virtual IP (VIP) for vCenter. For information about
PrivateIp
objects, see the Core Services API.
vcenterPrivateIpId
- the value to setpublic Sddc.Builder nsxManagerPrivateIpId(String nsxManagerPrivateIpId)
The OCID of the
PrivateIp
object that is the virtual IP (VIP) for NSX Manager. For information
about PrivateIp
objects, see the Core Services API.
nsxManagerPrivateIpId
- the value to setpublic Sddc.Builder vcenterUsername(String vcenterUsername)
The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
vcenterUsername
- the value to setpublic Sddc.Builder nsxManagerUsername(String nsxManagerUsername)
The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager.
nsxManagerUsername
- the value to setpublic Sddc.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. Use a newline character to separate multiple keys.
The SSH keys must be in the format required for the authorized_keys
file.
This attribute is not guaranteed to reflect the public SSH keys currently installed on
the ESXi hosts in the SDDC. The purpose of this attribute is to show the public SSH keys
that Oracle Cloud VMware Solution will install on any new ESXi hosts that you *add to
this SDDC in the future* with createEsxiHost
.
Therefore, if you upgrade the existing ESXi hosts in the SDDC to use different SSH
keys, you should use updateSddc
to update the
SDDC's sshAuthorizedKeys
with the new public keys.
sshAuthorizedKeys
- the value to setpublic Sddc.Builder nsxEdgeUplinkIpId(String nsxEdgeUplinkIpId)
The OCID of the
PrivateIp
object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this
OCID as the route target for route table rules when setting up connectivity between the
SDDC and other networks. For information about PrivateIp
objects, see the Core
Services API.
nsxEdgeUplinkIpId
- the value to setpublic Sddc.Builder hcxPrivateIpId(String hcxPrivateIpId)
The OCID of the
PrivateIp
object that is the virtual IP (VIP) for HCX Manager. For information
about PrivateIp
objects, see the Core Services API.
hcxPrivateIpId
- the value to setpublic Sddc.Builder hcxFqdn(String hcxFqdn)
The FQDN for HCX Manager.
Example: hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
hcxFqdn
- the value to setpublic Sddc.Builder hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.
hcxMode
- the value to setpublic Sddc.Builder initialConfiguration(InitialConfiguration initialConfiguration)
public Sddc.Builder isHcxPendingDowngrade(Boolean isHcxPendingDowngrade)
Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
isHcxPendingDowngrade
- the value to setpublic Sddc.Builder hcxOnPremLicenses(List<HcxLicenseSummary> hcxOnPremLicenses)
The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
hcxOnPremLicenses
- the value to setpublic Sddc.Builder timeHcxBillingCycleEnd(Date timeHcxBillingCycleEnd)
The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeHcxBillingCycleEnd
- the value to setpublic Sddc.Builder timeHcxLicenseStatusUpdated(Date timeHcxLicenseStatusUpdated)
The date and time the SDDC’s HCX on-premise license status was updated, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeHcxLicenseStatusUpdated
- the value to setpublic Sddc.Builder isSingleHostSddc(Boolean isSingleHostSddc)
Indicates whether this SDDC is designated for only single ESXi host.
isSingleHostSddc
- the value to setpublic Sddc.Builder timeCreated(Date timeCreated)
The date and time the SDDC was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic Sddc.Builder timeUpdated(Date timeUpdated)
The date and time the SDDC was updated, in the format defined by RFC3339.
timeUpdated
- the value to setpublic Sddc.Builder lifecycleState(LifecycleStates lifecycleState)
The current state of the SDDC.
lifecycleState
- the value to setpublic Sddc.Builder freeformTags(Map<String,String> freeformTags)
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"}
freeformTags
- the value to setpublic Sddc.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic Sddc.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
systemTags
- the value to setpublic Sddc build()
public Sddc.Builder copy(Sddc model)
Copyright © 2016–2024. All rights reserved.