EdgeCacheServiceRoutingHostRule

data class EdgeCacheServiceRoutingHostRule(val description: String? = null, val hosts: List<String>, val pathMatcher: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, hosts: List<String>, pathMatcher: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A human-readable description of the hostRule.

Link copied to clipboard

The list of host patterns to match. Host patterns must be valid hostnames. Ports are not allowed. Wildcard hosts are supported in the suffix or prefix form. * matches any string of (a-z0-9-.*). It does not match the empty string. When multiple hosts are specified, hosts are matched in the following priority:

Link copied to clipboard

The name of the pathMatcher associated with this hostRule.