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