BfdStatus class
Next free: 15
Constructors
-
BfdStatus({String? bfdSessionInitializationMode, String? configUpdateTimestampMicros, BfdStatusPacketCounts? controlPacketCounts, List<
PacketIntervals> ? controlPacketIntervals, String? localDiagnostic, String? localState, int? negotiatedLocalControlTxIntervalMs, BfdPacket? rxPacket, BfdPacket? txPacket, String? uptimeMs}) - BfdStatus.fromJson(Map json_)
Properties
- bfdSessionInitializationMode ↔ String?
-
The BFD session initialization mode for this BGP peer.
getter/setter pair
- configUpdateTimestampMicros ↔ String?
-
Unix timestamp of the most recent config update.
getter/setter pair
- controlPacketCounts ↔ BfdStatusPacketCounts?
-
Control packet counts for the current BFD session.
getter/setter pair
-
controlPacketIntervals
↔ List<
PacketIntervals> ? -
Inter-packet time interval statistics for control packets.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- localDiagnostic ↔ String?
-
The diagnostic code specifies the local system's reason for the last
change in session state.
getter/setter pair
- localState ↔ String?
-
The current BFD session state as seen by the transmitting system.
getter/setter pair
- negotiatedLocalControlTxIntervalMs ↔ int?
-
Negotiated transmit interval for control packets.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rxPacket ↔ BfdPacket?
-
The most recent Rx control packet for this BFD session.
getter/setter pair
- txPacket ↔ BfdPacket?
-
The most recent Tx control packet for this BFD session.
getter/setter pair
- uptimeMs ↔ String?
-
Session uptime in milliseconds.
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