Class: Ansible::Ruby::Modules::Rax_clb
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_clb
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb
Overview
creates / deletes a Rackspace Public Cloud load balancer.
Instance Method Summary collapse
-
#algorithm ⇒ :RANDOM, ...
Algorithm for the balancer being created.
-
#meta ⇒ Object?
A hash of metadata to associate with the instance.
-
#name ⇒ String?
Name to give the load balancer.
-
#port ⇒ Integer?
Port for the balancer being created.
-
#protocol ⇒ :DNS_TCP, ...
Protocol for the balancer being created.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#timeout ⇒ Integer?
Timeout for communication between the balancer and the node.
-
#type ⇒ :PUBLIC, ...
Type of interface for the balancer being created.
-
#vip_id ⇒ Object?
Virtual IP ID to use when creating the load balancer for purposes of sharing an IP with another load balancer of another protocol.
-
#wait ⇒ :yes, ...
Wait for the balancer to be in state ‘running’ before returning.
-
#wait_timeout ⇒ Integer?
How long before wait gives up, in seconds.
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
#algorithm ⇒ :RANDOM, ...
Returns algorithm for the balancer being created.
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 11 attribute :algorithm |
#meta ⇒ Object?
Returns A hash of metadata to associate with the instance.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 15 attribute :meta |
#name ⇒ String?
Returns Name to give the load balancer.
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 18 attribute :name |
#port ⇒ Integer?
Returns Port for the balancer being created.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 22 attribute :port |
#protocol ⇒ :DNS_TCP, ...
Returns Protocol for the balancer being created.
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 26 attribute :protocol |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
30 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 30 attribute :state |
#timeout ⇒ Integer?
Returns timeout for communication between the balancer and the node.
34 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 34 attribute :timeout |
#type ⇒ :PUBLIC, ...
Returns type of interface for the balancer being created.
38 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 38 attribute :type |
#vip_id ⇒ Object?
Returns Virtual IP ID to use when creating the load balancer for purposes of sharing an IP with another load balancer of another protocol.
42 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 42 attribute :vip_id |
#wait ⇒ :yes, ...
Returns wait for the balancer to be in state ‘running’ before returning.
45 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 45 attribute :wait |
#wait_timeout ⇒ Integer?
Returns how long before wait gives up, in seconds.
49 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb', line 49 attribute :wait_timeout |