Source code for models_v2.nimble_object_type_enum

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

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