Class: Ansible::Ruby::Modules::Bigip_appsvcs_extension
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_appsvcs_extension
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_appsvcs_extension.rb
Overview
Manages application service deployments via the App Services Extension functionality in BIG-IP.
Instance Method Summary collapse
-
#content ⇒ String
Declaration of tenants configured on the system.,This parameter is most often used along with the C(file) or C(template) lookup plugins.
-
#force ⇒ Symbol?
Force updates a declaration.,This parameter should be used in cases where your declaration includes items that are encrypted or in cases (such as WAF Policies) where you want a large reload to take place.
-
#state ⇒ :present, ...
When C(state) is C(present), ensures the configuration exists.,When C(state) is C(absent), ensures that the configuration is removed.
-
#tenants ⇒ Array<String>, ...
A list of tenants that you want to remove.,This parameter is only relevant when C(state) is C(absent).
Methods inherited from Base
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
#content ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_appsvcs_extension.rb', line 12 attribute :content |
#force ⇒ Symbol?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_appsvcs_extension.rb', line 20 attribute :force |
#state ⇒ :present, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_appsvcs_extension.rb', line 24 attribute :state |
#tenants ⇒ Array<String>, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_appsvcs_extension.rb', line 16 attribute :tenants |