1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Dec 18 10:08:20 UTC 2024

This commit is contained in:
Automated 2024-12-18 10:08:20 +00:00
parent ec6dc40f99
commit 9c53f3cabe
128 changed files with 3295 additions and 279 deletions

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud beta network-security intercept-endpoint-groups update
(INTERCEPT_ENDPOINT_GROUP : --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
@ -34,6 +35,12 @@ EXAMPLES
my-endpoint-group --project=my-project \
--location=us-central1-a --clear-labels
To update description to 'new description', run:
$ gcloud beta network-security intercept-endpoint-groups update \
my-endpoint-group --project=my-project \
--location=us-central1-a --description='new description'
POSITIONAL ARGUMENTS
Intercept endpoint group resource - Intercept Endpoint Group. The
arguments in this group can be used to specify the attributes of this
@ -73,6 +80,9 @@ FLAGS
complete. The default is True. Enabled by default, use --no-async to
disable.
--description=DESCRIPTION
Description of the endpoint
--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