mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Dec 18 10:57:44 UTC 2025
This commit is contained in:
parent
6d07e70b12
commit
bdd724fcf3
219 changed files with 8033 additions and 381 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ SYNOPSIS
|
|||
[--disable-public-ip-addresses] [--enable-audit-agent]
|
||||
[--enable-confidential-compute] [--enable-nested-virtualization]
|
||||
[--grant-workstation-admin-role-on-create]
|
||||
[--idle-timeout=IDLE_TIMEOUT] [--labels=[LABELS,...]]
|
||||
[--idle-timeout=IDLE_TIMEOUT]
|
||||
[--instance-metadata=[INSTANCE_METADATA,...]] [--labels=[LABELS,...]]
|
||||
[--machine-type=MACHINE_TYPE]
|
||||
[--max-usable-workstations-count=MAX_USABLE_WORKSTATIONS_COUNT]
|
||||
[--network-tags=[NETWORK_TAGS,...]] [--pool-size=POOL_SIZE]
|
||||
|
|
@ -257,6 +258,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 update \
|
||||
--instance-metadata=key1=value1,key2=value2
|
||||
|
||||
--labels=[LABELS,...]
|
||||
Labels that are applied to the configuration and propagated to the
|
||||
underlying Compute Engine resources.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue