com.vmware.vcenter.vm.hardware.adapter
package provides interfaces
for managing the configuration and state of the virtual adapters belonging to a
virtual machine.See: Description
Interface | Description |
---|---|
Sata |
The
Sata interface provides methods for configuring the virtual SATA
adapters of a virtual machine. |
SataTypes |
Defines the data types of the
Sata
API service. |
Scsi |
The
Scsi interface provides methods for configuring the virtual SCSI
adapters of a virtual machine. |
ScsiTypes |
Defines the data types of the
Scsi
API service. |
Class | Description |
---|---|
AdapterFactory |
AdapterFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.hardware.adapter package and also has the subpackages reference
to access respective subpackage services. |
SataDefinitions |
Defines the type descriptors for the
Sata
API service. |
SataStub |
Remote stub implementation of the
Sata
API service. |
SataTypes.CreateSpec |
The
CreateSpec class provides a specification for the configuration of a
newly-created virtual SATA adapter. |
SataTypes.CreateSpec.Builder |
Builder class for
SataTypes.CreateSpec . |
SataTypes.Info |
The
Info class contains information about a virtual SATA adapter. |
SataTypes.Info.Builder |
Builder class for
SataTypes.Info . |
SataTypes.Summary |
The
Summary class contains commonly used information about a Virtual
SATA adapter. |
SataTypes.Summary.Builder |
Builder class for
SataTypes.Summary . |
SataTypes.Type |
The
Type enumeration class defines the valid emulation types for a
virtual SATA adapter. |
ScsiDefinitions |
Defines the type descriptors for the
Scsi
API service. |
ScsiStub |
Remote stub implementation of the
Scsi
API service. |
ScsiTypes.CreateSpec |
The
CreateSpec class provides a specification for the configuration of a
newly-created virtual SCSI adapter. |
ScsiTypes.CreateSpec.Builder |
Builder class for
ScsiTypes.CreateSpec . |
ScsiTypes.Info |
The
Info class contains information about a virtual SCSI adapter. |
ScsiTypes.Info.Builder |
Builder class for
ScsiTypes.Info . |
ScsiTypes.Sharing |
The
Sharing enumeration class defines the valid bus sharing modes for a
virtual SCSI adapter. |
ScsiTypes.Summary |
The
Summary class contains commonly used information about a Virtual
SCSI adapter. |
ScsiTypes.Summary.Builder |
Builder class for
ScsiTypes.Summary . |
ScsiTypes.Type |
The
Type enumeration class defines the valid emulation types for a
virtual SCSI adapter. |
ScsiTypes.UpdateSpec |
The
UpdateSpec class describes the updates to be made to the
configuration of a virtual SCSI adapter. |
ScsiTypes.UpdateSpec.Builder |
Builder class for
ScsiTypes.UpdateSpec . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.vm.hardware.adapter package. |
Enum | Description |
---|---|
SataTypes.Type.Values |
Native Java
enum representing this enumeration class. |
ScsiTypes.Sharing.Values |
Native Java
enum representing this enumeration class. |
ScsiTypes.Type.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.vm.hardware.adapter
package provides interfaces
for managing the configuration and state of the virtual adapters belonging to a
virtual machine. This includes methods for reading and manipulating the
conifguration of USB adapters and host bus adapters.
Note that interfaces for adapters with no configurable properties or runtime state, such as IDE and PCI adapters, are omitted.