| 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 SataTypes.Type |
SataTypes.Type.AHCI
AHCI host bus adapter.
|
| Modifier and Type | Method and Description |
|---|---|
SataTypes.Type |
SataTypes.Info.getType()
Adapter type.
|
SataTypes.Type |
SataTypes.CreateSpec.getType()
Adapter type.
|
static SataTypes.Type |
SataTypes.Type.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static SataTypes.Type[] |
SataTypes.Type.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SataTypes.Info.setType(SataTypes.Type type)
Adapter type.
|
void |
SataTypes.CreateSpec.setType(SataTypes.Type type)
Adapter type.
|
SataTypes.CreateSpec.Builder |
SataTypes.CreateSpec.Builder.setType(SataTypes.Type type)
Adapter type.
|
| Constructor and Description |
|---|
SataTypes.Info.Builder(String label,
SataTypes.Type type,
long bus)
Constructor with parameters for the required properties of
SataTypes.Info. |
Copyright © 2016. All Rights Reserved.