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. |
| Identity |
The
Identity interface provides methods for managing the identity of a
virtual machine. |
| IdentityTypes |
Defines the data types of the
Identity
API service. |
| LibraryItem |
The
LibraryItem interface provides methods to identify virtual machines
managed by Content Library. |
| LibraryItemTypes |
Defines the data types of the
LibraryItem
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. |
| Tools |
The
Tools interface provides methods for managing VMware Tools in the
guest operating system. |
| ToolsTypes |
Defines the data types of the
Tools
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. |
| IdentityDefinitions |
Defines the type descriptors for the
Identity
API service. |
| IdentityStub |
Remote stub implementation of the
Identity
API service. |
| IdentityTypes.Info |
The
Info class contains information about the identity of a virtual
machine. |
| IdentityTypes.Info.Builder |
Builder class for
IdentityTypes.Info. |
| LibraryItemDefinitions |
Defines the type descriptors for the
LibraryItem
API service. |
| LibraryItemStub |
Remote stub implementation of the
LibraryItem
API service. |
| LibraryItemTypes.CheckOutInfo |
The
CheckOutInfo class contains information about a virtual machine
checked out of a content library item. |
| LibraryItemTypes.CheckOutInfo.Builder |
Builder class for
LibraryItemTypes.CheckOutInfo. |
| LibraryItemTypes.Info |
The
Info class contains information about the library item associated
with a virtual machine. |
| LibraryItemTypes.Info.Builder |
Builder class for
LibraryItemTypes.Info. |
| 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. |
| ToolsDefinitions |
Defines the type descriptors for the
Tools
API service. |
| ToolsStub |
Remote stub implementation of the
Tools
API service. |
| ToolsTypes.Info |
The
Info class describes the VMWare Tools properties of a virtual
machine. |
| ToolsTypes.Info.Builder |
Builder class for
ToolsTypes.Info. |
| ToolsTypes.RunState |
Current run state of VMware Tools in the guest operating system.
|
| ToolsTypes.ToolsInstallType |
The
ToolsInstallType enumeration class defines the installation type of
the Tools in the guest operating system. |
| ToolsTypes.UpdateSpec |
The (@name UpdateSpec} class describes the VMware Tools properties of a virtual
machine that can be updated.
|
| ToolsTypes.UpdateSpec.Builder |
Builder class for
ToolsTypes.UpdateSpec. |
| ToolsTypes.UpgradePolicy |
The
UpgradePolicy enumeration class defines when Tools are auto-upgraded
for a virtual machine. |
| ToolsTypes.VersionStatus |
The
VersionStatus enumeration class defines the version status types of
VMware Tools installed in the guest operating system. |
| VmFactory |
VmFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm package and also has the subpackages reference
to access respective subpackage services. |
| 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. |
| ToolsTypes.RunState.Values |
Native Java
enum representing this enumeration class. |
| ToolsTypes.ToolsInstallType.Values |
Native Java
enum representing this enumeration class. |
| ToolsTypes.UpgradePolicy.Values |
Native Java
enum representing this enumeration class. |
| ToolsTypes.VersionStatus.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.vm package provides interfaces for managing
virtual machines.