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