| 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 | Method and Description |
|---|---|
static EthernetTypes.BackingInfo |
EthernetTypes.BackingInfo._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
EthernetTypes.BackingInfo |
EthernetTypes.BackingInfo.Builder.build() |
EthernetTypes.BackingInfo |
EthernetTypes.Info.getBacking()
Physical resource backing for the virtual Ethernet adapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EthernetTypes.Info.setBacking(EthernetTypes.BackingInfo backing)
Physical resource backing for the virtual Ethernet adapter.
|
| Constructor and Description |
|---|
EthernetTypes.Info.Builder(String label,
EthernetTypes.EmulationType type,
EthernetTypes.MacAddressType macType,
boolean wakeOnLanEnabled,
EthernetTypes.BackingInfo backing,
ConnectionState state,
boolean startConnected,
boolean allowGuestControl)
Constructor with parameters for the required properties of
EthernetTypes.Info. |
Copyright © 2016. All Rights Reserved.