mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jan 8 10:03:00 UTC 2025
This commit is contained in:
parent
52290f76fe
commit
5a9f5ff67e
161 changed files with 2678 additions and 414 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha network-security mirroring-deployment-groups create
|
||||
(MIRRORING_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 mirroring-deployment-groups create \
|
||||
projects/my-project/locations/global/mirroringDeploymentGroups/\
|
||||
my-deployment-group \
|
||||
--network=projects/my-project/global/networks/my-network \
|
||||
--description="my-description"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Mirroring deployment group resource - Mirroring 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 mirroring deployment group
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha network-security mirroring-deployment-groups update
|
||||
(MIRRORING_DEPLOYMENT_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-deployment-group --project=my-project --location=global \
|
||||
--clear-labels
|
||||
|
||||
To update description to 'new description', run:
|
||||
|
||||
$ gcloud alpha network-security mirroring-deployment-groups update \
|
||||
my-deployment-group --project=my-project --location=global \
|
||||
--description="new description"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Mirroring deployment group resource - Mirroring Deployment 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 mirroring deployment group
|
||||
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue