mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed May 14 10:45:02 UTC 2025
This commit is contained in:
parent
dfebca5b6c
commit
82f3a66664
423 changed files with 11160 additions and 1149 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta network-connectivity hubs update HUB [--async]
|
||||
[--description=DESCRIPTION] [--export-psc]
|
||||
[--description=DESCRIPTION] [--[no-]export-psc]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ EXAMPLES
|
|||
To update the description of a hub named my-hub, run:
|
||||
|
||||
$ gcloud beta network-connectivity hubs update my-hub \
|
||||
--description="The new description of my-hub".
|
||||
--description="The new description of my-hub".
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Hub resource - Name of the hub to be updated. This represents a Cloud
|
||||
|
|
@ -43,8 +43,9 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
New description of the hub.
|
||||
|
||||
--export-psc
|
||||
--[no-]export-psc
|
||||
Whether Private Service Connect transitivity is enabled for the hub.
|
||||
Use --export-psc to enable and --no-export-psc to disable.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue