|
pyrax
Python Bindings for the Rackspace Cloud
|
Alarms bind alerting rules, entities, and notification plans into a logical unit. More...
Public Member Functions | |
| def | __init__ |
| def | update |
| Updates this alarm. | |
| def | get |
| Fetches the current state of the alarm from the API and updates the object. | |
| def | name |
Public Attributes | |
| entity | |
Static Public Attributes | |
| reload = get | |
Alarms bind alerting rules, entities, and notification plans into a logical unit.
| def __init__ | ( | self, | |
| manager, | |||
| info, | |||
| entity, | |||
key = None, |
|||
loaded = False |
|||
| ) |
| def get | ( | self | ) |
Fetches the current state of the alarm from the API and updates the object.
Reimplemented from BaseResource.
| def name | ( | self | ) |
| def update | ( | self, | |
criteria = None, |
|||
disabled = False, |
|||
label = None, |
|||
name = None, |
|||
metadata = None |
|||
| ) |
Updates this alarm.
Reimplemented from BaseResource.
1.7.6.1