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

Manager class for Cloud Block Storage. More...

Inheritance diagram for CloudBlockStorageManager:
BaseManager FakeBlockStorageManager

List of all members.

Public Member Functions

def create
 Catches errors that may be returned, and raises more informational exceptions.
def update
 Update the specified values on the specified volume.
def list_snapshots
 Pass-through method to allow the list_snapshots() call to be made directly on a volume.
def create_snapshot
 Pass-through method to allow the create_snapshot() call to be made directly on a volume.

Detailed Description

Manager class for Cloud Block Storage.


Member Function Documentation

def create (   self,
  args,
  kwargs 
)

Catches errors that may be returned, and raises more informational exceptions.

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

Pass-through method to allow the create_snapshot() call to be made directly on a volume.

def list_snapshots (   self)

Pass-through method to allow the list_snapshots() call to be made directly on a volume.

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

Update the specified values on the specified volume.

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