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

@ -459,9 +459,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:
@ -486,9 +486,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.