Source code for models_v2.recovery_action_5_enum

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

[docs]class RecoveryAction5Enum(object): """Implementation of the 'RecoveryAction5' enum. Specifies the type of recover action to be performed. Attributes: RECOVERNASVOLUME: TODO: type description here. RECOVERFILES: TODO: type description here. """ RECOVERNASVOLUME = 'RecoverNasVolume' RECOVERFILES = 'RecoverFiles'