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

gcloud: Fri Mar 22 09:56:14 UTC 2024

This commit is contained in:
Automated 2024-03-22 09:56:14 +00:00
parent 75379bf68b
commit 5b4fac9106
182 changed files with 4221 additions and 251 deletions

View file

@ -17,7 +17,8 @@ SYNOPSIS
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],
[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]]
[--enable-display-device] [--[no-]enable-nested-virtualization]
[--[no-]enable-uefi-networking] [--erase-windows-vss-signature]
[--[no-]enable-uefi-networking] [--enable-watchdog-timer]
[--erase-windows-vss-signature]
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
[--graceful-shutdown]
@ -309,6 +310,10 @@ FLAGS
support. For available processor types on Compute Engine, see
https://cloud.google.com/compute/docs/cpu-platforms.
storage-pool
The name of the storage pool in which the new disk is created. The
new disk and the storage pool must be in the same location.
boot
If yes, indicates that this is a boot disk. The instance will use
the first partition of the disk for its root file system. The
@ -425,10 +430,6 @@ FLAGS
to. You must provide exactly two replica zones, and one zone must
be the same as the instance zone.
storage-pool
The name of the storage pool in which the new disk is created. The
new disk and the storage pool must be in the same location.
--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,
@ -500,6 +501,9 @@ FLAGS
--enable-uefi-networking to enable and --no-enable-uefi-networking to
disable.
--enable-watchdog-timer
Enable a watchdog timer device on VM instances. Disabled by default.
--erase-windows-vss-signature
Specifies whether the disk restored from source snapshots or source
machine image should erase Windows specific VSS signature. See