Source code for models_v2.gpfs_object_type_enum
# -*- coding: utf-8 -*-
[docs]class GpfsObjectTypeEnum(object):
"""Implementation of the 'gpfsObjectType' enum.
TODO: type enum description here.
Attributes:
KCLUSTER: TODO: type description here.
KFILESYSTEM: TODO: type description here.
KFILESET: TODO: type description here.
"""
KCLUSTER = 'kCluster'
KFILESYSTEM = 'kFilesystem'
KFILESET = 'kFileset'