public class VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState extends VirtualMachineDeviceRuntimeInfoDeviceRuntimeState
| Modifier and Type | Field and Description |
|---|---|
boolean |
vmDirectPathGen2Active |
String |
vmDirectPathGen2InactiveReasonExtended |
String[] |
vmDirectPathGen2InactiveReasonOther |
String[] |
vmDirectPathGen2InactiveReasonVm |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVmDirectPathGen2InactiveReasonExtended() |
String[] |
getVmDirectPathGen2InactiveReasonOther() |
String[] |
getVmDirectPathGen2InactiveReasonVm() |
boolean |
isVmDirectPathGen2Active() |
void |
setVmDirectPathGen2Active(boolean vmDirectPathGen2Active) |
void |
setVmDirectPathGen2InactiveReasonExtended(String vmDirectPathGen2InactiveReasonExtended) |
void |
setVmDirectPathGen2InactiveReasonOther(String[] vmDirectPathGen2InactiveReasonOther) |
void |
setVmDirectPathGen2InactiveReasonVm(String[] vmDirectPathGen2InactiveReasonVm) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean vmDirectPathGen2Active
public String[] vmDirectPathGen2InactiveReasonVm
public String[] vmDirectPathGen2InactiveReasonOther
public String vmDirectPathGen2InactiveReasonExtended
public VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState()
public boolean isVmDirectPathGen2Active()
public String[] getVmDirectPathGen2InactiveReasonVm()
public String[] getVmDirectPathGen2InactiveReasonOther()
public String getVmDirectPathGen2InactiveReasonExtended()
public void setVmDirectPathGen2Active(boolean vmDirectPathGen2Active)
public void setVmDirectPathGen2InactiveReasonVm(String[] vmDirectPathGen2InactiveReasonVm)
public void setVmDirectPathGen2InactiveReasonOther(String[] vmDirectPathGen2InactiveReasonOther)
public void setVmDirectPathGen2InactiveReasonExtended(String vmDirectPathGen2InactiveReasonExtended)
Copyright © 2011-2012. All Rights Reserved.