public class NetworkRollbackEvent extends Event
Java class for NetworkRollbackEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkRollbackEvent">
<complexContent>
<extension base="{urn:vim25}Event">
<sequence>
<element name="methodName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="transactionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
methodName |
protected String |
transactionId |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
NetworkRollbackEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName()
Gets the value of the methodName property.
|
String |
getTransactionId()
Gets the value of the transactionId property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
void |
setTransactionId(String value)
Sets the value of the transactionId 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 getMethodName()
Stringpublic void setMethodName(String value)
value - allowed object is
Stringpublic String getTransactionId()
StringCopyright © 2018. All rights reserved.