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