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:
parent
ec6dc40f99
commit
9c53f3cabe
128 changed files with 3295 additions and 279 deletions
|
|
@ -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 beta 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue