Interface FlowspecL3vpnIpv4Route

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

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

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

     grouping flowspec-l3vpn-ipv4-route {
       list flowspec-l3vpn-route {
         key "route-key path-id";
         uses flowspec-ipv4-route-list;
         uses bgp-t:route-distinguisher-grouping;
       }
     }
     
    The schema path to identify an instance is bgp-flowspecflowspec-l3vpn-ipv4-route
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Map<FlowspecL3vpnRouteKey,​FlowspecL3vpnRoute> getFlowspecL3vpnRoute()
        Return flowspecL3vpnRoute, or null if it is not present.
        Returns:
        Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute> flowspecL3vpnRoute, or null if it is not present.
      • nonnullFlowspecL3vpnRoute

        default @NonNull Map<FlowspecL3vpnRouteKey,​FlowspecL3vpnRoute> nonnullFlowspecL3vpnRoute()
        Return flowspecL3vpnRoute, or an empty list if it is not present.
        Returns:
        Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute> flowspecL3vpnRoute, or an empty list if it is not present.