models_v2.recovery_process_type_4_enum module

class models_v2.recovery_process_type_4_enum.RecoveryProcessType4Enum[source]

Bases: object

Implementation of the ‘RecoveryProcessType4’ enum.

Specifies the recovery process type.

Attributes:

INSTANTRECOVERY: TODO: type description here. COPYRECOVERY: TODO: type description here.

COPYRECOVERY = 'CopyRecovery'
INSTANTRECOVERY = 'InstantRecovery'