Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static Sddc.Builder |
Sddc.builder()
Create a new builder.
|
Sddc.Builder |
Sddc.Builder.clustersCount(Integer clustersCount)
The number of Clusters in the SDDC.
|
Sddc.Builder |
Sddc.Builder.compartmentId(String compartmentId)
The OCID of the
compartment that contains the SDDC.
|
Sddc.Builder |
Sddc.Builder.copy(Sddc model) |
Sddc.Builder |
Sddc.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Sddc.Builder |
Sddc.Builder.displayName(String displayName)
A descriptive name for the SDDC.
|
Sddc.Builder |
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 |
Sddc.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Sddc.Builder |
Sddc.Builder.hcxFqdn(String hcxFqdn)
The FQDN for HCX Manager.
|
Sddc.Builder |
Sddc.Builder.hcxMode(HcxModes hcxMode)
HCX configuration of the SDDC.
|
Sddc.Builder |
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 |
Sddc.Builder.hcxPrivateIpId(String hcxPrivateIpId)
The OCID of the
PrivateIp object that is the virtual IP (VIP) for HCX Manager. |
Sddc.Builder |
Sddc.Builder.id(String id)
The OCID of the
SDDC.
|
Sddc.Builder |
Sddc.Builder.initialConfiguration(InitialConfiguration initialConfiguration) |
Sddc.Builder |
Sddc.Builder.isHcxPendingDowngrade(Boolean isHcxPendingDowngrade)
Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
|
Sddc.Builder |
Sddc.Builder.isSingleHostSddc(Boolean isSingleHostSddc)
Indicates whether this SDDC is designated for only single ESXi host.
|
Sddc.Builder |
Sddc.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the SDDC.
|
Sddc.Builder |
Sddc.Builder.nsxEdgeUplinkIpId(String nsxEdgeUplinkIpId)
The OCID of the
PrivateIp object that is the virtual IP (VIP) for the NSX Edge Uplink. |
Sddc.Builder |
Sddc.Builder.nsxManagerFqdn(String nsxManagerFqdn)
The FQDN for NSX Manager.
|
Sddc.Builder |
Sddc.Builder.nsxManagerPrivateIpId(String nsxManagerPrivateIpId)
The OCID of the
PrivateIp object that is the virtual IP (VIP) for NSX Manager. |
Sddc.Builder |
Sddc.Builder.nsxManagerUsername(String nsxManagerUsername)
The SDDC includes an administrator username and initial password for NSX Manager.
|
Sddc.Builder |
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 |
Sddc.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Sddc.Builder |
Sddc.Builder.timeCreated(Date timeCreated)
The date and time the SDDC was created, in the format defined by
RFC3339.
|
Sddc.Builder |
Sddc.Builder.timeHcxBillingCycleEnd(Date timeHcxBillingCycleEnd)
The date and time current HCX Enterprise billing cycle ends, in the format defined by
RFC3339.
|
Sddc.Builder |
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 |
Sddc.Builder.timeUpdated(Date timeUpdated)
The date and time the SDDC was updated, in the format defined by
RFC3339.
|
Sddc.Builder |
Sddc.toBuilder() |
Sddc.Builder |
Sddc.Builder.vcenterFqdn(String vcenterFqdn)
The FQDN for vCenter.
|
Sddc.Builder |
Sddc.Builder.vcenterPrivateIpId(String vcenterPrivateIpId)
The OCID of the
PrivateIp object that is the virtual IP (VIP) for vCenter. |
Sddc.Builder |
Sddc.Builder.vcenterUsername(String vcenterUsername)
The SDDC includes an administrator username and password for vCenter.
|
Sddc.Builder |
Sddc.Builder.vmwareSoftwareVersion(String vmwareSoftwareVersion)
In general, this is a specific version of bundled VMware software supported by Oracle
Cloud VMware Solution (see
listSupportedVmwareSoftwareVersions ). |
Copyright © 2016–2024. All rights reserved.