mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jan 8 10:03:00 UTC 2025
This commit is contained in:
parent
52290f76fe
commit
5a9f5ff67e
161 changed files with 2678 additions and 414 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha network-security intercept-deployments update
|
||||
(INTERCEPT_DEPLOYMENT : --location=LOCATION) [--async]
|
||||
[--max-wait=MAX_WAIT; default="20m"] [--update-labels=[KEY=VALUE,...]]
|
||||
[--description=DESCRIPTION] [--max-wait=MAX_WAIT; default="20m"]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -33,6 +34,12 @@ EXAMPLES
|
|||
my-deploymen --project=my-project --location=us-central1-a \
|
||||
--clear-labels
|
||||
|
||||
To update description to 'new description', run:
|
||||
|
||||
$ gcloud alpha network-security intercept-deployments update \
|
||||
my-deploymen --project=my-project --location=us-central1-a \
|
||||
--description="new description"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Intercept deployment resource - Intercept Deployment. The arguments in
|
||||
this group can be used to specify the attributes of this resource. (NOTE)
|
||||
|
|
@ -71,6 +78,9 @@ FLAGS
|
|||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of the deployment.
|
||||
|
||||
--max-wait=MAX_WAIT; default="20m"
|
||||
Time to synchronously wait for the operation to complete, after which
|
||||
the operation continues asynchronously. Ignored if --no-async isn't
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue