Source code for models_v2.type_66_enum

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

[docs]class Type66Enum(object): """Implementation of the 'Type66' enum. Enumeration of all the supported source types for the Universal Data Adapter. Attributes: KSAPHANA: TODO: type description here. KSAPORACLE: TODO: type description here. KCOCKROACHDB: TODO: type description here. KOTHER: TODO: type description here. """ KSAPHANA = 'kSapHana' KSAPORACLE = 'kSapOracle' KCOCKROACHDB = 'kCockroachDB' KOTHER = 'kOther'