mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Aug 13 10:57:55 UTC 2025
This commit is contained in:
parent
4f9f745739
commit
d6d01162c7
357 changed files with 4606 additions and 9471 deletions
|
|
@ -44,8 +44,9 @@ SYNOPSIS
|
|||
[--provisioning-model=PROVISIONING_MODEL] [--region=REGION]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--stack-type=STACK_TYPE] [--subnet=SUBNET]
|
||||
[--tags=TAG,[TAG,...]] [--address=ADDRESS | --no-address]
|
||||
[--shielded-vtpm] [--[no-]skip-guest-os-shutdown]
|
||||
[--stack-type=STACK_TYPE] [--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
[--image-project=IMAGE_PROJECT --image=IMAGE
|
||||
|
|
@ -770,6 +771,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.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
Specifies whether IPv6 is enabled on the default network interface. If
|
||||
not specified, IPV4_ONLY will be used. STACK_TYPE must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue