# -*- coding: utf-8 -*-
[docs]class RecoveryAction11Enum(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.
    """
    RECOVERPHYSICALVOLUMES = 'RecoverPhysicalVolumes'
    INSTANTVOLUMEMOUNT = 'InstantVolumeMount'
    RECOVERFILES = 'RecoverFiles'
    RECOVERSYSTEM = 'RecoverSystem'