models_v2.recovery_process_type_1_enum module

class models_v2.recovery_process_type_1_enum.RecoveryProcessType1Enum[source]

Bases: object

Implementation of the ‘RecoveryProcessType1’ enum.

Specifies type of Recovery Process to be used. InstantRecovery/CopyRecovery etc… Default value is InstantRecovery.

Attributes:

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

COPYRECOVERY = 'CopyRecovery'
INSTANTRECOVERY = 'InstantRecovery'