public class VMwareVspanPort extends DynamicData
Java class for VMwareVspanPort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareVspanPort">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="portKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="uplinkPortName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="wildcardPortConnecteeType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="vlans" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
ipAddress |
protected List<String> |
portKey |
protected List<String> |
uplinkPortName |
protected List<Integer> |
vlans |
protected List<String> |
wildcardPortConnecteeType |
| Constructor and Description |
|---|
VMwareVspanPort() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIpAddress()
Gets the value of the ipAddress property.
|
List<String> |
getPortKey()
Gets the value of the portKey property.
|
List<String> |
getUplinkPortName()
Gets the value of the uplinkPortName property.
|
List<Integer> |
getVlans()
Gets the value of the vlans property.
|
List<String> |
getWildcardPortConnecteeType()
Gets the value of the wildcardPortConnecteeType property.
|
public List<String> getPortKey()
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 portKey property.
For example, to add a new item, do as follows:
getPortKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getUplinkPortName()
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 uplinkPortName property.
For example, to add a new item, do as follows:
getUplinkPortName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getWildcardPortConnecteeType()
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 wildcardPortConnecteeType property.
For example, to add a new item, do as follows:
getWildcardPortConnecteeType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Integer> getVlans()
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 vlans property.
For example, to add a new item, do as follows:
getVlans().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<String> getIpAddress()
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 ipAddress property.
For example, to add a new item, do as follows:
getIpAddress().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.