Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Class and Description |
---|---|
class |
DirectMeterEntry
------------------------------------------------------------------------------
For WriteRequest, Update.Type has following semantics:
- INSERT: Insert the cell in the meter array (with given configuration)
- MODIFY: Modify the meter cell configuration
- DELETE: Delete the meter cell (i.e.
|
static class |
DirectMeterEntry.Builder
------------------------------------------------------------------------------
For WriteRequest, Update.Type has following semantics:
- INSERT: Insert the cell in the meter array (with given configuration)
- MODIFY: Modify the meter cell configuration
- DELETE: Delete the meter cell (i.e.
|
Modifier and Type | Method and Description |
---|---|
DirectMeterEntryOrBuilder |
EntityOrBuilder.getDirectMeterEntryOrBuilder()
.p4.DirectMeterEntry direct_meter_entry = 6; |
DirectMeterEntryOrBuilder |
Entity.getDirectMeterEntryOrBuilder()
.p4.DirectMeterEntry direct_meter_entry = 6; |
DirectMeterEntryOrBuilder |
Entity.Builder.getDirectMeterEntryOrBuilder()
.p4.DirectMeterEntry direct_meter_entry = 6; |
Copyright © 2018 OpenDaylight. All rights reserved.