models_v2.hbase_object_type_enum module

class models_v2.hbase_object_type_enum.HbaseObjectTypeEnum[source]

Bases: object

Implementation of the ‘HbaseObjectType’ enum.

TODO: type enum description here.

Attributes:

HBASENAMESPACES: TODO: type description here. HBASETABLES: TODO: type description here.

HBASENAMESPACES = 'HbaseNamespaces'
HBASETABLES = 'HbaseTables'