Data Object - StorageAlarm(sms.storage.StorageAlarm)

Property of
AlarmResult
Extends
DynamicData
See also
NameValuePair
Since
SMS API 6.5

Data Object Description

This data object represents the storage alarm.

Properties

Name Type Description
alarmIdxsd: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.
alarmTimeStampxsd:dateTime

Time-stamp when the alarm occurred in VP context
alarmTypexsd:string

The type of Alarm. Must be one of the string values from AlarmType Note that for VMODL VP implemenation this field must be populated with one of the values from vasa.data.notification.AlarmType
containerId*xsd:string

Container identifier
messageIdxsd: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.
objectTypexsd:string

The type of object impacted by the Alarm. Must be one of the string values from SmsEntityType Note that for VMODL VP implemenation this field must be populated with one of the values from vasa.data.notification.EntityType
parameterList*NameValuePair[]

List of parameters (name/value) to be passed as input for message
statusxsd:string

Current status of the object. Must be one of the string values from SmsAlarmStatus
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition