|
pyrax
Python Bindings for the Rackspace Cloud
|
Represents the type of monitor check to be run. More...
Public Member Functions | |
| def | field_names |
| Returns a list of all field names for this check type. | |
| def | required_field_names |
| Returns a list of the names of all required fields for this check type. | |
| def | optional_field_names |
| Returns a list of the names of all optional fields for this check type. | |
Represents the type of monitor check to be run.
Each check type
| def field_names | ( | self | ) |
Returns a list of all field names for this check type.
| def optional_field_names | ( | self | ) |
Returns a list of the names of all optional fields for this check type.
| def required_field_names | ( | self | ) |
Returns a list of the names of all required fields for this check type.
1.7.6.1