Class: Ansible::Ruby::Modules::A10_virtual_server
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::A10_virtual_server
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb
Instance Method Summary collapse
-
#host ⇒ String
Hostname or ip of your A10 Networks device.
-
#password ⇒ String
Admin password of your A10 Networks device.
-
#username ⇒ String
Admin account of your A10 Networks device.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates will not be validated.
-
#virtual_server ⇒ String
Slb virtual server name.
-
#virtual_server_ip ⇒ String?
Slb virtual server ip address.
-
#virtual_server_ports ⇒ Array<Hash>, ...
A list of ports to create for the virtual server.
-
#virtual_server_status ⇒ :enabled, ...
Slb virtual server status.
-
#write_config ⇒ :yes, ...
If C(yes), any changes will cause a write of the running configuration to non-volatile memory.
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
#host ⇒ String
Returns hostname or ip of your A10 Networks device.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 10 attribute :host |
#password ⇒ String
Returns admin password of your A10 Networks device.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 18 attribute :password |
#username ⇒ String
Returns admin account of your A10 Networks device.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 14 attribute :username |
#validate_certs ⇒ :yes, ...
Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled devices using self-signed certificates.
42 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 42 attribute :validate_certs |
#virtual_server ⇒ String
Returns slb virtual server name.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 22 attribute :virtual_server |
#virtual_server_ip ⇒ String?
Returns slb virtual server ip address.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 26 attribute :virtual_server_ip |
#virtual_server_ports ⇒ Array<Hash>, ...
Returns A list of ports to create for the virtual server. Each list item should be a dictionary which specifies the C(port:) and C(type:), but can also optionally specify the C(service_group:) as well as the C(status:). See the examples below for details. This parameter is required when C(state) is C(present).
34 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 34 attribute :virtual_server_ports |
#virtual_server_status ⇒ :enabled, ...
Returns slb virtual server status.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 30 attribute :virtual_server_status |
#write_config ⇒ :yes, ...
Returns If C(yes), any changes will cause a write of the running configuration to non-volatile memory. This will save I(all) configuration changes, including those that may have been made manually or through other modules, so care should be taken when specifying C(yes).
38 |
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb', line 38 attribute :write_config |