Class: Ansible::Ruby::Modules::Bigip_snmp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_snmp
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_snmp.rb
Overview
Manipulate general SNMP settings on a BIG-IP.
Instance Method Summary collapse
-
#agent_authentication_traps ⇒ :enabled, ...
When C(enabled), ensures that the system sends authentication warning traps to the trap destinations.
-
#agent_status_traps ⇒ :enabled, ...
When C(enabled), ensures that the system sends a trap whenever the SNMP agent starts running or stops running.
-
#allowed_addresses ⇒ Object?
Configures the IP addresses of the SNMP clients from which the snmpd daemon accepts requests.,This value can be hostnames, IP addresses, or IP networks.,You may specify a single list item of C(default) to set the value back to the system’s default of C(127.0.0.0/8).,You can remove all allowed addresses by either providing the word C(none), or by providing the empty string C(“”).
-
#contact ⇒ String?
Specifies the name of the person who administers the SNMP service for this system.
-
#device_warning_traps ⇒ :enabled, ...
When C(enabled), ensures that the system sends device warning traps to the trap destinations.
-
#location ⇒ String?
Specifies the description of this system’s physical location.
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
#agent_authentication_traps ⇒ :enabled, ...
Returns When C(enabled), ensures that the system sends authentication warning traps to the trap destinations. This is usually disabled by default on a BIG-IP.
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_snmp.rb', line 23 attribute :agent_authentication_traps |
#agent_status_traps ⇒ :enabled, ...
Returns When C(enabled), ensures that the system sends a trap whenever the SNMP agent starts running or stops running. This is usually enabled by default on a BIG-IP.
19 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_snmp.rb', line 19 attribute :agent_status_traps |
#allowed_addresses ⇒ Object?
Returns Configures the IP addresses of the SNMP clients from which the snmpd daemon accepts requests.,This value can be hostnames, IP addresses, or IP networks.,You may specify a single list item of C(default) to set the value back to the system’s default of C(127.0.0.0/8).,You can remove all allowed addresses by either providing the word C(none), or by providing the empty string C(“”).
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_snmp.rb', line 12 attribute :allowed_addresses |
#contact ⇒ String?
Returns Specifies the name of the person who administers the SNMP service for this system.
15 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_snmp.rb', line 15 attribute :contact |
#device_warning_traps ⇒ :enabled, ...
Returns When C(enabled), ensures that the system sends device warning traps to the trap destinations. This is usually enabled by default on a BIG-IP.
27 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_snmp.rb', line 27 attribute :device_warning_traps |
#location ⇒ String?
Returns Specifies the description of this system’s physical location.
31 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_snmp.rb', line 31 attribute :location |