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
Overview
Manages F5 BIG-IP LTM pools via iControl SOAP API
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, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#host ⇒ Object?
60 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 60 attribute :host |
#lb_method ⇒ :round_robin, ...
39 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 39 attribute :lb_method |
#monitor_type ⇒ :and_list, ...
43 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 43 attribute :monitor_type |
#monitors ⇒ Object?
50 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 50 attribute :monitors |
#name ⇒ String
31 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 31 attribute :name |
#partition ⇒ String?
35 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 35 attribute :partition |
#password ⇒ Object
19 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 19 attribute :password |
#port ⇒ Object?
63 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 63 attribute :port |
#quorum ⇒ Object?
47 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 47 attribute :quorum |
#server ⇒ Object
11 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 11 attribute :server |
#service_down_action ⇒ :none, ...
56 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 56 attribute :service_down_action |
#slow_ramp_time ⇒ Object?
53 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 53 attribute :slow_ramp_time |
#state ⇒ :present, ...
27 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 27 attribute :state |
#user ⇒ Object
15 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 15 attribute :user |
#validate_certs ⇒ :yes, ...
23 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb', line 23 attribute :validate_certs |