Class: Ansible::Ruby::Modules::Zabbix_group

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_group.rb

Overview

Create host groups if they do not exist. Delete existing host groups if they exist.

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

#host_groupsArray<String>, String

Returns List of host groups to create or delete.

Returns:

  • (Array<String>, String)

    List of host groups to create or delete.



17
# File 'lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_group.rb', line 17

attribute :host_groups

#state:present, ...

Returns Create or delete host group.

Returns:

  • (:present, :absent, nil)

    Create or delete host group.



13
# File 'lib/ansible/ruby/modules/generated/monitoring/zabbix/zabbix_group.rb', line 13

attribute :state