a10_slb_template_tcp¶
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 |
Fast TCP Template Name |
|
logging str |
‘init’= init only log; ‘term’= termination only log; ‘both’= both initial and termination log; |
|
idle_timeout int |
Idle Timeout value (Interval of 60 seconds), default 120 seconds (idle timeout in second, default 120) |
|
half_open_idle_timeout int |
TCP Half Open Idle Timeout (sec), default off (half open idle timeout in second, default off) |
|
half_close_idle_timeout int |
TCP Half Close Idle Timeout (sec), default off (half close idle timeout in second, default off) |
|
initial_window_size int |
Set the initial window size (number) |
|
force_delete_timeout int |
The maximum time that a session can stay in the system before being delete (number (second)) |
|
force_delete_timeout_100ms int |
The maximum time that a session can stay in the system before being delete (number in 100ms) |
|
alive_if_active bool |
keep connection alive if active traffic |
|
qos int |
QOS level (number) |
|
insert_client_ip bool |
Insert client ip into TCP option |
|
lan_fast_ack bool |
Enable fast TCP ack on LAN |
|
reset_fwd bool |
send reset to server if error happens |
|
reset_rev bool |
send reset to client if error happens |
|
reset_follow_fin bool |
send reset to client or server upon receiving first fin |
|
disable bool |
send reset to client when server is disabled |
|
down bool |
send reset to client when server is down |
|
del_session_on_server_down bool |
Delete session if the server/port goes down (either disabled/hm down) |
|
uuid str |
uuid of the object |
|
user_tag str |
Customized tag |