Class: Ansible::Ruby::Modules::Bigip_pool
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_pool
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb
Instance Method Summary collapse
-
#host ⇒ Object?
Pool member IP.
-
#lb_method ⇒ :round_robin, ...
Load balancing method.
-
#monitor_type ⇒ :and_list, ...
Monitor rule type when monitors > 1.
-
#monitors ⇒ Object?
Monitor template name list.
-
#name ⇒ String
Pool name.
-
#partition ⇒ String?
Partition of pool/pool member.
-
#password ⇒ Object
BIG-IP password.
-
#port ⇒ Object?
Pool member port.
-
#quorum ⇒ Object?
Monitor quorum value when monitor_type is m_of_n.
-
#server ⇒ Object
BIG-IP host.
-
#service_down_action ⇒ :none, ...
Sets the action to take when node goes down in pool.
-
#slow_ramp_time ⇒ Object?
Sets the ramp-up time (in seconds) to gradually ramp up the load on newly added or freshly detected up pool members.
-
#state ⇒ :present, ...
Pool/pool member state.
-
#user ⇒ Object
BIG-IP username.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates will not be validated.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#host ⇒ Object?
Returns Pool member IP.
59 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 59 attribute :host |
#lb_method ⇒ :round_robin, ...
Returns Load balancing method.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 38 attribute :lb_method |
#monitor_type ⇒ :and_list, ...
Returns Monitor rule type when monitors > 1.
42 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 42 attribute :monitor_type |
#monitors ⇒ Object?
Returns Monitor template name list. Always use the full path to the monitor.
49 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 49 attribute :monitors |
#name ⇒ String
Returns Pool name.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 30 attribute :name |
#partition ⇒ String?
Returns Partition of pool/pool member.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 34 attribute :partition |
#password ⇒ Object
Returns BIG-IP password.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 18 attribute :password |
#port ⇒ Object?
Returns Pool member port.
62 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 62 attribute :port |
#quorum ⇒ Object?
Returns Monitor quorum value when monitor_type is m_of_n.
46 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 46 attribute :quorum |
#server ⇒ Object
Returns BIG-IP host.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 10 attribute :server |
#service_down_action ⇒ :none, ...
Returns Sets the action to take when node goes down in pool.
55 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 55 attribute :service_down_action |
#slow_ramp_time ⇒ Object?
Returns Sets the ramp-up time (in seconds) to gradually ramp up the load on newly added or freshly detected up pool members.
52 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 52 attribute :slow_ramp_time |
#state ⇒ :present, ...
Returns Pool/pool member state.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 26 attribute :state |
#user ⇒ Object
Returns BIG-IP username.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 14 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.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 22 attribute :validate_certs |