models_v2.status_1_enum module

class models_v2.status_1_enum.Status1Enum[source]

Bases: object

Implementation of the ‘Status1’ enum.

Specifies the creating status of this disk.

Attributes:

SUCCEEDED: TODO: type description here. FAILED: TODO: type description here.

FAILED = 'Failed'
SUCCEEDED = 'Succeeded'