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