1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00

gcloud: Wed Jan 8 10:03:00 UTC 2025

This commit is contained in:
Automated 2025-01-08 10:03:00 +00:00
parent 52290f76fe
commit 5a9f5ff67e
161 changed files with 2678 additions and 414 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud alpha network-security intercept-deployment-groups create
(INTERCEPT_DEPLOYMENT_GROUP : --location=LOCATION) --network=NETWORK
[--async] [--labels=[KEY=VALUE,...]]
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--max-wait=MAX_WAIT; default="20m"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -35,6 +35,14 @@ EXAMPLES
my-deployment-group \
--network=projects/my-project/global/networks/my-network
OR
$ gcloud alpha network-security intercept-deployment-groups create \
projects/my-project/locations/global/interceptDeploymentGroups/\
my-deployment-group \
--network=projects/my-project/global/networks/my-network \
--description='new description'
POSITIONAL ARGUMENTS
Intercept deployment group resource - Intercept Deployment Group. The
arguments in this group can be used to specify the attributes of this
@ -93,6 +101,9 @@ OPTIONAL FLAGS
complete. The default is True. Enabled by default, use --no-async to
disable.
--description=DESCRIPTION
Description of the deployment group.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.