Source code for models_v2.isilon_object_type_enum

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

[docs]class IsilonObjectTypeEnum(object): """Implementation of the 'isilonObjectType' enum. TODO: type enum description here. Attributes: KCLUSTER: TODO: type description here. KZONE: TODO: type description here. KMOUNTPOINT: TODO: type description here. """ KCLUSTER = 'kCluster' KZONE = 'kZone' KMOUNTPOINT = 'kMountPoint'