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
|
@ -62,6 +62,12 @@ options:
|
|||
description:
|
||||
- Sub domain configuration for the gslb.
|
||||
- Gslb service's fqdn must be a match one of these subdomains.
|
||||
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.
|
||||
version_added: "2.4"
|
||||
leader_cluster_uuid:
|
||||
description:
|
||||
- Mark this site as leader of gslb configuration.
|
||||
|
@ -133,6 +139,7 @@ def main():
|
|||
client_ip_addr_group=dict(type='dict',),
|
||||
description=dict(type='str',),
|
||||
dns_configs=dict(type='list',),
|
||||
is_federated=dict(type='bool',),
|
||||
leader_cluster_uuid=dict(type='str',),
|
||||
name=dict(type='str', required=True),
|
||||
send_interval=dict(type='int',),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue