mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Updated modules for Avi version 17.2.8 (#37344)
This commit is contained in:
committed by
ansibot
parent
248ca2df21
commit
5bdc32ff8d
@@ -64,6 +64,13 @@ options:
|
||||
- Not compatible with connection multiplexing.
|
||||
- Default value when not specified in API or module is interpreted by Avi Controller as False.
|
||||
type: bool
|
||||
preserve_client_port:
|
||||
description:
|
||||
- Specifies if we need to preserve client port while preseving client ip for backend connections.
|
||||
- Field introduced in 17.2.7.
|
||||
- Default value when not specified in API or module is interpreted by Avi Controller as False.
|
||||
version_added: "2.6"
|
||||
type: bool
|
||||
tcp_app_profile:
|
||||
description:
|
||||
- Specifies the tcp application proxy profile parameters.
|
||||
@@ -176,6 +183,7 @@ def main():
|
||||
http_profile=dict(type='dict',),
|
||||
name=dict(type='str', required=True),
|
||||
preserve_client_ip=dict(type='bool',),
|
||||
preserve_client_port=dict(type='bool',),
|
||||
tcp_app_profile=dict(type='dict',),
|
||||
tenant_ref=dict(type='str',),
|
||||
type=dict(type='str', required=True),
|
||||
|
||||
Reference in New Issue
Block a user