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

gcloud: Wed Jul 27 08:55:33 UTC 2022

This commit is contained in:
Automated 2022-07-27 08:55:33 +00:00
parent 380c3aa29f
commit 3513fd1c11
Failed to extract signature
171 changed files with 3989 additions and 448 deletions

View file

@ -4,7 +4,9 @@ NAME
SYNOPSIS
gcloud beta compute images update IMAGE_NAME [--description=DESCRIPTION]
[--family=FAMILY] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
[--clear-labels | --remove-labels=[KEY,...]]
[--clear-user-licenses | --update-user-licenses=[LICENSE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute images update updates labels for a Compute
@ -69,6 +71,16 @@ FLAGS
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
At most one of these can be specified:
--clear-user-licenses
Remove all existing user licenses on an image.
--update-user-licenses=[LICENSE,...]
List of user licenses to be updated on an image. These user licenses
replace all existing user licenses. If this flag is not provided, all
existing user licenses remain unchanged.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -55,6 +55,10 @@ REQUIRED FLAGS
deny-502
Denies the request from HTTP(S) Load Balancing, with an HTTP
response status code of 503.
fairshare
When traffic reaches the threshold limit, requests from the clients
matching this rule begin to be rate-limited using the Fair Share
algorithm.
rate-based-ban
Enforces rate-based ban action from HTTP(S) Load Balancing, based
on rate limit options.

View file

@ -55,6 +55,10 @@ FLAGS
deny-502
Denies the request from HTTP(S) Load Balancing, with an HTTP
response status code of 503.
fairshare
When traffic reaches the threshold limit, requests from the clients
matching this rule begin to be rate-limited using the Fair Share
algorithm.
rate-based-ban
Enforces rate-based ban action from HTTP(S) Load Balancing, based
on rate limit options.