# -*- coding: utf-8 -*-
[docs]class TargetEnvironment1Enum(object):
"""Implementation of the 'TargetEnvironment1' enum.
Specifies the environment of the recovery target. The corresponding params
below must be filled out.
Attributes:
KELASTIFILE: TODO: type description here.
KFLASHBLADE: TODO: type description here.
KGENERICNAS: TODO: type description here.
KGPFS: TODO: type description here.
KISILON: TODO: type description here.
KNETAPP: TODO: type description here.
"""
KELASTIFILE = 'kElastifile'
KFLASHBLADE = 'kFlashBlade'
KGENERICNAS = 'kGenericNas'
KGPFS = 'kGPFS'
KISILON = 'kIsilon'
KNETAPP = 'kNetapp'