Method: Rbeapi::Api::System#set_hostname
- Defined in:
- lib/rbeapi/api/system.rb
#set_hostname(opts = {}) ⇒ Boolean
Configures the system hostname value in the running-config.
155 156 157 158 |
# File 'lib/rbeapi/api/system.rb', line 155 def set_hostname(opts = {}) cmd = command_builder('hostname', opts) configure(cmd) end |