Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Interface MatchClusterIdSetConditionGrouping
-
- All Superinterfaces:
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 leafThis 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 Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchClusterIdSetConditiongetMatchClusterIdSetCondition()Return matchClusterIdSetCondition, ornullif it is not present.Class<? extends MatchClusterIdSetConditionGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends MatchClusterIdSetConditionGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getMatchClusterIdSetCondition
MatchClusterIdSetCondition getMatchClusterIdSetCondition()
Return matchClusterIdSetCondition, ornullif it is not present.- Returns:
MatchClusterIdSetConditionmatchClusterIdSetCondition, ornullif it is not present.
-
-