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