mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-01 19:54:30 -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
|
@ -406,9 +406,9 @@ options:
|
|||
suboptions:
|
||||
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.
|
||||
required: false
|
||||
type: int
|
||||
port_name:
|
||||
|
@ -433,9 +433,9 @@ options:
|
|||
type: str
|
||||
grpc_service_name:
|
||||
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.
|
||||
|
@ -847,9 +847,9 @@ grpcHealthCheck:
|
|||
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:
|
||||
|
@ -872,9 +872,9 @@ grpcHealthCheck:
|
|||
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