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
|
|
@ -47,6 +47,17 @@ EXAMPLES
|
|||
--mirroring-deployment-group=projects/my-project/locations/\
|
||||
global/mirroringDeploymentGroups/my-deployment-group
|
||||
|
||||
OR
|
||||
|
||||
$ gcloud beta 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)
|
||||
|
|
|
|||
|
|
@ -33,6 +33,12 @@ EXAMPLES
|
|||
my-deploymen --project=my-project --location=us-central1-a \
|
||||
--clear-labels
|
||||
|
||||
To update description to 'new description', run:
|
||||
|
||||
$ gcloud beta 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue