Class: Ansible::Ruby::Modules::A10_server

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#hostString

Returns hostname or ip of your A10 Networks device.

Returns:

  • (String)

    hostname or ip of your A10 Networks device



10
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb', line 10

attribute :host

#passwordString

Returns admin password of your A10 Networks device.

Returns:

  • (String)

    admin password of your A10 Networks device



18
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb', line 18

attribute :password

#server_ipString?

Returns slb server IP address.

Returns:

  • (String, nil)

    slb server IP address



26
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb', line 26

attribute :server_ip

#server_nameObject

Returns slb server name.

Returns:

  • (Object)

    slb server name



22
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb', line 22

attribute :server_name

#server_portsArray<Hash>, ...

Returns A list of ports to create for the server. Each list item should be a dictionary which specifies the C(port:) and C(protocol:), but can also optionally specify the C(status:). See the examples below for details. This parameter is required when C(state) is C(present).

Returns:

  • (Array<Hash>, Hash, nil)

    A list of ports to create for the server. Each list item should be a dictionary which specifies the C(port:) and C(protocol:), but can also optionally specify 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_server.rb', line 34

attribute :server_ports

#server_status:enabled, ...

Returns slb virtual server status.

Returns:

  • (:enabled, :disabled, nil)

    slb virtual server status



30
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb', line 30

attribute :server_status

#state:present, ...

Returns create, update or remove slb server.

Returns:

  • (:present, :absent, nil)

    create, update or remove slb server



38
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb', line 38

attribute :state

#usernameString

Returns admin account of your A10 Networks device.

Returns:

  • (String)

    admin account of your A10 Networks device



14
# File 'lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb', line 14

attribute :username