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