1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Aug 28 09:41:07 UTC 2024

This commit is contained in:
Automated 2024-08-28 09:41:07 +00:00
parent ed5fe34b64
commit afbe8a5afb
256 changed files with 8602 additions and 358 deletions

View file

@ -4,8 +4,13 @@ NAME
SYNOPSIS
gcloud beta compute forwarding-rules update NAME [--allow-global-access]
[--allow-psc-global-access] [--source-ip-ranges=SOURCE_IP_RANGE,[...]]
[--allow-psc-global-access]
[--external-managed-backend-bucket-migration-testing-percentage=EXTERNAL_MANAGED_BACKEND_BUCKET_MIGRATION_TESTING_PERCENTAGE]
[--load-balancing-scheme=LOAD_BALANCING_SCHEME]
[--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]
[--clear-labels | --remove-labels=[KEY,...]]
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
@ -52,6 +57,19 @@ FLAGS
Connect forwarding rule. This can only be specified if the forwarding
rule's target is a service attachment (--target-service-attachment).
--external-managed-backend-bucket-migration-testing-percentage=EXTERNAL_MANAGED_BACKEND_BUCKET_MIGRATION_TESTING_PERCENTAGE
Determines the fraction of requests that should be processed by the
Global external Application Load Balancer.
The value of this field must be in the range [0, 100].
--load-balancing-scheme=LOAD_BALANCING_SCHEME
Only for the Global external ALB migration.
The value of this field must be EXTERNAL or EXTERNAL_MANAGED.
LOAD_BALANCING_SCHEME must be one of: EXTERNAL, EXTERNAL_MANAGED.
--source-ip-ranges=SOURCE_IP_RANGE,[...]
List of comma-separated IP addresses or IP ranges. If set, this
forwarding rule only forwards traffic when the packet's source IP
@ -66,6 +84,26 @@ FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
At most one of these can be specified:
--clear-external-managed-backend-bucket-migration-state
Clears current state of external managed migration.
--external-managed-backend-bucket-migration-state=EXTERNAL_MANAGED_BACKEND_BUCKET_MIGRATION_STATE
Specifies the canary migration state. Possible values are PREPARE,
TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state
must be changed to PREPARE. The state must be changed to
TEST_ALL_TRAFFIC before the loadBalancingScheme can be changed to
EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be
used to migrate traffic to backend buckets attached to this
forwarding rule by percentage using
externalManagedBackendBucketMigrationTestingPercentage.
EXTERNAL_MANAGED_BACKEND_BUCKET_MIGRATION_STATE must be one of:
PREPARE, TEST_BY_PERCENTAGE, TEST_ALL_TRAFFIC.
At most one of these can be specified:
--clear-labels