Class: Ansible::Ruby::Modules::Bigip_monitor_snmp_dca
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_monitor_snmp_dca
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb
Overview
The BIG-IP has an SNMP data collecting agent (DCA) that can query remote SNMP agents of various types, including the UC Davis agent (UCD) and the Windows 2000 Server agent (WIN2000).
Instance Method Summary collapse
-
#agent_type ⇒ :UCD, ...
Specifies the SNMP agent running on the monitored server.
-
#community ⇒ Object?
Specifies the community name that the system must use to authenticate with the host server through SNMP.
-
#cpu_coefficient ⇒ Object?
Specifies the coefficient that the system uses to calculate the weight of the CPU threshold in the dynamic ratio load balancing algorithm.
-
#cpu_threshold ⇒ Object?
Specifies the maximum acceptable CPU usage on the target server.
-
#description ⇒ Object?
Specifies descriptive text that identifies the monitor.
-
#disk_coefficient ⇒ Object?
Specifies the coefficient that the system uses to calculate the weight of the disk threshold in the dynamic ratio load balancing algorithm.
-
#disk_threshold ⇒ Object?
Specifies the maximum acceptable disk usage on the target server.
-
#interval ⇒ Object?
Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown.
-
#memory_coefficient ⇒ Object?
Specifies the coefficient that the system uses to calculate the weight of the memory threshold in the dynamic ratio load balancing algorithm.
-
#memory_threshold ⇒ Object?
Specifies the maximum acceptable memory usage on the target server.
-
#name ⇒ String
Monitor name.
-
#parent ⇒ String?
The parent template of this monitor template.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#state ⇒ :present, ...
When C(present), ensures that the monitor exists.,When C(absent), ensures the monitor is removed.
-
#time_until_up ⇒ Object?
Specifies the number of seconds to wait after a resource first responds correctly to the monitor before setting the resource to ‘up’.
-
#timeout ⇒ Object?
Specifies the number of seconds the target has in which to respond to the monitor request.
-
#version ⇒ :v1, ...
Specifies the version of SNMP that the host server uses.
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
#agent_type ⇒ :UCD, ...
39 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 39 attribute :agent_type |
#community ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 32 attribute :community |
#cpu_coefficient ⇒ Object?
43 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 43 attribute :cpu_coefficient |
#cpu_threshold ⇒ Object?
46 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 46 attribute :cpu_threshold |
#description ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 16 attribute :description |
#disk_coefficient ⇒ Object?
55 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 55 attribute :disk_coefficient |
#disk_threshold ⇒ Object?
58 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 58 attribute :disk_threshold |
#interval ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 23 attribute :interval |
#memory_coefficient ⇒ Object?
49 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 49 attribute :memory_coefficient |
#memory_threshold ⇒ Object?
52 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 52 attribute :memory_threshold |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 12 attribute :name |
#parent ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 19 attribute :parent |
#partition ⇒ String?
61 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 61 attribute :partition |
#state ⇒ :present, ...
65 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 65 attribute :state |
#time_until_up ⇒ Object?
29 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 29 attribute :time_until_up |
#timeout ⇒ Object?
26 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 26 attribute :timeout |
#version ⇒ :v1, ...
35 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_snmp_dca.rb', line 35 attribute :version |