com.vmware.vcenter.vm.guest
package provides interfaces for dealing
with the guest operating system.See: Description
Interface | Description |
---|---|
Customization |
The
Customization interface provides methods to apply a customization
specification to a virtual machine. |
CustomizationTypes |
Defines the data types of the
Customization
API service. |
Identity |
The
Identity interface provides methods for retrieving guest operating
system identification information. |
IdentityTypes |
Defines the data types of the
Identity
API service. |
LocalFilesystem |
The
LocalFilesystem interface provides methods for retrieving
information about the guest operating system local file systems. |
LocalFilesystemTypes |
Defines the data types of the
LocalFilesystem
API service. |
Networking |
The
Networking interface provides methods for retrieving guest operating
system network information. |
NetworkingTypes |
Defines the data types of the
Networking
API service. |
Power |
The
Power interface provides methods for managing the guest operating
system power state of a virtual machine. |
PowerTypes |
Defines the data types of the
Power
API service. |
Class | Description |
---|---|
CustomizationDefinitions |
Defines the type descriptors for the
Customization
API service. |
CustomizationStub |
Remote stub implementation of the
Customization
API service. |
CustomizationTypes.Info |
The
Info class contains the status of a customization operation applied
to a virtual machine. |
CustomizationTypes.Info.Builder |
Builder class for
CustomizationTypes.Info . |
CustomizationTypes.Info.Status |
The
Status enumeration class defines the status values that can be
reported for the customization operation. |
CustomizationTypes.SetSpec |
The
SetSpec class contains specification information that has to be
applied to a virtual machine. |
CustomizationTypes.SetSpec.Builder |
Builder class for
CustomizationTypes.SetSpec . |
DhcpConfigInfo |
The
DhcpConfigInfo class specifies when Dynamic Host Configuration
Protocol is enabled. |
DhcpConfigInfo.Builder |
Builder class for
DhcpConfigInfo . |
DnsAssignedValues |
The {@name DnsAssignedValues) class describes values assigned by a Domain Name
Server (DNS).
|
DnsAssignedValues.Builder |
Builder class for
DnsAssignedValues . |
DnsConfigInfo |
The
DnsConfigInfo class describes the configuration of RFC 1034 DNS
settings. |
DnsConfigInfo.Builder |
Builder class for
DnsConfigInfo . |
GuestFactory |
GuestFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.guest package and also has the subpackages reference
to access respective subpackage services. |
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 describing the guest operating
system identification. |
IdentityTypes.Info.Builder |
Builder class for
IdentityTypes.Info . |
LocalFilesystemDefinitions |
Defines the type descriptors for the
LocalFilesystem
API service. |
LocalFilesystemStub |
Remote stub implementation of the
LocalFilesystem
API service. |
LocalFilesystemTypes.Info |
The
Info class contains information about a local file system configured
in the guest operating system. |
LocalFilesystemTypes.Info.Builder |
Builder class for
LocalFilesystemTypes.Info . |
LocalFilesystemTypes.VirtualDiskMapping |
Describes the virtual disk backing a local guest disk.
|
LocalFilesystemTypes.VirtualDiskMapping.Builder |
Builder class for
LocalFilesystemTypes.VirtualDiskMapping . |
NetworkingDefinitions |
Defines the type descriptors for the
Networking
API service. |
NetworkingStub |
Remote stub implementation of the
Networking
API service. |
NetworkingTypes.Info |
The
Info class contains information about networking as configured in
the guest operating system. |
NetworkingTypes.Info.Builder |
Builder class for
NetworkingTypes.Info . |
PowerDefinitions |
Defines the type descriptors for the
Power
API service. |
PowerStub |
Remote stub implementation of the
Power
API service. |
PowerTypes.Info |
Information about the guest operating system power state.
|
PowerTypes.Info.Builder |
Builder class for
PowerTypes.Info . |
PowerTypes.State |
Possible guest power states.
|
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.vm.guest package. |
Enum | Description |
---|---|
CustomizationTypes.Info.Status.Values |
Native Java
enum representing this enumeration class. |
PowerTypes.State.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.vm.guest
package provides interfaces for dealing
with the guest operating system. This includes information about the state of
local file systems and network interfaces and methods to manipulate the guest
file system and processes.