models_v2.status_17_enum module¶
-
class
models_v2.status_17_enum.Status17Enum[source]¶ Bases:
objectImplementation of the ‘Status17’ enum.
Specifies the status of a remote disk.
- Attributes:
ACTIVE: TODO: type description here. OFFLINE: TODO: type description here. DELETING: TODO: type description here. DELETED: TODO: type description here. DATAVIPNOTREACHABLE: TODO: type description here. FILESYSTEMNOTACCESSIBLE: TODO: type description here. FILESYSTEMDELETED: TODO: type description here. UNKNOWN: TODO: type description here.
-
ACTIVE= 'Active'¶
-
DATAVIPNOTREACHABLE= 'DataVipNotReachable'¶
-
DELETED= 'Deleted'¶
-
DELETING= 'Deleting'¶
-
FILESYSTEMDELETED= 'FileSystemDeleted'¶
-
FILESYSTEMNOTACCESSIBLE= 'FileSystemNotAccessible'¶
-
OFFLINE= 'Offline'¶
-
UNKNOWN= 'Unknown'¶