mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -17,7 +17,8 @@ SYNOPSIS
|
|||
[--disk=[boot=BOOT],
|
||||
[device-name=DEVICE-NAME],[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]
|
||||
[--host-error-timeout-seconds=HOST_ERROR_TIMEOUT_SECONDS]
|
||||
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
|
|
@ -290,6 +291,10 @@ OPTIONAL 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
|
||||
|
|
@ -373,10 +378,6 @@ OPTIONAL 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.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Specifies a textual description of the instances.
|
||||
|
||||
|
|
@ -416,6 +417,9 @@ OPTIONAL 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue