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