mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 02:40:29 -07:00
Error in managed zone api (#213)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
7ce560f452
commit
074e2e2e28
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ nameServerSet:
|
|||
a set of DNS name servers that all host the same ManagedZones. Most users will
|
||||
leave this field unset.
|
||||
returned: success
|
||||
type: list
|
||||
type: str
|
||||
creationTime:
|
||||
description:
|
||||
- The time that this resource was created on the server.
|
||||
|
@ -161,7 +161,7 @@ def main():
|
|||
description=dict(required=True, type='str'),
|
||||
dns_name=dict(required=True, type='str'),
|
||||
name=dict(required=True, type='str'),
|
||||
name_server_set=dict(type='list', elements='str'),
|
||||
name_server_set=dict(type='str'),
|
||||
labels=dict(type='dict'),
|
||||
)
|
||||
)
|
||||
|
|
|
@ -96,7 +96,7 @@ items:
|
|||
is a set of DNS name servers that all host the same ManagedZones. Most users
|
||||
will leave this field unset.
|
||||
returned: success
|
||||
type: list
|
||||
type: str
|
||||
creationTime:
|
||||
description:
|
||||
- The time that this resource was created on the server.
|
||||
|
|
Loading…
Add table
Reference in a new issue