Interface MatchClusterIdSetCondition

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MatchClusterIdSetCondition>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MatchClusterIdSetConditionGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MatchSetOptionsGroup

    public interface MatchClusterIdSetCondition
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MatchClusterIdSetConditionGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<MatchClusterIdSetCondition>, MatchSetOptionsGroup

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

     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;
     }
     
    The schema path to identify an instance is odl-bgp-policy/match-cluster-id-set-condition-grouping/match-cluster-id-set-condition

    To create instances of this class use MatchClusterIdSetConditionBuilder.

    See Also:
    MatchClusterIdSetConditionBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MatchClusterIdSetCondition> 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 MatchSetOptionsGroup
      • getClusterIdSet

        @Nullable String getClusterIdSet()
        References a defined cluster Id set
        Returns:
        java.lang.String clusterIdSet, or null if not present