Source code for models_v2.recover_file_and_folder_method_1_enum
# -*- coding: utf-8 -*-
[docs]class RecoverFileAndFolderMethod1Enum(object):
"""Implementation of the 'RecoverFileAndFolderMethod1' enum.
Recover File and Folder Method.
Attributes:
AUTODEPLOY: TODO: type description here.
USEEXISTINGAGENT: TODO: type description here.
USEHYPERVISORAPIS: TODO: type description here.
"""
AUTODEPLOY = 'AutoDeploy'
USEEXISTINGAGENT = 'UseExistingAgent'
USE_HYPERV_ISOR_APIS = 'UseHypervisorApis'