com.vmware.esx.settings.clusters.enablement.configuration
package
provides interfaces to manage enablement of configuration on an ESX cluster.See: Description
Interface | Description |
---|---|
Transition |
The
Transition interface provides methods to manage transition of an
existing cluster to a desired configuration managed cluster. |
TransitionTypes |
Defines the data types of the
Transition
API service. |
Class | Description |
---|---|
ConfigurationFactory |
ConfigurationFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.clusters.enablement.configuration package and also has the subpackages reference
to access respective subpackage services. |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.settings.clusters.enablement.configuration package. |
TransitionDefinitions |
Defines the type descriptors for the
Transition
API service. |
TransitionStub |
Remote stub implementation of the
Transition
API service. |
TransitionTypes.EligibilityResult |
This
EligibilityResult class contains properties that describe the
result of the eligibility checks performed on the cluster to determine if the
cluster can transition to desired configuration management platform. |
TransitionTypes.EligibilityResult.Builder |
Builder class for
TransitionTypes.EligibilityResult . |
TransitionTypes.EligibilityResult.Status |
The
Status enumeration class contains the possible status codes
describing the result of eligibility checks. |
TransitionTypes.EnableResult |
The
EnableResult class contains properties that describes the result of
enabling configmanager on a cluster as part of the transition process. |
TransitionTypes.EnableResult.Builder |
Builder class for
TransitionTypes.EnableResult . |
TransitionTypes.EnableResult.Status |
The
Status enumeration class contains the status of Enable API. |
TransitionTypes.FileSpec |
The
FileSpec contain properties that contains the details of the file
being imported during transition process. |
TransitionTypes.FileSpec.Builder |
Builder class for
TransitionTypes.FileSpec . |
TransitionTypes.Info |
The
Info class contains properties that describe the current status of
transition process in the cluster. |
TransitionTypes.Info.Builder |
Builder class for
TransitionTypes.Info . |
TransitionTypes.Info.Status |
The
Status enumeration class contains the possible status codes
describing the transition state of the cluster. |
TransitionTypes.ReferenceHost |
The
ReferenceHost contains properties that specify the reference host
information used by the transition process. |
TransitionTypes.ReferenceHost.Builder |
Builder class for
TransitionTypes.ReferenceHost . |
TransitionTypes.Source |
The
Source enumeration class describes the possible sources for
specifying the desired configuration of the cluster. |
TransitionTypes.State |
The
State class contains properties that describe the latest state of
transitioning a cluster to desired configuration management platform. |
TransitionTypes.State.Builder |
Builder class for
TransitionTypes.State . |
TransitionTypes.ValidateResult |
The
ValidateResult class contains properties that describe the validity
of the imported desired configuration, and compliance information. |
TransitionTypes.ValidateResult.Builder |
Builder class for
TransitionTypes.ValidateResult . |
TransitionTypes.ValidateResult.Status |
The
Status enumeration class contains the possible status codes
describing the result of validating configuration draft. |
Enum | Description |
---|---|
TransitionTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
TransitionTypes.EligibilityResult.Status.Values |
Native Java
enum representing this enumeration class. |
TransitionTypes.EnableResult.Status.Values |
Native Java
enum representing this enumeration class. |
TransitionTypes.Info.Status.Values |
Native Java
enum representing this enumeration class. |
TransitionTypes.Source.Values |
Native Java
enum representing this enumeration class. |
TransitionTypes.ValidateResult.Status.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.clusters.enablement.configuration
package
provides interfaces to manage enablement of configuration on an ESX cluster.