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