| Package | Description |
|---|---|
| com.vmware.vcenter.vm.hardware.adapter |
The
com.vmware.vcenter.vm.hardware.adapter package provides interfaces
for managing the configuration and state of the virtual adapters belonging to a
virtual machine. |
| Modifier and Type | Field and Description |
|---|---|
static ScsiTypes.Type |
ScsiTypes.Type.BUSLOGIC
BusLogic host bus adapter.
|
static ScsiTypes.Type |
ScsiTypes.Type.LSILOGIC
LSI Logic host bus adapter.
|
static ScsiTypes.Type |
ScsiTypes.Type.LSILOGICSAS
LSI Logic SAS 1068 host bus adapter.
|
static ScsiTypes.Type |
ScsiTypes.Type.PVSCSI
Paravirtualized host bus adapter.
|
| Modifier and Type | Method and Description |
|---|---|
ScsiTypes.Type |
ScsiTypes.Info.getType()
Adapter type.
|
ScsiTypes.Type |
ScsiTypes.CreateSpec.getType()
Adapter type.
|
static ScsiTypes.Type |
ScsiTypes.Type.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static ScsiTypes.Type[] |
ScsiTypes.Type.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScsiTypes.Info.setType(ScsiTypes.Type type)
Adapter type.
|
void |
ScsiTypes.CreateSpec.setType(ScsiTypes.Type type)
Adapter type.
|
ScsiTypes.CreateSpec.Builder |
ScsiTypes.CreateSpec.Builder.setType(ScsiTypes.Type type)
Adapter type.
|
| Constructor and Description |
|---|
ScsiTypes.Info.Builder(String label,
ScsiTypes.Type type,
ScsiAddressInfo scsi,
ScsiTypes.Sharing sharing)
Constructor with parameters for the required properties of
ScsiTypes.Info. |
Copyright © 2016. All Rights Reserved.