Method: Rbeapi::Api::BaseInterface#delete
- Defined in:
- lib/rbeapi/api/interfaces.rb
#delete(value) ⇒ Boolean
delete will delete an existing interface resource in the node’s current configuration with the specified interface name. If the delete method is called and interface does not exist, this method will return successful.
297 298 299 |
# File 'lib/rbeapi/api/interfaces.rb', line 297 def delete(value) configure("no interface #{value}") end |