1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -15,7 +15,8 @@ SYNOPSIS
[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME]]
[--[no-]enable-nested-virtualization] [--[no-]enable-uefi-networking]
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
[--ipv6-network-tier=IPV6_NETWORK_TIER] [--labels=[KEY=VALUE,...]]
[--ipv6-network-tier=IPV6_NETWORK_TIER]
[--key-revocation-action-type=POLICY] [--labels=[KEY=VALUE,...]]
[--local-ssd=[device-name=DEVICE-NAME],[interface=INTERFACE]]
[--machine-type=MACHINE_TYPE] [--maintenance-policy=MAINTENANCE_POLICY]
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
@ -350,6 +351,16 @@ FLAGS
PREMIUM
High quality, Google-grade network tier.
--key-revocation-action-type=POLICY
Specifies the behavior of the instance when the KMS key of one of its
attached disks is revoked. The default is none. POLICY must be one of:
none
No operation is performed.
stop
The instance is stopped when the KMS key of one of its attached
disks is revoked.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
@ -636,9 +647,6 @@ FLAGS
The name of the source instance that the instance template will be
created from.
You can override machine type and labels. Values of other flags will be
ignored and values from the source instance will be used instead.
--source-instance-zone=SOURCE_INSTANCE_ZONE
Zone of the instance to operate on. Overrides the default compute/zone
property value for this command invocation.