Interface FirewallOuterClass.ExtendedPolicerStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasOfferedPackets

        boolean hasOfferedPackets()
        optional uint64 offered_packets = 1;
         The total number of packets subjected to policing
         
      • getOfferedPackets

        long getOfferedPackets()
        optional uint64 offered_packets = 1;
         The total number of packets subjected to policing
         
      • hasOfferedBytes

        boolean hasOfferedBytes()
        optional uint64 offered_bytes = 2;
         The total number of bytes subjected to policing
         
      • getOfferedBytes

        long getOfferedBytes()
        optional uint64 offered_bytes = 2;
         The total number of bytes subjected to policing
         
      • hasTransmittedPackets

        boolean hasTransmittedPackets()
        optional uint64 transmitted_packets = 3;
         The total number of packets not discarded by the policer
         
      • getTransmittedPackets

        long getTransmittedPackets()
        optional uint64 transmitted_packets = 3;
         The total number of packets not discarded by the policer
         
      • hasTransmittedBytes

        boolean hasTransmittedBytes()
        optional uint64 transmitted_bytes = 4;
         The total number of bytes not discarded by the policer
         
      • getTransmittedBytes

        long getTransmittedBytes()
        optional uint64 transmitted_bytes = 4;
         The total number of bytes not discarded by the policer