public class LinkLayerDiscoveryProtocolInfo extends DynamicData
Java class for LinkLayerDiscoveryProtocolInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkLayerDiscoveryProtocolInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="chassisId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timeToLive" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="parameter" type="{urn:vim25}KeyAnyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
chassisId |
protected List<KeyAnyValue> |
parameter |
protected String |
portId |
protected int |
timeToLive |
| Constructor and Description |
|---|
LinkLayerDiscoveryProtocolInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChassisId()
Gets the value of the chassisId property.
|
List<KeyAnyValue> |
getParameter()
Gets the value of the parameter property.
|
String |
getPortId()
Gets the value of the portId property.
|
int |
getTimeToLive()
Gets the value of the timeToLive property.
|
void |
setChassisId(String value)
Sets the value of the chassisId property.
|
void |
setPortId(String value)
Sets the value of the portId property.
|
void |
setTimeToLive(int value)
Sets the value of the timeToLive property.
|
protected String chassisId
protected String portId
protected int timeToLive
protected List<KeyAnyValue> parameter
public String getChassisId()
Stringpublic void setChassisId(String value)
value - allowed object is
Stringpublic String getPortId()
Stringpublic void setPortId(String value)
value - allowed object is
Stringpublic int getTimeToLive()
public void setTimeToLive(int value)
public List<KeyAnyValue> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
KeyAnyValue
Copyright © 2018. All rights reserved.