1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Sep 10 11:12:24 UTC 2025

This commit is contained in:
Automated 2025-09-10 11:12:24 +00:00
parent be3f81b90a
commit 78d417f901
91 changed files with 2522 additions and 712 deletions

View file

@ -30,7 +30,6 @@ SYNOPSIS
[--target-pool-region=TARGET_POOL_REGION]
[--target-service-attachment-region=TARGET_SERVICE_ATTACHMENT_REGION]
[--target-vpn-gateway-region=TARGET_VPN_GATEWAY_REGION]
[--traffic-disabled]
[--address-region=ADDRESS_REGION | --global-address]
[--backend-service-region=BACKEND_SERVICE_REGION
| --global-backend-service] [--global | --region=REGION]
@ -356,12 +355,6 @@ OPTIONAL FLAGS
is set to the region of the forwarding rule. Overrides the default
compute/region property value for this command invocation.
--traffic-disabled
If set to true, disables traffic from flowing through Private Service
Connect forwarding rule from consumer to producer. This can only be
specified if the forwarding rule's target is a service attachment
(--target-service-attachment).
At most one of these can be specified:
--address-region=ADDRESS_REGION

View file

@ -8,7 +8,7 @@ SYNOPSIS
[--external-managed-backend-bucket-migration-testing-percentage=EXTERNAL_MANAGED_BACKEND_BUCKET_MIGRATION_TESTING_PERCENTAGE]
[--load-balancing-scheme=LOAD_BALANCING_SCHEME]
[--network-tier=NETWORK_TIER]
[--source-ip-ranges=SOURCE_IP_RANGE,[...]] [--traffic-disabled]
[--source-ip-ranges=SOURCE_IP_RANGE,[...]]
[--update-labels=[KEY=VALUE,...]]
[--clear-external-managed-backend-bucket-migration-state
| --external-managed-backend-bucket-migration-state=EXTERNAL_MANAGED_BACKEND_BUCKET_MIGRATION_STATE]
@ -80,12 +80,6 @@ FLAGS
forwarding rule only forwards traffic when the packet's source IP
address matches one of the IP ranges set here.
--traffic-disabled
If set to true, disables traffic from flowing through Private Service
Connect forwarding rule from consumer to producer. This can only be
specified if the forwarding rule's target is a service attachment
(--target-service-attachment).
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.