Interface MatchSetOptionsRestrictedGroup

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    BgpNeighbor, FromNeighbor, FromRole, MatchNeighborSet, MatchOriginatorIdSetCondition, MatchPrefixSet, MatchRoleConditionGrouping, MatchTagSet, ToNeighbor, ToRole

    public interface MatchSetOptionsRestrictedGroup
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Grouping for a restricted set of match operation modifiers

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

     grouping match-set-options-restricted-group {
       leaf match-set-options {
         type pt:match-set-options-restricted-type;
       }
     }
     
    The schema path to identify an instance is openconfig-routing-policy/match-set-options-restricted-group
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable MatchSetOptionsRestrictedType getMatchSetOptions()
        Optional parameter that governs the behaviour of the match operation. This leaf only supports matching on ANY member of the set or inverting the match. Matching on ALL is not supported)
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.policy.types.rev151009.MatchSetOptionsRestrictedType matchSetOptions, or null if not present