Interface FirewallOuterClass.PolicerStatsOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
         Policer instance name
         
        required string name = 1 [(.telemetry_options) = { ... }
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Policer instance name
         
        required string name = 1 [(.telemetry_options) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Policer instance name
         
        required string name = 1 [(.telemetry_options) = { ... }
        Returns:
        The bytes for name.
      • hasOutOfSpecPackets

        boolean hasOutOfSpecPackets()
         The total number of packets marked out-of-specification by the policer
         
        optional uint64 out_of_spec_packets = 2 [(.telemetry_options) = { ... }
        Returns:
        Whether the outOfSpecPackets field is set.
      • getOutOfSpecPackets

        long getOutOfSpecPackets()
         The total number of packets marked out-of-specification by the policer
         
        optional uint64 out_of_spec_packets = 2 [(.telemetry_options) = { ... }
        Returns:
        The outOfSpecPackets.
      • hasOutOfSpecBytes

        boolean hasOutOfSpecBytes()
         The total number of bytes marked out-of-specification by the policer
         
        optional uint64 out_of_spec_bytes = 3 [(.telemetry_options) = { ... }
        Returns:
        Whether the outOfSpecBytes field is set.
      • getOutOfSpecBytes

        long getOutOfSpecBytes()
         The total number of bytes marked out-of-specification by the policer
         
        optional uint64 out_of_spec_bytes = 3 [(.telemetry_options) = { ... }
        Returns:
        The outOfSpecBytes.
      • hasExtendedPolicerStats

        boolean hasExtendedPolicerStats()
         Additional statistics when enhanced policer statistics are available
         
        optional .ExtendedPolicerStats extended_policer_stats = 4;
        Returns:
        Whether the extendedPolicerStats field is set.
      • getExtendedPolicerStats

        FirewallOuterClass.ExtendedPolicerStats getExtendedPolicerStats()
         Additional statistics when enhanced policer statistics are available
         
        optional .ExtendedPolicerStats extended_policer_stats = 4;
        Returns:
        The extendedPolicerStats.
      • getExtendedPolicerStatsOrBuilder

        FirewallOuterClass.ExtendedPolicerStatsOrBuilder getExtendedPolicerStatsOrBuilder()
         Additional statistics when enhanced policer statistics are available
         
        optional .ExtendedPolicerStats extended_policer_stats = 4;