Class: Ansible::Ruby::Modules::Bigip_firewall_rule_list

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

Overview

Manages AFM security firewall policies on a BIG-IP.

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

#descriptionObject?

Returns The description to attach to the policy.,This parameter is only supported on versions of BIG-IP >= 12.1.0. On earlier versions it will simply be ignored.

Returns:

  • (Object, nil)

    The description to attach to the policy.,This parameter is only supported on versions of BIG-IP >= 12.1.0. On earlier versions it will simply be ignored.



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

attribute :description

#nameString

Returns The name of the policy to create.

Returns:

  • (String)

    The name of the policy to create.



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

attribute :name

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



27
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_rule_list.rb', line 27

attribute :partition

#rulesArray<String>, ...

Returns Specifies a list of rules that you want associated with this policy. The order of this list is the order they will be evaluated by BIG-IP. If the specified rules do not exist (for example when creating a new policy) then they will be created.,Rules specified here, if they do not exist, will be created with “default deny” behavior. It is expected that you follow-up this module with the actual configuration for these rules.,The C(bigip_firewall_rule) module can be used to also create, as well as edit, existing and new rules.

Returns:

  • (Array<String>, String, nil)

    Specifies a list of rules that you want associated with this policy. The order of this list is the order they will be evaluated by BIG-IP. If the specified rules do not exist (for example when creating a new policy) then they will be created.,Rules specified here, if they do not exist, will be created with “default deny” behavior. It is expected that you follow-up this module with the actual configuration for these rules.,The C(bigip_firewall_rule) module can be used to also create, as well as edit, existing and new rules.



23
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_rule_list.rb', line 23

attribute :rules

#state:present, ...

Returns When C(state) is C(present), ensures that the rule list exists.,When C(state) is C(absent), ensures that the rule list is removed.

Returns:

  • (:present, :absent, nil)

    When C(state) is C(present), ensures that the rule list exists.,When C(state) is C(absent), ensures that the rule list is removed.



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

attribute :state