GatewayRouteSpecGrpcRouteMatchArgs

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

Constructors

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

Functions

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

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.