public class DVPortStatus extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
blocked |
String |
linkPeer |
boolean |
linkUp |
String |
macAddress |
Integer |
mtu |
String |
statusDetail |
Boolean |
trunkingMode |
NumericRange[] |
vlanIds |
Boolean |
vmDirectPathGen2Active |
String |
vmDirectPathGen2InactiveReasonExtended |
String[] |
vmDirectPathGen2InactiveReasonNetwork |
String[] |
vmDirectPathGen2InactiveReasonOther |
dynamicProperty, dynamicType| Constructor and Description |
|---|
DVPortStatus() |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean linkUp
public boolean blocked
public NumericRange[] vlanIds
public Boolean trunkingMode
public Integer mtu
public String linkPeer
public String macAddress
public String statusDetail
public Boolean vmDirectPathGen2Active
public String[] vmDirectPathGen2InactiveReasonNetwork
public String[] vmDirectPathGen2InactiveReasonOther
public String vmDirectPathGen2InactiveReasonExtended
public boolean isLinkUp()
public boolean isBlocked()
public NumericRange[] getVlanIds()
public Boolean getTrunkingMode()
public Integer getMtu()
public String getLinkPeer()
public String getMacAddress()
public String getStatusDetail()
public Boolean getVmDirectPathGen2Active()
public String[] getVmDirectPathGen2InactiveReasonNetwork()
public String[] getVmDirectPathGen2InactiveReasonOther()
public String getVmDirectPathGen2InactiveReasonExtended()
public void setLinkUp(boolean linkUp)
public void setBlocked(boolean blocked)
public void setVlanIds(NumericRange[] vlanIds)
public void setTrunkingMode(Boolean trunkingMode)
public void setMtu(Integer mtu)
public void setLinkPeer(String linkPeer)
public void setMacAddress(String macAddress)
public void setStatusDetail(String statusDetail)
public void setVmDirectPathGen2Active(Boolean vmDirectPathGen2Active)
public void setVmDirectPathGen2InactiveReasonNetwork(String[] vmDirectPathGen2InactiveReasonNetwork)
public void setVmDirectPathGen2InactiveReasonOther(String[] vmDirectPathGen2InactiveReasonOther)
public void setVmDirectPathGen2InactiveReasonExtended(String vmDirectPathGen2InactiveReasonExtended)
Copyright © 2011-2012. All Rights Reserved.