Class AllowedRoute

    • Constructor Detail

      • AllowedRoute

        public AllowedRoute​(net.ripe.ipresource.Asn asn,
                            net.ripe.ipresource.IpRange prefix,
                            int maximumLength)
    • Method Detail

      • getAsn

        public net.ripe.ipresource.Asn getAsn()
        Specified by:
        getAsn in interface RoaPrefixData
      • getPrefix

        public net.ripe.ipresource.IpRange getPrefix()
        Specified by:
        getPrefix in interface RoaPrefixData
        Returns:
        The prefix of the entity. MUST be a prefix and not a IP range
      • getMaximumLength

        public int getMaximumLength()
        Specified by:
        getMaximumLength in interface RoaPrefixData
        Returns:
        The maximum length of the VRP. The maximum length MUST be in the range (inclusive) between the prefix length and the length of addresses for the address family.
      • getRoaPrefix

        public RoaPrefix getRoaPrefix()