public static interface FirewallOuterClass.ExtendedPolicerStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getOfferedBytes()
optional uint64 offered_bytes = 2; |
long |
getOfferedPackets()
optional uint64 offered_packets = 1; |
long |
getTransmittedBytes()
optional uint64 transmitted_bytes = 4; |
long |
getTransmittedPackets()
optional uint64 transmitted_packets = 3; |
boolean |
hasOfferedBytes()
optional uint64 offered_bytes = 2; |
boolean |
hasOfferedPackets()
optional uint64 offered_packets = 1; |
boolean |
hasTransmittedBytes()
optional uint64 transmitted_bytes = 4; |
boolean |
hasTransmittedPackets()
optional uint64 transmitted_packets = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasOfferedPackets()
optional uint64 offered_packets = 1;
The total number of packets subjected to policing
long getOfferedPackets()
optional uint64 offered_packets = 1;
The total number of packets subjected to policing
boolean hasOfferedBytes()
optional uint64 offered_bytes = 2;
The total number of bytes subjected to policing
long getOfferedBytes()
optional uint64 offered_bytes = 2;
The total number of bytes subjected to policing
boolean hasTransmittedPackets()
optional uint64 transmitted_packets = 3;
The total number of packets not discarded by the policer
long getTransmittedPackets()
optional uint64 transmitted_packets = 3;
The total number of packets not discarded by the policer
boolean hasTransmittedBytes()
optional uint64 transmitted_bytes = 4;
The total number of bytes not discarded by the policer
long getTransmittedBytes()
optional uint64 transmitted_bytes = 4;
The total number of bytes not discarded by the policer
Copyright © 2018. All rights reserved.