BgpRoute class

Constructors

BgpRoute.new({List<BgpRouteAsPath>? asPaths, List<String>? communities, BgpRouteNetworkLayerReachabilityInformation? destination, int? med, String? origin})
BgpRoute.fromJson(Map json_)

Properties

asPaths List<BgpRouteAsPath>?
AS-PATH for the route
getter/setter pair
communities List<String>?
BGP communities in human-readable A:B format.
getter/setter pair
destination BgpRouteNetworkLayerReachabilityInformation?
Destination IP range for the route, in human-readable CIDR format
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
med int?
BGP multi-exit discriminator
getter/setter pair
origin String?
BGP origin (EGP, IGP or INCOMPLETE)
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