Class: Ansible::Ruby::Modules::Zabbix_host_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Zabbix_host_facts
- Defined in:
- lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_host_facts.rb
Overview
This module allows you to search for Zabbix host entries.
Instance Method Summary collapse
-
#exact_match ⇒ Symbol?
Find the exact match.
-
#host_ip ⇒ String?
Host interface IP of the host in Zabbix.
-
#host_name ⇒ String
Name of the host in Zabbix.,host_name is the unique identifier used and cannot be updated using this module.
-
#remove_duplicate ⇒ Boolean?
Remove duplicate host from host result.
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
#exact_match ⇒ Symbol?
Returns Find the exact match.
20 |
# File 'lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_host_facts.rb', line 20 attribute :exact_match |
#host_ip ⇒ String?
Returns Host interface IP of the host in Zabbix.
16 |
# File 'lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_host_facts.rb', line 16 attribute :host_ip |
#host_name ⇒ String
Returns Name of the host in Zabbix.,host_name is the unique identifier used and cannot be updated using this module.
12 |
# File 'lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_host_facts.rb', line 12 attribute :host_name |
#remove_duplicate ⇒ Boolean?
Returns Remove duplicate host from host result.
24 |
# File 'lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_host_facts.rb', line 24 attribute :remove_duplicate |