mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -10,9 +10,9 @@ SYNOPSIS
|
|||
[--container-env=[CONTAINER_ENV,...]]
|
||||
[--container-run-as-user=CONTAINER_RUN_AS_USER]
|
||||
[--container-working-dir=CONTAINER_WORKING_DIR]
|
||||
[--disable-public-ip-addresses] [--disable-tcp-connections]
|
||||
[--enable-audit-agent] [--enable-confidential-compute]
|
||||
[--enable-nested-virtualization]
|
||||
[--disable-public-ip-addresses] [--disable-ssh-to-vm]
|
||||
[--disable-tcp-connections] [--enable-audit-agent]
|
||||
[--enable-confidential-compute] [--enable-nested-virtualization]
|
||||
[--ephemeral-directory=[PROPERTY=VALUE,...]]
|
||||
[--idle-timeout=IDLE_TIMEOUT; default=7200] [--labels=[LABELS,...]]
|
||||
[--machine-type=MACHINE_TYPE; default="e2-standard-4"]
|
||||
|
|
@ -137,6 +137,10 @@ FLAGS
|
|||
Default value is false. If set, instances will have no public IP
|
||||
address.
|
||||
|
||||
--disable-ssh-to-vm
|
||||
Default value is False. If set, workstations disable SSH connections to
|
||||
the root VM.
|
||||
|
||||
--disable-tcp-connections
|
||||
Default value is false. If set, workstations don't allow plain TCP
|
||||
connections.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue