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
(MIRRORING_ENDPOINT_GROUP : --location=LOCATION)
(--mirroring-deployment-group=MIRRORING_DEPLOYMENT_GROUP
: --mirroring-deployment-group-location=MIRRORING_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
--mirroring-deployment-group=projects/my-project/locations/\
global/mirroringDeploymentGroups/my-deployment-group
OR
$ gcloud alpha network-security mirroring-endpoint-groups create \
my-endpoint-group --project=my-project --location=global \
--mirroring-deployment-group=projects/my-project/locations/\
global/mirroringDeploymentGroups/my-deployment-group \
--description='new description'
POSITIONAL ARGUMENTS
Mirroring endpoint group resource - Mirroring 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.