1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Oct 23 10:01:22 UTC 2024

This commit is contained in:
Automated 2024-10-23 10:01:22 +00:00
parent 694f6671d0
commit fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions

View file

@ -3,7 +3,8 @@ NAME
settings
SYNOPSIS
gcloud alpha compute snapshot-settings describe [GCLOUD_WIDE_FLAG ...]
gcloud alpha compute snapshot-settings describe [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe the snapshot settings of a project.
@ -12,7 +13,11 @@ EXAMPLES
To display the snapshot settings of a project called my-project, run:
$ gcloud alpha compute snapshot-settings describe \
--project=my-project
--project=my-project
FLAGS
--region=REGION
region for regional snapshot settings
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
@ -23,8 +28,9 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
API REFERENCE
This command uses the compute/alpha API. The full documentation for this
API can be found at: https://cloud.google.com/compute/
This command uses the compute/alpha or compute/beta or comptue/v1 API. The
full documentation for this API can be found at:
https://cloud.google.com/compute/
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -2,7 +2,10 @@ NAME
gcloud alpha compute snapshot-settings update - update snapshot settings
SYNOPSIS
gcloud alpha compute snapshot-settings update [--async]
gcloud alpha compute snapshot-settings update
[--add-access-locations=[ADD_ACCESS_LOCATIONS,...]] [--async]
[--region=REGION]
[--remove-access-locations=[REMOVE_ACCESS_LOCATIONS,...]]
[--storage-location-names=[STORAGE_LOCATION_NAMES,...]]
[--storage-location-policy=STORAGE_LOCATION_POLICY]
[GCLOUD_WIDE_FLAG ...]
@ -15,26 +18,35 @@ EXAMPLES
nearest multi-region as the source disk, run:
$ gcloud alpha compute snapshot-settings update \
--storage-location-policy=nearest-multi-region
--storage-location-policy=nearest-multi-region
To update the snapshot settings and set the storage location policy to the
same region as the source disk, run:
$ gcloud alpha compute snapshot-settings update \
--storage-location-policy=local-region
--storage-location-policy=local-region
To update the snapshot settings and set the storage location policy to
store snapshots in a specific location like us-west1, run:
$ gcloud alpha compute snapshot-settings update \
--storage-location-policy=specific-locations \
--storage-location-names=us-west1
--storage-location-policy=specific-locations \
--storage-location-names=us-west1
FLAGS
--add-access-locations=[ADD_ACCESS_LOCATIONS,...]
Access locations to add to snapshot settings
--async
Return immediately, without waiting for the operation in progress to
complete.
--region=REGION
region for regional snapshot settings
--remove-access-locations=[REMOVE_ACCESS_LOCATIONS,...]
Access locations to remove from snapshot settings
--storage-location-names=[STORAGE_LOCATION_NAMES,...]
The custom storage location that you specify for the project's
snapshots. You can specify only a single location. Use this flag only
@ -59,8 +71,9 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
API REFERENCE
This command uses the compute/alpha API. The full documentation for this
API can be found at: https://cloud.google.com/compute/
This command uses the compute/alpha or compute/beta or compute/v1 API. The
full documentation for this API can be found at:
https://cloud.google.com/compute/
NOTES
This command is currently in alpha and might change without notice. If this