Interface L3vpnMcastRoute

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

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

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

     grouping l3vpn-mcast-route {
       leaf prefix {
         type inet:ip-prefix;
       }
       uses bgp-t:route-distinguisher-grouping;
     }
     
    • 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 L3vpnMcastRoute> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface RouteDistinguisherGrouping
      • getPrefix

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix getPrefix()
        Return prefix, or null if it is not present.
        Returns:
        IpPrefix prefix, or null if it is not present.
      • requirePrefix

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix requirePrefix()
        Return prefix, guaranteed to be non-null.
        Returns:
        IpPrefix prefix, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if prefix is not present