meshes property

List<String>? meshes
getter/setter pair

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/ The attached Mesh should be of a type SIDECAR

Optional.

Implementation

core.List<core.String>? meshes;