mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
87 lines
2.3 KiB
Text
87 lines
2.3 KiB
Text
NAME
|
|
gcloud alpha compute url-maps - list, create, and delete URL maps
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute url-maps GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) List, create, and delete URL maps for external Application Load
|
|
Balancer, internal Application Load Balancer, and Traffic Director.
|
|
|
|
For more information about URL maps, see the URL maps documentation
|
|
(https://cloud.google.com/load-balancing/docs/url-map-concepts).
|
|
|
|
See also: URL maps API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps) and
|
|
regional URL maps API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/regionUrlMaps).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
config
|
|
(ALPHA) Manage URL map configurations.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-host-rule
|
|
(ALPHA) Add a rule to a URL map to map hosts to a path matcher.
|
|
|
|
add-path-matcher
|
|
(ALPHA) Add a path matcher to a URL map.
|
|
|
|
create
|
|
(ALPHA) Create a URL map.
|
|
|
|
delete
|
|
(ALPHA) Delete URL maps.
|
|
|
|
describe
|
|
(ALPHA) Describe a URL map.
|
|
|
|
edit
|
|
(ALPHA) Modify URL maps.
|
|
|
|
export
|
|
(ALPHA) Export a URL map.
|
|
|
|
import
|
|
(ALPHA) Import a URL map.
|
|
|
|
invalidate-cdn-cache
|
|
(ALPHA) Invalidate specified objects for a URL map in Cloud CDN caches.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine URL maps.
|
|
|
|
list-cdn-cache-invalidations
|
|
(ALPHA) List Cloud CDN cache invalidations for a URL map.
|
|
|
|
remove-host-rule
|
|
(ALPHA) Remove a host rule from a URL map.
|
|
|
|
remove-path-matcher
|
|
(ALPHA) Remove a path matcher from a URL map.
|
|
|
|
set-default-service
|
|
(ALPHA) Change the default service or default bucket of a URL map.
|
|
|
|
validate
|
|
(ALPHA) Validate a URL map.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute url-maps
|
|
|
|
$ gcloud beta compute url-maps
|
|
|