GatewayRouteSpecGrpcRouteMatchArgs

data class GatewayRouteSpecGrpcRouteMatchArgs(val port: Output<Int>? = null, val serviceName: Output<String>) : ConvertibleToJava<GatewayRouteSpecGrpcRouteMatchArgs>

Constructors

Link copied to clipboard
constructor(port: Output<Int>? = null, serviceName: Output<String>)

Properties

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

The port number to match from the request.

Link copied to clipboard
val serviceName: Output<String>

Fully qualified domain name for the service to match from the request.

Functions

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