Interface LogicalPortOuterClass.IngressInterfaceStatsOrBuilder

    • Method Detail

      • hasIfPackets

        boolean hasIfPackets()
        required uint64 if_packets = 1;
         Count of packets
         
      • getIfPackets

        long getIfPackets()
        required uint64 if_packets = 1;
         Count of packets
         
      • hasIfOctets

        boolean hasIfOctets()
        required uint64 if_octets = 2;
         Count of bytes
         
      • getIfOctets

        long getIfOctets()
        required uint64 if_octets = 2;
         Count of bytes
         
      • hasIfUcastPackets

        boolean hasIfUcastPackets()
        optional uint64 if_ucast_packets = 3;
         Count of unicast packets
         
      • getIfUcastPackets

        long getIfUcastPackets()
        optional uint64 if_ucast_packets = 3;
         Count of unicast packets
         
      • hasIfMcastPackets

        boolean hasIfMcastPackets()
        required uint64 if_mcast_packets = 4;
         Count of multicast packets
         
      • getIfMcastPackets

        long getIfMcastPackets()
        required uint64 if_mcast_packets = 4;
         Count of multicast packets
         
      • getIfFcStatsCount

        int getIfFcStatsCount()
        repeated .ForwardingClassAccounting if_fc_stats = 5;