Source code for models_v2.environment_3_enum

# -*- coding: utf-8 -*-

[docs]class Environment3Enum(object): """Implementation of the 'Environment3' enum. Specifies the environment type of the Data Migration. Attributes: KGENERICNAS: TODO: type description here. KVIEW: TODO: type description here. """ KGENERICNAS = 'kGenericNas' KVIEW = 'kView'