1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed Apr 3 09:23:31 UTC 2024

This commit is contained in:
Automated 2024-04-03 09:23:31 +00:00
parent 4ade1b44cc
commit 7e2535c53d
212 changed files with 8070 additions and 151 deletions

View file

@ -11,6 +11,7 @@ SYNOPSIS
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
[--can-ip-forward] [--configure-disk=[PROPERTY=VALUE,...]]
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
[--discard-local-ssds-at-termination-timestamp=DISCARD_LOCAL_SSDS_AT_TERMINATION_TIMESTAMP]
[--disk=[auto-delete=AUTO-DELETE],
[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME]]
[--[no-]enable-nested-virtualization] [--[no-]enable-uefi-networking]
@ -345,6 +346,21 @@ FLAGS
--description=DESCRIPTION
Specifies a textual description for the instance template.
--discard-local-ssds-at-termination-timestamp=DISCARD_LOCAL_SSDS_AT_TERMINATION_TIMESTAMP
Required and only allowed for VMs that have one or more local SSDs, use
--termination-action=STOP (default), and use either --max-run-duration
or --termination-time. This flag indicates whether you want Compute
Engine to discard (true) or preserve (false) local SSD data when the
VM's terminationTimestamp is reached.
If set to false, Compute Engine will preserve local SSD data by
including the --discard-local-ssd=false flag in the automatic
termination command. The --discard-local-ssd=false flag preserves local
SSD data by migrating it to persistent storage until you rerun the VM.
Importantly, preserving local SSD data incurs costs and is subject to
restrictions. For more information, see
https://cloud.google.com/compute/docs/disks/local-ssd#stop_instance.
--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME]
Attaches an existing persistent disk to the instances.