Class: Ansible::Ruby::Modules::Bigip_iapplx_package

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_iapplx_package.rb

Overview

Manages Javascript iApp packages on a BIG-IP. This module will allow you to deploy iAppLX packages to the BIG-IP and manage their lifecycle.

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

#packageString?

Returns The iAppLX package that you want to upload or remove. When C(state) is C(present), and you intend to use this module in a C(role), it is recommended that you use the C(role_path }) variable. An example is provided in the C(EXAMPLES) section.,When C(state) is C(absent), it is not necessary for the package to exist on the Ansible controller. If the full path to the package is provided, the fileame will specifically be cherry picked from it to properly remove the package.

Returns:

  • (String, nil)

    The iAppLX package that you want to upload or remove. When C(state) is C(present), and you intend to use this module in a C(role), it is recommended that you use the C(role_path }) variable. An example is provided in the C(EXAMPLES) section.,When C(state) is C(absent), it is not necessary for the package to exist on the Ansible controller. If the full path to the package is provided, the fileame will specifically be cherry picked from it to properly remove the package.



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

attribute :package

#state:present, ...

Returns Whether the iAppLX package should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the iAppLX package should exist or not.



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

attribute :state