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