Show / Hide Table of Contents

Namespace Oci.OcvpService.Models

Classes

ChangeSddcCompartmentDetails

The configuration details for the move operation.

Cluster

An Oracle Cloud VMware Solution Cluster contains the resources required for a functional VMware environment. Instances in a Cluster (see {@link EsxiHost}) run in a virtual cloud network (VCN) and are preconfigured with VMware and storage. Use the vCenter utility to manage and deploy VMware virtual machines (VMs) in the Cluster.
The Cluster uses a single management subnet for provisioning the Cluster. It also uses a set of VLANs for various components of the VMware environment (vSphere, vMotion, vSAN, and so on). See the Core Services API for information about VCN subnets and VLANs.

ClusterCollection

A list of Clusters.

ClusterSummary

A summary of the Cluster.

CreateClusterDetails

Details of the Cluster.

CreateEsxiHostDetails

Details of the ESXi host to add to the Cluster.

CreateSddcDetails

Details of the SDDC.

DatastoreDetails

Datastore details for a getting an Sddc.

DatastoreInfo

Datastore info for creating an Sddc.

DowngradeHcxDetails

The HCX on-premise license keys to be reserved when downgrading from HCX Enterprise to HCX Advanced. Downgrading from HCX Enterprise to HCX Advanced reduces the number of provided license keys from 10 to 3.

EsxiHost

An ESXi host is a node in a Cluster. At a minimum, each Cluster has 3 ESXi hosts that are used to implement a functioning VMware environment.
In terms of implementation, an ESXi host is a Compute instance that is configured with the chosen bundle of VMware software.
Notice that an EsxiHost object has its own OCID (id), and a separate attribute for the OCID of the Compute instance (computeInstanceId).

EsxiHostCollection

A list of ESXi hosts.

EsxiHostSummary

A summary of the ESXi host.

HcxLicenseSummary

HCX on-premise license information summary.

InitialClusterConfiguration

Details of the initial Cluster of SDDC.

InitialConfiguration

Details of SDDC initial configuration

NetworkConfiguration

The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.

ReplaceHostDetails

The details for replacing ESXi host.

Sddc

An Oracle Cloud VMware Solution software-defined data center (SDDC) contains the resources required for a functional VMware environment. Instances in an SDDC (see {@link EsxiHost}) run in a virtual cloud network (VCN) and are preconfigured with VMware and storage. Use the vCenter utility to manage and deploy VMware virtual machines (VMs) in the SDDC.
The SDDC uses a single management subnet for provisioning the SDDC. It also uses a set of VLANs for various components of the VMware environment (vSphere, vMotion, vSAN, and so on). See the Core Services API for information about VCN subnets and VLANs.

SddcCollection

A list of SDDCs.

SddcPassword

SDDC vCenter/NSX/HCX password.

SddcSummary

A summary of the SDDC.

SupportedCommitmentSummary

A specific Commitment.

SupportedCommitmentSummaryCollection

A specific Commitment.

SupportedEsxiSoftwareVersionSummary

A specific version of bundled ESXi software supported by the Oracle Cloud VMware Solution.

SupportedHostShapeCollection

A list of compute shapes supported by the Oracle Cloud VMware Solution.

SupportedHostShapeSummary

A specific compute shape supported by the Oracle Cloud VMware Solution.

SupportedVmwareSoftwareVersionCollection

A list of the supported versions of bundled VMware software.

SupportedVmwareSoftwareVersionSummary

A specific version of bundled VMware software supported by the Oracle Cloud VMware Solution.

UpdateClusterDetails

The Cluster information to be updated.
Important: Only the displayName, freeFormTags, and definedTags attributes affect the existing Cluster. Changing the other attributes affects the Cluster object, but not the VMware environment currently running on that Cluster. Those other attributes are used by the Oracle Cloud VMware Solution only for new ESXi hosts that you add to this Cluster in the future with {@link #createEsxiHost(CreateEsxiHostRequest) createEsxiHost}.

UpdateEsxiHostDetails

The ESXi host information to be updated.

UpdateSddcDetails

The SDDC information to be updated.
Important: Only the displayName, freeFormTags, and definedTags attributes affect the existing SDDC. Changing the other attributes affects the Sddc object, but not the VMware environment currently running on that SDDC. Those other attributes are used by the Oracle Cloud VMware Solution only for new ESXi hosts that you add to this SDDC in the future with {@link #createEsxiHost(CreateEsxiHostRequest) createEsxiHost}.

VsphereLicense

License for vSphere upgrade.

VsphereUpgradeObject

Binary object needed for vSphere upgrade

WorkRequest

An asynchronous work request.

WorkRequestCollection

A list of work requests.

WorkRequestError

An error encountered while executing an operation that is tracked by a work request.

WorkRequestErrorCollection

A list of work request errors.

WorkRequestLogEntry

A log message from executing an operation that is tracked by a work request.

WorkRequestLogEntryCollection

A list of work request logs.

WorkRequestResource

A resource that is created or operated on by an asynchronous operation that is tracked by a work request.

Enums

ActionTypes

Possible types of actions.

Commitment

Commitment offerings

DatastoreClusterTypes

Possible datastore cluster types.

DatastoreTypes

Possible datastore types.

HcxLicenseStatus

HCX on-premise license status.

HcxModes

SDDC HCX configuration.

LifecycleStates

Possible lifecycle states.

OperationStatus

Possible operation status.

OperationTypes

Possible asynchronous operation types.

PasswordTypes

SDDC password types.

SortOrders

Sort orders.

VsphereTypes

Possible vSphere Cluster types.

In this article
Back to top