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()
LossMeasurementThreshold
thresholdId
in interface LossMeasurementThreshold
public java.util.Collection<LossMeasurementThreshold.ThresholdOption> thresholds()
LossMeasurementThreshold
thresholds
in interface LossMeasurementThreshold
public MilliPct measuredFlrForward()
LossMeasurementThreshold
measuredFlrForward
in interface LossMeasurementThreshold
public MilliPct maxFlrForward()
LossMeasurementThreshold
maxFlrForward
in interface LossMeasurementThreshold
public MilliPct averageFlrForward()
LossMeasurementThreshold
averageFlrForward
in interface LossMeasurementThreshold
public MilliPct measuredFlrBackward()
LossMeasurementThreshold
measuredFlrBackward
in interface LossMeasurementThreshold
public MilliPct maxFlrBackward()
LossMeasurementThreshold
maxFlrBackward
in interface LossMeasurementThreshold
public MilliPct averageFlrBackward()
LossMeasurementThreshold
averageFlrBackward
in interface LossMeasurementThreshold
public java.lang.Long forwardHighLoss()
LossMeasurementThreshold
forwardHighLoss
in interface LossMeasurementThreshold
public java.lang.Long forwardConsecutiveHighLoss()
LossMeasurementThreshold
forwardConsecutiveHighLoss
in interface LossMeasurementThreshold
public java.lang.Long backwardHighLoss()
LossMeasurementThreshold
backwardHighLoss
in interface LossMeasurementThreshold
public java.lang.Long backwardConsecutiveHighLoss()
LossMeasurementThreshold
backwardConsecutiveHighLoss
in interface LossMeasurementThreshold
public java.lang.Long forwardUnavailableCount()
LossMeasurementThreshold
forwardUnavailableCount
in interface LossMeasurementThreshold
public MilliPct forwardAvailableRatio()
LossMeasurementThreshold
forwardAvailableRatio
in interface LossMeasurementThreshold
public java.lang.Long backwardUnavailableCount()
LossMeasurementThreshold
backwardUnavailableCount
in interface LossMeasurementThreshold
public MilliPct backwardAvailableRatio()
LossMeasurementThreshold
backwardAvailableRatio
in interface LossMeasurementThreshold
public static LossMeasurementThreshold.LmThresholdBuilder builder(SoamId thresholdId)