Class InitialClusterConfiguration
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.ocvp.model.InitialClusterConfiguration
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20230701") public final class InitialClusterConfiguration extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails of the initial Cluster of SDDC.
 Note: Objects should always be created or deserialized using theInitialClusterConfiguration.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theInitialClusterConfiguration.Builder, which maintain a set of all explicitly set fields calledInitialClusterConfiguration.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classInitialClusterConfiguration.Builder
 - 
Constructor SummaryConstructors Constructor Description InitialClusterConfiguration(VsphereTypes vsphereType, String computeAvailabilityDomain, String displayName, String instanceDisplayNamePrefix, Integer esxiHostsCount, NetworkConfiguration networkConfiguration, Commitment initialCommitment, String workloadNetworkCidr, String initialHostShapeName, Float initialHostOcpuCount, Boolean isShieldedInstanceEnabled, String capacityReservationId, List<DatastoreInfo> datastores, List<String> datastoreClusterIds)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InitialClusterConfiguration.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCapacityReservationId()The OCID of the Capacity Reservation.StringgetComputeAvailabilityDomain()The availability domain to create the Cluster’s ESXi hosts in.List<String>getDatastoreClusterIds()A list of datastore clusters.List<DatastoreInfo>getDatastores()A list of datastore info for the Cluster.StringgetDisplayName()A descriptive name for the Cluster.IntegergetEsxiHostsCount()The number of ESXi hosts to create in the Cluster.CommitmentgetInitialCommitment()The billing option selected during Cluster creation.FloatgetInitialHostOcpuCount()The initial OCPU count of the Cluster’s ESXi hosts.StringgetInitialHostShapeName()The initial compute shape of the Cluster’s ESXi hosts.StringgetInstanceDisplayNamePrefix()A prefix used in the name of each ESXi host and Compute instance in the Cluster.BooleangetIsShieldedInstanceEnabled()Indicates whether shielded instance is enabled for this Cluster.NetworkConfigurationgetNetworkConfiguration()VsphereTypesgetVsphereType()vSphere Cluster types.StringgetWorkloadNetworkCidr()The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.inthashCode()InitialClusterConfiguration.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
InitialClusterConfiguration@Deprecated @ConstructorProperties({"vsphereType","computeAvailabilityDomain","displayName","instanceDisplayNamePrefix","esxiHostsCount","networkConfiguration","initialCommitment","workloadNetworkCidr","initialHostShapeName","initialHostOcpuCount","isShieldedInstanceEnabled","capacityReservationId","datastores","datastoreClusterIds"}) public InitialClusterConfiguration(VsphereTypes vsphereType, String computeAvailabilityDomain, String displayName, String instanceDisplayNamePrefix, Integer esxiHostsCount, NetworkConfiguration networkConfiguration, Commitment initialCommitment, String workloadNetworkCidr, String initialHostShapeName, Float initialHostOcpuCount, Boolean isShieldedInstanceEnabled, String capacityReservationId, List<DatastoreInfo> datastores, List<String> datastoreClusterIds) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static InitialClusterConfiguration.Builder builder() Create a new builder.
 - 
toBuilderpublic InitialClusterConfiguration.Builder toBuilder() 
 - 
getVsphereTypepublic VsphereTypes getVsphereType() vSphere Cluster types.- Returns:
- the value
 
 - 
getComputeAvailabilityDomainpublic String getComputeAvailabilityDomain() The availability domain to create the Cluster’s ESXi hosts in.For multi-AD Cluster deployment, set to multi-AD. - Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() A descriptive name for the Cluster.Cluster name requirements are 1-22 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information. - Returns:
- the value
 
 - 
getInstanceDisplayNamePrefixpublic String getInstanceDisplayNamePrefix() A prefix used in the name of each ESXi host and Compute instance in the Cluster.If this isn’t set, the Cluster’s displayName is used as the prefix. For example, if the value is myCluster, the ESXi hosts are named myCluster-1, myCluster-2, and so on. - Returns:
- the value
 
 - 
getEsxiHostsCountpublic Integer getEsxiHostsCount() The number of ESXi hosts to create in the Cluster.You can add more hosts later (see createEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.*Note:** If you later delete EXSi hosts from a production Cluster to total less than 3, you are still billed for the 3 minimum recommended ESXi hosts. Also, you cannot add more VMware workloads to the Cluster until it again has at least 3 ESXi hosts. - Returns:
- the value
 
 - 
getNetworkConfigurationpublic NetworkConfiguration getNetworkConfiguration() 
 - 
getInitialCommitmentpublic Commitment getInitialCommitment() The billing option selected during Cluster creation.listSupportedCommitments.- Returns:
- the value
 
 - 
getWorkloadNetworkCidrpublic String getWorkloadNetworkCidr() The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.- Returns:
- the value
 
 - 
getInitialHostShapeNamepublic String getInitialHostShapeName() The initial compute shape of the Cluster’s ESXi hosts.listSupportedHostShapes.- Returns:
- the value
 
 - 
getInitialHostOcpuCountpublic Float getInitialHostOcpuCount() The initial OCPU count of the Cluster’s ESXi hosts.- Returns:
- the value
 
 - 
getIsShieldedInstanceEnabledpublic Boolean getIsShieldedInstanceEnabled() Indicates whether shielded instance is enabled for this Cluster.- Returns:
- the value
 
 - 
getCapacityReservationIdpublic String getCapacityReservationId() The OCID of the Capacity Reservation.- Returns:
- the value
 
 - 
getDatastorespublic List<DatastoreInfo> getDatastores() A list of datastore info for the Cluster.This value is required only when initialHostShapeName is a standard shape. - Returns:
- the value
 
 - 
getDatastoreClusterIdspublic List<String> getDatastoreClusterIds() A list of datastore clusters.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-