public interface LossMeasurementThreshold
Modifier and Type | Interface and Description |
---|---|
static interface |
LossMeasurementThreshold.LmThresholdBuilder
Builder for
LossMeasurementThreshold . |
static class |
LossMeasurementThreshold.ThresholdOption
Set of enumerated threshold options.
|
Modifier and Type | Method and Description |
---|---|
MilliPct |
averageFlrBackward()
The average backward frame loss ratio threshold value.
|
MilliPct |
averageFlrForward()
The average forward frame loss ratio threshold value.
|
MilliPct |
backwardAvailableRatio()
The backward availability/total time ratio threshold value.
|
java.lang.Long |
backwardConsecutiveHighLoss()
The consecutive backward high loss threshold value.
|
java.lang.Long |
backwardHighLoss()
The backward high loss threshold value.
|
java.lang.Long |
backwardUnavailableCount()
The backward unavailability threshold value.
|
MilliPct |
forwardAvailableRatio()
The forward availability/total time ratio threshold value.
|
java.lang.Long |
forwardConsecutiveHighLoss()
The consecutive forward high loss threshold value.
|
java.lang.Long |
forwardHighLoss()
The forward high loss threshold value.
|
java.lang.Long |
forwardUnavailableCount()
The forward unavailability threshold value.
|
MilliPct |
maxFlrBackward()
The maximum backward frame loss ratio threshold value.
|
MilliPct |
maxFlrForward()
The maximum forward frame loss ratio threshold value.
|
MilliPct |
measuredFlrBackward()
The measured backward frame loss ratio threshold value.
|
MilliPct |
measuredFlrForward()
The measured forward frame loss ratio threshold value.
|
SoamId |
thresholdId()
The index of the threshold number for the specific LM threshold entry.
|
java.util.Collection<LossMeasurementThreshold.ThresholdOption> |
thresholds()
A vector of bits that indicates the type of SOAM LM thresholds notifications that are enabled.
|
SoamId thresholdId()
java.util.Collection<LossMeasurementThreshold.ThresholdOption> thresholds()
MilliPct measuredFlrForward()
MilliPct maxFlrForward()
MilliPct averageFlrForward()
MilliPct measuredFlrBackward()
MilliPct maxFlrBackward()
MilliPct averageFlrBackward()
java.lang.Long forwardHighLoss()
java.lang.Long forwardConsecutiveHighLoss()
java.lang.Long backwardHighLoss()
java.lang.Long backwardConsecutiveHighLoss()
java.lang.Long forwardUnavailableCount()
MilliPct forwardAvailableRatio()
java.lang.Long backwardUnavailableCount()
MilliPct backwardAvailableRatio()