Interface FlowspecDestinationGroupIpv4

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowspecDestination
    All Known Subinterfaces:
    DestinationFlowspecIpv4, DestinationFlowspecL3vpnIpv4, FlowspecIpv4RouteList, FlowspecL3vpnRoute, FlowspecRoute

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

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

     grouping flowspec-destination-group-ipv4 {
       uses flowspec-destination {
         augment flowspec/flowspec-type {
           case destination-prefix-case {
             leaf destination-prefix {
               type inet:ipv4-prefix;
             }
           }
           case source-prefix-case {
             leaf source-prefix {
               type inet:ipv4-prefix;
             }
           }
           case protocol-ip-case {
             list protocol-ips {
               uses numeric-one-byte-value;
             }
           }
         }
       }
     }
     
    • 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 FlowspecDestinationGroupIpv4> 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 FlowspecDestination