com.vmware.vcenter.vm.hardware.boot
package provides interfaces for
managing the virtual devices used to boot a virtual machine.See: Description
Interface | Description |
---|---|
Device |
The
Device interface provides methods for configuring the device order
used when booting a virtual machine. |
DeviceTypes |
Defines the data types of the
Device
API service. |
Class | Description |
---|---|
BootFactory |
BootFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.hardware.boot package and also has the subpackages reference
to access respective subpackage services. |
DeviceDefinitions |
Defines the type descriptors for the
Device
API service. |
DeviceStub |
Remote stub implementation of the
Device
API service. |
DeviceTypes.Entry |
The
Entry class specifies a bootable virtual device class or specific
bootable virtual device(s). |
DeviceTypes.Entry.Builder |
Builder class for
DeviceTypes.Entry . |
DeviceTypes.EntryCreateSpec |
The class
EntryCreateSpec specifies a list of bootable virtual device
classes. |
DeviceTypes.EntryCreateSpec.Builder |
Builder class for
DeviceTypes.EntryCreateSpec . |
DeviceTypes.Type |
The
Type enumeration class defines the valid device types that may be
used as bootable devices. |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.vm.hardware.boot package. |
Enum | Description |
---|---|
DeviceTypes.Type.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.vm.hardware.boot
package provides interfaces for
managing the virtual devices used to boot a virtual machine.