There are four triggering transitions; at least one of them must
be provided. A gray state is considered the same as a green state,
for the purpose of detecting transitions.
Name
|
Type
|
Description
|
action | Action |
The action to be done when the alarm is triggered.
|
green2yellow | xsd:boolean |
Deprecated.
As of vSphere API 4.0, use
AlarmTriggeringActionTransitionSpec .
Flag to specify that the alarm should trigger on a transition
from green to yellow.
|
red2yellow | xsd:boolean |
Deprecated.
As of vSphere API 4.0, use
AlarmTriggeringActionTransitionSpec .
Flag to specify that the alarm should trigger on a transition
from red to yellow.
|
transitionSpecs | AlarmTriggeringActionTransitionSpec[] |
Indicates on which transitions this action executes and repeats.
This is optional only for backwards compatibility.
Since vSphere API 4.0
|
yellow2green | xsd:boolean |
Deprecated.
As of vSphere API 4.0, use
AlarmTriggeringActionTransitionSpec .
Flag to specify that the alarm should trigger on a transition
from yellow to green.
|
yellow2red | xsd:boolean |
Deprecated.
As of vSphere API 4.0, use
AlarmTriggeringActionTransitionSpec .
Flag to specify that the alarm should trigger on a transition
from yellow to red.
|
Properties inherited from AlarmAction |
None |
Properties inherited from DynamicData |
None |