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