mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 6 09:19:36 UTC 2024
This commit is contained in:
parent
595ac8640a
commit
40ba53d37f
93 changed files with 3117 additions and 305 deletions
|
|
@ -220,8 +220,9 @@ OPTIONAL FLAGS
|
|||
(--target-google-apis-bundle=API_BUNDLE)
|
||||
|
||||
--ip-collection=IP_COLLECTION
|
||||
Resource reference to a PublicDelegatedPrefix. The PDP must be a
|
||||
sub-PDP in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
||||
Resource reference to a public delegated prefix. The
|
||||
PublicDelegatedPrefix (PDP) must be a sub-prefix in
|
||||
EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
||||
|
||||
--ip-collection-region=IP_COLLECTION_REGION
|
||||
Region of the public delegated prefix to operate on. If not specified,
|
||||
|
|
|
|||
|
|
@ -4,9 +4,14 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute forwarding-rules update NAME [--allow-global-access]
|
||||
[--allow-psc-global-access] [--network-tier=NETWORK_TIER]
|
||||
[--allow-psc-global-access]
|
||||
[--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,[...]]
|
||||
[--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 ...]
|
||||
|
||||
|
|
@ -53,6 +58,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.
|
||||
|
||||
--network-tier=NETWORK_TIER
|
||||
Update the network tier of a forwarding rule. It does not allow to
|
||||
change from PREMIUM to STANDARD and visa versa.
|
||||
|
|
@ -71,6 +89,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue