Class: Ansible::Ruby::Modules::Bigip_firewall_port_list

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

Overview

Manages the AFM port lists on a BIG-IP. This module can be used to add and remove port list entries.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#descriptionObject?

Returns Description of the port list.

Returns:

  • (Object, nil)

    Description of the port list



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_port_list.rb', line 20

attribute :description

#nameString

Returns Specifies the name of the port list.

Returns:

  • (String)

    Specifies the name of the port list.



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

attribute :name

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



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

attribute :partition

#port_listsObject?

Returns Simple list of existing port lists to add to this list. Port lists can be specified in either their fully qualified name (/Common/foo) or their short name (foo). If a short name is used, the C(partition) argument will automatically be prepended to the short name.

Returns:

  • (Object, nil)

    Simple list of existing port lists to add to this list. Port lists can be specified in either their fully qualified name (/Common/foo) or their short name (foo). If a short name is used, the C(partition) argument will automatically be prepended to the short name.



31
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_port_list.rb', line 31

attribute :port_lists

#port_rangesArray<String>, ...

Returns A list of port ranges where the range starts with a port number, is followed by a dash (-) and then a second number.,If the first number is greater than the second number, the numbers will be reversed so-as to be properly formatted. ie, 90-78 would become 78-90.

Returns:

  • (Array<String>, String, nil)

    A list of port ranges where the range starts with a port number, is followed by a dash (-) and then a second number.,If the first number is greater than the second number, the numbers will be reversed so-as to be properly formatted. ie, 90-78 would become 78-90.



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

attribute :port_ranges

#portsString, ...

Returns Simple list of port values to add to the list.

Returns:

  • (String, Array<Integer>, Integer, nil)

    Simple list of port values to add to the list



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

attribute :ports

#state:present, ...

Returns When C(present), ensures that the address list and entries exists.,When C(absent), ensures the address list is removed.

Returns:

  • (:present, :absent, nil)

    When C(present), ensures that the address list and entries exists.,When C(absent), ensures the address list is removed.



34
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_firewall_port_list.rb', line 34

attribute :state