Public Member Functions | |
def | __init__ |
def | setup |
def | getStorageManager |
Private Attributes | |
__storageManager | |
Static Private Attributes | |
tuple | __storageManager = IStorageWrapper() |
def SnapshotManager.SnapshotManager.__init__ | ( | self | ) |
Default constructor
def SnapshotManager.SnapshotManager.setup | ( | self, | ||
type | ||||
) |
Setups the proper storage manager
type | indicates the type of storage manager choosen |
def SnapshotManager.SnapshotManager.getStorageManager | ( | self | ) |
Gets the storage manager that can be manipulated as a IStorageWrapper
tuple SnapshotManager.SnapshotManager.__storageManager = IStorageWrapper() [static, private] |
Object that comunicates with storage device