mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30: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
|
@ -68,10 +68,6 @@ options:
|
|||
description:
|
||||
- Name of the object.
|
||||
required: true
|
||||
routemap:
|
||||
description:
|
||||
- Configure route-map.
|
||||
- Field introduced in 17.1.3.
|
||||
static_routes:
|
||||
description:
|
||||
- List of staticroute.
|
||||
|
@ -128,7 +124,6 @@ def main():
|
|||
gateway_mon=dict(type='list',),
|
||||
internal_gateway_monitor=dict(type='dict',),
|
||||
name=dict(type='str', required=True),
|
||||
routemap=dict(type='list',),
|
||||
static_routes=dict(type='list',),
|
||||
system_default=dict(type='bool',),
|
||||
tenant_ref=dict(type='str',),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue