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