Class: Ansible::Ruby::Modules::Bigip_pool

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

Overview

Manages F5 BIG-IP LTM pools via iControl SOAP API

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

#hostObject?

Returns Pool member IP.

Returns:

  • (Object, nil)

    Pool member IP



60
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 60

attribute :host

#lb_method:round_robin, ...

Returns Load balancing method.

Returns:

  • (:round_robin, :ratio_member, :least_connection_member, :observed_member, :predictive_member, :ratio_node_address, :least_connection_node_address, :fastest_node_address, :observed_node_address, :predictive_node_address, :dynamic_ratio, :fastest_app_response, :least_sessions, :dynamic_ratio_member, :l3_addr, :unknown, :weighted_least_connection_member, :weighted_least_connection_node_address, :ratio_session, :ratio_least_connection_member, :ratio_least_connection_node_address, nil)

    Load balancing method



39
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 39

attribute :lb_method

#monitor_type:and_list, ...

Returns Monitor rule type when monitors > 1.

Returns:

  • (:and_list, :m_of_n, nil)

    Monitor rule type when monitors > 1



43
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 43

attribute :monitor_type

#monitorsObject?

Returns Monitor template name list. Always use the full path to the monitor.

Returns:

  • (Object, nil)

    Monitor template name list. Always use the full path to the monitor.



50
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 50

attribute :monitors

#nameString

Returns Pool name.

Returns:

  • (String)

    Pool name



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

attribute :name

#partitionString?

Returns Partition of pool/pool member.

Returns:

  • (String, nil)

    Partition of pool/pool member



35
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 35

attribute :partition

#passwordObject

Returns BIG-IP password.

Returns:

  • (Object)

    BIG-IP password



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

attribute :password

#portObject?

Returns Pool member port.

Returns:

  • (Object, nil)

    Pool member port



63
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 63

attribute :port

#quorumObject?

Returns Monitor quorum value when monitor_type is m_of_n.

Returns:

  • (Object, nil)

    Monitor quorum value when monitor_type is m_of_n



47
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 47

attribute :quorum

#serverObject

Returns BIG-IP host.

Returns:

  • (Object)

    BIG-IP host



11
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 11

attribute :server

#service_down_action:none, ...

Returns Sets the action to take when node goes down in pool.

Returns:

  • (:none, :reset, :drop, :reselect, nil)

    Sets the action to take when node goes down in pool



56
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 56

attribute :service_down_action

#slow_ramp_timeObject?

Returns Sets the ramp-up time (in seconds) to gradually ramp up the load on newly added or freshly detected up pool members.

Returns:

  • (Object, nil)

    Sets the ramp-up time (in seconds) to gradually ramp up the load on newly added or freshly detected up pool members



53
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 53

attribute :slow_ramp_time

#state:present, ...

Returns Pool/pool member state.

Returns:

  • (:present, :absent, nil)

    Pool/pool member state



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

attribute :state

#userObject

Returns BIG-IP username.

Returns:

  • (Object)

    BIG-IP username



15
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 15

attribute :user

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites. Prior to 2.0, this module would always validate on python >= 2.7.9 and never validate on python <= 2.7.8.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites. Prior to 2.0, this module would always validate on python >= 2.7.9 and never validate on python <= 2.7.8



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

attribute :validate_certs