Source code for models_v2.hdfs_object_type_enum

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

[docs]class HdfsObjectTypeEnum(object): """Implementation of the 'hdfsObjectType' enum. TODO: type enum description here. Attributes: KCLUSTER: TODO: type description here. """ KCLUSTER = 'kCluster'