Source code for models_v2.protection_group_state_change_actions_enum
# -*- coding: utf-8 -*-
[docs]class ProtectionGroupStateChangeActionsEnum(object):
"""Implementation of the 'ProtectionGroupStateChangeActions' enum.
Specifies Protection Group State Change Actions type.
Attributes:
KPAUSE: TODO: type description here.
KRESUME: TODO: type description here.
"""
KPAUSE = 'kPause'
KRESUME = 'kResume'