1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Dec 20 10:06:06 UTC 2023

This commit is contained in:
Automated 2023-12-20 10:06:06 +00:00
parent a990278fb3
commit 94c3362cff
127 changed files with 1438 additions and 194 deletions

View file

@ -3,8 +3,8 @@ NAME
SYNOPSIS
gcloud compute disks create DISK_NAME [DISK_NAME ...]
[--architecture=ARCHITECTURE] [--csek-key-file=FILE]
[--description=DESCRIPTION]
[--architecture=ARCHITECTURE] [--confidential-compute]
[--csek-key-file=FILE] [--description=DESCRIPTION]
[--guest-os-features=[GUEST_OS_FEATURE,...]] [--labels=[KEY=VALUE,...]]
[--licenses=[LICENSE,...]]
[--primary-disk-project=PRIMARY_DISK_PROJECT]
@ -61,6 +61,10 @@ FLAGS
https://cloud.google.com/compute/docs/cpu-platforms. ARCHITECTURE must
be one of: ARM64, X86_64.
--confidential-compute
Creates the disk with confidential compute mode enabled. Encryption
with a Cloud KMS key is required to enable this option.
--csek-key-file=FILE
Path to a Customer-Supplied Encryption Key (CSEK) key file that maps
Compute Engine resources to user managed keys to be used when creating,
@ -77,9 +81,9 @@ FLAGS
Enables one or more features for VM instances that use the image for
their boot disks. See the descriptions of supported features at:
https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features.
GUEST_OS_FEATURE must be one of: GVNIC, MULTI_IP_SUBNET, SEV_CAPABLE,
SEV_LIVE_MIGRATABLE, SEV_LIVE_MIGRATABLE_V2, SEV_SNP_CAPABLE,
UEFI_COMPATIBLE, VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
GUEST_OS_FEATURE must be one of: GVNIC, IDPF, MULTI_IP_SUBNET,
SEV_CAPABLE, SEV_LIVE_MIGRATABLE, SEV_LIVE_MIGRATABLE_V2,
SEV_SNP_CAPABLE, UEFI_COMPATIBLE, VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.