Class: Ansible::Ruby::Modules::Bigiq_regkey_pool
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigiq_regkey_pool
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_pool.rb
Overview
Manages registration key (regkey) pools on a BIG-IQ. These pools function as a container in-which you will add lists of registration keys. To add registration keys, use the C(bigiq_regkey_license) module.
Instance Method Summary collapse
-
#description ⇒ Object?
A description to attach to the pool.
-
#name ⇒ String
Specifies the name of the registration key pool.,You must be mindful to name your registration pools unique names.
-
#state ⇒ :absent, ...
The state of the regkey pool on the system.,When C(present), guarantees that the pool exists.,When C(absent), removes the pool, and the licenses it contains, from the system.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_pool.rb', line 16 attribute :description |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_pool.rb', line 12 attribute :name |
#state ⇒ :absent, ...
19 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_pool.rb', line 19 attribute :state |