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
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,8 @@ 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]
|
||||
[--shielded-vtpm] [--[no-]skip-guest-os-shutdown]
|
||||
[--stack-type=STACK_TYPE] [--subnet=SUBNET]
|
||||
[--subnet-region=SUBNET_REGION] [--tags=TAG,[TAG,...]]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
|
|
@ -788,6 +789,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