pyrax
Python Bindings for the Rackspace Cloud
|
Manager class for Cloud Block Storage. More...
Public Member Functions | |
def | create |
Adds exception handling to the default create() call. | |
def | update |
Update the specified values on the specified snapshot. |
Manager class for Cloud Block Storage.
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.