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