Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Class and Description |
---|---|
class |
MeterConfig
Modeled as RFC 2698: A Two Rate Three Color Marker (trTCM)
The trTCM meters a packet stream and marks its packets based on two rates,
Peak Information Rate (PIR) and Committed Information Rate (CIR), and their
associated burst sizes to be either green, yellow, or red.
|
static class |
MeterConfig.Builder
Modeled as RFC 2698: A Two Rate Three Color Marker (trTCM)
The trTCM meters a packet stream and marks its packets based on two rates,
Peak Information Rate (PIR) and Committed Information Rate (CIR), and their
associated burst sizes to be either green, yellow, or red.
|
Modifier and Type | Method and Description |
---|---|
MeterConfigOrBuilder |
DirectMeterEntryOrBuilder.getConfigOrBuilder()
.p4.v1.MeterConfig config = 2; |
MeterConfigOrBuilder |
DirectMeterEntry.getConfigOrBuilder()
.p4.v1.MeterConfig config = 2; |
MeterConfigOrBuilder |
DirectMeterEntry.Builder.getConfigOrBuilder()
.p4.v1.MeterConfig config = 2; |
MeterConfigOrBuilder |
MeterEntryOrBuilder.getConfigOrBuilder()
.p4.v1.MeterConfig config = 3; |
MeterConfigOrBuilder |
MeterEntry.getConfigOrBuilder()
.p4.v1.MeterConfig config = 3; |
MeterConfigOrBuilder |
MeterEntry.Builder.getConfigOrBuilder()
.p4.v1.MeterConfig config = 3; |
MeterConfigOrBuilder |
TableEntryOrBuilder.getMeterConfigOrBuilder()
meter_config and counter_data are convenience fields that enable the
controller to configure the direct resources associated with the table at
the same time as a match-action entry is inserted or modified.
|
MeterConfigOrBuilder |
TableEntry.getMeterConfigOrBuilder()
meter_config and counter_data are convenience fields that enable the
controller to configure the direct resources associated with the table at
the same time as a match-action entry is inserted or modified.
|
MeterConfigOrBuilder |
TableEntry.Builder.getMeterConfigOrBuilder()
meter_config and counter_data are convenience fields that enable the
controller to configure the direct resources associated with the table at
the same time as a match-action entry is inserted or modified.
|
Copyright © 2018 OpenDaylight. All rights reserved.