Package org.onosproject.net.pi.model
Class PiActionId
- java.lang.Object
-
- org.onlab.util.Identifier<String>
-
- org.onosproject.net.pi.model.PiActionId
-
@Beta public final class PiActionId extends org.onlab.util.Identifier<String>
Identifier of an action of a match+action table in a protocol-independent pipeline, unique within the scope of a pipeline model.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PiActionId
of(String name)
Returns an action identifier for the given action name.
-
-
-
Method Detail
-
of
public static PiActionId of(String name)
Returns an action identifier for the given action name.- Parameters:
name
- action name- Returns:
- action identifier
-
-