Class: Ansible::Ruby::Modules::Proxysql_global_variables

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/database/proxysql/proxysql_global_variables.rb

Overview

The M(proxysql_global_variables) module gets or sets the proxysql global variables.

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

#valueInteger?

Returns Defines a value the variable specified using I(variable) should be set to.

Returns:

  • (Integer, nil)

    Defines a value the variable specified using I(variable) should be set to.



16
# File 'lib/ansible/ruby/modules/generated/database/proxysql/proxysql_global_variables.rb', line 16

attribute :value

#variableString

Returns Defines which variable should be returned, or if I(value) is specified which variable should be updated.

Returns:

  • (String)

    Defines which variable should be returned, or if I(value) is specified which variable should be updated.



12
# File 'lib/ansible/ruby/modules/generated/database/proxysql/proxysql_global_variables.rb', line 12

attribute :variable