com.vmware.esx.settings.clusters.enablement package provides
interfaces to manage enablement of the feature that allows to collectively
manage hosts within the cluster with a single software specification.See: Description
| Interface | Description |
|---|---|
| Software |
The
Software interface provides methods to control whether the cluster
is managed with a single software specification. |
| SoftwareTypes |
Defines the data types of the
Software
API service. |
| Class | Description |
|---|---|
| EnablementFactory |
EnablementFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.clusters.enablement package and also has the subpackages reference
to access respective subpackage services. |
| SoftwareDefinitions |
Defines the type descriptors for the
Software
API service. |
| SoftwareStub |
Remote stub implementation of the
Software
API service. |
| SoftwareTypes.CheckResult |
The
CheckResult class contains information that describes the results of
the checks. |
| SoftwareTypes.CheckResult.Builder |
Builder class for
SoftwareTypes.CheckResult. |
| SoftwareTypes.CheckSpec |
The
CheckSpec class contains information describing what checks should
be performed. |
| SoftwareTypes.CheckSpec.Builder |
Builder class for
SoftwareTypes.CheckSpec. |
| SoftwareTypes.CheckType |
The
CheckType enumeration class contains various checks to identify the
possibility to enable the feature that manages the cluster with a single
software specification. |
| SoftwareTypes.EnableSpec |
The
EnableSpec class contains information describing checks that should
be skipped during enablement. |
| SoftwareTypes.EnableSpec.Builder |
Builder class for
SoftwareTypes.EnableSpec. |
| SoftwareTypes.Info |
The
Info class contains information describing whether the feature is
enabled. |
| SoftwareTypes.Info.Builder |
Builder class for
SoftwareTypes.Info. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.settings.clusters.enablement package. |
| Enum | Description |
|---|---|
| SoftwareTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
| SoftwareTypes.CheckType.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.clusters.enablement package provides
interfaces to manage enablement of the feature that allows to collectively
manage hosts within the cluster with a single software specification.