mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 08:01:31 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
7b440267f3
commit
dbd5dbc2fb
10 changed files with 151 additions and 47 deletions
|
@ -465,9 +465,9 @@ resources:
|
|||
contains:
|
||||
port:
|
||||
description:
|
||||
- The port number for the health check request. Must be specified if portName
|
||||
and portSpecification are not set or if port_specification is USE_FIXED_PORT.
|
||||
Valid values are 1 through 65535.
|
||||
- The port number for the health check request.
|
||||
- Must be specified if portName and portSpecification are not set or if
|
||||
port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
||||
returned: success
|
||||
type: int
|
||||
portName:
|
||||
|
@ -492,9 +492,9 @@ resources:
|
|||
type: str
|
||||
grpcServiceName:
|
||||
description:
|
||||
- 'The gRPC service name for the health check. The value of grpcServiceName
|
||||
has the following meanings by convention: * Empty serviceName means the
|
||||
overall status of all services at the backend.'
|
||||
- The gRPC service name for the health check.
|
||||
- 'The value of grpcServiceName has the following meanings by convention:
|
||||
* Empty serviceName means the overall status of all services at the backend.'
|
||||
- "* Non-empty serviceName means the health of that gRPC service, as defined
|
||||
by the owner of the service."
|
||||
- The grpcServiceName can only be ASCII.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue