com.vmware.esx.settings.clusters
package provides interfaces to
manage desired state configuration and software for a cluster of ESX hosts.See: Description
Interface | Description |
---|---|
DepotOverrides |
The
DepotOverrides interface provides methods to manage software depots
overriden for a given cluster. |
DepotOverridesTypes |
Defines the data types of the
DepotOverrides
API service. |
Software |
The
Software interface provides methods to manage desired software
specification of an ESX cluster. |
SoftwareTypes |
Defines the data types of the
Software
API service. |
Class | Description |
---|---|
ClustersFactory |
ClustersFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.clusters package and also has the subpackages reference
to access respective subpackage services. |
DepotOverridesDefinitions |
Defines the type descriptors for the
DepotOverrides
API service. |
DepotOverridesStub |
Remote stub implementation of the
DepotOverrides
API service. |
DepotOverridesTypes.Depot |
The
Depot class defines the information regarding a particular depot
override for a given cluster. |
DepotOverridesTypes.Depot.Builder |
Builder class for
DepotOverridesTypes.Depot . |
DepotOverridesTypes.Info |
The
Info class defines the information regarding depot overrides for a
given cluster. |
DepotOverridesTypes.Info.Builder |
Builder class for
DepotOverridesTypes.Info . |
SoftwareDefinitions |
Defines the type descriptors for the
Software
API service. |
SoftwareStub |
Remote stub implementation of the
Software
API service. |
SoftwareTypes.ApplyResult |
The
ApplyResult class contains properties that describe the result of an
com.vmware.esx.settings.clusters.Software#apply method. |
SoftwareTypes.ApplyResult.Builder |
Builder class for
SoftwareTypes.ApplyResult . |
SoftwareTypes.ApplySpec |
The
ApplySpec class contains properties that describe the specification
to be used for applying the desired software document to a cluster. |
SoftwareTypes.ApplySpec.Builder |
Builder class for
SoftwareTypes.ApplySpec . |
SoftwareTypes.ApplyStatus |
The
ApplyStatus class contains properties that describe the status of an
com.vmware.esx.settings.clusters.Software#apply method. |
SoftwareTypes.ApplyStatus.Builder |
Builder class for
SoftwareTypes.ApplyStatus . |
SoftwareTypes.ApplyStatus.Status |
The
Status enumeration class contains the possible different status
codes that can be returned while trying to com.vmware.esx.settings.clusters.Software#apply the desired software
specification to hosts within the cluster. |
SoftwareTypes.CheckInfo |
The
CheckInfo class contains properties that describe a particular
check. |
SoftwareTypes.CheckInfo.Builder |
Builder class for
SoftwareTypes.CheckInfo . |
SoftwareTypes.CheckResult |
The
CheckResult class contains properties that describe aggregated
status of all checks performed. |
SoftwareTypes.CheckResult.Builder |
Builder class for
SoftwareTypes.CheckResult . |
SoftwareTypes.CheckSpec |
The
CheckSpec class contains properties that describe the specification
to be used for running checks on the cluster before the com.vmware.esx.settings.clusters.Software#apply method. |
SoftwareTypes.CheckSpec.Builder |
Builder class for
SoftwareTypes.CheckSpec . |
SoftwareTypes.CheckStatus |
The
CheckStatus class contains properties that describe a check result. |
SoftwareTypes.CheckStatus.Builder |
Builder class for
SoftwareTypes.CheckStatus . |
SoftwareTypes.EntityCheckResult |
The
EntityCheckResult class contains properties that describe aggregated
status of all checks performed on a specific entity. |
SoftwareTypes.EntityCheckResult.Builder |
Builder class for
SoftwareTypes.EntityCheckResult . |
SoftwareTypes.EntityCheckResult.EntityType |
The
EntityType enumeration class contains the entitites on which checks
can be performed. |
SoftwareTypes.ExportSpec |
The
ExportSpec class contains information describing how a software
specification or image should be exported. |
SoftwareTypes.ExportSpec.Builder |
Builder class for
SoftwareTypes.ExportSpec . |
SoftwareTypes.ExportType |
The
ExportType enumeration class defines the formats in which software
specification document or image can be exported. |
SoftwareTypes.Status |
The
Status enumeration class defines the status result for a particular
check. |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.settings.clusters package. |
Enum | Description |
---|---|
SoftwareTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
SoftwareTypes.ApplyStatus.Status.Values |
Native Java
enum representing this enumeration class. |
SoftwareTypes.EntityCheckResult.EntityType.Values |
Native Java
enum representing this enumeration class. |
SoftwareTypes.ExportType.Values |
Native Java
enum representing this enumeration class. |
SoftwareTypes.Status.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.clusters
package provides interfaces to
manage desired state configuration and software for a cluster of ESX hosts.