models.gpfs_cluster module

class models.gpfs_cluster.GpfsCluster(ces_addresses=None, id=None, primary_server=None)[source]

Bases: object

Implementation of the ‘GpfsCluster’ model.

Specifies information about a GPFS Cluster.

Attributes:
ces_addresses (list of string): Specifies a list of CES(Cluster Export

Services) IP addresses of a GPFS Cluster.

id (int): Specifies a globally unique id of a GPFS Cluster. primary_server (string): Specifies a primary server of a GPFS

Cluster.

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.