Class: Ansible::Ruby::Modules::Bigiq_utility_license

Inherits:
Base show all
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

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

#accept_eulaSymbol?

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).

Returns:

  • (Symbol, nil)

    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_keyString

Returns The license key to install and activate.

Returns:

  • (String)

    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.

Returns:

  • (:absent, :present, nil)

    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