Class: Ansible::Ruby::Modules::Bigip_firewall_policy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_firewall_policy
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_policy.rb
Overview
Manages AFM security firewall policies on a BIG-IP.
Instance Method Summary collapse
-
#description ⇒ Object?
The description to attach to the policy.,This parameter is only supported on versions of BIG-IP >= 12.1.0.
-
#name ⇒ String
The name of the policy to create.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#rules ⇒ Array<String>, ...
Specifies a list of rules that you want associated with this policy.
-
#state ⇒ :present, ...
When C(state) is C(present), ensures that the policy exists.,When C(state) is C(absent), ensures that the policy is removed.
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
#description ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_policy.rb', line 16 attribute :description |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_policy.rb', line 12 attribute :name |
#partition ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_policy.rb', line 27 attribute :partition |
#rules ⇒ Array<String>, ...
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_policy.rb', line 23 attribute :rules |
#state ⇒ :present, ...
19 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_policy.rb', line 19 attribute :state |