models_v2.recovery_action_1_enum module

class models_v2.recovery_action_1_enum.RecoveryAction1Enum[source]

Bases: object

Implementation of the ‘RecoveryAction1’ enum.

Specifies the type of recovery action to be performed.

Attributes:

RECOVERVMS: TODO: type description here. RECOVERFILES: TODO: type description here. INSTANTVOLUMEMOUNT: TODO: type description here. RECOVERVMDISKS: TODO: type description here. RECOVERVAPPS: TODO: type description here. RECOVERVAPPTEMPLATES: TODO: type description here.

INSTANTVOLUMEMOUNT = 'InstantVolumeMount'
RECOVERFILES = 'RecoverFiles'
RECOVERVAPPS = 'RecoverVApps'
RECOVERVAPPTEMPLATES = 'RecoverVAppTemplates'
RECOVERVMDISKS = 'RecoverVmDisks'
RECOVERVMS = 'RecoverVMs'