Interface FirewallOuterClass.PolicerStatsOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        required string name = 1;
         Policer instance name
         
      • getName

        java.lang.String getName()
        required string name = 1;
         Policer instance name
         
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
         Policer instance name
         
      • hasOutOfSpecPackets

        boolean hasOutOfSpecPackets()
        optional uint64 out_of_spec_packets = 2;
         The total number of packets marked out-of-specification by the policer
         
      • getOutOfSpecPackets

        long getOutOfSpecPackets()
        optional uint64 out_of_spec_packets = 2;
         The total number of packets marked out-of-specification by the policer
         
      • hasOutOfSpecBytes

        boolean hasOutOfSpecBytes()
        optional uint64 out_of_spec_bytes = 3;
         The total number of bytes marked out-of-specification by the policer
         
      • getOutOfSpecBytes

        long getOutOfSpecBytes()
        optional uint64 out_of_spec_bytes = 3;
         The total number of bytes marked out-of-specification by the policer
         
      • hasExtendedPolicerStats

        boolean hasExtendedPolicerStats()
        optional .ExtendedPolicerStats extended_policer_stats = 4;
         Additional statistics when enhanced policer statistics are available
         
      • getExtendedPolicerStats

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

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