meshes

@JvmName(name = "ullkniyqkaymfjnh")
suspend fun meshes(value: Output<List<String>>)
@JvmName(name = "krjxrrqsbaaqhqvi")
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 = "qkjlpbnpvlktufnc")
suspend fun meshes(vararg values: Output<String>)


@JvmName(name = "fusjlcijnqxokmtw")
suspend fun meshes(values: List<Output<String>>)
@JvmName(name = "ryrbuktwjbbsaxwh")
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.