Files
deb-python-pyvmomi/docs/vim/alarm/AlarmTriggeringAction.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

1.4 KiB

vim.alarm.AlarmTriggeringAction

This data object type describes one or more triggering transitions and an action to be done when an alarm is triggered.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.

extends

vim.alarm.AlarmAction

Attributes:

action (vim.action.Action):

The action to be done when the alarm is triggered.

transitionSpecs ([vim.alarm.AlarmTriggeringAction.TransitionSpec], optional):

Indicates on which transitions this action executes and repeats. This is optional only for backwards compatibility.

green2yellow (bool):

Flag to specify that the alarm should trigger on a transition from green to yellow.

yellow2red (bool):

Flag to specify that the alarm should trigger on a transition from yellow to red.

red2yellow (bool):

Flag to specify that the alarm should trigger on a transition from red to yellow.

yellow2green (bool):

Flag to specify that the alarm should trigger on a transition from yellow to green.