pyrax
Python Bindings for the Rackspace Cloud
|
Manager class for Cloud Block Storage. More...
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. |
Manager class for Cloud Block Storage.
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.