Interface BgpConditions

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BgpConditions>, BgpAttributeConditions, BgpMatchConditions, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Conditions1>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface BgpConditions
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Conditions1>, org.opendaylight.yangtools.yang.binding.Augmentable<BgpConditions>, BgpMatchConditions, BgpAttributeConditions
    Policy conditions for matching BGP-specific defined sets or comparing BGP-specific attributes

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

     container bgp-conditions {
       uses bgp-match-conditions;
       uses bgp-attribute-conditions;
     }
     
    The schema path to identify an instance is openconfig-bgp-policy/routing-policy/policy-definitions/policy-definition/statements/statement/conditions/(http://openconfig.net/yang/bgp-policy?revision=2015-10-09)bgp-conditions

    To create instances of this class use BgpConditionsBuilder.

    See Also:
    BgpConditionsBuilder
    • Field Detail

      • QNAME

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