Interface Ipv4Prefixes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    DestinationIpv4Case, DestinationIpv4Case

    @Generated("mdsal-binding-generator")
    public interface Ipv4Prefixes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module bgp-inet

     grouping ipv4-prefixes {
       container destination-ipv4 {
         list ipv4-prefixes {
           uses bgp-msg:ipv4-prefix-and-path-id;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends Ipv4Prefixes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDestinationIpv4

        DestinationIpv4 getDestinationIpv4()
        Return destinationIpv4, or null if it is not present.
        Returns:
        DestinationIpv4 destinationIpv4, or null if it is not present.