public class VmReconfiguredEvent extends VmEvent
Java class for VmReconfiguredEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmReconfiguredEvent">
<complexContent>
<extension base="{urn:vim25}VmEvent">
<sequence>
<element name="configSpec" type="{urn:vim25}VirtualMachineConfigSpec"/>
<element name="configChanges" type="{urn:vim25}ChangesInfoEventArgument" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChangesInfoEventArgument |
configChanges |
protected VirtualMachineConfigSpec |
configSpec |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
VmReconfiguredEvent() |
| Modifier and Type | Method and Description |
|---|---|
ChangesInfoEventArgument |
getConfigChanges()
Gets the value of the configChanges property.
|
VirtualMachineConfigSpec |
getConfigSpec()
Gets the value of the configSpec property.
|
void |
setConfigChanges(ChangesInfoEventArgument value)
Sets the value of the configChanges property.
|
void |
setConfigSpec(VirtualMachineConfigSpec value)
Sets the value of the configSpec 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 VirtualMachineConfigSpec configSpec
protected ChangesInfoEventArgument configChanges
public VirtualMachineConfigSpec getConfigSpec()
VirtualMachineConfigSpecpublic void setConfigSpec(VirtualMachineConfigSpec value)
value - allowed object is
VirtualMachineConfigSpecpublic ChangesInfoEventArgument getConfigChanges()
ChangesInfoEventArgumentpublic void setConfigChanges(ChangesInfoEventArgument value)
value - allowed object is
ChangesInfoEventArgumentCopyright © 2018. All rights reserved.