public interface ActionProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Preamble |
getPreamble()
.p4.config.Preamble preamble = 1; |
PreambleOrBuilder |
getPreambleOrBuilder()
.p4.config.Preamble preamble = 1; |
long |
getSize()
max number of member entries in action profile
|
int |
getTableIds(int index)
the ids of the tables sharing this action profile
|
int |
getTableIdsCount()
the ids of the tables sharing this action profile
|
List<Integer> |
getTableIdsList()
the ids of the tables sharing this action profile
|
boolean |
getWithSelector()
true iff the action profile used dynamic selection
|
boolean |
hasPreamble()
.p4.config.Preamble preamble = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPreamble()
.p4.config.Preamble preamble = 1;
Preamble getPreamble()
.p4.config.Preamble preamble = 1;
PreambleOrBuilder getPreambleOrBuilder()
.p4.config.Preamble preamble = 1;
List<Integer> getTableIdsList()
the ids of the tables sharing this action profile
repeated uint32 table_ids = 2;
int getTableIdsCount()
the ids of the tables sharing this action profile
repeated uint32 table_ids = 2;
int getTableIds(int index)
the ids of the tables sharing this action profile
repeated uint32 table_ids = 2;
boolean getWithSelector()
true iff the action profile used dynamic selection
bool with_selector = 3;
long getSize()
max number of member entries in action profile
int64 size = 4;
Copyright © 2018 OpenDaylight. All rights reserved.