models_v2.disk_status_1_enum module

class models_v2.disk_status_1_enum.DiskStatus1Enum[source]

Bases: object

Implementation of the ‘DiskStatus1’ enum.

Disk Status

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'