Class: Ansible::Ruby::Modules::Bigip_snat_pool

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

Overview

Manage SNAT pools 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

#membersArray<String>, ...

Returns List of members to put in the SNAT pool. When a C(state) of present is provided, this parameter is required. Otherwise, it is optional.

Returns:

  • (Array<String>, String, nil)

    List of members to put in the SNAT pool. When a C(state) of present is provided, this parameter is required. Otherwise, it is optional.



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

attribute :members

#nameString

Returns The name of the SNAT pool.

Returns:

  • (String)

    The name of the SNAT pool.



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

attribute :name

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



24
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_snat_pool.rb', line 24

attribute :partition

#state:present, ...

Returns Whether the SNAT pool should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the SNAT pool should exist or not.



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

attribute :state