Interface LogicalPortOuterClass.ForwardingClassAccountingOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getFcNumber()
      Forwarding class number
      String getIfFamily()
      Interface protocol
      com.google.protobuf.ByteString getIfFamilyBytes()
      Interface protocol
      long getIfOctets()
      Count of bytes
      long getIfPackets()
      Count of packets
      boolean hasFcNumber()
      Forwarding class number
      boolean hasIfFamily()
      Interface protocol
      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

      • hasIfFamily

        boolean hasIfFamily()
         Interface protocol
         
        optional string if_family = 1 [(.telemetry_options) = { ... }
        Returns:
        Whether the ifFamily field is set.
      • getIfFamily

        String getIfFamily()
         Interface protocol
         
        optional string if_family = 1 [(.telemetry_options) = { ... }
        Returns:
        The ifFamily.
      • getIfFamilyBytes

        com.google.protobuf.ByteString getIfFamilyBytes()
         Interface protocol
         
        optional string if_family = 1 [(.telemetry_options) = { ... }
        Returns:
        The bytes for ifFamily.
      • hasFcNumber

        boolean hasFcNumber()
         Forwarding class number
         
        optional uint32 fc_number = 2 [(.telemetry_options) = { ... }
        Returns:
        Whether the fcNumber field is set.
      • getFcNumber

        int getFcNumber()
         Forwarding class number
         
        optional uint32 fc_number = 2 [(.telemetry_options) = { ... }
        Returns:
        The fcNumber.
      • hasIfPackets

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

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

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

        long getIfOctets()
         Count of bytes
         
        optional uint64 if_octets = 4 [(.telemetry_options) = { ... }
        Returns:
        The ifOctets.