mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-21 02:11:21 -07:00
client side validation can't have docs with explicit choices (#258)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
3f29f076ae
commit
f0b41b7daa
30 changed files with 86 additions and 307 deletions
|
@ -68,12 +68,9 @@ options:
|
|||
one of NONE, ENABLE, or DISABLE. If NONE is specified, uses the QUIC policy
|
||||
with no user overrides, which is equivalent to DISABLE. Not specifying this
|
||||
field is equivalent to specifying NONE.
|
||||
- 'Some valid choices include: "NONE", "ENABLE", "DISABLE"'
|
||||
required: false
|
||||
version_added: 2.7
|
||||
choices:
|
||||
- NONE
|
||||
- ENABLE
|
||||
- DISABLE
|
||||
ssl_certificates:
|
||||
description:
|
||||
- A list of SslCertificate resources that are used to authenticate connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue