models_v2.node_reset_state module

class models_v2.node_reset_state.NodeResetState(node_id=None, node_ip=None, state=None)[source]

Bases: object

Implementation of the ‘NodeResetState’ model.

Node reset state information

Attributes:

node_id (long|int): Node Id node_ip (string): Node Ip. state (string): Reset state.

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.