Package com.vmware.vim25
Class DVPortStatus
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.DVPortStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMtu()String[]String[]booleanbooleanisLinkUp()voidsetBlocked(boolean blocked) voidsetLinkPeer(String linkPeer) voidsetLinkUp(boolean linkUp) voidsetMacAddress(String macAddress) voidvoidsetStatusDetail(String statusDetail) voidsetTrunkingMode(Boolean trunkingMode) voidsetVlanIds(NumericRange[] vlanIds) voidsetVmDirectPathGen2Active(Boolean vmDirectPathGen2Active) voidsetVmDirectPathGen2InactiveReasonExtended(String vmDirectPathGen2InactiveReasonExtended) voidsetVmDirectPathGen2InactiveReasonNetwork(String[] vmDirectPathGen2InactiveReasonNetwork) voidsetVmDirectPathGen2InactiveReasonOther(String[] vmDirectPathGen2InactiveReasonOther) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
linkUp
public boolean linkUp -
blocked
public boolean blocked -
vlanIds
-
trunkingMode
-
mtu
-
linkPeer
-
macAddress
-
statusDetail
-
vmDirectPathGen2Active
-
vmDirectPathGen2InactiveReasonNetwork
-
vmDirectPathGen2InactiveReasonOther
-
vmDirectPathGen2InactiveReasonExtended
-
-
Constructor Details
-
DVPortStatus
public DVPortStatus()
-
-
Method Details
-
isLinkUp
public boolean isLinkUp() -
isBlocked
public boolean isBlocked() -
getVlanIds
-
getTrunkingMode
-
getMtu
-
getLinkPeer
-
getMacAddress
-
getStatusDetail
-
getVmDirectPathGen2Active
-
getVmDirectPathGen2InactiveReasonNetwork
-
getVmDirectPathGen2InactiveReasonOther
-
getVmDirectPathGen2InactiveReasonExtended
-
setLinkUp
public void setLinkUp(boolean linkUp) -
setBlocked
public void setBlocked(boolean blocked) -
setVlanIds
-
setTrunkingMode
-
setMtu
-
setLinkPeer
-
setMacAddress
-
setStatusDetail
-
setVmDirectPathGen2Active
-
setVmDirectPathGen2InactiveReasonNetwork
public void setVmDirectPathGen2InactiveReasonNetwork(String[] vmDirectPathGen2InactiveReasonNetwork) -
setVmDirectPathGen2InactiveReasonOther
-
setVmDirectPathGen2InactiveReasonExtended
public void setVmDirectPathGen2InactiveReasonExtended(String vmDirectPathGen2InactiveReasonExtended)
-