Managed Object - Alarm

Property of
AlarmEventArgument, AlarmInfo, AlarmState, EventFilterSpec, TaskFilterSpec, TaskReasonAlarm
Parameter to
AcknowledgeAlarm, DisableAlarm, EnableAlarm
Returned by
CreateAlarm, GetAlarm
Extends
ExtensibleManagedObject
See also
AlarmInfo, AlarmSpec
Since
null


Managed Object Description

Properties

Name Type Description
info PAlarmInfo


Properties inherited from ExtensibleManagedObject
availableField, value
P Required privilege: System.View

Methods

Methods defined in this Managed Object
ReconfigureAlarm, RemoveAlarm
Methods inherited from ExtensibleManagedObject
setCustomValue

ReconfigureAlarm

Required Privileges
Alarm.Edit

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the Alarm used to make the method call.
spec PAlarmSpec

Since null
P Required privilege: spec

Return Value

Type Description
None

Faults

Type Description
DuplicateName
InvalidName
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



RemoveAlarm

Required Privileges
Alarm.Delete

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the Alarm used to make the method call.

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None