Data Object - AlarmTriggeringActionTransitionSpec(vim.alarm.AlarmTriggeringAction.TransitionSpec)
- Property of
-
AlarmTriggeringAction
- Extends
-
DynamicData
- See also
-
ManagedEntityStatus
- Since
- vSphere API 4.0
Data Object
Description
Specification indicating which on transitions this action fires.
The existence of a Spec indicates that this action fires on
transitions from that Spec's startState to finalState.
There are only four acceptable {startState, finalState} pairs:
{green, yellow}, {yellow, red}, {red, yellow} and {yellow, green}.
At least one of these pairs must be specified.
Any deviation from the above will render the enclosing AlarmSpec invalid.
Properties
Name
|
Type
|
Description
|
finalState | ManagedEntityStatus |
The state to which the alarm must transition for the action to fire.
Valid choices are red, yellow, and green.
|
repeats | xsd:boolean |
Whether or not the action repeats, as per the actionFrequency defined
in the enclosing Alarm.
|
startState | ManagedEntityStatus |
The state from which the alarm must transition for the action to
fire. Valid choices are red, yellow and green.
|
Properties inherited from DynamicData |
None |
Show WSDL type definition