TcpRoute class
TcpRoute is the resource defining how TCP traffic should be routed by a Mesh/Gateway resource.
Constructors
Properties
- createTime ↔ String?
 - 
  The timestamp when the resource was created.
  getter/setter pair
 - description ↔ String?
 - 
  A free-text description of the resource.
  getter/setter pair
 - 
  gateways
  ↔ List<
String> ? - 
  Gateways defines a list of gateways this TcpRoute is attached to, as one
of the routing rules to route the requests served by the gateway.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  labels
  ↔ Map<
String, String> ? - 
  Set of label tags associated with the TcpRoute resource.
  getter/setter pair
 - 
  meshes
  ↔ List<
String> ? - 
  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.
  getter/setter pair
 - name ↔ String?
 - 
  Name of the TcpRoute resource.
  getter/setter pair
 - 
  rules
  ↔ List<
TcpRouteRouteRule> ? - 
  Rules that define how traffic is routed and handled.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - selfLink ↔ String?
 - 
  Server-defined URL of this resource
  getter/setter pair
 - updateTime ↔ String?
 - 
  The timestamp when the resource was updated.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited