Class: Ansible::Ruby::Modules::Zabbix_host_facts

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

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

#exact_matchSymbol?

Returns Find the exact match.

Returns:

  • (Symbol, nil)

    Find the exact match



20
# File 'lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_host_facts.rb', line 20

attribute :exact_match

#host_ipString?

Returns Host interface IP of the host in Zabbix.

Returns:

  • (String, nil)

    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_nameString

Returns Name of the host in Zabbix.,host_name is the unique identifier used and cannot be updated using this module.

Returns:

  • (String)

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

Returns Remove duplicate host from host result.

Returns:

  • (Boolean, nil)

    Remove duplicate host from host result



24
# File 'lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_host_facts.rb', line 24

attribute :remove_duplicate