mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -1,11 +1,11 @@
|
|||
NAME
|
||||
gcloud alpha lustre instances - manage Instance resources
|
||||
gcloud alpha lustre instances - manage Lustre instance resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha lustre instances COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Instance resources.
|
||||
(ALPHA) Manage Lustre instance resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,25 +16,25 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create instances.
|
||||
(ALPHA) Creates a Managed Lustre instance.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete instances.
|
||||
(ALPHA) deletes a Managed Lustre instance.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe instances.
|
||||
(ALPHA) Gets details of a single Managed Lustre instance.
|
||||
|
||||
export-data
|
||||
(ALPHA) export instances.
|
||||
(ALPHA) Exports data from Managed Lustre instance to Cloud Storage.
|
||||
|
||||
import-data
|
||||
(ALPHA) import instances.
|
||||
(ALPHA) Imports data from Cloud Storage to Managed Lustre instance.
|
||||
|
||||
list
|
||||
(ALPHA) List instances.
|
||||
(ALPHA) List Lustre instances.
|
||||
|
||||
update
|
||||
(ALPHA) Update instances.
|
||||
(ALPHA) Updates the parameters of a single Managed Lustre instance.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue