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

@@ -97,6 +97,13 @@ options:
tenant_ref:
description:
- It is a reference to an object of type tenant.
type:
description:
- Ssl profile type.
- Enum options - SSL_PROFILE_TYPE_APPLICATION, SSL_PROFILE_TYPE_SYSTEM.
- Field introduced in 17.2.8.
- Default value when not specified in API or module is interpreted by Avi Controller as SSL_PROFILE_TYPE_APPLICATION.
version_added: "2.6"
url:
description:
- Avi controller URL of the object.
@@ -187,6 +194,7 @@ def main():
ssl_session_timeout=dict(type='int',),
tags=dict(type='list',),
tenant_ref=dict(type='str',),
type=dict(type='str',),
url=dict(type='str',),
uuid=dict(type='str',),
)