mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jun 22 10:31:35 UTC 2023
This commit is contained in:
parent
2102dc5511
commit
dc0d916cee
219 changed files with 5076 additions and 1639 deletions
|
|
@ -61,6 +61,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]
|
||||
|
|
@ -1059,6 +1063,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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue