mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -17,6 +17,7 @@ SYNOPSIS
|
|||
[--enable-ssh-to-vm] [--ephemeral-directory=[PROPERTY=VALUE,...]]
|
||||
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
|
||||
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
|
||||
[--max-usable-workstations-count=MAX_USABLE_WORKSTATIONS_COUNT]
|
||||
[--network-tags=[NETWORK_TAGS,...]]
|
||||
[--pd-disk-size=PD_DISK_SIZE; default=200]
|
||||
[--pd-disk-type=PD_DISK_TYPE; default="pd-standard"]
|
||||
|
|
@ -222,6 +223,13 @@ FLAGS
|
|||
machines that the workstations created under this configuration will
|
||||
run on.
|
||||
|
||||
--max-usable-workstations-count=MAX_USABLE_WORKSTATIONS_COUNT
|
||||
Maximum number of workstations under this configuration a user can have
|
||||
workstations.workstation.use permission on.
|
||||
|
||||
If not specified, defaults to 0, which indicates a user can have
|
||||
unlimited number of workstations under this configuration.
|
||||
|
||||
--network-tags=[NETWORK_TAGS,...]
|
||||
Network tags to add to the Google Compute Engine machines backing the
|
||||
Workstations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue