Source code for models_v2.type_16_enum
# -*- coding: utf-8 -*-
[docs]class Type16Enum(object):
"""Implementation of the 'Type16' enum.
Specifies the Hbase Object Type.
Attributes:
HBASENAMESPACES: TODO: type description here.
HBASETABLES: TODO: type description here.
"""
HBASENAMESPACES = 'HbaseNamespaces'
HBASETABLES = 'HbaseTables'