mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 01:15:34 +00:00
gcloud: Wed May 18 08:41:01 UTC 2022
This commit is contained in:
parent
379049f21a
commit
9f95235d93
258 changed files with 7569 additions and 441 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha vmware clusters create
|
||||
(CLUSTER : --location=LOCATION --private-cloud=PRIVATE_CLOUD)
|
||||
--node-count=NODE_COUNT --node-type=NODE_TYPE [GCLOUD_WIDE_FLAG ...]
|
||||
--node-count=NODE_COUNT --node-type=NODE_TYPE [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a cluster in a VMware Engine private cloud. Successful
|
||||
|
|
@ -85,6 +86,12 @@ REQUIRED FLAGS
|
|||
To set the node-type attribute:
|
||||
▸ provide the argument --node-type on the command line.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
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