Class: Ansible::Ruby::Modules::Bigiq_regkey_license
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigiq_regkey_license
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_license.rb
Overview
Manages licenses in a BIG-IQ registration key pool.
Instance Method Summary collapse
-
#accept_eula ⇒ Symbol?
A key that signifies that you accept the F5 EULA for this license.,A copy of the EULA can be found here askf5.f5.com/csp/article/K12902,This is required when C(state) is C(present).
-
#description ⇒ Object?
Description of the license.
-
#license_key ⇒ String
The license key to put in the pool.
-
#regkey_pool ⇒ String
The registration key pool that you want to place the license in.,You must be mindful to name your registration pools unique names.
-
#state ⇒ :absent, ...
The state of the regkey license in the pool on the system.,When C(present), guarantees that the license exists in the pool.,When C(absent), removes the license from the pool.
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
#accept_eula ⇒ Symbol?
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_license.rb', line 23 attribute :accept_eula |
#description ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_license.rb', line 20 attribute :description |
#license_key ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_license.rb', line 16 attribute :license_key |
#regkey_pool ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_license.rb', line 12 attribute :regkey_pool |
#state ⇒ :absent, ...
27 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_license.rb', line 27 attribute :state |