mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 23 08:40:08 UTC 2022
This commit is contained in:
parent
5378794555
commit
8b80260bd9
144 changed files with 4593 additions and 192 deletions
|
|
@ -4,6 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud compute target-grpc-proxies create NAME --url-map=URL_MAP
|
||||
[--description=DESCRIPTION] [--validate-for-proxyless]
|
||||
[--global-url-map | --url-map-region=URL_MAP_REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -49,6 +50,15 @@ OPTIONAL FLAGS
|
|||
cause unexpected behavior in gRPC applications if unsupported features
|
||||
are configured.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global-url-map
|
||||
If set, the URL map is global.
|
||||
|
||||
--url-map-region=URL_MAP_REGION
|
||||
Region of the URL map to operate on. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue