| Package | Description |
|---|---|
| com.vmware.vcenter.vm.hardware |
The
com.vmware.vcenter.vm.hardware package provides interfaces for
managing the virtual hardware configuration and state of a virtual machine. |
| Modifier and Type | Field and Description |
|---|---|
static DiskTypes.HostBusAdapterType |
DiskTypes.HostBusAdapterType.IDE
Disk is attached to an IDE adapter.
|
static DiskTypes.HostBusAdapterType |
DiskTypes.HostBusAdapterType.SATA
Disk is attached to a SATA adapter.
|
static DiskTypes.HostBusAdapterType |
DiskTypes.HostBusAdapterType.SCSI
Disk is attached to a SCSI adapter.
|
| Modifier and Type | Method and Description |
|---|---|
DiskTypes.HostBusAdapterType |
DiskTypes.Info.getType()
Type of host bus adapter to which the device is attached.
|
DiskTypes.HostBusAdapterType |
DiskTypes.CreateSpec.getType()
Type of host bus adapter to which the device should be attached.
|
static DiskTypes.HostBusAdapterType |
DiskTypes.HostBusAdapterType.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static DiskTypes.HostBusAdapterType[] |
DiskTypes.HostBusAdapterType.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiskTypes.Info.setType(DiskTypes.HostBusAdapterType type)
Type of host bus adapter to which the device is attached.
|
void |
DiskTypes.CreateSpec.setType(DiskTypes.HostBusAdapterType type)
Type of host bus adapter to which the device should be attached.
|
DiskTypes.CreateSpec.Builder |
DiskTypes.CreateSpec.Builder.setType(DiskTypes.HostBusAdapterType type)
Type of host bus adapter to which the device should be attached.
|
| Constructor and Description |
|---|
DiskTypes.Info.Builder(String label,
DiskTypes.HostBusAdapterType type,
DiskTypes.BackingInfo backing)
Constructor with parameters for the required properties of
DiskTypes.Info. |
Copyright © 2016. All Rights Reserved.