Interface ClientAttributePrepend

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

    public interface ClientAttributePrepend
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ClientAttributePrepend>, org.opendaylight.yangtools.yang.binding.Augmentable<ClientAttributePrepend>
    action to use attribute from advertized from a client(rfc4684)

    This class represents the following YANG schema fragment defined in module bgp-route-target-constrain

     container client-attribute-prepend {
       presence "node is present in the config data to use the client attributes prepend action";
     }
     
    The schema path to identify an instance is bgp-route-target-constrain/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:bgp:route:target:constrain?revision=2018-06-18)client-attribute-prepend

    To create instances of this class use ClientAttributePrependBuilder.

    See Also:
    ClientAttributePrependBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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