models_v2.rigel_cluster_node module

class models_v2.rigel_cluster_node.RigelClusterNode(node_ip=None, node_id=None)[source]

Bases: object

Implementation of the ‘Rigel Cluster Node’ model.

Params for a Rigel Cluster Node

Attributes:

node_ip (string): Specifies the IP address of the Node. node_id (long|int): Specifies the ID of the Node.

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.