Class: Ansible::Ruby::Modules::Bigiq_utility_license
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigiq_utility_license
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigiq_utility_license.rb
Overview
Manages utility licenses on a BIG-IQ. Utility licenses are one form of licenses that BIG-IQ can distribute. These licenses, unlike regkey licenses, do not require a pool to be created before creation. Additionally, when assigning them, you assign by offering instead of key.
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).
-
#license_key ⇒ String
The license key to install and activate.
-
#state ⇒ :absent, ...
The state of the utility license on the system.,When C(present), guarantees that the license exists.,When C(absent), removes the license from the system.
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?
Returns 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).
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_utility_license.rb', line 16 attribute :accept_eula |
#license_key ⇒ String
Returns The license key to install and activate.
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_utility_license.rb', line 12 attribute :license_key |
#state ⇒ :absent, ...
Returns The state of the utility license on the system.,When C(present), guarantees that the license exists.,When C(absent), removes the license from the system.
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_utility_license.rb', line 20 attribute :state |