models_v2.recovery_action_3_enum module

class models_v2.recovery_action_3_enum.RecoveryAction3Enum[source]

Bases: object

Implementation of the ‘RecoveryAction3’ enum.

Specifies the type of recover action to be performed.

Attributes:

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

RECOVERFILES = 'RecoverFiles'
RECOVERVMS = 'RecoverVMs'