public class VsanHostDiskMapResult extends DynamicData
Java class for VsanHostDiskMapResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostDiskMapResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="mapping" type="{urn:vim25}VsanHostDiskMapping"/>
<element name="diskResult" type="{urn:vim25}VsanHostDiskResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<VsanHostDiskResult> |
diskResult |
protected LocalizedMethodFault |
error |
protected VsanHostDiskMapping |
mapping |
| Constructor and Description |
|---|
VsanHostDiskMapResult() |
| Modifier and Type | Method and Description |
|---|---|
List<VsanHostDiskResult> |
getDiskResult()
Gets the value of the diskResult property.
|
LocalizedMethodFault |
getError()
Gets the value of the error property.
|
VsanHostDiskMapping |
getMapping()
Gets the value of the mapping property.
|
void |
setError(LocalizedMethodFault value)
Sets the value of the error property.
|
void |
setMapping(VsanHostDiskMapping value)
Sets the value of the mapping property.
|
protected VsanHostDiskMapping mapping
protected List<VsanHostDiskResult> diskResult
protected LocalizedMethodFault error
public VsanHostDiskMapping getMapping()
VsanHostDiskMappingpublic void setMapping(VsanHostDiskMapping value)
value - allowed object is
VsanHostDiskMappingpublic List<VsanHostDiskResult> getDiskResult()
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 diskResult property.
For example, to add a new item, do as follows:
getDiskResult().add(newItem);
Objects of the following type(s) are allowed in the list
VsanHostDiskResult
public LocalizedMethodFault getError()
LocalizedMethodFaultpublic void setError(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.