Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static Cluster.Builder |
Cluster.builder()
Create a new builder.
|
Cluster.Builder |
Cluster.Builder.capacityReservationId(String capacityReservationId)
The OCID of the
Capacity Reservation.
|
Cluster.Builder |
Cluster.Builder.compartmentId(String compartmentId)
The OCID of the
compartment that contains the Cluster.
|
Cluster.Builder |
Cluster.Builder.computeAvailabilityDomain(String computeAvailabilityDomain)
The availability domain the ESXi hosts are running in.
|
Cluster.Builder |
Cluster.Builder.copy(Cluster model) |
Cluster.Builder |
Cluster.Builder.datastores(List<DatastoreDetails> datastores)
Datastores used for the Cluster.
|
Cluster.Builder |
Cluster.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Cluster.Builder |
Cluster.Builder.displayName(String displayName)
A descriptive name for the Cluster.
|
Cluster.Builder |
Cluster.Builder.esxiHostsCount(Integer esxiHostsCount)
The number of ESXi hosts in the Cluster.
|
Cluster.Builder |
Cluster.Builder.esxiSoftwareVersion(String esxiSoftwareVersion)
In general, this is a specific version of bundled ESXi software supported by Oracle Cloud
VMware Solution (see
listSupportedVmwareSoftwareVersions ). |
Cluster.Builder |
Cluster.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Cluster.Builder |
Cluster.Builder.id(String id)
The OCID of the
Cluster.
|
Cluster.Builder |
Cluster.Builder.initialCommitment(Commitment initialCommitment)
The billing option selected during Cluster creation.
|
Cluster.Builder |
Cluster.Builder.initialHostOcpuCount(Float initialHostOcpuCount)
The initial OCPU count of the Cluster’s ESXi hosts.
|
Cluster.Builder |
Cluster.Builder.initialHostShapeName(String initialHostShapeName)
The initial compute shape of the Cluster’s ESXi hosts.
|
Cluster.Builder |
Cluster.Builder.instanceDisplayNamePrefix(String instanceDisplayNamePrefix)
A prefix used in the name of each ESXi host and Compute instance in the Cluster.
|
Cluster.Builder |
Cluster.Builder.isShieldedInstanceEnabled(Boolean isShieldedInstanceEnabled)
Indicates whether shielded instance is enabled at the Cluster level.
|
Cluster.Builder |
Cluster.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Cluster.
|
Cluster.Builder |
Cluster.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
Cluster.Builder |
Cluster.Builder.sddcId(String sddcId)
The OCID of the
SDDC that the Cluster belongs to.
|
Cluster.Builder |
Cluster.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Cluster.Builder |
Cluster.Builder.timeCreated(Date timeCreated)
The date and time the Cluster was created, in the format defined by
RFC3339.
|
Cluster.Builder |
Cluster.Builder.timeUpdated(Date timeUpdated)
The date and time the Cluster was updated, in the format defined by
RFC3339.
|
Cluster.Builder |
Cluster.toBuilder() |
Cluster.Builder |
Cluster.Builder.upgradeLicenses(List<VsphereLicense> upgradeLicenses)
The vSphere licenses to use when upgrading the Cluster.
|
Cluster.Builder |
Cluster.Builder.vmwareSoftwareVersion(String vmwareSoftwareVersion)
In general, this is a specific version of bundled VMware software supported by Oracle
Cloud VMware Solution (see
listSupportedVmwareSoftwareVersions ). |
Cluster.Builder |
Cluster.Builder.vsphereType(VsphereTypes vsphereType)
vSphere Cluster types.
|
Cluster.Builder |
Cluster.Builder.vsphereUpgradeObjects(List<VsphereUpgradeObject> vsphereUpgradeObjects)
The links to binary objects needed to upgrade vSphere.
|
Cluster.Builder |
Cluster.Builder.workloadNetworkCidr(String workloadNetworkCidr)
The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application
workloads.
|
Copyright © 2016–2024. All rights reserved.