Class: Ansible::Ruby::Modules::Rax_clb_nodes
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_clb_nodes
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb
Overview
Adds, modifies and removes nodes from a Rackspace Cloud Load Balancer
Instance Method Summary collapse
-
#address ⇒ String?
IP address or domain name of the node.
-
#condition ⇒ :enabled, ...
Condition for the node, which determines its role within the load balancer.
-
#load_balancer_id ⇒ Integer
Load balancer id.
-
#node_id ⇒ Integer?
Node id.
-
#port ⇒ Integer?
Port number of the load balanced service on the node.
-
#state ⇒ :present, ...
Indicate desired state of the node.
-
#type ⇒ :primary, ...
Type of node.
-
#wait ⇒ :yes, ...
Wait for the load balancer to become active before returning.
-
#wait_timeout ⇒ Integer?
How long to wait before giving up and returning an error.
-
#weight ⇒ Object?
Weight of node.
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
#address ⇒ String?
Returns IP address or domain name of the node.
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 11 attribute :address |
#condition ⇒ :enabled, ...
Returns Condition for the node, which determines its role within the load balancer.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 15 attribute :condition |
#load_balancer_id ⇒ Integer
Returns Load balancer id.
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 19 attribute :load_balancer_id |
#node_id ⇒ Integer?
Returns Node id.
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 23 attribute :node_id |
#port ⇒ Integer?
Returns Port number of the load balanced service on the node.
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 27 attribute :port |
#state ⇒ :present, ...
Returns Indicate desired state of the node.
31 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 31 attribute :state |
#type ⇒ :primary, ...
Returns Type of node.
35 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 35 attribute :type |
#wait ⇒ :yes, ...
Returns Wait for the load balancer to become active before returning.
39 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 39 attribute :wait |
#wait_timeout ⇒ Integer?
Returns How long to wait before giving up and returning an error.
43 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 43 attribute :wait_timeout |
#weight ⇒ Object?
Returns Weight of node.
47 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 47 attribute :weight |