mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[--disk=[auto-delete=AUTO-DELETE],
|
||||
[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME]]
|
||||
[--[no-]enable-nested-virtualization] [--[no-]enable-uefi-networking]
|
||||
[--enable-watchdog-timer]
|
||||
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--graceful-shutdown]
|
||||
|
|
@ -268,6 +269,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
|
||||
|
|
@ -337,10 +342,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.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Specifies a textual description for the instance template.
|
||||
|
||||
|
|
@ -387,6 +388,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.
|
||||
|
||||
--external-ipv6-address=EXTERNAL_IPV6_ADDRESS
|
||||
Assigns the given external IPv6 address to the instance that is
|
||||
created. The address must be the first IP address in the range. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue