a10_slb_template_virtual_server

Synopsis

Virtual server template

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

name

str/required

Virtual server template name

conn_limit

int

Connection limit

conn_limit_reset

bool

Send client reset when connection over limit

conn_limit_no_logging

bool

Do not log connection over limit event

conn_rate_limit

int

Connection rate limit

rate_interval

str

‘100ms’= Use 100 ms as sampling interval; ‘second’= Use 1 second as sampling interval;

conn_rate_limit_reset

bool

Send client reset when connection rate over limit

conn_rate_limit_no_logging

bool

Do not log connection over limit event

icmp_rate_limit

int

ICMP rate limit (Normal rate limit. If exceeds this limit, drop the ICMP packet that goes over the limit)

icmp_lockup

int

Enter lockup state when ICMP rate exceeds lockup rate limit (Maximum rate limit. If exceeds this limit, drop all ICMP packet for a time period)

icmp_lockup_period

int

Lockup period (second)

icmpv6_rate_limit

int

ICMPv6 rate limit (Normal rate limit. If exceeds this limit, drop the ICMP packet that goes over the limit)

icmpv6_lockup

int

Enter lockup state when ICMP rate exceeds lockup rate limit (Maximum rate limit. If exceeds this limit, drop all ICMP packet for a time period)

icmpv6_lockup_period

int

Lockup period (second)

tcp_stack_tfo_active_conn_limit

int

The allowed active layer 7 tcp fast-open connection limit, default is zero (number)

tcp_stack_tfo_cookie_time_limit

int

The time limit (in seconds) that a layer 7 tcp fast-open cookie is valid, default is 60 seconds (number)

tcp_stack_tfo_backoff_time

int

The time tcp stack will wait before allowing new fast-open requests after security condition, default 600 seconds (number)

subnet_gratuitous_arp

bool

Send gratuitous ARP for every IP in the subnet virtual server

disable_when_all_ports_down

bool

Disable Virtual Server when all member ports are down

disable_when_any_port_down

bool

Disable Virtual Server when any member port is down

uuid

str

uuid of the object

user_tag

str

Customized tag

Examples


Return Values

modified_values (changed, dict, )

Values modified (or potential changes if using check_mode) as a result of task operation

axapi_calls (always, list, )

Sequential list of AXAPI calls made by the task

endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])

The AXAPI endpoint being accessed.

http_method (, str, [‘POST’, ‘GET’])

HTTP method being used by the primary task to interact with the AXAPI endpoint.

request_body (, complex, )

Params used to query the AXAPI

response_body (, complex, )

Response from the AXAPI

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks