public class AlarmScriptFailedEvent extends AlarmEvent
Java class for AlarmScriptFailedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmScriptFailedEvent">
<complexContent>
<extension base="{urn:vim25}AlarmEvent">
<sequence>
<element name="entity" type="{urn:vim25}ManagedEntityEventArgument"/>
<element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reason" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedEntityEventArgument |
entity |
protected LocalizedMethodFault |
reason |
protected String |
script |
alarmchainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
AlarmScriptFailedEvent() |
| Modifier and Type | Method and Description |
|---|---|
ManagedEntityEventArgument |
getEntity()
Gets the value of the entity property.
|
LocalizedMethodFault |
getReason()
Gets the value of the reason property.
|
String |
getScript()
Gets the value of the script property.
|
void |
setEntity(ManagedEntityEventArgument value)
Sets the value of the entity property.
|
void |
setReason(LocalizedMethodFault value)
Sets the value of the reason property.
|
void |
setScript(String value)
Sets the value of the script property.
|
getAlarm, setAlarmgetChainId, 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 ManagedEntityEventArgument entity
protected String script
protected LocalizedMethodFault reason
public ManagedEntityEventArgument getEntity()
ManagedEntityEventArgumentpublic void setEntity(ManagedEntityEventArgument value)
value - allowed object is
ManagedEntityEventArgumentpublic String getScript()
Stringpublic void setScript(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getReason()
LocalizedMethodFaultpublic void setReason(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.