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 |
---|---|
Configuration |
The
Configuration interface provides methods to manage desired
configuration of an ESX cluster. |
ConfigurationTypes |
Defines the data types of the
Configuration
API service. |
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. |
ConfigurationDefinitions |
Defines the type descriptors for the
Configuration
API service. |
ConfigurationStub |
Remote stub implementation of the
Configuration
API service. |
ConfigurationTypes.ApplyResult |
The
ApplyResult class contains properties that describe the result of an
com.vmware.esx.settings.clusters.Configuration#apply method. |
ConfigurationTypes.ApplyResult.Builder |
Builder class for
ConfigurationTypes.ApplyResult . |
ConfigurationTypes.ApplySpec |
The
ApplySpec class contains properties that describe the specification
to be used for applying the desired configuration to a cluster. |
ConfigurationTypes.ApplySpec.Builder |
Builder class for
ConfigurationTypes.ApplySpec . |
ConfigurationTypes.ImportSpec |
The
ImportSpec class contains the desired configuration for a cluster
and an optional short description of this version of the configuration. |
ConfigurationTypes.ImportSpec.Builder |
Builder class for
ConfigurationTypes.ImportSpec . |
ConfigurationTypes.Info |
The
Info class defines the information about configuration commit. |
ConfigurationTypes.Info.Builder |
Builder class for
ConfigurationTypes.Info . |
ConfigurationTypes.Metadata |
The
Metadata class defines the metadata information about configuration
commit. |
ConfigurationTypes.Metadata.Builder |
Builder class for
ConfigurationTypes.Metadata . |
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.CheckIssue | |
SoftwareTypes.CheckIssue.Builder |
Builder class for
SoftwareTypes.CheckIssue . |
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.StageResult |
The
StageResult class contains properties that describe the result of a
com.vmware.esx.settings.clusters.Software#stage method. |
SoftwareTypes.StageResult.Builder |
Builder class for
SoftwareTypes.StageResult . |
SoftwareTypes.StageSpec |
The
StageSpec class contains properties that describe the specification
to be used for staging the desired software document to a cluster. |
SoftwareTypes.StageSpec.Builder |
Builder class for
SoftwareTypes.StageSpec . |
SoftwareTypes.StageStatus |
The
StageStatus class contains properties that describe the status of a
com.vmware.esx.settings.clusters.Software#stage method. |
SoftwareTypes.StageStatus.Builder |
Builder class for
SoftwareTypes.StageStatus . |
SoftwareTypes.StageStatus.Status |
The
Status enumeration class contains the possible different status
codes that can be returned while trying to com.vmware.esx.settings.clusters.Software#stage the desired software
specification to hosts within the cluster. |
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 |
---|---|
ConfigurationTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
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.StageStatus.Status.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.