public class HostResignatureRescanResult extends DynamicData
Java class for HostResignatureRescanResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostResignatureRescanResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="rescan" type="{urn:vim25}HostVmfsRescanResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="result" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostVmfsRescanResult> |
rescan |
protected ManagedObjectReference |
result |
| Constructor and Description |
|---|
HostResignatureRescanResult() |
| Modifier and Type | Method and Description |
|---|---|
List<HostVmfsRescanResult> |
getRescan()
Gets the value of the rescan property.
|
ManagedObjectReference |
getResult()
Gets the value of the result property.
|
void |
setResult(ManagedObjectReference value)
Sets the value of the result property.
|
protected List<HostVmfsRescanResult> rescan
protected ManagedObjectReference result
public List<HostVmfsRescanResult> getRescan()
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 rescan property.
For example, to add a new item, do as follows:
getRescan().add(newItem);
Objects of the following type(s) are allowed in the list
HostVmfsRescanResult
public ManagedObjectReference getResult()
ManagedObjectReferencepublic void setResult(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.