1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Jul 30 10:59:26 UTC 2025

This commit is contained in:
Automated 2025-07-30 10:59:26 +00:00
parent 0acbd64d02
commit 0f69685b06
221 changed files with 11951 additions and 506 deletions

View file

@ -30,6 +30,7 @@ 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]
@ -355,6 +356,12 @@ 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,[...]]
[--source-ip-ranges=SOURCE_IP_RANGE,[...]] [--traffic-disabled]
[--update-labels=[KEY=VALUE,...]]
[--clear-external-managed-backend-bucket-migration-state
| --external-managed-backend-bucket-migration-state=EXTERNAL_MANAGED_BACKEND_BUCKET_MIGRATION_STATE]
@ -80,6 +80,12 @@ 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.