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

@ -7,7 +7,7 @@ SYNOPSIS
(INTERCEPT_ENDPOINT_GROUP : --location=LOCATION)
(--intercept-deployment-group=INTERCEPT_DEPLOYMENT_GROUP
: --intercept-deployment-group-location=INTERCEPT_DEPLOYMENT_GROUP_LOCATION)
[--async] [--labels=[KEY=VALUE,...]]
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--max-wait=MAX_WAIT; default="20m"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -39,6 +39,14 @@ EXAMPLES
--intercept-deployment-group=projects/my-project/locations/\
global/interceptDeploymentGroups/my-deployment-group
OR
$ gcloud alpha network-security intercept-endpoint-groups create \
my-endpoint-group --project=my-project --location=global \
--mirroring-deployment-group=projects/my-project/locations/\
global/interceptDeploymentGroups/my-deployment-group \
--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
@ -115,6 +123,9 @@ OPTIONAL FLAGS
complete. The default is True. Enabled by default, use --no-async to
disable.
--description=DESCRIPTION
Description of the endpoint
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud alpha 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 alpha 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