Source code for models_v2.operation_1_enum

# -*- coding: utf-8 -*-

[docs]class Operation1Enum(object): """Implementation of the 'Operation1' enum. Cancel reset cluster or node state operation. Attributes: NETWORKRESET: TODO: type description here. RESTORE: TODO: type description here. """ NETWORKRESET = 'network-reset' RESTORE = 'restore'