mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -35,6 +35,7 @@ SYNOPSIS
|
|||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--target-distribution-shape=SHAPE]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
|
|
@ -639,6 +640,25 @@ OPTIONAL FLAGS
|
|||
|
||||
$ gcloud compute instances list --filter='tags:tag1'
|
||||
|
||||
--target-distribution-shape=SHAPE
|
||||
Specifies whether and how to distribute VMs across multiple zones in a
|
||||
region or to enforce placement of VMs in a single zone. The default
|
||||
shape is ANY_SINGLE_ZONE. SHAPE must be one of:
|
||||
|
||||
ANY
|
||||
Allows creating VMs in multiple zones if one zone cannot
|
||||
accommodate all the requested VMs. The resulting distribution
|
||||
shapes can vary.
|
||||
ANY_SINGLE_ZONE
|
||||
Enforces VM placement in one allowed zone. Use this to avoid
|
||||
cross-zone network egress or to reduce network latency. This is the
|
||||
default value.
|
||||
BALANCED
|
||||
Allows distribution of VMs in zones where resources are available
|
||||
while distributing VMs as evenly as possible across selected zones
|
||||
to minimize the impact of zonal failures. Recommended for highly
|
||||
available serving or batch workloads.
|
||||
|
||||
--threads-per-core=THREADS_PER_CORE
|
||||
The number of visible threads per physical core. To disable
|
||||
simultaneous multithreading (SMT) set this to 1. Valid values are: 1 or
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ SYNOPSIS
|
|||
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
[--ipv6-network-tier=IPV6_NETWORK_TIER]
|
||||
[--ipv6-public-ptr-domain=IPV6_PUBLIC_PTR_DOMAIN]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--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,...]]
|
||||
|
|
@ -415,6 +415,16 @@ FLAGS
|
|||
PTR record will be used. This option can only be specified for the
|
||||
default network interface, nic0.
|
||||
|
||||
--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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue