Interface Port.IngressInterfaceErrorsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getIfInDiscards()
      Counter: the number of non-errorpackets which were chosen to be discarded
      long getIfInErrors()
      Counter: the number of packets that contained errors
      long getIfInFifoErrors()
      Counter: the number of FIFO errors
      long getIfInFrameErrors()
      Counter: the number of packets which were misaligned
      long getIfInL2ChanErrors()
      Counter: the number of packets for which the software could not find a valid logical interface
      long getIfInL2MismatchTimeouts()
      Counter: the number of malform or short packets
      long getIfInL3Incompletes()
      Counter: the number of packets that fail Layer 3 sanity checks of the header
      long getIfInQdrops()
      Counter: the number of packets dropped by the input queue of the I/O Manager ASIC
      long getIfInResourceErrors()
      Counter: the number of resourceerrors
      long getIfInRunts()
      Counter: the number of runt packets
      boolean hasIfInDiscards()
      Counter: the number of non-errorpackets which were chosen to be discarded
      boolean hasIfInErrors()
      Counter: the number of packets that contained errors
      boolean hasIfInFifoErrors()
      Counter: the number of FIFO errors
      boolean hasIfInFrameErrors()
      Counter: the number of packets which were misaligned
      boolean hasIfInL2ChanErrors()
      Counter: the number of packets for which the software could not find a valid logical interface
      boolean hasIfInL2MismatchTimeouts()
      Counter: the number of malform or short packets
      boolean hasIfInL3Incompletes()
      Counter: the number of packets that fail Layer 3 sanity checks of the header
      boolean hasIfInQdrops()
      Counter: the number of packets dropped by the input queue of the I/O Manager ASIC
      boolean hasIfInResourceErrors()
      Counter: the number of resourceerrors
      boolean hasIfInRunts()
      Counter: the number of runt packets
      • 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

      • hasIfInErrors

        boolean hasIfInErrors()
         Counter: the number of packets that contained errors
         
        optional uint64 if_in_errors = 1 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInErrors field is set.
      • getIfInErrors

        long getIfInErrors()
         Counter: the number of packets that contained errors
         
        optional uint64 if_in_errors = 1 [(.telemetry_options) = { ... }
        Returns:
        The ifInErrors.
      • hasIfInQdrops

        boolean hasIfInQdrops()
         Counter: the number of packets dropped by the input queue of the I/O Manager ASIC
         
        optional uint64 if_in_qdrops = 2 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInQdrops field is set.
      • getIfInQdrops

        long getIfInQdrops()
         Counter: the number of packets dropped by the input queue of the I/O Manager ASIC
         
        optional uint64 if_in_qdrops = 2 [(.telemetry_options) = { ... }
        Returns:
        The ifInQdrops.
      • hasIfInFrameErrors

        boolean hasIfInFrameErrors()
         Counter: the number of packets which were misaligned
         
        optional uint64 if_in_frame_errors = 3 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInFrameErrors field is set.
      • getIfInFrameErrors

        long getIfInFrameErrors()
         Counter: the number of packets which were misaligned
         
        optional uint64 if_in_frame_errors = 3 [(.telemetry_options) = { ... }
        Returns:
        The ifInFrameErrors.
      • hasIfInDiscards

        boolean hasIfInDiscards()
         Counter: the number of non-errorpackets which were chosen to be discarded
         
        optional uint64 if_in_discards = 4 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInDiscards field is set.
      • getIfInDiscards

        long getIfInDiscards()
         Counter: the number of non-errorpackets which were chosen to be discarded
         
        optional uint64 if_in_discards = 4 [(.telemetry_options) = { ... }
        Returns:
        The ifInDiscards.
      • hasIfInRunts

        boolean hasIfInRunts()
         Counter: the number of runt packets
         
        optional uint64 if_in_runts = 5 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInRunts field is set.
      • getIfInRunts

        long getIfInRunts()
         Counter: the number of runt packets
         
        optional uint64 if_in_runts = 5 [(.telemetry_options) = { ... }
        Returns:
        The ifInRunts.
      • hasIfInL3Incompletes

        boolean hasIfInL3Incompletes()
         Counter: the number of packets that fail Layer 3 sanity checks of the header
         
        optional uint64 if_in_l3_incompletes = 6 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInL3Incompletes field is set.
      • getIfInL3Incompletes

        long getIfInL3Incompletes()
         Counter: the number of packets that fail Layer 3 sanity checks of the header
         
        optional uint64 if_in_l3_incompletes = 6 [(.telemetry_options) = { ... }
        Returns:
        The ifInL3Incompletes.
      • hasIfInL2ChanErrors

        boolean hasIfInL2ChanErrors()
         Counter: the number of packets for which the software could not find a valid logical interface
         
        optional uint64 if_in_l2chan_errors = 7 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInL2chanErrors field is set.
      • getIfInL2ChanErrors

        long getIfInL2ChanErrors()
         Counter: the number of packets for which the software could not find a valid logical interface
         
        optional uint64 if_in_l2chan_errors = 7 [(.telemetry_options) = { ... }
        Returns:
        The ifInL2chanErrors.
      • hasIfInL2MismatchTimeouts

        boolean hasIfInL2MismatchTimeouts()
         Counter: the number of malform or short packets
         
        optional uint64 if_in_l2_mismatch_timeouts = 8 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInL2MismatchTimeouts field is set.
      • getIfInL2MismatchTimeouts

        long getIfInL2MismatchTimeouts()
         Counter: the number of malform or short packets
         
        optional uint64 if_in_l2_mismatch_timeouts = 8 [(.telemetry_options) = { ... }
        Returns:
        The ifInL2MismatchTimeouts.
      • hasIfInFifoErrors

        boolean hasIfInFifoErrors()
         Counter: the number of FIFO errors
         
        optional uint64 if_in_fifo_errors = 9 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInFifoErrors field is set.
      • getIfInFifoErrors

        long getIfInFifoErrors()
         Counter: the number of FIFO errors
         
        optional uint64 if_in_fifo_errors = 9 [(.telemetry_options) = { ... }
        Returns:
        The ifInFifoErrors.
      • hasIfInResourceErrors

        boolean hasIfInResourceErrors()
         Counter: the number of resourceerrors
         
        optional uint64 if_in_resource_errors = 10 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifInResourceErrors field is set.
      • getIfInResourceErrors

        long getIfInResourceErrors()
         Counter: the number of resourceerrors
         
        optional uint64 if_in_resource_errors = 10 [(.telemetry_options) = { ... }
        Returns:
        The ifInResourceErrors.