com.vmware.vcenter.vm package provides interfaces for managing
virtual machines.See: Description
| Interface | Description |
|---|---|
| Hardware |
The
Hardware interface provides methods for configuring the virtual
hardware of a virtual machine. |
| HardwareTypes |
Defines the data types of the
Hardware
API service. |
| Power |
The
Power interface provides methods for managing the power state of a
virtual machine. |
| PowerTypes |
Defines the data types of the
Power
API service. |
| Class | Description |
|---|---|
| GuestOS |
The
GuestOS enumeration class defines the valid guest operating system
types used for configuring a virtual machine. |
| GuestOSFamily |
The
GuestOSFamily enumeration class defines the valid guest operating
system family types reported by a virtual machine. |
| HardwareDefinitions |
Defines the type descriptors for the
Hardware
API service. |
| HardwareStub |
Remote stub implementation of the
Hardware
API service. |
| HardwareTypes.Info |
The
Info class contains information related to the virtual hardware of a
virtual machine. |
| HardwareTypes.Info.Builder |
Builder class for
HardwareTypes.Info. |
| HardwareTypes.UpdateSpec |
The
UpdateSpec class describes the updates to virtual hardware settings
of a virtual machine. |
| HardwareTypes.UpdateSpec.Builder |
Builder class for
HardwareTypes.UpdateSpec. |
| HardwareTypes.UpgradePolicy |
The
UpgradePolicy enumeration class defines the valid virtual hardware
upgrade policies for a virtual machine. |
| HardwareTypes.UpgradeStatus |
The
UpgradeStatus enumeration class defines the valid virtual hardware
upgrade statuses for a virtual machine. |
| HardwareTypes.Version |
The
Version enumeration class defines the valid virtual hardware
versions for a virtual machine. |
| PowerDefinitions |
Defines the type descriptors for the
Power
API service. |
| PowerStub |
Remote stub implementation of the
Power
API service. |
| PowerTypes.Info |
The
Info class contains information about the power state of a virtual
machine. |
| PowerTypes.Info.Builder |
Builder class for
PowerTypes.Info. |
| PowerTypes.State |
The
State enumeration class defines the valid power states for a virtual
machine. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.vm package. |
| Enum | Description |
|---|---|
| GuestOS.Values |
Native Java
enum representing this enumeration class. |
| GuestOSFamily.Values |
Native Java
enum representing this enumeration class. |
| HardwareTypes.UpgradePolicy.Values |
Native Java
enum representing this enumeration class. |
| HardwareTypes.UpgradeStatus.Values |
Native Java
enum representing this enumeration class. |
| HardwareTypes.Version.Values |
Native Java
enum representing this enumeration class. |
| PowerTypes.State.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.vm package provides interfaces for managing
virtual machines.