Method: Rbeapi::Api::EthernetInterface#set_flowcontrol_send
- Defined in:
- lib/rbeapi/api/interfaces.rb
#set_flowcontrol_send(name, opts = {}) ⇒ Boolean
set_flowcontrol_send is a convenience function for configuring the value of interface flowcontrol.
616 617 618 |
# File 'lib/rbeapi/api/interfaces.rb', line 616 def set_flowcontrol_send(name, opts = {}) set_flowcontrol(name, 'send', opts) end |