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