| 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 EthernetTypes.BackingType |
EthernetTypes.BackingType.DISTRIBUTED_PORTGROUP
Distributed virtual switch backing.
|
static EthernetTypes.BackingType |
EthernetTypes.BackingType.HOST_DEVICE
Legacy host device network backing.
|
static EthernetTypes.BackingType |
EthernetTypes.BackingType.OPAQUE_NETWORK
Opaque network backing.
|
static EthernetTypes.BackingType |
EthernetTypes.BackingType.STANDARD_PORTGROUP
vSphere standard portgroup network backing.
|
| Modifier and Type | Method and Description |
|---|---|
EthernetTypes.BackingType |
EthernetTypes.BackingInfo.getType()
Backing type for the virtual Ethernet adapter.
|
EthernetTypes.BackingType |
EthernetTypes.BackingSpec.getType()
Backing type for the virtual Ethernet adapter.
|
static EthernetTypes.BackingType |
EthernetTypes.BackingType.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static EthernetTypes.BackingType[] |
EthernetTypes.BackingType.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EthernetTypes.BackingInfo.setType(EthernetTypes.BackingType type)
Backing type for the virtual Ethernet adapter.
|
void |
EthernetTypes.BackingSpec.setType(EthernetTypes.BackingType type)
Backing type for the virtual Ethernet adapter.
|
| Constructor and Description |
|---|
EthernetTypes.BackingInfo.Builder(EthernetTypes.BackingType type)
Constructor with parameters for the required properties of
EthernetTypes.BackingInfo. |
EthernetTypes.BackingSpec.Builder(EthernetTypes.BackingType type)
Constructor with parameters for the required properties of
EthernetTypes.BackingSpec. |
Copyright © 2016. All Rights Reserved.