Class: Ansible::Ruby::Modules::Bigip_node
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_node
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb
Overview
Manages F5 BIG-IP LTM nodes via iControl SOAP API
Instance Method Summary collapse
-
#description ⇒ Object?
Node description.
-
#host ⇒ Object
Node IP.
-
#monitor_state ⇒ :enabled, ...
Set monitor availability status for node.
-
#name ⇒ String?
Node name.
-
#partition ⇒ String?
Partition.
-
#password ⇒ Object
BIG-IP password.
-
#server ⇒ Object
BIG-IP host.
-
#session_state ⇒ :enabled, ...
Set new session availability status for node.
-
#state ⇒ :present, :absent
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
#description ⇒ Object?
Returns Node description.
51 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 51 attribute :description |
#host ⇒ Object
Returns Node IP. Required when state=present and node does not exist. Error when state=absent.
47 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 47 attribute :host |
#monitor_state ⇒ :enabled, ...
Returns Set monitor availability status for node.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 35 attribute :monitor_state |
#name ⇒ String?
Returns Node name.
43 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 43 attribute :name |
#partition ⇒ String?
Returns Partition.
39 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 39 attribute :partition |
#password ⇒ Object
Returns BIG-IP password.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 19 attribute :password |
#server ⇒ Object
Returns BIG-IP host.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 11 attribute :server |
#session_state ⇒ :enabled, ...
Returns Set new session availability status for node.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 31 attribute :session_state |
#state ⇒ :present, :absent
Returns Pool member state.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 27 attribute :state |
#user ⇒ Object
Returns BIG-IP username.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.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.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb', line 23 attribute :validate_certs |