models_v2.recovery_action_12_enum module

class models_v2.recovery_action_12_enum.RecoveryAction12Enum[source]

Bases: object

Implementation of the ‘RecoveryAction12’ enum.

Specifies the type of recovery action to be performed.

Attributes:

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

INSTANTVOLUMEMOUNT = 'InstantVolumeMount'
RECOVERFILES = 'RecoverFiles'
RECOVERVMS = 'RecoverVMs'