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