Updated modules for Avi version 17.2.8 (#37344)

This commit is contained in:
Chaitanya Deshpande
2018-03-21 12:17:09 +05:30
committed by ansibot
parent 248ca2df21
commit 5bdc32ff8d
5 changed files with 60 additions and 0 deletions

View File

@@ -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),