models_v2.recovery_action_4_enum module

class models_v2.recovery_action_4_enum.RecoveryAction4Enum[source]

Bases: object

Implementation of the ‘RecoveryAction4’ enum.

Specifies the type of recovery action to be performed.

Attributes:

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

RECOVERFILES = 'RecoverFiles'
RECOVERVMS = 'RecoverVMs'