mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Apr 30 11:00:00 UTC 2025
This commit is contained in:
parent
4d8dd33b3e
commit
b03a332ad8
196 changed files with 7097 additions and 313 deletions
|
|
@ -5,8 +5,9 @@ SYNOPSIS
|
|||
gcloud lustre instances create (INSTANCE : --location=LOCATION)
|
||||
--capacity-gib=CAPACITY_GIB --filesystem=FILESYSTEM --network=NETWORK
|
||||
[--async] [--description=DESCRIPTION] [--gke-support-enabled]
|
||||
[--labels=[LABELS,...]] [--request-id=REQUEST_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--labels=[LABELS,...]]
|
||||
[--per-unit-storage-throughput=PER_UNIT_STORAGE_THROUGHPUT]
|
||||
[--request-id=REQUEST_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create an instance
|
||||
|
|
@ -112,6 +113,10 @@ OPTIONAL FLAGS
|
|||
|
||||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--per-unit-storage-throughput=PER_UNIT_STORAGE_THROUGHPUT
|
||||
The throughput of the instance in MB/s/TiB. Valid values are 250, 500,
|
||||
1000. Default value is 1000.
|
||||
|
||||
--request-id=REQUEST_ID
|
||||
An optional request ID to identify requests. Specify a unique request
|
||||
ID so that if you must retry your request, the server will know to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue