EdgeCacheServiceRoutingPathMatcher

data class EdgeCacheServiceRoutingPathMatcher(val description: String? = null, val name: String, val routeRules: List<EdgeCacheServiceRoutingPathMatcherRouteRule>)

Constructors

Link copied to clipboard
constructor(description: String? = null, name: String, routeRules: List<EdgeCacheServiceRoutingPathMatcherRouteRule>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A human-readable description of the resource.

Link copied to clipboard

The name to which this PathMatcher is referred by the HostRule.

Link copied to clipboard

The routeRules to match against. routeRules support advanced routing behaviour, and can match on paths, headers and query parameters, as well as status codes and HTTP methods. Structure is documented below.