Interface MatchTagSet

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MatchTagSet>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<GenericConditions>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MatchSetOptionsRestrictedGroup

    public interface MatchTagSet
    extends org.opendaylight.yangtools.yang.binding.ChildOf<GenericConditions>, org.opendaylight.yangtools.yang.binding.Augmentable<MatchTagSet>, MatchSetOptionsRestrictedGroup
    Match a referenced tag set according to the logic defined in the match-options-set leaf

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

     container match-tag-set {
       presence
         "The presence of this container indicates that the routes
          should match the tag-set referenced";
       leaf tag-set {
         type leafref {
           path /routing-policy/defined-sets/tag-sets/tag-set/tag-set-name;
         }
       }
       uses match-set-options-restricted-group;
     }
     
    The schema path to identify an instance is openconfig-routing-policy/generic-conditions/match-tag-set

    To create instances of this class use MatchTagSetBuilder.

    See Also:
    MatchTagSetBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MatchTagSet> 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 MatchSetOptionsRestrictedGroup
      • getTagSet

        @Nullable String getTagSet()
        References a defined tag set
        Returns:
        java.lang.String tagSet, or null if not present