Class: Ansible::Ruby::Modules::Bigip_sys_db

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_sys_db.rb

Overview

Manage BIG-IP system database 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

#keyString

Returns The database variable to manipulate.

Returns:

  • (String)

    The database variable to manipulate.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_db.rb', line 12

attribute :key

#state:present, ...

Returns The state of the variable on the system. When C(present), guarantees that an existing variable is set to C(value). When C(reset) sets the variable back to the default value. At least one of value and state C(reset) are required.

Returns:

  • (:present, :reset, nil)

    The state of the variable on the system. When C(present), guarantees that an existing variable is set to C(value). When C(reset) sets the variable back to the default value. At least one of value and state C(reset) are required.



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_db.rb', line 16

attribute :state

#valueBoolean?

Returns The value to set the key to. At least one of value and state C(reset) are required.

Returns:

  • (Boolean, nil)

    The value to set the key to. At least one of value and state C(reset) are required.



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_db.rb', line 20

attribute :value