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

gcloud: Thu Apr 20 10:38:56 UTC 2023

This commit is contained in:
Automated 2023-04-20 10:38:56 +00:00
parent b155beb241
commit b33a8a3e6e
169 changed files with 3258 additions and 576 deletions

View file

@ -12,7 +12,7 @@ SYNOPSIS
[--container-run-as-user=CONTAINER_RUN_AS_USER]
[--container-working-dir=CONTAINER_WORKING_DIR]
[--disable-public-ip-addresses] [--enable-confidential-compute]
[--idle-timeout=IDLE_TIMEOUT; default=7200]
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
[--network-tags=[NETWORK_TAGS,...]]
[--pd-disk-size=PD_DISK_SIZE; default=200]
@ -134,6 +134,15 @@ FLAGS
that hasn't received any user traffic. A value of 0 indicates that this
instance should never time out due to idleness.
--labels=[LABELS,...]
Labels that are applied to the resource and propagated to the
underlying Compute Engine resources.
Example:
$ gcloud beta workstations configs create \
--labels=label1=value1,label2=value2
--machine-type=MACHINE_TYPE; default="e2-standard-4"
Machine type determines the specifications of the Compute Engine
machines that the workstations created under this configuration will

View file

@ -12,11 +12,11 @@ SYNOPSIS
[--container-run-as-user=CONTAINER_RUN_AS_USER]
[--container-working-dir=CONTAINER_WORKING_DIR]
[--disable-public-ip-addresses] [--enable-confidential-compute]
[--idle-timeout=IDLE_TIMEOUT] [--machine-type=MACHINE_TYPE]
[--network-tags=[NETWORK_TAGS,...]] [--pool-size=POOL_SIZE]
[--running-timeout=RUNNING_TIMEOUT] [--service-account=SERVICE_ACCOUNT]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm]
[--idle-timeout=IDLE_TIMEOUT] [--labels=[LABELS,...]]
[--machine-type=MACHINE_TYPE] [--network-tags=[NETWORK_TAGS,...]]
[--pool-size=POOL_SIZE] [--running-timeout=RUNNING_TIMEOUT]
[--service-account=SERVICE_ACCOUNT] [--shielded-integrity-monitoring]
[--shielded-secure-boot] [--shielded-vtpm]
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
| --container-predefined-image=CONTAINER_PREDEFINED_IMAGE]
[GCLOUD_WIDE_FLAG ...]
@ -122,6 +122,15 @@ FLAGS
that hasn't received any user traffic. A value of 0 indicates that this
instance should never time out due to idleness.
--labels=[LABELS,...]
Labels that are applied to the resource and propagated to the
underlying Compute Engine resources.
Example:
$ gcloud beta workstations configs update \
--labels=label1=value1,label2=value2
--machine-type=MACHINE_TYPE
Machine type determines the specifications of the Compute Engine
machines that the workstations created under this configuration will