public class VmFaultToleranceOpIssuesList extends VmFaultToleranceIssue
Java class for VmFaultToleranceOpIssuesList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmFaultToleranceOpIssuesList">
<complexContent>
<extension base="{urn:vim25}VmFaultToleranceIssue">
<sequence>
<element name="errors" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="warnings" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizedMethodFault> |
errors |
protected List<LocalizedMethodFault> |
warnings |
faultCause, faultMessage| Constructor and Description |
|---|
VmFaultToleranceOpIssuesList() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedMethodFault> |
getErrors()
Gets the value of the errors property.
|
List<LocalizedMethodFault> |
getWarnings()
Gets the value of the warnings property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected List<LocalizedMethodFault> errors
protected List<LocalizedMethodFault> warnings
public List<LocalizedMethodFault> getErrors()
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 errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public List<LocalizedMethodFault> getWarnings()
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 warnings property.
For example, to add a new item, do as follows:
getWarnings().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
Copyright © 2018. All rights reserved.