Class: Ansible::Ruby::Modules::Bigiq_regkey_pool

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

Methods inherited from Base

#ansible_name, #to_h

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

#descriptionObject?

Returns A description to attach to the pool.

Returns:

  • (Object, nil)

    A description to attach to the pool.



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_pool.rb', line 16

attribute :description

#nameString

Returns Specifies the name of the registration key pool.,You must be mindful to name your registration pools unique names. While BIG-IQ does not require this, this module does. If you do not do this, the behavior of the module is undefined and you may end up putting licenses in the wrong registration key pool.

Returns:

  • (String)

    Specifies the name of the registration key pool.,You must be mindful to name your registration pools unique names. While BIG-IQ does not require this, this module does. If you do not do this, the behavior of the module is undefined and you may end up putting licenses in the wrong registration key pool.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_pool.rb', line 12

attribute :name

#state:absent, ...

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

Returns:

  • (:absent, :present, nil)

    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.



19
# File 'lib/ansible/ruby/modules/generated/network/f5/bigiq_regkey_pool.rb', line 19

attribute :state