Data Object - AlarmSpec

Parameter to
CreateAlarm, ReconfigureAlarm
Extended by
AlarmInfo
Extends
DynamicData
See also
AlarmAction, AlarmExpression, AlarmSetting

Data Object Description

Parameters for alarm creation.

Properties

Name Type Description
action*AlarmAction

Action to perform when the alarm is triggered.
actionFrequency*xsd:int

Frequency in seconds, which specifies how often appropriate actions should repeat when an alarm does not change state.

Since vSphere API 4.0
descriptionxsd:string

Description of the alarm.
enabledxsd:boolean

Flag to indicate whether or not the alarm is enabled or disabled.
expressionAlarmExpression

Top-level alarm expression that defines trigger conditions.
namexsd:string

Name of the alarm.
setting*AlarmSetting

Tolerance and maximum frequency settings.
systemName*xsd:string

System name of the alarm.

This is set only for predefined Alarms - i.e. Alarms created by the server automatically. Editing or renaming Alarms from the UI does not affect this value, and user-created Alarms do not have a systemName at all.

The purpose of this field is to identify system-created Alarms reliably, even if they are edited by users.

Since vSphere API 5.0
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set
Show WSDL type definition