public class VMwareDvsLacpGroupConfig extends DynamicData
Java class for VMwareDvsLacpGroupConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDvsLacpGroupConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uplinkNum" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="loadbalanceAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vlan" type="{urn:vim25}VMwareDvsLagVlanConfig" minOccurs="0"/>
<element name="ipfix" type="{urn:vim25}VMwareDvsLagIpfixConfig" minOccurs="0"/>
<element name="uplinkName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="uplinkPortKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VMwareDvsLagIpfixConfig |
ipfix |
protected String |
key |
protected String |
loadbalanceAlgorithm |
protected String |
mode |
protected String |
name |
protected List<String> |
uplinkName |
protected Integer |
uplinkNum |
protected List<String> |
uplinkPortKey |
protected VMwareDvsLagVlanConfig |
vlan |
| Constructor and Description |
|---|
VMwareDvsLacpGroupConfig() |
| Modifier and Type | Method and Description |
|---|---|
VMwareDvsLagIpfixConfig |
getIpfix()
Gets the value of the ipfix property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getLoadbalanceAlgorithm()
Gets the value of the loadbalanceAlgorithm property.
|
String |
getMode()
Gets the value of the mode property.
|
String |
getName()
Gets the value of the name property.
|
List<String> |
getUplinkName()
Gets the value of the uplinkName property.
|
Integer |
getUplinkNum()
Gets the value of the uplinkNum property.
|
List<String> |
getUplinkPortKey()
Gets the value of the uplinkPortKey property.
|
VMwareDvsLagVlanConfig |
getVlan()
Gets the value of the vlan property.
|
void |
setIpfix(VMwareDvsLagIpfixConfig value)
Sets the value of the ipfix property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLoadbalanceAlgorithm(String value)
Sets the value of the loadbalanceAlgorithm property.
|
void |
setMode(String value)
Sets the value of the mode property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUplinkNum(Integer value)
Sets the value of the uplinkNum property.
|
void |
setVlan(VMwareDvsLagVlanConfig value)
Sets the value of the vlan property.
|
protected String key
protected String name
protected String mode
protected Integer uplinkNum
protected String loadbalanceAlgorithm
protected VMwareDvsLagVlanConfig vlan
protected VMwareDvsLagIpfixConfig ipfix
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMode()
Stringpublic void setMode(String value)
value - allowed object is
Stringpublic Integer getUplinkNum()
Integerpublic void setUplinkNum(Integer value)
value - allowed object is
Integerpublic String getLoadbalanceAlgorithm()
Stringpublic void setLoadbalanceAlgorithm(String value)
value - allowed object is
Stringpublic VMwareDvsLagVlanConfig getVlan()
VMwareDvsLagVlanConfigpublic void setVlan(VMwareDvsLagVlanConfig value)
value - allowed object is
VMwareDvsLagVlanConfigpublic VMwareDvsLagIpfixConfig getIpfix()
VMwareDvsLagIpfixConfigpublic void setIpfix(VMwareDvsLagIpfixConfig value)
value - allowed object is
VMwareDvsLagIpfixConfigpublic List<String> getUplinkName()
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 uplinkName property.
For example, to add a new item, do as follows:
getUplinkName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getUplinkPortKey()
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 uplinkPortKey property.
For example, to add a new item, do as follows:
getUplinkPortKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.