models_v2.recovery_action_11_enum module

class models_v2.recovery_action_11_enum.RecoveryAction11Enum[source]

Bases: object

Implementation of the ‘RecoveryAction11’ enum.

Specifies the type of recover action to be performed.

Attributes:

RECOVERPHYSICALVOLUMES: TODO: type description here. INSTANTVOLUMEMOUNT: TODO: type description here. RECOVERFILES: TODO: type description here. RECOVERSYSTEM: TODO: type description here.

INSTANTVOLUMEMOUNT = 'InstantVolumeMount'
RECOVERFILES = 'RecoverFiles'
RECOVERPHYSICALVOLUMES = 'RecoverPhysicalVolumes'
RECOVERSYSTEM = 'RecoverSystem'