Interface NonTransitiveAttributesFilter

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

    public interface NonTransitiveAttributesFilter
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NonTransitiveAttributesFilter>, org.opendaylight.yangtools.yang.binding.Augmentable<NonTransitiveAttributesFilter>

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

     container non-transitive-attributes-filter {
       presence "Filters attributes, removing non transitive attributes";
     }
     
    The schema path to identify an instance is odl-bgp-policy/routing-policy/policy-definitions/policy-definition/statements/statement/actions/(http://openconfig.net/yang/bgp-policy?revision=2015-10-09)bgp-actions/(urn:opendaylight:params:xml:ns:yang:odl:bgp:default:policy?revision=2020-01-20)non-transitive-attributes-filter

    To create instances of this class use NonTransitiveAttributesFilterBuilder.

    See Also:
    NonTransitiveAttributesFilterBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<NonTransitiveAttributesFilter> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject