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