RouteSpecGrpcRouteMatchArgs

data class RouteSpecGrpcRouteMatchArgs(val metadatas: Output<List<RouteSpecGrpcRouteMatchMetadataArgs>>? = null, val methodName: Output<String>? = null, val port: Output<Int>? = null, val prefix: Output<String>? = null, val serviceName: Output<String>? = null) : ConvertibleToJava<RouteSpecGrpcRouteMatchArgs>

Constructors

Link copied to clipboard
constructor(metadatas: Output<List<RouteSpecGrpcRouteMatchMetadataArgs>>? = null, methodName: Output<String>? = null, port: Output<Int>? = null, prefix: Output<String>? = null, serviceName: Output<String>? = null)

Properties

Link copied to clipboard

Data to match from the gRPC request.

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

Method name to match from the request. If you specify a name, you must also specify a service_name.

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

The port number to match from the request.

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

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

Functions

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