Class: Ansible::Ruby::Modules::Clc_loadbalancer
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Clc_loadbalancer
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb
Overview
An Ansible module to Create, Delete shared loadbalancers in CenturyLink Cloud.
Instance Method Summary collapse
-
#alias ⇒ Object
The alias of your CLC Account.
-
#description ⇒ Object?
A description for the loadbalancer.
-
#location ⇒ Object
The location of the datacenter where the load balancer resides in.
-
#method ⇒ :leastConnection, ...
-The balancing method for the load balancer pool.
-
#name ⇒ String
The name of the loadbalancer.
-
#nodes ⇒ Object?
A list of nodes that needs to be added to the load balancer pool.
-
#persistence ⇒ :standard, ...
The persistence method for the load balancer.
-
#port ⇒ 80, ...
Port to configure on the public-facing side of the load balancer pool.
-
#state ⇒ :present, ...
Whether to create or delete the load balancer pool.
-
#status ⇒ :enabled, ...
The status of the loadbalancer.
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
#alias ⇒ Object
Returns The alias of your CLC Account.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 18 attribute :alias |
#description ⇒ Object?
Returns A description for the loadbalancer.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 15 attribute :description |
#location ⇒ Object
Returns The location of the datacenter where the load balancer resides in.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 22 attribute :location |
#method ⇒ :leastConnection, ...
Returns -The balancing method for the load balancer pool.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 26 attribute :method |
#name ⇒ String
Returns The name of the loadbalancer.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 11 attribute :name |
#nodes ⇒ Object?
Returns A list of nodes that needs to be added to the load balancer pool.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 38 attribute :nodes |
#persistence ⇒ :standard, ...
Returns The persistence method for the load balancer.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 30 attribute :persistence |
#port ⇒ 80, ...
Returns Port to configure on the public-facing side of the load balancer pool.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 34 attribute :port |
#state ⇒ :present, ...
Returns Whether to create or delete the load balancer pool.
45 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 45 attribute :state |
#status ⇒ :enabled, ...
Returns The status of the loadbalancer.
41 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 41 attribute :status |