public class ClusterEVCManagerCheckResult extends DynamicData
Java class for ClusterEVCManagerCheckResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterEVCManagerCheckResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="evcModeKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
error |
protected String |
evcModeKey |
protected List<ManagedObjectReference> |
host |
| Constructor and Description |
|---|
ClusterEVCManagerCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getError()
Gets the value of the error property.
|
String |
getEvcModeKey()
Gets the value of the evcModeKey property.
|
List<ManagedObjectReference> |
getHost()
Gets the value of the host property.
|
void |
setError(LocalizedMethodFault value)
Sets the value of the error property.
|
void |
setEvcModeKey(String value)
Sets the value of the evcModeKey property.
|
protected String evcModeKey
protected LocalizedMethodFault error
protected List<ManagedObjectReference> host
public String getEvcModeKey()
Stringpublic void setEvcModeKey(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getError()
LocalizedMethodFaultpublic void setError(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultpublic List<ManagedObjectReference> getHost()
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 host property.
For example, to add a new item, do as follows:
getHost().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
Copyright © 2018. All rights reserved.