1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Thu Dec 18 10:57:44 UTC 2025

This commit is contained in:
Automated 2025-12-18 10:57:44 +00:00
parent 6d07e70b12
commit bdd724fcf3
219 changed files with 8033 additions and 381 deletions

View file

@ -20,7 +20,8 @@ SYNOPSIS
[--enable-nested-virtualization] [--enable-ssh-to-vm]
[--ephemeral-directory=[PROPERTY=VALUE,...]]
[--grant-workstation-admin-role-on-create]
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
[--idle-timeout=IDLE_TIMEOUT; default=7200]
[--instance-metadata=[INSTANCE_METADATA,...]] [--labels=[LABELS,...]]
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
[--max-usable-workstations-count=MAX_USABLE_WORKSTATIONS_COUNT]
[--network-tags=[NETWORK_TAGS,...]] [--pool-size=POOL_SIZE]
@ -331,6 +332,14 @@ FLAGS
that hasn't received any user traffic. A value of 0 indicates that this
instance should never time out due to idleness.
--instance-metadata=[INSTANCE_METADATA,...]
Custom metadata to apply to Compute Engine instances.
Example:
$ gcloud beta workstations configs create \
--instance-metadata=key1=value1,key2=value2
--labels=[LABELS,...]
Labels that are applied to the configuration and propagated to the
underlying Compute Engine resources.