Class: Ansible::Ruby::Modules::Net_system
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Net_system
- Defined in:
- lib/ansible/ruby/modules/generated/network/system/net_system.rb
Overview
This module provides declarative management of node system attributes on network devices. It provides an option to configure host system parameters or remove those parameters from the device active configuration.
Instance Method Summary collapse
-
#domain_name ⇒ String?
Configure the IP domain name on the remote device to the provided value.
-
#domain_search ⇒ Object?
Provides the list of domain suffixes to append to the hostname for the purpose of doing name resolution.
-
#hostname ⇒ String?
Configure the device hostname parameter.
-
#lookup_source ⇒ String?
Provides one or more source interfaces to use for performing DNS lookups.
-
#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.
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_name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/system/net_system.rb', line 16 attribute :domain_name |
#domain_search ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/system/net_system.rb', line 20 attribute :domain_search |
#hostname ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/system/net_system.rb', line 12 attribute :hostname |
#lookup_source ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/network/system/net_system.rb', line 23 attribute :lookup_source |
#name_servers ⇒ Array<String>, ...
27 |
# File 'lib/ansible/ruby/modules/generated/network/system/net_system.rb', line 27 attribute :name_servers |
#state ⇒ :present, ...
31 |
# File 'lib/ansible/ruby/modules/generated/network/system/net_system.rb', line 31 attribute :state |