public class AlarmEventArgument extends EntityEventArgument
Java class for AlarmEventArgument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmEventArgument">
<complexContent>
<extension base="{urn:vim25}EntityEventArgument">
<sequence>
<element name="alarm" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
alarm |
name| Constructor and Description |
|---|
AlarmEventArgument() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getAlarm()
Gets the value of the alarm property.
|
void |
setAlarm(ManagedObjectReference value)
Sets the value of the alarm property.
|
getName, setNameprotected ManagedObjectReference alarm
public ManagedObjectReference getAlarm()
ManagedObjectReferencepublic void setAlarm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.