Interface GenericDefinedSets

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

    @Generated("mdsal-binding-generator")
    public interface GenericDefinedSets
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Data definitions for pre-defined sets of attributes used in policy match conditions. These sets are generic and can be used in matching conditions in different routing protocols.

    This class represents the following YANG schema fragment defined in module openconfig-routing-policy

     grouping generic-defined-sets {
       container prefix-sets {
         uses prefix-set;
       }
       container neighbor-sets {
         uses neighbor-set;
       }
       container tag-sets {
         uses tag-set;
       }
     }
     
    • 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 GenericDefinedSets> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPrefixSets

        PrefixSets getPrefixSets()
        Return prefixSets, or null if it is not present.
             
                 Enclosing container for defined prefix sets for matching
             
         
        Returns:
        PrefixSets prefixSets, or null if it is not present.
      • getNeighborSets

        NeighborSets getNeighborSets()
        Return neighborSets, or null if it is not present.
             
                 Enclosing container for defined neighbor sets for matching
             
         
        Returns:
        NeighborSets neighborSets, or null if it is not present.
      • getTagSets

        TagSets getTagSets()
        Return tagSets, or null if it is not present.
             
                 Enclosing container for defined tag sets for matching
             
         
        Returns:
        TagSets tagSets, or null if it is not present.