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