@Beta
public interface TunnelStatistics
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
alarms()
Returns the alarms on a tunnel.
|
double |
bandwidthUtilization()
Returns the bandwidth utilization of a tunnel.
|
java.time.Duration |
flowDelay()
Returns the end-to-end traffic flow delay of a tunnel.
|
TunnelId |
id()
Returns the tunnel id.
|
double |
packetLossRate()
Returns the packet loss ratio of a tunnel.
|
TunnelId id()
double bandwidthUtilization()
double packetLossRate()
java.time.Duration flowDelay()
java.util.List<java.lang.String> alarms()