pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes | Static Public Attributes
CloudMonitorAlarm Class Reference

Alarms bind alerting rules, entities, and notification plans into a logical unit. More...

Inheritance diagram for CloudMonitorAlarm:
BaseResource

List of all members.

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

Detailed Description

Alarms bind alerting rules, entities, and notification plans into a logical unit.


Constructor & Destructor Documentation

def __init__ (   self,
  manager,
  info,
  entity,
  key = None,
  loaded = False 
)

Member Function Documentation

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.


Member Data Documentation

reload = get [static]

Reimplemented from BaseResource.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties