public class DVPortStatus extends DynamicData
Java class for DVPortStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVPortStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="linkUp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="blocked" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vlanIds" type="{urn:vim25}NumericRange" maxOccurs="unbounded" minOccurs="0"/>
<element name="trunkingMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="mtu" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="linkPeer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="macAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="statusDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vmDirectPathGen2Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vmDirectPathGen2InactiveReasonNetwork" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmDirectPathGen2InactiveReasonOther" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmDirectPathGen2InactiveReasonExtended" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
blocked |
protected String |
linkPeer |
protected boolean |
linkUp |
protected String |
macAddress |
protected Integer |
mtu |
protected String |
statusDetail |
protected Boolean |
trunkingMode |
protected List<NumericRange> |
vlanIds |
protected Boolean |
vmDirectPathGen2Active |
protected String |
vmDirectPathGen2InactiveReasonExtended |
protected List<String> |
vmDirectPathGen2InactiveReasonNetwork |
protected List<String> |
vmDirectPathGen2InactiveReasonOther |
| Constructor and Description |
|---|
DVPortStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkPeer()
Gets the value of the linkPeer property.
|
String |
getMacAddress()
Gets the value of the macAddress property.
|
Integer |
getMtu()
Gets the value of the mtu property.
|
String |
getStatusDetail()
Gets the value of the statusDetail property.
|
List<NumericRange> |
getVlanIds()
Gets the value of the vlanIds property.
|
String |
getVmDirectPathGen2InactiveReasonExtended()
Gets the value of the vmDirectPathGen2InactiveReasonExtended property.
|
List<String> |
getVmDirectPathGen2InactiveReasonNetwork()
Gets the value of the vmDirectPathGen2InactiveReasonNetwork property.
|
List<String> |
getVmDirectPathGen2InactiveReasonOther()
Gets the value of the vmDirectPathGen2InactiveReasonOther property.
|
boolean |
isBlocked()
Gets the value of the blocked property.
|
boolean |
isLinkUp()
Gets the value of the linkUp property.
|
Boolean |
isTrunkingMode()
Gets the value of the trunkingMode property.
|
Boolean |
isVmDirectPathGen2Active()
Gets the value of the vmDirectPathGen2Active property.
|
void |
setBlocked(boolean value)
Sets the value of the blocked property.
|
void |
setLinkPeer(String value)
Sets the value of the linkPeer property.
|
void |
setLinkUp(boolean value)
Sets the value of the linkUp property.
|
void |
setMacAddress(String value)
Sets the value of the macAddress property.
|
void |
setMtu(Integer value)
Sets the value of the mtu property.
|
void |
setStatusDetail(String value)
Sets the value of the statusDetail property.
|
void |
setTrunkingMode(Boolean value)
Sets the value of the trunkingMode property.
|
void |
setVmDirectPathGen2Active(Boolean value)
Sets the value of the vmDirectPathGen2Active property.
|
void |
setVmDirectPathGen2InactiveReasonExtended(String value)
Sets the value of the vmDirectPathGen2InactiveReasonExtended property.
|
protected boolean linkUp
protected boolean blocked
protected List<NumericRange> vlanIds
protected Boolean trunkingMode
protected Integer mtu
protected String linkPeer
protected String macAddress
protected String statusDetail
protected Boolean vmDirectPathGen2Active
protected String vmDirectPathGen2InactiveReasonExtended
public boolean isLinkUp()
public void setLinkUp(boolean value)
public boolean isBlocked()
public void setBlocked(boolean value)
public List<NumericRange> getVlanIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vlanIds property.
For example, to add a new item, do as follows:
getVlanIds().add(newItem);
Objects of the following type(s) are allowed in the list
NumericRange
public Boolean isTrunkingMode()
Booleanpublic void setTrunkingMode(Boolean value)
value - allowed object is
Booleanpublic Integer getMtu()
Integerpublic void setMtu(Integer value)
value - allowed object is
Integerpublic String getLinkPeer()
Stringpublic void setLinkPeer(String value)
value - allowed object is
Stringpublic String getMacAddress()
Stringpublic void setMacAddress(String value)
value - allowed object is
Stringpublic String getStatusDetail()
Stringpublic void setStatusDetail(String value)
value - allowed object is
Stringpublic Boolean isVmDirectPathGen2Active()
Booleanpublic void setVmDirectPathGen2Active(Boolean value)
value - allowed object is
Booleanpublic List<String> getVmDirectPathGen2InactiveReasonNetwork()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vmDirectPathGen2InactiveReasonNetwork property.
For example, to add a new item, do as follows:
getVmDirectPathGen2InactiveReasonNetwork().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getVmDirectPathGen2InactiveReasonOther()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vmDirectPathGen2InactiveReasonOther property.
For example, to add a new item, do as follows:
getVmDirectPathGen2InactiveReasonOther().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getVmDirectPathGen2InactiveReasonExtended()
StringCopyright © 2018. All rights reserved.