Interface MatchRoleConditionGrouping

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

    public interface MatchRoleConditionGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject, MatchSetOptionsRestrictedGroup

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

     grouping match-role-condition-grouping {
       leaf role-set {
         type leafref {
           path /rpol:routing-policy/rpol:defined-sets/bgppol:bgp-defined-sets/role-sets/role-set/role-set-name;
         }
       }
       uses rpol:match-set-options-restricted-group;
     }
     
    The schema path to identify an instance is odl-bgp-policy/match-role-condition-grouping
    • Field Detail

      • QNAME

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

      • getRoleSet

        @Nullable String getRoleSet()
        References a defined neighbor roles set
        Returns:
        java.lang.String roleSet, or null if not present