public class RollbackEvent extends DvsEvent
Java class for RollbackEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RollbackEvent">
<complexContent>
<extension base="{urn:vim25}DvsEvent">
<sequence>
<element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="methodName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostName |
protected String |
methodName |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
RollbackEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
Gets the value of the hostName property.
|
String |
getMethodName()
Gets the value of the methodName property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
getChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmpublic String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic String getMethodName()
StringCopyright © 2018. All rights reserved.