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