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