Tcp Route Args
fun TcpRouteArgs(description: Output<String>? = null, gateways: Output<List<String>>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, meshes: Output<List<String>>? = null, name: Output<String>? = null, project: Output<String>? = null, rules: Output<List<TcpRouteRouteRuleArgs>>? = null, tcpRouteId: Output<String>? = null)