Class: Ansible::Ruby::Modules::A10_service_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::A10_service_group
- Defined in:
- lib/ansible/ruby/modules/generated/network/a10/a10_service_group.rb
Overview
Manage SLB (Server Load Balancing) service-group objects on A10 Networks devices via aXAPIv2.
Instance Method Summary collapse
-
#partition ⇒ String?
Set active-partition.
-
#servers ⇒ Array<Hash>, ...
A list of servers to add to the service group.
-
#service_group ⇒ String
The SLB (Server Load Balancing) service-group name.
-
#service_group_method ⇒ :"round-robin", ...
The SLB service-group load balancing method, such as round-robin or weighted-rr.
-
#service_group_protocol ⇒ :tcp, ...
The SLB service-group protocol of TCP or UDP.
-
#state ⇒ :present, ...
If the specified service group should exists.
-
#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
#partition ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/a10/a10_service_group.rb', line 16 attribute :partition |
#servers ⇒ Array<Hash>, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/a10/a10_service_group.rb', line 32 attribute :servers |
#service_group ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/network/a10/a10_service_group.rb', line 20 attribute :service_group |
#service_group_method ⇒ :"round-robin", ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/a10/a10_service_group.rb', line 28 attribute :service_group_method |
#service_group_protocol ⇒ :tcp, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/a10/a10_service_group.rb', line 24 attribute :service_group_protocol |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/network/a10/a10_service_group.rb', line 12 attribute :state |
#validate_certs ⇒ :yes, ...
36 |
# File 'lib/ansible/ruby/modules/generated/network/a10/a10_service_group.rb', line 36 attribute :validate_certs |