models_v2.recovery_action_5_enum module

class models_v2.recovery_action_5_enum.RecoveryAction5Enum[source]

Bases: object

Implementation of the ‘RecoveryAction5’ enum.

Specifies the type of recover action to be performed.

Attributes:

RECOVERNASVOLUME: TODO: type description here. RECOVERFILES: TODO: type description here.

RECOVERFILES = 'RecoverFiles'
RECOVERNASVOLUME = 'RecoverNasVolume'