1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +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

@ -9,7 +9,7 @@ SYNOPSIS
: --forwarding-rule-location=FORWARDING_RULE_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
@ -47,6 +47,17 @@ EXAMPLES
--intercept-deployment-group=projects/my-project/locations/\
global/interceptDeploymentGroups/my-deployment-group
OR
$ gcloud alpha network-security intercept-deployments create \
projects/my-project/locations/us-central1/interceptDeployments/\
my-deployment \
--forwarding-rule=projects/my-project/regions/us-central1/\
forwardingRules/my-forwarding-rule \
--intercept-deployment-group=projects/my-project/locations/\
global/interceptDeploymentGroups/my-deployment-group \
--description="my-description"
POSITIONAL ARGUMENTS
Intercept deployment resource - Intercept Deployment. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
@ -155,6 +166,9 @@ OPTIONAL FLAGS
complete. The default is True. Enabled by default, use --no-async to
disable.
--description=DESCRIPTION
Description of the deployment.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.