Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateClusterDetails

Details of the Cluster.

Properties

Optional capacityReservationId

capacityReservationId: undefined | string

The OCID of the Capacity Reservation.

computeAvailabilityDomain

computeAvailabilityDomain: string

The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to {@code multi-AD}.

Optional datastores

datastores: Array<DatastoreInfo>

A list of datastore info for the Cluster. This value is required only when {@code initialHostShapeName} is a standard shape.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

Optional displayName

displayName: undefined | string

A descriptive name for the Cluster. Cluster name requirements are 1-16 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.

esxiHostsCount

esxiHostsCount: number

The number of ESXi hosts to create in the Cluster. You can add more hosts later (see {@link #createEsxiHost(CreateEsxiHostRequest) createEsxiHost}).

*Note:** If you later delete EXSi hosts from a production Cluster to make SDDC total host count 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 the SDDC again has at least 3 ESXi hosts. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional esxiSoftwareVersion

esxiSoftwareVersion: undefined | string

The ESXi software bundle to install on the ESXi hosts in the Cluster. Only versions under the same vmwareSoftwareVersion and have been validate by Oracle Cloud VMware Solution will be accepted. To get a list of the available versions, use {@link #listSupportedVmwareSoftwareVersions(ListSupportedVmwareSoftwareVersionsRequest) listSupportedVmwareSoftwareVersions}.

Optional freeformTags

freeformTags: undefined | object

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: {@code {\"Department\": \"Finance\"}}

Optional initialCommitment

initialCommitment: model.Commitment

The billing option selected during Cluster creation. {@link #listSupportedCommitments(ListSupportedCommitmentsRequest) listSupportedCommitments}.

Optional initialHostOcpuCount

initialHostOcpuCount: undefined | number

The initial OCPU count of the Cluster's ESXi hosts. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional initialHostShapeName

initialHostShapeName: undefined | string

The initial compute shape of the Cluster's ESXi hosts. {@link #listSupportedHostShapes(ListSupportedHostShapesRequest) listSupportedHostShapes}.

Optional instanceDisplayNamePrefix

instanceDisplayNamePrefix: undefined | string

A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's {@code displayName} is used as the prefix.

For example, if the value is {@code myCluster}, the ESXi hosts are named {@code myCluster-1}, {@code myCluster-2}, and so on.

Optional isShieldedInstanceEnabled

isShieldedInstanceEnabled: undefined | false | true

Indicates whether shielded instance is enabled for this Cluster.

networkConfiguration

networkConfiguration: NetworkConfiguration

sddcId

sddcId: string

The OCID of the SDDC that the Cluster belongs to.

Optional vmwareSoftwareVersion

vmwareSoftwareVersion: undefined | string

The VMware software bundle to install on the ESXi hosts in the Cluster. To get a list of the available versions, use {@link #listSupportedVmwareSoftwareVersions(ListSupportedVmwareSoftwareVersionsRequest) listSupportedVmwareSoftwareVersions}.

Optional workloadNetworkCidr

workloadNetworkCidr: undefined | string

The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.

Functions

getDeserializedJsonObj

getJsonObj