meshes

@JvmName(name = "umdughfutvagbhjo")
suspend fun meshes(value: Output<List<String>>)
@JvmName(name = "kqnfqbsrhnuadyef")
suspend fun meshes(value: List<String>?)

Parameters

value

List of meshes this GrpcRoute is attached to, as one of the routing rules to route the requests served by the mesh.


@JvmName(name = "gyvhnvvgfilgtdcp")
suspend fun meshes(vararg values: Output<String>)


@JvmName(name = "lflvbtpohvkeqvtv")
suspend fun meshes(values: List<Output<String>>)
@JvmName(name = "itxestugrdnsuvlk")
suspend fun meshes(vararg values: String)

Parameters

values

List of meshes this GrpcRoute is attached to, as one of the routing rules to route the requests served by the mesh.