RouterBgpPeerBfd class

Constructors

RouterBgpPeerBfd({int? minReceiveInterval, int? minTransmitInterval, int? multiplier, String? sessionInitializationMode})
RouterBgpPeerBfd.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
minReceiveInterval int?
The minimum interval, in milliseconds, between BFD control packets received from the peer router.
getter/setter pair
minTransmitInterval int?
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router.
getter/setter pair
multiplier int?
The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionInitializationMode String?
The BFD session initialization mode for this BGP peer.
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