models_v2.status_26_enum module

class models_v2.status_26_enum.Status26Enum[source]

Bases: object

Implementation of the ‘Status26’ enum.

Specifies status of the local 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'