models.show_system_led_info_parameters module

class models.show_system_led_info_parameters.ShowSystemLedInfoParameters(node_ip=None)[source]

Bases: object

Implementation of the ‘ShowSystemLedInfoParameters’ model.

Specifies the local or remote node for which system LED details are requested.

Attributes:
node_ip (string): Optional field. If Node IP is not specified, LED

info for the current node is displayed.

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.