models_v2.gpfs_object_type_enum module

class models_v2.gpfs_object_type_enum.GpfsObjectTypeEnum[source]

Bases: 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'
KFILESET = 'kFileset'
KFILESYSTEM = 'kFilesystem'