meshes

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

Parameters

value

Optional. Meshes defines a list of meshes this HttpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: projects/*/locations/global/meshes/ The attached Mesh should be of a type SIDECAR */


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


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

Parameters

values

Optional. Meshes defines a list of meshes this HttpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: projects/*/locations/global/meshes/ The attached Mesh should be of a type SIDECAR */