mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta workstations clusters create (CLUSTER : --region=REGION)
|
||||
[--async] [--enable-private-endpoint] [--network=NETWORK]
|
||||
[--subnetwork=SUBNETWORK] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--enable-private-endpoint] [--labels=[LABELS,...]]
|
||||
[--network=NETWORK] [--subnetwork=SUBNETWORK] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a workstation cluster.
|
||||
|
|
@ -61,6 +61,10 @@ FLAGS
|
|||
workstations from public networks, but requires additional
|
||||
configuration. Learn more: https://cloud.google.com/workstations/docs.
|
||||
|
||||
--labels=[LABELS,...]
|
||||
Labels that are applied to the cluster and propagated to the underlying
|
||||
Compute Engine resources.
|
||||
|
||||
--network=NETWORK
|
||||
The network that instances created under the cluster will be associated
|
||||
with.
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ FLAGS
|
|||
instance should never time out due to idleness.
|
||||
|
||||
--labels=[LABELS,...]
|
||||
Labels that are applied to the resource and propagated to the
|
||||
Labels that are applied to the configuration and propagated to the
|
||||
underlying Compute Engine resources.
|
||||
|
||||
Example:
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ FLAGS
|
|||
instance should never time out due to idleness.
|
||||
|
||||
--labels=[LABELS,...]
|
||||
Labels that are applied to the resource and propagated to the
|
||||
Labels that are applied to the configuration and propagated to the
|
||||
underlying Compute Engine resources.
|
||||
|
||||
Example:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta workstations create
|
||||
(WORKSTATION : --cluster=CLUSTER --config=CONFIG --region=REGION)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--labels=[LABELS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a workstation.
|
||||
|
|
@ -63,6 +63,10 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--labels=[LABELS,...]
|
||||
Labels that are applied to the workstation and propagated to the
|
||||
underlying Compute Engine resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue