models.gpfs_fileset module

class models.gpfs_fileset.GpfsFileset(id=None, is_independent_fileset=None, name=None, path=None, protocols=None)[source]

Bases: object

Implementation of the ‘GpfsFileset’ model.

Specifies information about a fileset in a GPFS file system.

Attributes:

id (int): Specifies the id of the fileset. is_independent_fileset (bool): If the given fileset is an Independent

fileset or not.

name (string): Name of the filesystem associated with the fileset path (string): Specifies the absolute path of the fileset. protocols (list of ProtocolEnum): Specifies GPFS supported Protocol

information enabled on GPFS File System ‘kNfs’ indicates NFS exports in a GPFS fileset. ‘kSmb’ indicates CIFS/SMB Shares in a GPFS fileset.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.