1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/beta/compute/url-maps/help

80 lines
2 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta compute url-maps - list, create, and delete URL maps
SYNOPSIS
gcloud beta compute url-maps COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2023-09-07 10:42:28 +00:00
(BETA) List, create, and delete URL maps for external Application Load
Balancer, internal Application Load Balancer, and Traffic Director.
2022-03-01 04:29:52 +00:00
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
(BETA) Add a rule to a URL map to map hosts to a path matcher.
add-path-matcher
(BETA) Add a path matcher to a URL map.
create
(BETA) Create a URL map.
delete
(BETA) Delete URL maps.
describe
(BETA) Describe a URL map.
edit
(BETA) Modify URL maps.
export
(BETA) Export a URL map.
import
(BETA) Import a URL map.
invalidate-cdn-cache
(BETA) Invalidate specified objects for a URL map in Cloud CDN caches.
list
(BETA) List Google Compute Engine URL maps.
list-cdn-cache-invalidations
(BETA) List Cloud CDN cache invalidations for a URL map.
remove-host-rule
(BETA) Remove a host rule from a URL map.
remove-path-matcher
(BETA) Remove a path matcher from a URL map.
set-default-service
(BETA) Change the default service or default bucket of a URL map.
validate
(BETA) Validate a URL map.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute url-maps
$ gcloud alpha compute url-maps