mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -14,9 +14,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,...]]
|
||||
|
|
@ -192,6 +193,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