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

gcloud: Wed Jun 28 10:42:37 UTC 2023

This commit is contained in:
Automated 2023-06-28 10:42:37 +00:00
parent dc0d916cee
commit 0248e53b76
139 changed files with 3939 additions and 162 deletions

View file

@ -69,7 +69,9 @@ SYNOPSIS
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
[--image-family-scope=IMAGE_FAMILY_SCOPE
--image-project=IMAGE_PROJECT --image=IMAGE
| --image-family=IMAGE_FAMILY | --source-snapshot=SOURCE_SNAPSHOT]
| --image-family=IMAGE_FAMILY
| --source-instant-snapshot=SOURCE_INSTANT_SNAPSHOT
| --source-snapshot=SOURCE_SNAPSHOT]
[--instance-kms-key=INSTANCE_KMS_KEY
: --instance-kms-keyring=INSTANCE_KMS_KEYRING
--instance-kms-location=INSTANCE_KMS_LOCATION
@ -383,6 +385,13 @@ FLAGS
source snapshot. Must be specified with
source-snapshot-csek-required.
source-instant-snapshot
The source disk instant snapshot that will be used to create the
disk. You can provide this as a full URL to the instant snapshot.
For example, the following is a valid value:
▸ https://compute.googleapis.com/compute/v1/projects/myproject/zones/myzone/instantSnapshots/instantSnapshot
image-csek-required
Specifies the name of the CSK protected image that the disk will be
initialized with. A new disk will be created based on the given
@ -1082,6 +1091,13 @@ FLAGS
By default, debian-11 is assumed for this flag.
--source-instant-snapshot=SOURCE_INSTANT_SNAPSHOT
The name of the source disk instant snapshot that the instance boot
disk will be created from. You can provide this as a full URL to the
instant snapshot. For example, the following is a valid value:
▸ https://compute.googleapis.com/compute/v1/projects/myproject/zones/my-zone/instantSnapshots/instant-snapshot
--source-snapshot=SOURCE_SNAPSHOT
The name of the source disk snapshot that the instance boot disk will
be created from. You can provide this as a full URL to the snapshot