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