public interface LossMeasurementCreate extends MeasurementCreateBase
Modifier and Type | Interface and Description |
---|---|
static class |
LossMeasurementCreate.CounterOption
Options for Counters that may be enabled.
|
static interface |
LossMeasurementCreate.LmCreateBuilder
Builder for
LossMeasurementCreate . |
static class |
LossMeasurementCreate.LmType
Enumerated set of Loss Measurement types.
|
MeasurementCreateBase.MeasCreateBaseBuilder, MeasurementCreateBase.SessionType
Modifier and Type | Method and Description |
---|---|
MilliPct |
availabilityFlrThreshold()
Specifies a configurable availability threshold to be used in evaluating
the availability/unavailability status of an availability indicator per
MEF 10.2.1.
|
java.time.Duration |
availabilityMeasurementInterval()
This object specifies the availability measurement interval.
|
java.lang.Integer |
availabilityNumberConsecutiveFlrMeasurements()
Specifies a configurable number of consecutive loss measurement PDUs.
|
java.lang.Short |
availabilityNumberConsecutiveHighFlr()
Specifies a configurable number of consecutive availability indicators.
|
java.lang.Short |
availabilityNumberConsecutiveIntervals()
Specifies a configurable number of consecutive availability indicators to
be used to determine a change in the availability status as indicated by
MEF 10.2.1.
|
java.util.Collection<LossMeasurementCreate.CounterOption> |
countersEnabled()
A vector of bits that indicates the type of SOAM LM counters found.
|
LossMeasurementCreate.LmType |
lmCfgType()
The type of Loss Measurement that will be performed.
|
java.util.Collection<LossMeasurementThreshold> |
lossMeasurementThreshold()
The list of Loss Measurement configuration threshold values for LM Performance Monitoring.
|
alignMeasurementIntervals, alignMeasurementOffset, dataPattern, frameSize, measurementInterval, messagePeriod, numberIntervalsStored, priority, remoteMepId, sessionType, startTime, stopTime, testTlvIncluded, testTlvPattern, version
LossMeasurementCreate.LmType lmCfgType()
java.util.Collection<LossMeasurementCreate.CounterOption> countersEnabled()
java.time.Duration availabilityMeasurementInterval()
java.lang.Integer availabilityNumberConsecutiveFlrMeasurements()
MilliPct availabilityFlrThreshold()
java.lang.Short availabilityNumberConsecutiveIntervals()
java.lang.Short availabilityNumberConsecutiveHighFlr()
java.util.Collection<LossMeasurementThreshold> lossMeasurementThreshold()