Interface LogicalPortOuterClass.EgressInterfaceStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getIfOctets()
      required uint64 if_octets = 2;
      long getIfPackets()
      required uint64 if_packets = 1;
      boolean hasIfOctets()
      required uint64 if_octets = 2;
      boolean hasIfPackets()
      required uint64 if_packets = 1;
      • 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

      • 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