Name
|
Type
|
Description
|
alarmId | xsd:long |
Monotonically increasing sequence number which
VP will maintain.
|
alarmObject | xsd:anyType |
The ID of the object on which the alarm is raised; this is an object,
since ID's may not always be Strings. vSphere will first use
alarmObject if set, and if not uses objectId.
|
alarmTimeStamp | xsd:dateTime |
Time-stamp when the alarm occurred in VP context
|
alarmType | xsd:string |
The type of Alarm. Must be one of the string values from
AlarmType
|
containerId | xsd:string |
Container identifier
|
messageId | xsd:string |
Pre-defined message for system-defined event
|
objectId | xsd:string |
The unique identifier of the object impacted by the Alarm.
From VASA version 3 onwards, a non-null alarmObject
will override this member.
This field is made optional from VASA3. Either this or
alarmObject must be set.
|
objectType | xsd:string |
The type of object impacted by the Alarm. Must be one of the string values
from SmsEntityType
|
parameterList | NameValuePair[] |
List of parameters (name/value) to be passed as input for message
|
status | xsd:string |
Current status of the object. Must be one of the string values from
SmsAlarmStatus
|
Properties inherited from DynamicData |
None |