Class: Ansible::Ruby::Modules::Bigip_snmp

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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.

Returns:

  • (:enabled, :disabled, nil)

    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.

Returns:

  • (:enabled, :disabled, nil)

    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_addressesObject?

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(“”).

Returns:

  • (Object, nil)

    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

#contactString?

Returns Specifies the name of the person who administers the SNMP service for this system.

Returns:

  • (String, nil)

    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.

Returns:

  • (:enabled, :disabled, nil)

    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

#locationString?

Returns Specifies the description of this system’s physical location.

Returns:

  • (String, nil)

    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