Source code for models_v2.elastifile_object_type_enum

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

[docs]class ElastifileObjectTypeEnum(object): """Implementation of the 'elastifileObjectType' enum. TODO: type enum description here. Attributes: KCLUSTER: TODO: type description here. KCONTAINER: TODO: type description here. """ KCLUSTER = 'kCluster' KCONTAINER = 'kContainer'