public final class DefaultLmThreshold extends java.lang.Object implements LossMeasurementThreshold
LossMeasurementThreshold.LossMeasurementThreshold.LmThresholdBuilder, LossMeasurementThreshold.ThresholdOption| 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.
|
static LossMeasurementThreshold.LmThresholdBuilder |
builder(SoamId thresholdId) |
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.
|
public SoamId thresholdId()
LossMeasurementThresholdthresholdId in interface LossMeasurementThresholdpublic java.util.Collection<LossMeasurementThreshold.ThresholdOption> thresholds()
LossMeasurementThresholdthresholds in interface LossMeasurementThresholdpublic MilliPct measuredFlrForward()
LossMeasurementThresholdmeasuredFlrForward in interface LossMeasurementThresholdpublic MilliPct maxFlrForward()
LossMeasurementThresholdmaxFlrForward in interface LossMeasurementThresholdpublic MilliPct averageFlrForward()
LossMeasurementThresholdaverageFlrForward in interface LossMeasurementThresholdpublic MilliPct measuredFlrBackward()
LossMeasurementThresholdmeasuredFlrBackward in interface LossMeasurementThresholdpublic MilliPct maxFlrBackward()
LossMeasurementThresholdmaxFlrBackward in interface LossMeasurementThresholdpublic MilliPct averageFlrBackward()
LossMeasurementThresholdaverageFlrBackward in interface LossMeasurementThresholdpublic java.lang.Long forwardHighLoss()
LossMeasurementThresholdforwardHighLoss in interface LossMeasurementThresholdpublic java.lang.Long forwardConsecutiveHighLoss()
LossMeasurementThresholdforwardConsecutiveHighLoss in interface LossMeasurementThresholdpublic java.lang.Long backwardHighLoss()
LossMeasurementThresholdbackwardHighLoss in interface LossMeasurementThresholdpublic java.lang.Long backwardConsecutiveHighLoss()
LossMeasurementThresholdbackwardConsecutiveHighLoss in interface LossMeasurementThresholdpublic java.lang.Long forwardUnavailableCount()
LossMeasurementThresholdforwardUnavailableCount in interface LossMeasurementThresholdpublic MilliPct forwardAvailableRatio()
LossMeasurementThresholdforwardAvailableRatio in interface LossMeasurementThresholdpublic java.lang.Long backwardUnavailableCount()
LossMeasurementThresholdbackwardUnavailableCount in interface LossMeasurementThresholdpublic MilliPct backwardAvailableRatio()
LossMeasurementThresholdbackwardAvailableRatio in interface LossMeasurementThresholdpublic static LossMeasurementThreshold.LmThresholdBuilder builder(SoamId thresholdId)