a10_slb_template_persist_cookie¶
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 |
Cookie persistence (Cookie persistence template name) |
|
dont_honor_conn_rules bool |
Do not observe connection rate rules |
|
expire int |
Set cookie expiration time (Expiration in seconds) |
|
insert_always bool |
Insert persist cookie to every reponse |
|
encrypt_level int |
Encryption level for cookie name / value |
|
pass_phrase str |
Set passphrase for encryption |
|
encrypted str |
Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string) |
|
cookie_name str |
Set cookie name |
|
prefix str |
‘host’= the cookie will have been set with a Secure attribute, a Path attribute with a value of /, and no Domain attribute; ‘secure’= the cookie will have been set with a Secure attribute; ‘check’= check server prefix and enforce prefix format; |
|
domain str |
Set cookie domain |
|
samesite str |
‘none’= none; ‘lax’= lax; ‘strict’= strict; |
|
path str |
Set cookie path |
|
pass_thru bool |
Pass thru mode - Server sends the persist cookie |
|
secure bool |
Enable secure attribute |
|
httponly bool |
Enable HttpOnly attribute |
|
match_type bool |
Persist for server, default is port |
|
server bool |
Persist to the same server, default is port |
|
server_service_group bool |
Persist to the same server and within the same service group |
|
scan_all_members bool |
Persist within the same server SCAN |
|
service_group bool |
Persist within the same service group |
|
uuid str |
uuid of the object |
|
user_tag str |
Customized tag |