com.vmware.esx.hosts package provides interfaces to manage ESX host.See: Description
| Interface | Description |
|---|---|
| Software |
The
Software interface provides methods to get and extract the current
software specification applied to the host. |
| SoftwareTypes |
Defines the data types of the
Software
API service. |
| Class | Description |
|---|---|
| AddOnInfo |
The
AddOnInfo class contains properties that describe a specific OEM
customization add-on in the software solution. |
| AddOnInfo.Builder |
Builder class for
AddOnInfo. |
| AddOnSpec |
The
AddOnSpec class contains properties that describe a specific OEM
customization add-on in the software specification. |
| AddOnSpec.Builder |
Builder class for
AddOnSpec. |
| BaseImageInfo |
The
BaseImageInfo class contains properties that describe a specific ESX
base-image in the software solution. |
| BaseImageInfo.Builder |
Builder class for
BaseImageInfo. |
| BaseImageSpec |
The
BaseImageSpec class contains properties that describe a specific ESX
base-image in the software specification. |
| BaseImageSpec.Builder |
Builder class for
BaseImageSpec. |
| CertificateInfo |
The
CertificateInfo Class contains information about the SSL certificate
for a server. |
| CertificateInfo.Builder |
Builder class for
CertificateInfo. |
| ComponentInfo |
The
ComponentInfo class contains properties that describe a specific
component version in the software solution. |
| ComponentInfo.Builder |
Builder class for
ComponentInfo. |
| HardwareSupportInfo |
The
HardwareSupportInfo class contains information to describe the
Hardware Support Package (HSP) in the software solution. |
| HardwareSupportInfo.Builder |
Builder class for
HardwareSupportInfo. |
| HardwareSupportPackageInfo |
The
HardwareSupportPackageInfo class contains information to describe
the Hardware Support Package (HSP) configured for a single device or distinct
group of devices (typically the OEM's, including BIOS and device firmware). |
| HardwareSupportPackageInfo.Builder |
Builder class for
HardwareSupportPackageInfo. |
| HardwareSupportPackageSpec |
The
HardwareSupportPackageSpec class contains properties to describe the
Hardware Support Package (HSP) configured for a single device or distinct group
of devices (typically the OEM's, including BIOS, device firmware and
OEM-supplied driver or agent components). |
| HardwareSupportPackageSpec.Builder |
Builder class for
HardwareSupportPackageSpec. |
| HardwareSupportSpec |
The
HardwareSupportSpec class contains properties to describe the
Hardware Support Packages (HSP) included in the software specification. |
| HardwareSupportSpec.Builder |
Builder class for
HardwareSupportSpec. |
| HostsFactory |
HostsFactory is responsible for creating instances of services
contained inside the com.vmware.esx.hosts package and also has the subpackages reference
to access respective subpackage services. |
| Notification |
The
Notification class contains properties to describe any
info/warning/error messages that Tasks can raise. |
| Notification.Builder |
Builder class for
Notification. |
| Notifications |
The
Notifications class contains info/warning/error messages that can be
reported be the task. |
| Notifications.Builder |
Builder class for
Notifications. |
| SoftwareDefinitions |
Defines the type descriptors for the
Software
API service. |
| SoftwareInfo |
The
SoftwareInfo class contains properties that describes the software
solution for an ESX host. |
| SoftwareInfo.Builder |
Builder class for
SoftwareInfo. |
| SoftwareSpec |
The
SoftwareSpec class contains properties that describe software
specification for an ESX host. |
| SoftwareSpec.Builder |
Builder class for
SoftwareSpec. |
| SoftwareStub |
Remote stub implementation of the
Software
API service. |
| SoftwareTypes.ConnectionSpec |
The
ConnectionSpec class contains properties that describe the
specification to be used for connecting to the host during the Software.get(com.vmware.esx.hosts.SoftwareTypes.ConnectionSpec) method. |
| SoftwareTypes.ConnectionSpec.AuthenticationType |
The
AuthenticationType enumeration class defines the possible types of
authentication supported when connecting to the host. |
| SoftwareTypes.ConnectionSpec.Builder |
Builder class for
SoftwareTypes.ConnectionSpec. |
| SoftwareTypes.HostCredentials |
The
HostCredentials class contains properties that describe the host's
username, password, port number and ssl thumbprint to be used when connecting to
the host using USERNAME_PASSWORD option in the AuthenticationType class. |
| SoftwareTypes.HostCredentials.Builder |
Builder class for
SoftwareTypes.HostCredentials. |
| SoftwareTypes.Info |
The
Info class contains properties that describe the current software
information on a host. |
| SoftwareTypes.Info.Builder |
Builder class for
SoftwareTypes.Info. |
| SolutionComponentSpec |
The
SolutionComponentSpec class contains properties that describe a
component registered by a software solution. |
| SolutionComponentSpec.Builder |
Builder class for
SolutionComponentSpec. |
| SolutionInfo |
The
SolutionInfo class contains properties that describe solution
registered in the software solution. |
| SolutionInfo.Builder |
Builder class for
SolutionInfo. |
| SolutionSpec |
The
SolutionSpec class contains properties that describe solution
registered in the software specification. |
| SolutionSpec.Builder |
Builder class for
SolutionSpec. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.esx.hosts package. |
| Enum | Description |
|---|---|
| SoftwareTypes.ConnectionSpec.AuthenticationType.Values |
Native Java
enum representing this enumeration class. |
com.vmware.esx.hosts package provides interfaces to manage ESX host.