public class DvsHostWentOutOfSyncEvent extends DvsEvent
Java class for DvsHostWentOutOfSyncEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsHostWentOutOfSyncEvent">
<complexContent>
<extension base="{urn:vim25}DvsEvent">
<sequence>
<element name="hostOutOfSync" type="{urn:vim25}DvsOutOfSyncHostArgument"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DvsOutOfSyncHostArgument |
hostOutOfSync |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
DvsHostWentOutOfSyncEvent() |
| Modifier and Type | Method and Description |
|---|---|
DvsOutOfSyncHostArgument |
getHostOutOfSync()
Gets the value of the hostOutOfSync property.
|
void |
setHostOutOfSync(DvsOutOfSyncHostArgument value)
Sets the value of the hostOutOfSync 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 DvsOutOfSyncHostArgument hostOutOfSync
public DvsOutOfSyncHostArgument getHostOutOfSync()
DvsOutOfSyncHostArgumentpublic void setHostOutOfSync(DvsOutOfSyncHostArgument value)
value - allowed object is
DvsOutOfSyncHostArgumentCopyright © 2018. All rights reserved.