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 IDs of the agents for which DPDK mode will be set
[optional]
enabled
bool
A flag indicating whether DPDK should be enabled
[optional]
Example
fromcyperf.models.set_dpdk_mode_operation_inputimportSetDpdkModeOperationInput# TODO update the JSON string belowjson="{}"# create an instance of SetDpdkModeOperationInput from a JSON stringset_dpdk_mode_operation_input_instance=SetDpdkModeOperationInput.from_json(json)
# print the JSON string representation of the objectprint(SetDpdkModeOperationInput.to_json())
# convert the object into a dictset_dpdk_mode_operation_input_dict=set_dpdk_mode_operation_input_instance.to_dict()
# create an instance of SetDpdkModeOperationInput from a dictset_dpdk_mode_operation_input_from_dict=SetDpdkModeOperationInput.from_dict(set_dpdk_mode_operation_input_dict)