Destination class

Specification of traffic destination attributes.

Constructors

Destination({List<String>? hosts, HttpHeaderMatch? httpHeaderMatch, List<String>? methods, List<int>? ports})
Destination.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
hosts List<String>?
List of host names to match.
getter/setter pair
httpHeaderMatch HttpHeaderMatch?
Match against key:value pair in http header.
getter/setter pair
methods List<String>?
A list of HTTP methods to match.
getter/setter pair
ports List<int>?
List of destination ports to match.
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