pyrax
Python Bindings for the Rackspace Cloud
|
Classes | |
class | CloudBlockStorageSnapshot |
This class represents a Snapshot (copy) of a Block Storage Volume. More... | |
class | CloudBlockStorageVolumeType |
This class represents a Block Storage Volume Type. More... | |
class | CloudBlockStorageVolume |
This class represents a Block Storage volume. More... | |
class | CloudBlockStorageClient |
This is the primary class for interacting with Cloud Block Storage. More... | |
Functions | |
def | assure_volume |
Converts a volumeID passed as the volume to a CloudBlockStorageVolume object. | |
def | assure_snapshot |
Converts a snapshot ID passed as the snapshot to a CloudBlockStorageSnapshot object. | |
Variables | |
int | MIN_SIZE = 100 |
int | MAX_SIZE = 1024 |
int | RETRY_INTERVAL = 5 |
def pyrax.cloudblockstorage.assure_snapshot | ( | fnc | ) |
Converts a snapshot ID passed as the snapshot to a CloudBlockStorageSnapshot object.
def pyrax.cloudblockstorage.assure_volume | ( | fnc | ) |
Converts a volumeID passed as the volume to a CloudBlockStorageVolume object.
int MAX_SIZE = 1024 |
int MIN_SIZE = 100 |
int RETRY_INTERVAL = 5 |