mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Added flags for Federated objects used in GLSB (#27531)
This commit is contained in:
parent
c4e06a1735
commit
23ec711494
12 changed files with 140 additions and 45 deletions
|
@ -52,6 +52,11 @@ options:
|
|||
- List of geodb entries.
|
||||
- An entry can either be a geodb file or an ip address group with geo properties.
|
||||
- Field introduced in 17.1.1.
|
||||
is_federated:
|
||||
description:
|
||||
- This field indicates that this object is replicated across gslb federation.
|
||||
- Field introduced in 17.1.3.
|
||||
- Default value when not specified in API or module is interpreted by Avi Controller as True.
|
||||
name:
|
||||
description:
|
||||
- A user-friendly name for the geodb profile.
|
||||
|
@ -103,6 +108,7 @@ def main():
|
|||
choices=['absent', 'present']),
|
||||
description=dict(type='str',),
|
||||
entries=dict(type='list',),
|
||||
is_federated=dict(type='bool',),
|
||||
name=dict(type='str', required=True),
|
||||
tenant_ref=dict(type='str',),
|
||||
url=dict(type='str',),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue