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.

Parameters:

  • :name (String)

    The interface name to apply the configuration values to. The name must be the full interface identifier.

  • :opts (Hash)

    optional keyword arguments

Returns:

  • (Boolean)

    returns true if the command completed successfully

See Also:



616
617
618
# File 'lib/rbeapi/api/interfaces.rb', line 616

def set_flowcontrol_send(name, opts = {})
  set_flowcontrol(name, 'send', opts)
end