You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controllers that the front panel ports are part of.
[optional]
link
str
The desired link state.
[optional]
Example
fromcyperf.models.set_front_panel_ports_link_state_operationimportSetFrontPanelPortsLinkStateOperation# TODO update the JSON string belowjson="{}"# create an instance of SetFrontPanelPortsLinkStateOperation from a JSON stringset_front_panel_ports_link_state_operation_instance=SetFrontPanelPortsLinkStateOperation.from_json(json)
# print the JSON string representation of the objectprint(SetFrontPanelPortsLinkStateOperation.to_json())
# convert the object into a dictset_front_panel_ports_link_state_operation_dict=set_front_panel_ports_link_state_operation_instance.to_dict()
# create an instance of SetFrontPanelPortsLinkStateOperation from a dictset_front_panel_ports_link_state_operation_from_dict=SetFrontPanelPortsLinkStateOperation.from_dict(set_front_panel_ports_link_state_operation_dict)