mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
: --forwarding-rule-location=FORWARDING_RULE_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
|
||||
|
|
@ -47,6 +47,17 @@ EXAMPLES
|
|||
--mirroring-deployment-group=projects/my-project/locations/\
|
||||
global/mirroringDeploymentGroups/my-deployment-group
|
||||
|
||||
OR
|
||||
|
||||
$ gcloud alpha network-security mirroring-deployments create \
|
||||
projects/my-project/locations/us-central1/mirroringDeployments/\
|
||||
my-deployment \
|
||||
--forwarding-rule=projects/my-project/regions/us-central1/\
|
||||
forwardingRules/my-forwarding-rule \
|
||||
--mirroring-deployment-group=projects/my-project/locations/\
|
||||
global/mirroringDeploymentGroups/my-deployment-group \
|
||||
--description="my-description"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Mirroring deployment resource - Mirroring 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 mirroring deployment
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha network-security mirroring-deployments update
|
||||
(MIRRORING_DEPLOYMENT : --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
|
||||
|
|
@ -33,6 +34,12 @@ EXAMPLES
|
|||
my-deploymen --project=my-project --location=us-central1-a \
|
||||
--clear-labels
|
||||
|
||||
To update description to 'new description', run:
|
||||
|
||||
$ gcloud alpha network-security mirroring-deployments update \
|
||||
my-deploymen --project=my-project --location=us-central1-a \
|
||||
--description="new description"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Mirroring deployment resource - Mirroring Deployment. The arguments in
|
||||
this group can be used to specify the attributes of this resource. (NOTE)
|
||||
|
|
@ -71,6 +78,9 @@ FLAGS
|
|||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of the mirroring deployment
|
||||
|
||||
--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