mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Updated modules for Avi version 17.2.8 (#37344)
This commit is contained in:
committed by
ansibot
parent
248ca2df21
commit
5bdc32ff8d
@@ -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',),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user