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

gcloud: Wed Jul 12 10:20:16 UTC 2023

This commit is contained in:
Automated 2023-07-12 10:20:16 +00:00
parent f52bc665a7
commit b4c2508b12
300 changed files with 7469 additions and 3231 deletions

View file

@ -58,6 +58,10 @@ SYNOPSIS
[--image-family-scope=IMAGE_FAMILY_SCOPE
--image-project=IMAGE_PROJECT --image=IMAGE
| --image-family=IMAGE_FAMILY | --source-snapshot=SOURCE_SNAPSHOT]
[--instance-kms-key=INSTANCE_KMS_KEY
: --instance-kms-keyring=INSTANCE_KMS_KEYRING
--instance-kms-location=INSTANCE_KMS_LOCATION
--instance-kms-project=INSTANCE_KMS_PROJECT]
[--node=NODE | --node-affinity-file=NODE_AFFINITY_FILE
| --node-group=NODE_GROUP] [--public-ptr | --no-public-ptr]
[--public-ptr-domain=PUBLIC_PTR_DOMAIN | --no-public-ptr-domain]
@ -998,6 +1002,44 @@ FLAGS
▸ https://compute.googleapis.com/compute/v1/projects/myproject/global/snapshots/snapshot
▸ snapshot
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
be used to protect the instance. The arguments in this group can be used
to specify the attributes of this resource.
--instance-kms-key=INSTANCE_KMS_KEY
ID of the key or fully qualified identifier for the key.
To set the kms-key attribute:
▸ provide the argument --instance-kms-key on the command line.
This flag argument must be specified if any of the other arguments in
this group are specified.
--instance-kms-keyring=INSTANCE_KMS_KEYRING
The KMS keyring of the key.
To set the kms-keyring attribute:
▸ provide the argument --instance-kms-key on the command line with
a fully specified name;
▸ provide the argument --instance-kms-keyring on the command line.
--instance-kms-location=INSTANCE_KMS_LOCATION
The Cloud location for the key.
To set the kms-location attribute:
▸ provide the argument --instance-kms-key on the command line with
a fully specified name;
▸ provide the argument --instance-kms-location on the command line.
--instance-kms-project=INSTANCE_KMS_PROJECT
The Cloud project for the key.
To set the kms-project attribute:
▸ provide the argument --instance-kms-key on the command line with
a fully specified name;
▸ provide the argument --instance-kms-project on the command line;
▸ set the property core/project.
Sole Tenancy.
At most one of these can be specified: