Class: Ansible::Ruby::Modules::Nxos_system
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_system
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_system.rb
Overview
This module provides declarative management of node system attributes on Cisco NXOS devices. It provides an option to configure host system parameters or remove those parameters from the device active configuration.
Instance Method Summary collapse
-
#domain_lookup ⇒ Object?
Enables or disables the DNS lookup feature in Cisco NXOS.
-
#domain_name ⇒ String?
Configures the default domain name suffix to be used when referencing this node by its FQDN.
-
#domain_search ⇒ Object?
Configures a list of domain name suffixes to search when performing DNS name resolution.
-
#hostname ⇒ String?
Configure the device hostname parameter.
-
#name_servers ⇒ Array<String>, ...
List of DNS name servers by IP address to use to perform name resolution lookups.
-
#state ⇒ :present, ...
State of the configuration values in the device’s current active configuration.
-
#system_mtu ⇒ Object?
Specifies the mtu, must be an integer or keyword ‘default’.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#domain_lookup ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_system.rb', line 20 attribute :domain_lookup |
#domain_name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_system.rb', line 16 attribute :domain_name |
#domain_search ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_system.rb', line 23 attribute :domain_search |
#hostname ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_system.rb', line 12 attribute :hostname |
#name_servers ⇒ Array<String>, ...
26 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_system.rb', line 26 attribute :name_servers |
#state ⇒ :present, ...
33 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_system.rb', line 33 attribute :state |
#system_mtu ⇒ Object?
30 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_system.rb', line 30 attribute :system_mtu |