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 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 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