models_v2.node_specific_response module

class models_v2.node_specific_response.NodeSpecificResponse(node_id=None, node_ip=None, message=None)[source]

Bases: object

Implementation of the ‘Node specific response.’ model.

Specifies node specific response of cluster create.

Attributes:

node_id (long|int): Specifies the id of the node. node_ip (long|int): Specifies the Ip address of the node. message (string): Specifies optional message related to node status.

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.