GatewayRouteSpecHttpRouteMatchArgs

data class GatewayRouteSpecHttpRouteMatchArgs(val headers: Output<List<GatewayRouteSpecHttpRouteMatchHeaderArgs>>? = null, val hostname: Output<GatewayRouteSpecHttpRouteMatchHostnameArgs>? = null, val path: Output<GatewayRouteSpecHttpRouteMatchPathArgs>? = null, val port: Output<Int>? = null, val prefix: Output<String>? = null, val queryParameters: Output<List<GatewayRouteSpecHttpRouteMatchQueryParameterArgs>>? = null) : ConvertibleToJava<GatewayRouteSpecHttpRouteMatchArgs>

Constructors

Link copied to clipboard
constructor(headers: Output<List<GatewayRouteSpecHttpRouteMatchHeaderArgs>>? = null, hostname: Output<GatewayRouteSpecHttpRouteMatchHostnameArgs>? = null, path: Output<GatewayRouteSpecHttpRouteMatchPathArgs>? = null, port: Output<Int>? = null, prefix: Output<String>? = null, queryParameters: Output<List<GatewayRouteSpecHttpRouteMatchQueryParameterArgs>>? = null)

Properties

Link copied to clipboard

Client request headers to match on.

Link copied to clipboard

Host name to rewrite.

Link copied to clipboard

Client request path to match on.

Link copied to clipboard
val port: Output<Int>? = null

The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.

Link copied to clipboard
val prefix: Output<String>? = null

Specified beginning characters to rewrite.

Link copied to clipboard

Client request query parameters to match on.

Functions

Link copied to clipboard
open override fun toJava(): GatewayRouteSpecHttpRouteMatchArgs