mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -20,6 +20,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"]
|
||||
|
|
@ -283,6 +284,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.
|
||||
|
|
|
|||
|
|
@ -15,9 +15,10 @@ SYNOPSIS
|
|||
[--disable-public-ip-addresses] [--enable-audit-agent]
|
||||
[--enable-confidential-compute] [--enable-nested-virtualization]
|
||||
[--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]
|
||||
[--machine-type=MACHINE_TYPE]
|
||||
[--max-usable-workstations-count=MAX_USABLE_WORKSTATIONS_COUNT]
|
||||
[--network-tags=[NETWORK_TAGS,...]] [--pool-size=POOL_SIZE]
|
||||
[--running-timeout=RUNNING_TIMEOUT] [--service-account=SERVICE_ACCOUNT]
|
||||
[--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--vm-tags=[VM_TAGS,...]]
|
||||
|
|
@ -244,6 +245,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