Class Port.IngressInterfaceErrors

    • Field Detail

      • IF_IN_ERRORS_FIELD_NUMBER

        public static final int IF_IN_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_QDROPS_FIELD_NUMBER

        public static final int IF_IN_QDROPS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_FRAME_ERRORS_FIELD_NUMBER

        public static final int IF_IN_FRAME_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_DISCARDS_FIELD_NUMBER

        public static final int IF_IN_DISCARDS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_RUNTS_FIELD_NUMBER

        public static final int IF_IN_RUNTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_L3_INCOMPLETES_FIELD_NUMBER

        public static final int IF_IN_L3_INCOMPLETES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_L2CHAN_ERRORS_FIELD_NUMBER

        public static final int IF_IN_L2CHAN_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_L2_MISMATCH_TIMEOUTS_FIELD_NUMBER

        public static final int IF_IN_L2_MISMATCH_TIMEOUTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_FIFO_ERRORS_FIELD_NUMBER

        public static final int IF_IN_FIFO_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IF_IN_RESOURCE_ERRORS_FIELD_NUMBER

        public static final int IF_IN_RESOURCE_ERRORS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasIfInErrors

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

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

        public 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) = { ... }
        Specified by:
        hasIfInQdrops in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        Whether the ifInQdrops field is set.
      • getIfInQdrops

        public 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) = { ... }
        Specified by:
        getIfInQdrops in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        The ifInQdrops.
      • hasIfInFrameErrors

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

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

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

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

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

        public long getIfInRunts()
         Counter: the number of runt packets
         
        optional uint64 if_in_runts = 5 [(.telemetry_options) = { ... }
        Specified by:
        getIfInRunts in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        The ifInRunts.
      • hasIfInL3Incompletes

        public 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) = { ... }
        Specified by:
        hasIfInL3Incompletes in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        Whether the ifInL3Incompletes field is set.
      • getIfInL3Incompletes

        public 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) = { ... }
        Specified by:
        getIfInL3Incompletes in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        The ifInL3Incompletes.
      • hasIfInL2ChanErrors

        public 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) = { ... }
        Specified by:
        hasIfInL2ChanErrors in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        Whether the ifInL2chanErrors field is set.
      • getIfInL2ChanErrors

        public 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) = { ... }
        Specified by:
        getIfInL2ChanErrors in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        The ifInL2chanErrors.
      • hasIfInL2MismatchTimeouts

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

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

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

        public long getIfInFifoErrors()
         Counter: the number of FIFO errors
         
        optional uint64 if_in_fifo_errors = 9 [(.telemetry_options) = { ... }
        Specified by:
        getIfInFifoErrors in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        The ifInFifoErrors.
      • hasIfInResourceErrors

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

        public long getIfInResourceErrors()
         Counter: the number of resourceerrors
         
        optional uint64 if_in_resource_errors = 10 [(.telemetry_options) = { ... }
        Specified by:
        getIfInResourceErrors in interface Port.IngressInterfaceErrorsOrBuilder
        Returns:
        The ifInResourceErrors.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(ByteBuffer data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(ByteBuffer data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(com.google.protobuf.ByteString data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(com.google.protobuf.ByteString data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(byte[] data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Port.IngressInterfaceErrors parseFrom​(byte[] data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public Port.IngressInterfaceErrors.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Port.IngressInterfaceErrors.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Port.IngressInterfaceErrors.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Port.IngressInterfaceErrors> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Port.IngressInterfaceErrors getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder