Source code for models_v2.recovery_process_type_4_enum

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

[docs]class RecoveryProcessType4Enum(object): """Implementation of the 'RecoveryProcessType4' enum. Specifies the recovery process type. Attributes: INSTANTRECOVERY: TODO: type description here. COPYRECOVERY: TODO: type description here. """ INSTANTRECOVERY = 'InstantRecovery' COPYRECOVERY = 'CopyRecovery'