public interface DelayMeasurementCreate extends MeasurementCreateBase
Modifier and Type | Interface and Description |
---|---|
static class |
DelayMeasurementCreate.DataPattern
Selection of Data Patterns.
|
static interface |
DelayMeasurementCreate.DmCreateBuilder
Builder for
DelayMeasurementCreate . |
static class |
DelayMeasurementCreate.DmType
Enumerated options for Delay Measurement Types.
|
static class |
DelayMeasurementCreate.MeasurementOption
Selection of Measurement types.
|
static class |
DelayMeasurementCreate.TestTlvPattern
Selection of Test TLV Patterns.
|
static class |
DelayMeasurementCreate.Version
Supported Versions of Y.1731.
|
MeasurementCreateBase.MeasCreateBaseBuilder, MeasurementCreateBase.SessionType
Modifier and Type | Method and Description |
---|---|
java.lang.Short |
binsPerFdInterval()
The number of measurement bins per Measurement Interval for Frame Delay measurements.
|
java.lang.Short |
binsPerFdrInterval()
The number of measurement bins per Measurement Interval for Frame Delay Range measurements.
|
java.lang.Short |
binsPerIfdvInterval()
The number of measurement bins per Measurement Interval for Inter-Frame Delay Variation measurements.
|
DelayMeasurementCreate.DmType |
dmCfgType()
The type of Delay Measurement is to be performed.
|
java.lang.Short |
ifdvSelectionOffset()
The selection offset for Inter-Frame Delay Variation measurements.
|
java.util.Collection<DelayMeasurementCreate.MeasurementOption> |
measurementsEnabled()
A vector of bits that indicates the type of SOAM DM counters that are enabled.
|
java.util.Collection<DelayMeasurementThreshold> |
thresholds()
The Delay Measurement threshold configuration values for DM Performance Monitoring.
|
alignMeasurementIntervals, alignMeasurementOffset, dataPattern, frameSize, measurementInterval, messagePeriod, numberIntervalsStored, priority, remoteMepId, sessionType, startTime, stopTime, testTlvIncluded, testTlvPattern, version
DelayMeasurementCreate.DmType dmCfgType()
java.util.Collection<DelayMeasurementCreate.MeasurementOption> measurementsEnabled()
java.lang.Short binsPerFdInterval()
java.lang.Short binsPerIfdvInterval()
java.lang.Short ifdvSelectionOffset()
java.lang.Short binsPerFdrInterval()
java.util.Collection<DelayMeasurementThreshold> thresholds()