models_v2.tear_down_status_2_enum module¶
-
class
models_v2.tear_down_status_2_enum.TearDownStatus2Enum[source]¶ Bases:
objectImplementation of the ‘TearDownStatus2’ enum.
Specifies the tear down status.
- Attributes:
DESTROYSCHEDULED: TODO: type description here. DESTROYING: TODO: type description here. DESTROYED: TODO: type description here. DESTROYERROR: TODO: type description here.
-
DESTROYED= 'Destroyed'¶
-
DESTROYERROR= 'DestroyError'¶
-
DESTROYING= 'Destroying'¶
-
DESTROYSCHEDULED= 'DestroyScheduled'¶