public class VmFaultToleranceConfigIssueWrapper extends VmFaultToleranceIssue
Java class for VmFaultToleranceConfigIssueWrapper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmFaultToleranceConfigIssueWrapper">
<complexContent>
<extension base="{urn:vim25}VmFaultToleranceIssue">
<sequence>
<element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entity" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
entity |
protected String |
entityName |
protected LocalizedMethodFault |
error |
faultCause, faultMessage| Constructor and Description |
|---|
VmFaultToleranceConfigIssueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
LocalizedMethodFault |
getError()
Gets the value of the error property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setError(LocalizedMethodFault value)
Sets the value of the error property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String entityName
protected ManagedObjectReference entity
protected LocalizedMethodFault error
public String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic LocalizedMethodFault getError()
LocalizedMethodFaultpublic void setError(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.