mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
54 lines
1.3 KiB
Text
54 lines
1.3 KiB
Text
NAME
|
|
gcloud compute backend-buckets - read and manipulate backend buckets
|
|
|
|
SYNOPSIS
|
|
gcloud compute backend-buckets COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Read and manipulate backend buckets. Backend buckets define Cloud Storage
|
|
buckets that can serve content. URL maps define which requests are sent to
|
|
which backend buckets.
|
|
|
|
For more information about backend buckets, see the backend buckets
|
|
documentation
|
|
(https://cloud.google.com/load-balancing/docs/https/ext-load-balancer-backend-buckets).
|
|
|
|
See also: Backend buckets API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/backendBuckets).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-signed-url-key
|
|
Add Cloud CDN Signed URL key to a backend bucket.
|
|
|
|
create
|
|
Create a backend bucket.
|
|
|
|
delete
|
|
Delete backend buckets.
|
|
|
|
delete-signed-url-key
|
|
Delete Cloud CDN Signed URL key from a backend bucket.
|
|
|
|
describe
|
|
Describe a backend bucket.
|
|
|
|
list
|
|
List Google Compute Engine backend buckets.
|
|
|
|
update
|
|
Update a backend bucket.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute backend-buckets
|
|
|
|
$ gcloud beta compute backend-buckets
|
|
|