TcpRouteRouteMatch class
RouteMatch defines the predicate used to match requests to a given action.
Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic.
Constructors
- TcpRouteRouteMatch({String? address, String? port})
- TcpRouteRouteMatch.fromJson(Map json_)
Properties
- address ↔ String?
-
Must be specified in the CIDR range format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- port ↔ String?
-
Specifies the destination port to match against.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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