models_v2.recovery_action_2_enum module

class models_v2.recovery_action_2_enum.RecoveryAction2Enum[source]

Bases: object

Implementation of the ‘RecoveryAction2’ enum.

Specifies the type of recover action to be performed.

Attributes:

RECOVERVMS: TODO: type description here. RECOVERRDS: TODO: type description here. RECOVERFILES: TODO: type description here.

RECOVERFILES = 'RecoverFiles'
RECOVERRDS = 'RecoverRDS'
RECOVERVMS = 'RecoverVMs'