models_v2.status_20_enum module¶
-
class
models_v2.status_20_enum.
Status20Enum
[source]¶ Bases:
object
Implementation of the ‘Status20’ enum.
Specifies status of the disk.
- Attributes:
ONLINE: TODO: type description here. OFFLINE: TODO: type description here. REMOVING: TODO: type description here. OKTOREMOVE: TODO: type description here. BLACKLIST: TODO: type description here. NEW: TODO: type description here. EMPTY: TODO: type description here. UNKNOWN: TODO: type description here. ACTIVATING: TODO: type description here.
-
ACTIVATING
= 'Activating'¶
-
BLACKLIST
= 'Blacklist'¶
-
EMPTY
= 'Empty'¶
-
NEW
= 'New'¶
-
OFFLINE
= 'Offline'¶
-
OKTOREMOVE
= 'OkToRemove'¶
-
ONLINE
= 'Online'¶
-
REMOVING
= 'Removing'¶
-
UNKNOWN
= 'Unknown'¶