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