mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Sep 28 10:27:48 UTC 2022
This commit is contained in:
parent
29683b8af4
commit
ffb9e43995
198 changed files with 4783 additions and 367 deletions
|
|
@ -560,6 +560,12 @@ AVAILABLE PROPERTIES
|
|||
Overrides the token endpoint to provision access tokens. It can be
|
||||
used with Private Service Connect.
|
||||
|
||||
batch
|
||||
location
|
||||
Default location to use when working with Batch resources. When a
|
||||
location value is required but not provided, the command will fall
|
||||
back to this value, if set.
|
||||
|
||||
billing
|
||||
quota_project
|
||||
The Google Cloud project that is billed and charged quota for
|
||||
|
|
@ -658,6 +664,11 @@ AVAILABLE PROPERTIES
|
|||
location
|
||||
Default Google Cloud location to use for Anthos clusters on Azure.
|
||||
|
||||
container_bare_metal
|
||||
location
|
||||
Default Google Cloud location to use for Anthos clusters on Bare
|
||||
Metal.
|
||||
|
||||
container_vmware
|
||||
location
|
||||
Default Google Cloud location to use for Anthos clusters on VMware.
|
||||
|
|
@ -1070,6 +1081,21 @@ AVAILABLE PROPERTIES
|
|||
exponential_sleep_multiplier
|
||||
Used in exponential backoff for retrying operations.
|
||||
|
||||
key_store_path
|
||||
Path to a yaml file containing an encryption key, and multiple
|
||||
decryption keys for use in storage commands. The file must be
|
||||
formatted as follows:
|
||||
|
||||
encryption_key: {A customer-supplied or customer-managed key.}
|
||||
decryption_keys:
|
||||
- {A customer-supplied key}
|
||||
...
|
||||
|
||||
Customer-supplied encryption keys must be RFC 4648 section 4
|
||||
base64-encoded AES256 strings. Customer-managed encryption keys
|
||||
must be of the form
|
||||
projects/{project}/locations/{location}/keyRings/{key-ring}/cryptoKeys/{crypto-key}.
|
||||
|
||||
max_retries
|
||||
Max number of retries for operations like copy.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue