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