meshes

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


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