mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
78 lines
1.8 KiB
Text
78 lines
1.8 KiB
Text
NAME
|
|
gcloud compute url-maps - list, create, and delete URL maps
|
|
|
|
SYNOPSIS
|
|
gcloud compute url-maps COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
List, create, and delete URL maps for external HTTP(S) Load Balancing,
|
|
internal HTTP(S) Load Balancing, 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.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-host-rule
|
|
Add a rule to a URL map to map hosts to a path matcher.
|
|
|
|
add-path-matcher
|
|
Add a path matcher to a URL map.
|
|
|
|
create
|
|
Create a URL map.
|
|
|
|
delete
|
|
Delete URL maps.
|
|
|
|
describe
|
|
Describe a URL map.
|
|
|
|
edit
|
|
Modify URL maps.
|
|
|
|
export
|
|
Export a URL map.
|
|
|
|
import
|
|
Import a URL map.
|
|
|
|
invalidate-cdn-cache
|
|
Invalidate specified objects for a URL map in Cloud CDN caches.
|
|
|
|
list
|
|
List Google Compute Engine URL maps.
|
|
|
|
list-cdn-cache-invalidations
|
|
List Cloud CDN cache invalidations for a URL map.
|
|
|
|
remove-host-rule
|
|
Remove a host rule from a URL map.
|
|
|
|
remove-path-matcher
|
|
Remove a path matcher from a URL map.
|
|
|
|
set-default-service
|
|
Change the default service or default bucket of a URL map.
|
|
|
|
validate
|
|
Validate a URL map.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute url-maps
|
|
|
|
$ gcloud beta compute url-maps
|
|
|