Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static CreateSddcDetails.Builder |
CreateSddcDetails.builder()
Create a new builder.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.capacityReservationId(String capacityReservationId)
The OCID of the
Capacity Reservation.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.compartmentId(String compartmentId)
The OCID of the
compartment to contain the SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.computeAvailabilityDomain(String computeAvailabilityDomain)
The availability domain to create the SDDC’s ESXi hosts in.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.copy(CreateSddcDetails model) |
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.datastores(List<DatastoreInfo> datastores)
A list of datastore info for the SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.displayName(String displayName)
A descriptive name for the SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.esxiHostsCount(Integer esxiHostsCount)
The number of ESXi hosts to create in the SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.hcxVlanId(String hcxVlanId)
The OCID of the
VLAN to use for the HCX component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.initialHostOcpuCount(Float initialHostOcpuCount)
The initial OCPU count of the SDDC’s ESXi hosts.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.initialHostShapeName(String initialHostShapeName)
The initial compute shape of the SDDC’s ESXi hosts.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.initialSku(Sku initialSku)
The billing option selected during SDDC creation.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.instanceDisplayNamePrefix(String instanceDisplayNamePrefix)
A prefix used in the name of each ESXi host and Compute instance in the SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.isHcxEnabled(Boolean isHcxEnabled)
For SDDC with dense compute shapes, this parameter indicates whether to enable HCX
Advanced for this SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.isHcxEnterpriseEnabled(Boolean isHcxEnterpriseEnabled)
Indicates whether to enable HCX Enterprise for this SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.isShieldedInstanceEnabled(Boolean isShieldedInstanceEnabled)
Indicates whether shielded instance is enabled for this SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.isSingleHostSddc(Boolean isSingleHostSddc)
Indicates whether this SDDC is designated for only single ESXi host.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.nsxEdgeUplink1VlanId(String nsxEdgeUplink1VlanId)
The OCID of the
VLAN to use for the NSX Edge Uplink 1 component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.nsxEdgeUplink2VlanId(String nsxEdgeUplink2VlanId)
The OCID of the
VLAN to use for the NSX Edge Uplink 2 component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.nsxEdgeVTepVlanId(String nsxEdgeVTepVlanId)
The OCID of the
VLAN to use for the NSX Edge VTEP component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.nsxVTepVlanId(String nsxVTepVlanId)
The OCID of the
VLAN to use for the NSX VTEP component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.provisioningSubnetId(String provisioningSubnetId)
The OCID of the
management subnet to use for provisioning the SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.provisioningVlanId(String provisioningVlanId)
The OCID of the
VLAN used by the SDDC for the Provisioning component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.replicationVlanId(String replicationVlanId)
The OCID of the
VLAN used by the SDDC for the vSphere Replication component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.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. |
CreateSddcDetails.Builder |
CreateSddcDetails.toBuilder() |
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.vmotionVlanId(String vmotionVlanId)
The OCID of the
VLAN to use for the vMotion component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.vmwareSoftwareVersion(String vmwareSoftwareVersion)
The VMware software bundle to install on the ESXi hosts in the SDDC.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.vsanVlanId(String vsanVlanId)
The OCID of the
VLAN to use for the vSAN component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.vsphereVlanId(String vsphereVlanId)
The OCID of the
VLAN to use for the vSphere component of the VMware environment.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.workloadNetworkCidr(String workloadNetworkCidr)
The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application
workloads.
|
Copyright © 2016–2023. All rights reserved.