urlMap property

String? urlMap
getter/setter pair

A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the BackendService.

For example, the following are all valid URLs for specifying a URL map: - https://www.googleapis.compute/v1/projects/project/global/urlMaps/ url-map

  • projects/project/global/urlMaps/url-map - global/urlMaps/url-map

Implementation

core.String? urlMap;