public class HbrManagerReplicationVmInfo extends DynamicData
Java class for HbrManagerReplicationVmInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HbrManagerReplicationVmInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="progressInfo" type="{urn:vim25}ReplicationVmProgressInfo" minOccurs="0"/>
<element name="imageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastError" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
imageId |
protected LocalizedMethodFault |
lastError |
protected ReplicationVmProgressInfo |
progressInfo |
protected String |
state |
| Constructor and Description |
|---|
HbrManagerReplicationVmInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageId()
Gets the value of the imageId property.
|
LocalizedMethodFault |
getLastError()
Gets the value of the lastError property.
|
ReplicationVmProgressInfo |
getProgressInfo()
Gets the value of the progressInfo property.
|
String |
getState()
Gets the value of the state property.
|
void |
setImageId(String value)
Sets the value of the imageId property.
|
void |
setLastError(LocalizedMethodFault value)
Sets the value of the lastError property.
|
void |
setProgressInfo(ReplicationVmProgressInfo value)
Sets the value of the progressInfo property.
|
void |
setState(String value)
Sets the value of the state property.
|
protected String state
protected ReplicationVmProgressInfo progressInfo
protected String imageId
protected LocalizedMethodFault lastError
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic ReplicationVmProgressInfo getProgressInfo()
ReplicationVmProgressInfopublic void setProgressInfo(ReplicationVmProgressInfo value)
value - allowed object is
ReplicationVmProgressInfopublic String getImageId()
Stringpublic void setImageId(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getLastError()
LocalizedMethodFaultpublic void setLastError(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.