Class: Ansible::Ruby::Modules::Bigip_iapplx_package
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_iapplx_package
- 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
-
#package ⇒ String?
The iAppLX package that you want to upload or remove.
-
#state ⇒ :present, ...
Whether the iAppLX package should exist or not.
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
#package ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_iapplx_package.rb', line 12 attribute :package |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_iapplx_package.rb', line 16 attribute :state |