Source code for models_v2.recovery_action_4_enum
# -*- coding: utf-8 -*-
[docs]class RecoveryAction4Enum(object):
"""Implementation of the 'RecoveryAction4' enum.
Specifies the type of recovery action to be performed.
Attributes:
RECOVERVMS: TODO: type description here.
RECOVERFILES: TODO: type description here.
"""
RECOVERVMS = 'RecoverVMs'
RECOVERFILES = 'RecoverFiles'