pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions
CloudBlockStorageSnapshotManager Class Reference

Manager class for Cloud Block Storage. More...

Inheritance diagram for CloudBlockStorageSnapshotManager:
BaseManager

List of all members.

Public Member Functions

def create
 Adds exception handling to the default create() call.
def update
 Update the specified values on the specified snapshot.

Detailed Description

Manager class for Cloud Block Storage.


Member Function Documentation

def create (   self,
  name,
  volume,
  description = None,
  force = False 
)

Adds exception handling to the default create() call.

def update (   self,
  snapshot,
  display_name = None,
  display_description = None 
)

Update the specified values on the specified snapshot.

You may specify one or more values to update.


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