com.vmware.esx.settings.hosts package provides interfaces to manage
desired state configuration and software for a standalone ESX host.See: Description
| Interface | Description |
|---|---|
| Configuration |
The
Configuration interface provides methods to manage configuration of
a ESX host. |
| ConfigurationTypes |
Defines the data types of the
Configuration
API service. |
| Software |
The
Software interface provides methods to manage desired software
specification of a standalone ESX host. |
| SoftwareTypes |
Defines the data types of the
Software
API service. |
| Class | Description |
|---|---|
| ConfigurationDefinitions |
Defines the type descriptors for the
Configuration
API service. |
| ConfigurationStub |
Remote stub implementation of the
Configuration
API service. |
| ConfigurationTypes.ExtractResult |
The
Info class defines the information about configuration extracted
from a ESXi host. |
| ConfigurationTypes.ExtractResult.Builder |
Builder class for
ConfigurationTypes.ExtractResult. |
| HostsFactory |
HostsFactory is responsible for creating instances of services
contained inside the com.vmware.esx.settings.hosts 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.ApplyResult |
The
ApplyResult class contains properties that describe the result of an
com.vmware.esx.settings.hosts.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 host. |
| 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.hosts.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.hosts.Software#apply the desired software specification
to host. |
| 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 host before the com.vmware.esx.settings.hosts.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.hosts.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 host. |
| 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.hosts.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.hosts.Software#stage the desired software specification
to a host. |
| 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.hosts 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.StageStatus.Status.Values |
Native Java
enum representing this enumeration class. |
| SoftwareTypes.Status.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.settings.hosts package provides interfaces to manage
desired state configuration and software for a standalone ESX host.