1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Apr 13 08:33:42 UTC 2022

This commit is contained in:
Automated 2022-04-13 08:33:42 +00:00
parent f88a614da8
commit 9dcb91c709
143 changed files with 4432 additions and 242 deletions

View file

@ -86,7 +86,8 @@ FLAGS
https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features
for descriptions of the supported features. GUEST_OS_FEATURE must be
one of: BARE_METAL_LINUX_COMPATIBLE, GVNIC, MULTI_IP_SUBNET,
SEV_CAPABLE, UEFI_COMPATIBLE, VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
SEV_CAPABLE, SEV_SNP_CAPABLE, UEFI_COMPATIBLE, VIRTIO_SCSI_MULTIQUEUE,
WINDOWS.
--interface=INTERFACE
Specifies the disk interface to use for attaching this disk. Valid

View file

@ -14,7 +14,7 @@ DESCRIPTION
disks. Snapshots are useful for backing up data, copying a persistent disk,
and even, creating a custom image. Snapshots can be created from persistent
disks even while they are attached to running instances. Once created,
snapshots may be managed (listed, deleted, resized etc.) via gcloud compute
snapshots may be managed (listed, deleted, etc.) via gcloud compute
snapshots.
Refer to the Snapshot best practices guide.