![]() |
Open Kilda Java Documentation
|
This is the complete list of members for org.openkilda.messaging.info.rule.FlowEntry, including all inherited members.
FlowEntry( @JsonProperty("cookie") long cookie, @JsonProperty("duration-sec") long durationSeconds, @JsonProperty("duration-nsec") long durationNanoSeconds, @JsonProperty("table-id") long tableId, @JsonProperty("packet-count") long packetCount, @JsonProperty("version") String version, @JsonProperty("priority") int priority, @JsonProperty("idle-timeout") long idleTimeout, @JsonProperty("hard-timeout") long hardTimeout, @JsonProperty("byte-count") long byteCount, @JsonProperty("match") FlowMatchField match, @JsonProperty("instructions") FlowInstructions instructions, @JsonProperty("flags") String[] flags) | org.openkilda.messaging.info.rule.FlowEntry |