mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
* Add skip enum value generation * Fix default * Fix reader * Fix line spacing on enum values Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
54f5764f8e
commit
0eff143eef
4 changed files with 129 additions and 122 deletions
|
@ -945,13 +945,13 @@ resources:
|
|||
redirectResponseCode:
|
||||
description:
|
||||
- 'The HTTP Status code to use for this RedirectAction. Supported
|
||||
values are: - MOVED_PERMANENTLY_DEFAULT, which is the default
|
||||
values are: * MOVED_PERMANENTLY_DEFAULT, which is the default
|
||||
value and corresponds to 301.'
|
||||
- "- FOUND, which corresponds to 302."
|
||||
- "- SEE_OTHER which corresponds to 303."
|
||||
- "- TEMPORARY_REDIRECT, which corresponds to 307. In this case,
|
||||
- "* FOUND, which corresponds to 302."
|
||||
- "* SEE_OTHER which corresponds to 303."
|
||||
- "* TEMPORARY_REDIRECT, which corresponds to 307. In this case,
|
||||
the request method will be retained."
|
||||
- "- PERMANENT_REDIRECT, which corresponds to 308. In this case,
|
||||
- "* PERMANENT_REDIRECT, which corresponds to 308. In this case,
|
||||
the request method will be retained."
|
||||
returned: success
|
||||
type: str
|
||||
|
@ -1406,13 +1406,13 @@ resources:
|
|||
redirectResponseCode:
|
||||
description:
|
||||
- 'The HTTP Status code to use for this RedirectAction. Supported
|
||||
values are: - MOVED_PERMANENTLY_DEFAULT, which is the default
|
||||
values are: * MOVED_PERMANENTLY_DEFAULT, which is the default
|
||||
value and corresponds to 301.'
|
||||
- "- FOUND, which corresponds to 302."
|
||||
- "- SEE_OTHER which corresponds to 303."
|
||||
- "- TEMPORARY_REDIRECT, which corresponds to 307. In this case,
|
||||
- "* FOUND, which corresponds to 302."
|
||||
- "* SEE_OTHER which corresponds to 303."
|
||||
- "* TEMPORARY_REDIRECT, which corresponds to 307. In this case,
|
||||
the request method will be retained."
|
||||
- "- PERMANENT_REDIRECT, which corresponds to 308. In this case,
|
||||
- "* PERMANENT_REDIRECT, which corresponds to 308. In this case,
|
||||
the request method will be retained."
|
||||
returned: success
|
||||
type: str
|
||||
|
@ -1470,13 +1470,13 @@ resources:
|
|||
redirectResponseCode:
|
||||
description:
|
||||
- 'The HTTP Status code to use for this RedirectAction. Supported values
|
||||
are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds
|
||||
are: * MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds
|
||||
to 301.'
|
||||
- "- FOUND, which corresponds to 302."
|
||||
- "- SEE_OTHER which corresponds to 303."
|
||||
- "- TEMPORARY_REDIRECT, which corresponds to 307. In this case, the
|
||||
- "* FOUND, which corresponds to 302."
|
||||
- "* SEE_OTHER which corresponds to 303."
|
||||
- "* TEMPORARY_REDIRECT, which corresponds to 307. In this case, the
|
||||
request method will be retained."
|
||||
- "- PERMANENT_REDIRECT, which corresponds to 308. In this case, the
|
||||
- "* PERMANENT_REDIRECT, which corresponds to 308. In this case, the
|
||||
request method will be retained."
|
||||
returned: success
|
||||
type: str
|
||||
|
@ -1560,13 +1560,13 @@ resources:
|
|||
redirectResponseCode:
|
||||
description:
|
||||
- 'The HTTP Status code to use for this RedirectAction. Supported values
|
||||
are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds
|
||||
are: * MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds
|
||||
to 301.'
|
||||
- "- FOUND, which corresponds to 302."
|
||||
- "- SEE_OTHER which corresponds to 303."
|
||||
- "- TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request
|
||||
- "* FOUND, which corresponds to 302."
|
||||
- "* SEE_OTHER which corresponds to 303."
|
||||
- "* TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request
|
||||
method will be retained."
|
||||
- "- PERMANENT_REDIRECT, which corresponds to 308. In this case, the request
|
||||
- "* PERMANENT_REDIRECT, which corresponds to 308. In this case, the request
|
||||
method will be retained."
|
||||
returned: success
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue