Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateEsxiHostDetails

Details of the ESXi host to add to the Cluster.

Properties

Optional billingDonorHostId

billingDonorHostId: undefined | string

The OCID of the deleted ESXi Host with LeftOver billing cycle.

Optional capacityReservationId

capacityReservationId: undefined | string

The OCID of the Capacity Reservation.

clusterId

clusterId: string

The OCID of the Cluster to add the ESXi host to.

Optional computeAvailabilityDomain

computeAvailabilityDomain: undefined | string

The availability domain to create the ESXi host in. If keep empty, for AD-specific Cluster, new ESXi host will be created in the same availability domain; for multi-AD Cluster, new ESXi host will be auto assigned to the next availability domain following evenly distribution strategy.

Optional currentCommitment

currentCommitment: model.Commitment

The billing option currently used by the ESXi host. {@link #listSupportedCommitments(ListSupportedCommitmentsRequest) listSupportedCommitments}.

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 ESXi host. It's changeable. Esxi Host 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 Cluster.

If this attribute is not specified, the Cluster's {@code instanceDisplayNamePrefix} attribute is used to name and incrementally number the ESXi host. For example, if you're creating the fourth ESXi host in the Cluster, and {@code instanceDisplayNamePrefix} is {@code MyCluster}, the host's display name is {@code MyCluster-4}.

Avoid entering confidential information.

Optional esxiSoftwareVersion

esxiSoftwareVersion: undefined | string

The ESXi software bundle to install on the ESXi host. 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 hostOcpuCount

hostOcpuCount: undefined | number

The OCPU count of the ESXi host. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional hostShapeName

hostShapeName: undefined | string

The compute shape name of the ESXi host. {@link #listSupportedHostShapes(ListSupportedHostShapesRequest) listSupportedHostShapes}.

Optional nextCommitment

nextCommitment: model.Commitment

The billing option to switch to after the existing billing cycle ends. If {@code nextCommitment} is null or empty, {@code currentCommitment} continues to the next billing cycle. {@link #listSupportedCommitments(ListSupportedCommitmentsRequest) listSupportedCommitments}.

Functions

getDeserializedJsonObj

getJsonObj