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

gcloud: Wed Aug 13 10:57:55 UTC 2025

This commit is contained in:
Automated 2025-08-13 10:57:56 +00:00
parent 4f9f745739
commit d6d01162c7
357 changed files with 4606 additions and 9471 deletions

View file

@ -53,7 +53,8 @@ SYNOPSIS
[--resource-manager-tags=[KEY=VALUE,...]]
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--source-instance=SOURCE_INSTANCE]
[--shielded-vtpm] [--[no-]skip-guest-os-shutdown]
[--source-instance=SOURCE_INSTANCE]
[--source-instance-zone=SOURCE_INSTANCE_ZONE] [--stack-type=STACK_TYPE]
[--subnet=SUBNET] [--subnet-region=SUBNET_REGION]
[--tags=TAG,[TAG,...]] [--termination-time=TERMINATION_TIME]
@ -947,6 +948,12 @@ FLAGS
about how to modify Shielded VM options, see
https://cloud.google.com/compute/docs/instances/modifying-shielded-vm.
--[no-]skip-guest-os-shutdown
If enabled, then, when the instance is stopped or deleted, the instance
is immediately stopped without giving time to the guest OS to cleanly
shut down. Use --skip-guest-os-shutdown to enable and
--no-skip-guest-os-shutdown to disable.
--source-instance=SOURCE_INSTANCE
The name of the source instance that the instance template will be
created from.