mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
* Add enum values generation to documentation, remove previous handwritten lists unless they add value * Add possible enum values to inspec doc generation * Add default, possible values to the schema description * Format fixes * Try spacing to see how md looks * PR feedback * Order of operations * Bigger spacefor markdown Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
41c072bf28
commit
282f8e3b82
40 changed files with 114 additions and 189 deletions
|
@ -72,8 +72,7 @@ options:
|
|||
type: str
|
||||
ip_version:
|
||||
description:
|
||||
- The IP Version that will be used by this address. Valid options are `IPV4` or
|
||||
`IPV6`. The default value is `IPV4`.
|
||||
- The IP Version that will be used by this address. The default value is `IPV4`.
|
||||
- 'Some valid choices include: "IPV4", "IPV6"'
|
||||
required: false
|
||||
type: str
|
||||
|
@ -87,7 +86,7 @@ options:
|
|||
version_added: '2.9'
|
||||
address_type:
|
||||
description:
|
||||
- The type of the address to reserve, default is EXTERNAL.
|
||||
- The type of the address to reserve.
|
||||
- "* EXTERNAL indicates public/external single IP address."
|
||||
- "* INTERNAL indicates internal IP ranges belonging to some network."
|
||||
- 'Some valid choices include: "EXTERNAL", "INTERNAL"'
|
||||
|
@ -212,8 +211,7 @@ name:
|
|||
type: str
|
||||
ipVersion:
|
||||
description:
|
||||
- The IP Version that will be used by this address. Valid options are `IPV4` or
|
||||
`IPV6`. The default value is `IPV4`.
|
||||
- The IP Version that will be used by this address. The default value is `IPV4`.
|
||||
returned: success
|
||||
type: str
|
||||
region:
|
||||
|
@ -230,7 +228,7 @@ prefixLength:
|
|||
type: int
|
||||
addressType:
|
||||
description:
|
||||
- The type of the address to reserve, default is EXTERNAL.
|
||||
- The type of the address to reserve.
|
||||
- "* EXTERNAL indicates public/external single IP address."
|
||||
- "* INTERNAL indicates internal IP ranges belonging to some network."
|
||||
returned: success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue