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