meshes property

  1. @TagNumber.new(8)
List<String> get meshes

Optional. Meshes defines a list of meshes this TcpRoute 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/<mesh_name>

The attached Mesh should be of a type SIDECAR

Implementation

@$pb.TagNumber(8)
$core.List<$core.String> get meshes => $_getList(5);