Class: Ansible::Ruby::Modules::Junos_system
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Junos_system
- Defined in:
- lib/ansible/ruby/modules/generated/network/junos/junos_system.rb
Overview
This module provides declarative management of node system attributes on Juniper JUNOS devices. It provides an option to configure host system parameters or remove those parameters from the device active configuration.
Instance Method Summary collapse
-
#active ⇒ Boolean?
Specifies whether or not the configuration is active or deactivated.
-
#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.
-
#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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#active ⇒ Boolean?
31 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_system.rb', line 31 attribute :active |
#domain_name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_system.rb', line 16 attribute :domain_name |
#domain_search ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_system.rb', line 20 attribute :domain_search |
#hostname ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_system.rb', line 12 attribute :hostname |
#name_servers ⇒ Array<String>, ...
23 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_system.rb', line 23 attribute :name_servers |
#state ⇒ :present, ...
27 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_system.rb', line 27 attribute :state |