mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Updated modules for Avi version 17.2.8 (#37344)
This commit is contained in:
committed by
ansibot
parent
248ca2df21
commit
5bdc32ff8d
@@ -107,6 +107,13 @@ options:
|
||||
dummy:
|
||||
description:
|
||||
- Number of dummy.
|
||||
enable_memory_balancer:
|
||||
description:
|
||||
- Enable/disable memory balancer.
|
||||
- Field introduced in 17.2.8.
|
||||
- Default value when not specified in API or module is interpreted by Avi Controller as True.
|
||||
version_added: "2.6"
|
||||
type: bool
|
||||
fatal_error_lease_time:
|
||||
description:
|
||||
- Number of fatal_error_lease_time.
|
||||
@@ -329,6 +336,7 @@ def main():
|
||||
dead_se_detection_timer=dict(type='int',),
|
||||
dns_refresh_period=dict(type='int',),
|
||||
dummy=dict(type='int',),
|
||||
enable_memory_balancer=dict(type='bool',),
|
||||
fatal_error_lease_time=dict(type='int',),
|
||||
max_dead_se_in_grp=dict(type='int',),
|
||||
max_pcap_per_tenant=dict(type='int',),
|
||||
|
||||
Reference in New Issue
Block a user