Promote field compute_instance.scheduling.min_node_cpus and related fields to ga (#4593) (#388)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-03-15 16:00:59 -07:00 committed by GitHub
commit dbd5dbc2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 151 additions and 47 deletions

View file

@ -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.