Interface OpennmsModelProtos.IpInterfaceOrBuilder

    • Method Detail

      • getId

        long getId()
        uint64 id = 1;
      • getIpAddress

        String getIpAddress()
        string ip_address = 2;
      • getIpAddressBytes

        com.google.protobuf.ByteString getIpAddressBytes()
        string ip_address = 2;
      • getIfIndex

        int getIfIndex()
        uint32 if_index = 3;
      • getPrimaryTypeValue

        int getPrimaryTypeValue()
        .IpInterface.PrimaryType primary_type = 4;
      • getServiceList

        List<String> getServiceList()
        repeated string service = 5;
      • getServiceCount

        int getServiceCount()
        repeated string service = 5;
      • getService

        String getService​(int index)
        repeated string service = 5;
      • getServiceBytes

        com.google.protobuf.ByteString getServiceBytes​(int index)
        repeated string service = 5;