Class: Ansible::Ruby::Modules::Nxos_snmp_host
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_snmp_host
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb
Overview
Manages SNMP host configuration parameters.
Instance Method Summary collapse
-
#community ⇒ String?
Community string or v3 username.
-
#snmp_host ⇒ String
IP address of hostname of target host.
-
#snmp_type ⇒ :trap, ...
Type of message to send to host.
-
#src_intf ⇒ Object?
Source interface.
-
#state ⇒ :present, ...
Manage the state of the resource.
-
#udp ⇒ Integer?
UDP port number (0-65535).
-
#v3 ⇒ :noauth, ...
Use this when verion is v3.
-
#version ⇒ :v1, ...
SNMP version.
-
#vrf ⇒ Object?
VRF to use to source traffic to source.
-
#vrf_filter ⇒ Object?
Name of VRF to filter.
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
#community ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 24 attribute :community |
#snmp_host ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 12 attribute :snmp_host |
#snmp_type ⇒ :trap, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 32 attribute :snmp_type |
#src_intf ⇒ Object?
42 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 42 attribute :src_intf |
#state ⇒ :present, ...
45 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 45 attribute :state |
#udp ⇒ Integer?
28 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 28 attribute :udp |
#v3 ⇒ :noauth, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 20 attribute :v3 |
#version ⇒ :v1, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 16 attribute :version |
#vrf ⇒ Object?
36 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 36 attribute :vrf |
#vrf_filter ⇒ Object?
39 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_host.rb', line 39 attribute :vrf_filter |