|
pyrax
Python Bindings for the Rackspace Cloud
|
Public Member Functions | |
| def | __init__ |
| def | get |
| Gets the details for the object. | |
| def | update |
| Updates this webhook. | |
| def | update_metadata |
| Adds the given metadata dict to the existing metadata for this webhook. | |
| def | delete |
| Deletes this webhook. | |
Public Attributes | |
| policy | |
Static Public Attributes | |
| reload = get | |
| def __init__ | ( | self, | |
| manager, | |||
| info, | |||
| policy, | |||
| args, | |||
| kwargs | |||
| ) |
| def delete | ( | self | ) |
Deletes this webhook.
Reimplemented from BaseResource.
| def get | ( | self | ) |
Gets the details for the object.
Reimplemented from BaseResource.
| def update | ( | self, | |
name = None, |
|||
metadata = None |
|||
| ) |
Updates this webhook.
One or more of the parameters may be specified.
| def update_metadata | ( | self, | |
| metadata | |||
| ) |
Adds the given metadata dict to the existing metadata for this webhook.
Reimplemented from BaseResource.
1.7.6.1