Class: Ansible::Ruby::Modules::Bigip_sys_db
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_sys_db
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_sys_db.rb
Overview
Manage BIG-IP system database variables
Instance Method Summary collapse
-
#key ⇒ String
The database variable to manipulate.
-
#state ⇒ :present, ...
The state of the variable on the system.
-
#value ⇒ Boolean?
The value to set the key to.
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
#key ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_db.rb', line 12 attribute :key |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_db.rb', line 16 attribute :state |
#value ⇒ Boolean?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_db.rb', line 20 attribute :value |