All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowspecDestination
All Known Subinterfaces:
DestinationFlowspecIpv6, DestinationFlowspecL3vpnIpv6, FlowspecIpv6RouteList, FlowspecL3vpnRoute, FlowspecRoute

@Generated("mdsal-binding-generator") public interface FlowspecDestinationGroupIpv6 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-ipv6 {
   uses flowspec-destination {
     augment flowspec/flowspec-type {
       case destination-ipv6-prefix-case {
         leaf destination-prefix {
           type inet:ipv6-prefix;
         }
       }
       case source-ipv6-prefix-case {
         leaf source-prefix {
           type inet:ipv6-prefix;
         }
       }
       case next-header-case {
         list next-headers {
           uses numeric-one-byte-value;
         }
       }
       case flow-label-case {
         list flow-label {
           uses flow-label-value;
         }
       }
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.FlowspecDestination

    getFlowspec, nonnullFlowspec
  • Field Details

    • QNAME

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

    • implementedInterface

      Class<? extends FlowspecDestinationGroupIpv6> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      Specified by:
      implementedInterface in interface FlowspecDestination