Interface LogicalPortOuterClass.EgressInterfaceStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getIfOctets()
      Count of bytes
      long getIfPackets()
      Count of packets
      boolean hasIfOctets()
      Count of bytes
      boolean hasIfPackets()
      Count of 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

      • 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.