mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
33 lines
778 B
Text
33 lines
778 B
Text
|
|
NAME
|
||
|
|
gcloud beta compute disk-settings - read Compute Engine disk settings
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta compute disk-settings COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) Disks settings allows the configuration of various disk-related
|
||
|
|
behavior.
|
||
|
|
|
||
|
|
At this time, only the access location is allowed to be configured.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
describe
|
||
|
|
(BETA) Describe a Google Compute Engine disk setting.
|
||
|
|
|
||
|
|
update
|
||
|
|
(BETA) Update disk settings.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. This
|
||
|
|
variant is also available:
|
||
|
|
|
||
|
|
$ gcloud alpha compute disk-settings
|
||
|
|
|