models_v2.status_4_enum module

class models_v2.status_4_enum.Status4Enum[source]

Bases: object

Implementation of the ‘Status4’ enum.

Status of snapshot.

Attributes:

KINPROGRESS: TODO: type description here. KSUCCESSFUL: TODO: type description here. KFAILED: TODO: type description here. KWAITINGFORNEXTATTEMPT: TODO: type description here.

KFAILED = 'kFailed'
KINPROGRESS = 'kInProgress'
KSUCCESSFUL = 'kSuccessful'
KWAITINGFORNEXTATTEMPT = 'kWaitingForNextAttempt'