Interface DestPrefixes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DestPrefixes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ExtrarouteRds>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<DestPrefixesKey>

    public interface DestPrefixes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ExtrarouteRds>, org.opendaylight.yangtools.yang.binding.Augmentable<DestPrefixes>, org.opendaylight.yangtools.yang.binding.Identifiable<DestPrefixesKey>

    This class represents the following YANG schema fragment defined in module odl-fib

     list dest-prefixes {
       key dest-prefix;
       leaf dest-prefix {
         type string;
       }
       list allocated-rds {
         key nexthop;
         leaf nexthop {
           type string;
         }
         leaf rd {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is odl-fib/extraroute-rds-map/extraroute-rds/dest-prefixes

    To create instances of this class use DestPrefixesBuilder.

    See Also:
    DestPrefixesBuilder, DestPrefixesKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default java.lang.Class<DestPrefixes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDestPrefix

        @Nullable java.lang.String getDestPrefix()
        Returns:
        java.lang.String destPrefix, or null if not present
      • getAllocatedRds

        @Nullable java.util.List<AllocatedRds> getAllocatedRds()
        Returns:
        java.util.List allocatedRds, or null if not present
      • nonnullAllocatedRds

        default @NonNull java.util.List<AllocatedRds> nonnullAllocatedRds()
        Returns:
        java.util.List allocatedRds, or an empty list if it is not present