# -*- coding: utf-8 -*-
[docs]class SnapshotActions2Enum(object):
"""Implementation of the 'snapshotActions2' enum.
TODO: type enum description here.
Attributes:
RECOVERVMS: TODO: type description here.
RECOVERFILES: TODO: type description here.
INSTANTVOLUMEMOUNT: TODO: type description here.
RECOVERVMDISKS: TODO: type description here.
MOUNTVOLUMES: TODO: type description here.
RECOVERVAPPS: TODO: type description here.
RECOVERRDS: TODO: type description here.
RECOVERAPPS: TODO: type description here.
RECOVERNASVOLUME: TODO: type description here.
RECOVERPHYSICALVOLUMES: TODO: type description here.
RECOVERSYSTEM: TODO: type description here.
RECOVERSANVOLUMES: TODO: type description here.
RECOVERNAMESPACES: TODO: type description here.
RECOVEROBJECTS: TODO: type description here.
DOWNLOADFILESANDFOLDERS: TODO: type description here.
RECOVERVAPPTEMPLATES: TODO: type description here.
RECOVERPUBLICFOLDERS: TODO: type description here.
"""
RECOVERVMS = 'RecoverVMs'
RECOVERFILES = 'RecoverFiles'
INSTANTVOLUMEMOUNT = 'InstantVolumeMount'
RECOVERVMDISKS = 'RecoverVmDisks'
MOUNTVOLUMES = 'MountVolumes'
RECOVERVAPPS = 'RecoverVApps'
RECOVERRDS = 'RecoverRDS'
RECOVERAPPS = 'RecoverApps'
RECOVERNASVOLUME = 'RecoverNasVolume'
RECOVERPHYSICALVOLUMES = 'RecoverPhysicalVolumes'
RECOVERSYSTEM = 'RecoverSystem'
RECOVERSANVOLUMES = 'RecoverSanVolumes'
RECOVERNAMESPACES = 'RecoverNamespaces'
RECOVEROBJECTS = 'RecoverObjects'
DOWNLOADFILESANDFOLDERS = 'DownloadFilesAndFolders'
RECOVERVAPPTEMPLATES = 'RecoverVAppTemplates'
RECOVERPUBLICFOLDERS = 'RecoverPublicFolders'