Interface LogicalPortOuterClass.IngressInterfaceStatsOrBuilder

    • Method Detail

      • hasIfPackets

        boolean hasIfPackets()
         Count of packets
         
        required uint64 if_packets = 1 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifPackets field is set.
      • getIfPackets

        long getIfPackets()
         Count of packets
         
        required uint64 if_packets = 1 [(.telemetry_options) = { ... }
        Returns:
        The ifPackets.
      • hasIfOctets

        boolean hasIfOctets()
         Count of bytes
         
        required uint64 if_octets = 2 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifOctets field is set.
      • getIfOctets

        long getIfOctets()
         Count of bytes
         
        required uint64 if_octets = 2 [(.telemetry_options) = { ... }
        Returns:
        The ifOctets.
      • hasIfUcastPackets

        boolean hasIfUcastPackets()
         Count of unicast packets
         
        optional uint64 if_ucast_packets = 3 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifUcastPackets field is set.
      • getIfUcastPackets

        long getIfUcastPackets()
         Count of unicast packets
         
        optional uint64 if_ucast_packets = 3 [(.telemetry_options) = { ... }
        Returns:
        The ifUcastPackets.
      • hasIfMcastPackets

        boolean hasIfMcastPackets()
         Count of multicast packets
         
        required uint64 if_mcast_packets = 4 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifMcastPackets field is set.
      • getIfMcastPackets

        long getIfMcastPackets()
         Count of multicast packets
         
        required uint64 if_mcast_packets = 4 [(.telemetry_options) = { ... }
        Returns:
        The ifMcastPackets.
      • getIfFcStatsCount

        int getIfFcStatsCount()
        repeated .ForwardingClassAccounting if_fc_stats = 5;