pyrax
Python Bindings for the Rackspace Cloud
|
Classes | |
class | CloudMonitorEntity |
class | _PaginationManager |
class | CloudMonitorNotificationManager |
Handles all of the requests dealing with notifications. More... | |
class | CloudMonitorNotificationPlanManager |
Handles all of the requests dealing with Notification Plans. More... | |
class | CloudMonitorMetricsManager |
class | CloudMonitorAlarmManager |
Handles all of the alarm-specific requests. More... | |
class | CloudMonitorCheckManager |
Handles all of the check-specific requests. More... | |
class | _EntityFilteringManger |
Handles calls that can optionally filter requests based on an entity. More... | |
class | CloudMonitorEntityManager |
Handles all of the entity-specific requests. More... | |
class | CloudMonitorCheck |
Represents a check defined for an entity. More... | |
class | CloudMonitorCheckType |
Represents the type of monitor check to be run. More... | |
class | CloudMonitorZone |
Represents a location from which Cloud Monitoring collects data. More... | |
class | CloudMonitorNotification |
Represents an action to take when an alarm is triggered. More... | |
class | CloudMonitorNotificationType |
Represents a class of action to take when an alarm is triggered. More... | |
class | CloudMonitorNotificationPlan |
A Notification plan is a list of the notification actions to take when an alarm is triggered. More... | |
class | CloudMonitorMetric |
Metrics represent statistics about the checks defined on an entity. More... | |
class | CloudMonitorAlarm |
Alarms bind alerting rules, entities, and notification plans into a logical unit. More... | |
class | CloudMonitorClient |
This is the base client for creating and managing Cloud Monitoring. More... | |
Packages | |
namespace | pyrax::cloudmonitoring |
Functions | |
def | assure_check |
Converts an checkID passed as the check to a CloudMonitorCheck object. | |
def | assure_entity |
Converts an entityID passed as the entity to a CloudMonitorEntity object. | |
Variables | |
tuple | _invalid_key_pat = re.compile(r"Validation error for key '([^']+)'") |