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
All Known Subinterfaces:
MatchClusterIdSetCondition

@Generated("mdsal-binding-generator") public interface MatchClusterIdSetConditionGrouping extends org.opendaylight.yangtools.yang.binding.DataObject
Match a list of referenced cluster-id-set according to the logic defined in the match-set-options leaf

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

 grouping match-cluster-id-set-condition-grouping {
   container match-cluster-id-set-condition {
     leaf cluster-id-set {
       type leafref {
         path /rpol:routing-policy/rpol:defined-sets/bgppol:bgp-defined-sets/cluster-id-sets/cluster-id-set/cluster-id-set-name;
       }
     }
     uses rpol:match-set-options-group;
   }
 }
 
  • 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 MatchClusterIdSetConditionGrouping> 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
    • getMatchClusterIdSetCondition

      MatchClusterIdSetCondition getMatchClusterIdSetCondition()
      Return matchClusterIdSetCondition, or null if it is not present.
      Returns:
      MatchClusterIdSetCondition matchClusterIdSetCondition, or null if it is not present.
    • nonnullMatchClusterIdSetCondition

      @NonNull MatchClusterIdSetCondition nonnullMatchClusterIdSetCondition()
      Return matchClusterIdSetCondition, or an empty instance if it is not present.
      Returns:
      MatchClusterIdSetCondition matchClusterIdSetCondition, or an empty instance if it is not present.