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
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, #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.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 17 attribute :alias |
#description ⇒ Object?
Returns A description for the loadbalancer.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 14 attribute :description |
#location ⇒ Object
Returns The location of the datacenter where the load balancer resides in.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 21 attribute :location |
#method ⇒ :leastConnection, ...
Returns -The balancing method for the load balancer pool.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 25 attribute :method |
#name ⇒ String
Returns The name of the loadbalancer.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 10 attribute :name |
#nodes ⇒ Object?
Returns A list of nodes that needs to be added to the load balancer pool.
37 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 37 attribute :nodes |
#persistence ⇒ :standard, ...
Returns The persistence method for the load balancer.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 29 attribute :persistence |
#port ⇒ 80, ...
Returns Port to configure on the public-facing side of the load balancer pool.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 33 attribute :port |
#state ⇒ :present, ...
Returns Whether to create or delete the load balancer pool.
44 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 44 attribute :state |
#status ⇒ :enabled, ...
Returns The status of the loadbalancer.
40 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb', line 40 attribute :status |