Trees | Indices | Help |
|
---|
|
Copyright: Copyright (C) 2008, 2010 Oracle and/or its affiliates. All rights reserved.
License: See the file COPYING for redistribution information.
|
|||
IPlugin The base interface for various Storage Connect plug-in interfaces. |
|||
IStorageArrayPlugin Plugin interface for Storage Array management. |
|||
IFileSystemPlugin Plugin interface for file system management. |
|||
IPluginException All IPlugin exceptions inherits from IPluginException to allow for blanket exception catching. |
|||
NoSuchOperationEx Exception that gets raised if the call is not valid for the plugin. |
|||
OperationFailedEx Exception that gets raised if the operation failed. |
|||
MissingKeyEx Exception that gets raised if a required key is not in the record. |
|||
ValueFormatEx Exception that gets raised when the plugin is unable to interpret the value passed in a key. |
|||
StorageArrayLicenseEx Exception that gets raised if the Storage Array feature is not licensed. |
|||
TargetDiscoveryEx Exception that gets raised if discovery failed. |
|||
LoginFailedEx Exception that gets raised if the login failed. |
|||
LogoutFailedEx Exception that gets raised if the logout failed. |
|||
RefreshFailedEx Exception that gets raised if the storage array refresh failed. |
|||
ListFailedEx Exception that gets raised if the storage element list failed. |
|||
CreateSnapFailedEx Exception that gets raised if a snapshot creation has failed. |
|||
ListSnapFailedEx Exception that gets raised if listing snapshots failed. |
|||
SnapRestoreNotSafeEx Exception that gets raised if snapshot cannot safely be rolled back. |
|||
CloneFailedEx Exception that gets raised if a clone opertaion failed. |
|||
InvalidStorageArrayEx Exception that gets raised if the ss_record is invalid. |
|||
InvalidValueEx Exception that gets raised on an invalid value in one of the records. |
|||
PermissionDeniedEx Exception that gets raised if permission is denied for the operation. |
|||
StorageElementBusyEx Exception that gets raised when the operation is not allowed while the Storage Element is still in use. |
|||
OperationPreReqNotMetEx Exception that gets raised if a operation's prerequisite have not been met. |
|||
StorageNameRequiredEx Exception that gets raised by the validate() method if the plug-in require a storage name to be set in the ss_record. |
|||
InvalidFSTypeEx Exception that gets raised if the FS record file system type is invalid. |
|||
FileSystemBusyEx Exception that gets raised if the FS is busy. |
|||
CommandMissingEx Exception that gets raised if the comand is not available. |
|||
FileSystemAlreadyMountedEx Exception that gets raised if the FS is already mounted. |
|
|||
default_cache = OSCCache.OSCDefaultCache()
|
|||
ABILITY_TYPES = PyEnum("UNSUPPORTED = 0x00", "OFFL Enum representing the possible values a plugin/storage server capability can be set to. |
|||
SE_STATES = PyEnum("UNKNOWN = 0x00", "OFFL Enum representing all the possible Storage Element states. |
|||
SE_STATES_TEXT =
Dictionary used to lookup the text description associated with the state of a Storage Element. |
|||
FS_STATES = PyEnum("UNKNOWN = 0x00", "UNMO Enum representing all the possible File System states. |
|||
FS_STATES_TEXT =
Dictionary used to lookup the text description associated with the state of a File System. |
|||
BACKING_DEVICE_TYPES = PyEnum("UNSUPPORTED = 0 Enum representing all the possible File System states. |
|||
BACKING_DEVICE_TYPES_TEXT =
Dictionary used to lookup the text description associated with the state of a File System. |
|||
__package__ = None
|
|
ABILITY_TYPESEnum representing the possible values a plugin/storage server capability can be set to.
|
SE_STATESEnum representing all the possible Storage Element states.
|
SE_STATES_TEXTDictionary used to lookup the text description associated with the state of a Storage Element.
|
FS_STATESEnum representing all the possible File System states.
|
FS_STATES_TEXTDictionary used to lookup the text description associated with the state of a File System.
|
BACKING_DEVICE_TYPESEnum representing all the possible File System states.
|
BACKING_DEVICE_TYPES_TEXTDictionary used to lookup the text description associated with the state of a File System.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 6 16:45:18 2011 | http://epydoc.sourceforge.net |