mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 22:49:22 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -5,6 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute instances update INSTANCE_NAME
|
||||
[--[no-]deletion-protection] [--[no-]enable-display-device]
|
||||
[--[no-]graceful-shutdown]
|
||||
[--graceful-shutdown-max-duration=GRACEFUL_SHUTDOWN_MAX_DURATION]
|
||||
[--min-cpu-platform=PLATFORM] [--partner-metadata=[KEY=VALUE,...]]
|
||||
[--partner-metadata-from-file=LOCAL_FILE_PATH]
|
||||
[--[no-]shielded-integrity-monitoring]
|
||||
|
|
@ -54,6 +56,16 @@ FLAGS
|
|||
Enable a display device on VM instances. Use --enable-display-device to
|
||||
enable and --no-enable-display-device to disable.
|
||||
|
||||
--[no-]graceful-shutdown
|
||||
If set to true, enables graceful shutdown for the instance. Use
|
||||
--graceful-shutdown to enable and --no-graceful-shutdown to disable.
|
||||
|
||||
--graceful-shutdown-max-duration=GRACEFUL_SHUTDOWN_MAX_DURATION
|
||||
Specifies time needed to gracefully shutdown the instance. After that
|
||||
time, the instance goes to STOPPING even if graceful shutdown is not
|
||||
completed.e.g. 300s, 1h. See $ gcloud topic datetimes for information
|
||||
on duration formats.
|
||||
|
||||
--min-cpu-platform=PLATFORM
|
||||
When specified, the VM will be scheduled on host with specified CPU
|
||||
architecture or a newer one. To list available CPU platforms in given
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue