mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Mar 9 08:39:30 UTC 2022
This commit is contained in:
parent
5829e94e90
commit
7d82d0fc32
210 changed files with 7192 additions and 887 deletions
|
|
@ -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]
|
||||
[--maintenance-policy=MAINTENANCE_POLICY
|
||||
| --on-host-maintenance=MAINTENANCE_POLICY]
|
||||
[--network-interface=[PROPERTY=VALUE,...]
|
||||
|
|
@ -945,6 +949,37 @@ 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 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.
|
||||
|
||||
Maintenance Behavior.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue