Interface FlowspecIpv6Route

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

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

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

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

      • QNAME

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

      • implementedInterface

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

        @Nullable Map<FlowspecRouteKey,​FlowspecRoute> getFlowspecRoute()
        Return flowspecRoute, or null if it is not present.
        Returns:
        Map<FlowspecRouteKey, FlowspecRoute> flowspecRoute, or null if it is not present.
      • nonnullFlowspecRoute

        default @NonNull Map<FlowspecRouteKey,​FlowspecRoute> nonnullFlowspecRoute()
        Return flowspecRoute, or an empty list if it is not present.
        Returns:
        Map<FlowspecRouteKey, FlowspecRoute> flowspecRoute, or an empty list if it is not present.