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

This class represents a Snapshot (copy) of a Block Storage Volume. More...

Inheritance diagram for CloudBlockStorageSnapshot:
BaseResource

List of all members.

Public Member Functions

def delete
 Adds a check to make sure that the snapshot is able to be deleted.

Public Attributes

 display_name
 display_description

Properties

 name
 description

Detailed Description

This class represents a Snapshot (copy) of a Block Storage Volume.


Member Function Documentation

def delete (   self)

Adds a check to make sure that the snapshot is able to be deleted.

Reimplemented from BaseResource.


Member Data Documentation


Property Documentation

description [static]
Initial value:
property(_get_description, _set_description, None,
            "Convenience for referencing the display_description.")
name [static]
Initial value:
property(_get_name, _set_name, None,
            "Convenience for referencing the display_name.")

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties