mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 22:30:29 -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
|
@ -287,8 +287,7 @@ options:
|
|||
description:
|
||||
- Indicates whether the backend service will be used with internal or external
|
||||
load balancing. A backend service created for one type of load balancing cannot
|
||||
be used with the other. Must be `EXTERNAL` or `INTERNAL_SELF_MANAGED` for a
|
||||
global backend service. Defaults to `EXTERNAL`.
|
||||
be used with the other.
|
||||
- 'Some valid choices include: "EXTERNAL", "INTERNAL_SELF_MANAGED"'
|
||||
required: false
|
||||
default: EXTERNAL
|
||||
|
@ -313,9 +312,8 @@ options:
|
|||
protocol:
|
||||
description:
|
||||
- The protocol this BackendService uses to communicate with backends.
|
||||
- 'Possible values are HTTP, HTTPS, HTTP2, TCP, and SSL. The default is HTTP.
|
||||
**NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer types and may result
|
||||
in errors if used with the GA API.'
|
||||
- 'The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
|
||||
types and may result in errors if used with the GA API.'
|
||||
- 'Some valid choices include: "HTTP", "HTTPS", "HTTP2", "TCP", "SSL"'
|
||||
required: false
|
||||
type: str
|
||||
|
@ -673,8 +671,7 @@ loadBalancingScheme:
|
|||
description:
|
||||
- Indicates whether the backend service will be used with internal or external load
|
||||
balancing. A backend service created for one type of load balancing cannot be
|
||||
used with the other. Must be `EXTERNAL` or `INTERNAL_SELF_MANAGED` for a global
|
||||
backend service. Defaults to `EXTERNAL`.
|
||||
used with the other.
|
||||
returned: success
|
||||
type: str
|
||||
name:
|
||||
|
@ -696,9 +693,8 @@ portName:
|
|||
protocol:
|
||||
description:
|
||||
- The protocol this BackendService uses to communicate with backends.
|
||||
- 'Possible values are HTTP, HTTPS, HTTP2, TCP, and SSL. The default is HTTP. **NOTE**:
|
||||
HTTP2 is only valid for beta HTTP/2 load balancer types and may result in errors
|
||||
if used with the GA API.'
|
||||
- 'The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
|
||||
types and may result in errors if used with the GA API.'
|
||||
returned: success
|
||||
type: str
|
||||
securityPolicy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue