Source code for models_v2.hbase_object_type_1_enum

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

[docs]class HbaseObjectType1Enum(object): """Implementation of the 'hbaseObjectType1' enum. TODO: type enum description here. Attributes: KCLUSTER: TODO: type description here. KNAMESPACE: TODO: type description here. KTABLE: TODO: type description here. """ KCLUSTER = 'kCluster' KNAMESPACE = 'kNamespace' KTABLE = 'kTable'