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