1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Sep 20 10:45:25 UTC 2023

This commit is contained in:
Automated 2023-09-20 10:45:25 +00:00
parent 952686eb78
commit 54eca12593
183 changed files with 2246 additions and 4040 deletions

View file

@ -6,6 +6,7 @@ SYNOPSIS
gcloud beta network-services service-lb-policies create
(SERVICE_LB_POLICY : --location=LOCATION) [--async]
[--auto-capacity-drain] [--description=DESCRIPTION]
[--failover-health-threshold=FAILOVER_HEALTH_THRESHOLD]
[--load-balancing-algorithm=LOAD_BALANCING_ALGORITHM;
default="waterfall-by-region"] [GCLOUD_WIDE_FLAG ...]
@ -68,6 +69,14 @@ FLAGS
--description=DESCRIPTION
The description for the service LB policy.
--failover-health-threshold=FAILOVER_HEALTH_THRESHOLD
The percentage threshold that a load balancer will begin to send
traffic to failover backends. If the percentage of endpoints in a
MIG/NEG is smaller than this value, traffic would be sent to failover
backends if possible. This field should be set to a value between 1 and
99. The default value is 50 for Global external HTTP(S) load balancer
(classic) and Proxyless service mesh, and 70 for others.
--load-balancing-algorithm=LOAD_BALANCING_ALGORITHM; default="waterfall-by-region"
The global load balancing algorithm to be used.
LOAD_BALANCING_ALGORITHM must be one of:

View file

@ -6,6 +6,7 @@ SYNOPSIS
gcloud beta network-services service-lb-policies update
(SERVICE_LB_POLICY : --location=LOCATION) [--async]
[--auto-capacity-drain] [--description=DESCRIPTION]
[--failover-health-threshold=FAILOVER_HEALTH_THRESHOLD]
[--load-balancing-algorithm=LOAD_BALANCING_ALGORITHM;
default="waterfall-by-region"] [GCLOUD_WIDE_FLAG ...]
@ -67,6 +68,14 @@ FLAGS
--description=DESCRIPTION
The description for the service LB policy.
--failover-health-threshold=FAILOVER_HEALTH_THRESHOLD
The percentage threshold that a load balancer will begin to send
traffic to failover backends. If the percentage of endpoints in a
MIG/NEG is smaller than this value, traffic would be sent to failover
backends if possible. This field should be set to a value between 1 and
99. The default value is 50 for Global external HTTP(S) load balancer
(classic) and Proxyless service mesh, and 70 for others.
--load-balancing-algorithm=LOAD_BALANCING_ALGORITHM; default="waterfall-by-region"
The global load balancing algorithm to be used.
LOAD_BALANCING_ALGORITHM must be one of: