models_v2.type_59_enum module¶
-
class
models_v2.type_59_enum.
Type59Enum
[source]¶ Bases:
object
Implementation of the ‘Type59’ enum.
Specifies the TDM action type.
- Attributes:
CLONE: TODO: type description here. TEARDOWN: TODO: type description here. REFRESH: TODO: type description here. SNAPSHOT: TODO: type description here. REWIND: TODO: type description here.
-
CLONE
= 'clone'¶
-
REFRESH
= 'refresh'¶
-
REWIND
= 'rewind'¶
-
SNAPSHOT
= 'snapshot'¶
-
TEARDOWN
= 'teardown'¶