RouteSpecGrpcRouteMatchMetadataMatchArgs

data class RouteSpecGrpcRouteMatchMetadataMatchArgs(val exact: Output<String>? = null, val prefix: Output<String>? = null, val range: Output<RouteSpecGrpcRouteMatchMetadataMatchRangeArgs>? = null, val regex: Output<String>? = null, val suffix: Output<String>? = null) : ConvertibleToJava<RouteSpecGrpcRouteMatchMetadataMatchArgs>

Constructors

Link copied to clipboard
constructor(exact: Output<String>? = null, prefix: Output<String>? = null, range: Output<RouteSpecGrpcRouteMatchMetadataMatchRangeArgs>? = null, regex: Output<String>? = null, suffix: Output<String>? = null)

Properties

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

Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.

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

Value sent by the client must begin with the specified characters. Must be between 1 and 255 characters in length.

Link copied to clipboard

Object that specifies the range of numbers that the value sent by the client must be included in.

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

Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.

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

Value sent by the client must end with the specified characters. Must be between 1 and 255 characters in length.

Functions

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