1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 19:06:53 +00:00
gcloud-help/gcloud/beta/compute/disk-settings/update
2025-03-12 10:54:38 +00:00

65 lines
2.1 KiB
Text

NAME
gcloud beta compute disk-settings update - update disk settings
SYNOPSIS
gcloud beta compute disk-settings update (--region=REGION | --zone=ZONE)
[--access-location-policy=ACCESS_LOCATION_POLICY]
[--add-access-locations=[ADD_ACCESS_LOCATIONS,...]]
[--remove-access-locations=[REMOVE_ACCESS_LOCATIONS,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Update disk settings.
EXAMPLES
To update the disk settings in zone us-west1-a, add the access location
``us-central1 `` and remove the access location ``us-central2`` in the
project my-gcp-project, run:
$ gcloud beta compute disk-settings update \
--add-access-locations=us-central1 \
--remove-access-locations=us-central2 --project=my-gcp-project \
--zone=us-west1-a
REQUIRED FLAGS
Scope for disk settings.
Exactly one of these must be specified:
--region=REGION
region for disk settings
--zone=ZONE
Zone for disk settings
OPTIONAL FLAGS
--access-location-policy=ACCESS_LOCATION_POLICY
The access location policy for disk settings. ACCESS_LOCATION_POLICY
must be one of:
all-regions
All regions will be allowed to access the source disk.
specific-regions
Only the specified regions will be allowed to access the source
disk.
--add-access-locations=[ADD_ACCESS_LOCATIONS,...]
Access locations to add to disk settings
--remove-access-locations=[REMOVE_ACCESS_LOCATIONS,...]
Access locations to remove from disk settings
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha compute disk-settings update