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