mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 28 09:41:07 UTC 2024
This commit is contained in:
parent
ed5fe34b64
commit
afbe8a5afb
256 changed files with 8602 additions and 358 deletions
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--drop-traffic-if-unhealthy]
|
||||
[--edge-security-policy=EDGE_SECURITY_POLICY] [--[no-]enable-cdn]
|
||||
[--[no-]enable-logging] [--[no-]enable-strong-affinity]
|
||||
[--external-managed-migration-testing-percentage=EXTERNAL_MANAGED_MIGRATION_TESTING_PERCENTAGE]
|
||||
[--failover-ratio=FAILOVER_RATIO] [--health-checks=HEALTH_CHECK,[...]]
|
||||
[--no-health-checks] [--http-health-checks=HTTP_HEALTH_CHECK,[...]]
|
||||
[--https-health-checks=HTTPS_HEALTH_CHECK,[...]]
|
||||
|
|
@ -22,6 +23,7 @@ SYNOPSIS
|
|||
oauth2-client-secret=OAUTH2-CLIENT-SECRET]]
|
||||
[--idle-timeout-sec=IDLE_TIMEOUT_SEC]
|
||||
[--ip-address-selection-policy=IP_ADDRESS_SELECTION_POLICY]
|
||||
[--load-balancing-scheme=LOAD_BALANCING_SCHEME]
|
||||
[--locality-lb-policy=LOCALITY_LB_POLICY]
|
||||
[--logging-optional=LOGGING_OPTIONAL]
|
||||
[--logging-optional-fields=[LOGGING_OPTIONAL_FIELDS,...]]
|
||||
|
|
@ -37,6 +39,8 @@ SYNOPSIS
|
|||
| --no-bypass-cache-on-request-headers]
|
||||
[--cache-key-query-string-blacklist=[QUERY_STRING,...]
|
||||
| --cache-key-query-string-whitelist=QUERY_STRING,[...]]
|
||||
[--clear-external-managed-migration-state
|
||||
| --external-managed-migration-state=EXTERNAL_MANAGED_MIGRATION_STATE]
|
||||
[--client-ttl=CLIENT_TTL | --no-client-ttl]
|
||||
[--custom-request-header=CUSTOM_REQUEST_HEADER
|
||||
| --no-custom-request-headers]
|
||||
|
|
@ -203,6 +207,12 @@ FLAGS
|
|||
loadbalancingScheme EXTERNAL. Use --enable-strong-affinity to enable
|
||||
and --no-enable-strong-affinity to disable.
|
||||
|
||||
--external-managed-migration-testing-percentage=EXTERNAL_MANAGED_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].
|
||||
|
||||
--failover-ratio=FAILOVER_RATIO
|
||||
Applicable only to backend service-based external passthrough Network
|
||||
load balancers and internal passthrough Network load balancers as part
|
||||
|
|
@ -288,6 +298,13 @@ FLAGS
|
|||
IP_ADDRESS_SELECTION_POLICY must be one of: IPV4_ONLY, PREFER_IPV6,
|
||||
IPV6_ONLY.
|
||||
|
||||
--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.
|
||||
|
||||
--locality-lb-policy=LOCALITY_LB_POLICY
|
||||
The load balancing algorithm used within the scope of the locality.
|
||||
LOCALITY_LB_POLICY must be one of: INVALID_LB_POLICY, ROUND_ROBIN,
|
||||
|
|
@ -573,6 +590,25 @@ FLAGS
|
|||
percent encoded and not treated as delimiters. Can only be applied
|
||||
for global resources.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-external-managed-migration-state
|
||||
Clears current state of external managed migration.
|
||||
|
||||
--external-managed-migration-state=EXTERNAL_MANAGED_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 by percentage using
|
||||
externalManagedMigrationTestingPercentage.
|
||||
|
||||
EXTERNAL_MANAGED_MIGRATION_STATE must be one of: PREPARE,
|
||||
TEST_BY_PERCENTAGE, TEST_ALL_TRAFFIC.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--client-ttl=CLIENT_TTL
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -66,8 +66,10 @@ API REFERENCE
|
|||
can be found at: https://cloud.google.com/compute/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute future-reservations cancel
|
||||
|
||||
$ gcloud alpha compute future-reservations cancel
|
||||
|
||||
|
|
|
|||
|
|
@ -219,8 +219,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute future-reservations create
|
||||
|
||||
$ gcloud alpha compute future-reservations create
|
||||
|
||||
|
|
|
|||
|
|
@ -66,8 +66,10 @@ API REFERENCE
|
|||
can be found at: https://cloud.google.com/compute/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute future-reservations delete
|
||||
|
||||
$ gcloud alpha compute future-reservations delete
|
||||
|
||||
|
|
|
|||
|
|
@ -61,8 +61,10 @@ API REFERENCE
|
|||
can be found at: https://cloud.google.com/compute/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute future-reservations describe
|
||||
|
||||
$ gcloud alpha compute future-reservations describe
|
||||
|
||||
|
|
|
|||
|
|
@ -35,8 +35,10 @@ COMMANDS
|
|||
(BETA) Update Compute Engine future reservations.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute future-reservations
|
||||
|
||||
$ gcloud alpha compute future-reservations
|
||||
|
||||
|
|
|
|||
|
|
@ -56,8 +56,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute future-reservations list
|
||||
|
||||
$ gcloud alpha compute future-reservations list
|
||||
|
||||
|
|
|
|||
|
|
@ -215,8 +215,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute future-reservations update
|
||||
|
||||
$ gcloud alpha compute future-reservations update
|
||||
|
||||
|
|
|
|||
|
|
@ -17,10 +17,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta compute resource-policies update instance-schedule \
|
||||
NAME --region=REGION --timezone=UTC \
|
||||
--vm-start-schedule="* 7 * * *" \
|
||||
--vm-stop-schedule="* 17 * * *" \
|
||||
--initiation-date=2025-05-01T00:00:00.000-07:00 \
|
||||
--end-date=2027-05-01T00:00:00.000-07:00
|
||||
--vm-start-schedule="0 7 * * *" --vm-stop-schedule="0 17 * * *"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue