Interface FirewallOuterClass.ExtendedPolicerStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getOfferedBytes()
      The total number of bytes subjected to policing
      long getOfferedPackets()
      The total number of packets subjected to policing
      long getTransmittedBytes()
      The total number of bytes not discarded by the policer
      long getTransmittedPackets()
      The total number of packets not discarded by the policer
      boolean hasOfferedBytes()
      The total number of bytes subjected to policing
      boolean hasOfferedPackets()
      The total number of packets subjected to policing
      boolean hasTransmittedBytes()
      The total number of bytes not discarded by the policer
      boolean hasTransmittedPackets()
      The total number of packets not discarded by the policer
      • 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()
         The total number of packets subjected to policing
         
        optional uint64 offered_packets = 1 [(.telemetry_options) = { ... }
        Returns:
        Whether the offeredPackets field is set.
      • getOfferedPackets

        long getOfferedPackets()
         The total number of packets subjected to policing
         
        optional uint64 offered_packets = 1 [(.telemetry_options) = { ... }
        Returns:
        The offeredPackets.
      • hasOfferedBytes

        boolean hasOfferedBytes()
         The total number of bytes subjected to policing
         
        optional uint64 offered_bytes = 2 [(.telemetry_options) = { ... }
        Returns:
        Whether the offeredBytes field is set.
      • getOfferedBytes

        long getOfferedBytes()
         The total number of bytes subjected to policing
         
        optional uint64 offered_bytes = 2 [(.telemetry_options) = { ... }
        Returns:
        The offeredBytes.
      • hasTransmittedPackets

        boolean hasTransmittedPackets()
         The total number of packets not discarded by the policer
         
        optional uint64 transmitted_packets = 3 [(.telemetry_options) = { ... }
        Returns:
        Whether the transmittedPackets field is set.
      • getTransmittedPackets

        long getTransmittedPackets()
         The total number of packets not discarded by the policer
         
        optional uint64 transmitted_packets = 3 [(.telemetry_options) = { ... }
        Returns:
        The transmittedPackets.
      • hasTransmittedBytes

        boolean hasTransmittedBytes()
         The total number of bytes not discarded by the policer
         
        optional uint64 transmitted_bytes = 4 [(.telemetry_options) = { ... }
        Returns:
        Whether the transmittedBytes field is set.
      • getTransmittedBytes

        long getTransmittedBytes()
         The total number of bytes not discarded by the policer
         
        optional uint64 transmitted_bytes = 4 [(.telemetry_options) = { ... }
        Returns:
        The transmittedBytes.