Source code for models_v2.pure_object_type_enum

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

[docs]class PureObjectTypeEnum(object): """Implementation of the 'pureObjectType' enum. TODO: type enum description here. Attributes: KSTORAGEARRAY: TODO: type description here. KVOLUME: TODO: type description here. """ KSTORAGEARRAY = 'kStorageArray' KVOLUME = 'kVolume'