GetCustomDomainsDomainRouteConfig

data class GetCustomDomainsDomainRouteConfig(val functionName: String, val methods: List<String>, val path: String, val qualifier: String, val serviceName: String)

Constructors

Link copied to clipboard
constructor(functionName: String, methods: List<String>, path: String, qualifier: String, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Function Compute function that requests are routed to.

Link copied to clipboard

The requests of the specified HTTP methos are routed from. Valid method: GET, POST, DELETE, HEAD, PUT and PATCH. For example, "GET, HEAD" methods indicate that only requests from GET and HEAD methods are routed.

Link copied to clipboard

The path that requests are routed from.

Link copied to clipboard

The version or alias of the Function Compute service that requests are routed to. For example, qualifier v1 indicates that the requests are routed to the version 1 Function Compute service.

Link copied to clipboard

The name of the Function Compute service that requests are routed to.