pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes | Static Public Attributes
AutoScaleWebhook Class Reference
Inheritance diagram for AutoScaleWebhook:
BaseResource

List of all members.

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

Constructor & Destructor Documentation

def __init__ (   self,
  manager,
  info,
  policy,
  args,
  kwargs 
)

Member Function Documentation

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.


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