Source code for models_v2.flashblade_object_type_enum

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

[docs]class FlashbladeObjectTypeEnum(object): """Implementation of the 'flashbladeObjectType' enum. TODO: type enum description here. Attributes: KSTORAGEARRAY: TODO: type description here. KFILESYSTEM: TODO: type description here. """ KSTORAGEARRAY = 'kStorageArray' KFILESYSTEM = 'kFileSystem'