Interface Listener

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Listener>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Listeners>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<ListenerKey>, ListenerAttributes

    public interface Listener
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Listeners>, org.opendaylight.yangtools.yang.binding.Augmentable<Listener>, BaseAttributes, ListenerAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<ListenerKey>
    List of Listeners

    This class represents the following YANG schema fragment defined in module neutron-lbaasv2

     list listener {
       key uuid;
       uses attrs:base-attributes;
       uses listener-attributes;
     }
     
    The schema path to identify an instance is neutron-lbaasv2/lbaas-attributes/listeners/listener

    To create instances of this class use ListenerBuilder.

    See Also:
    ListenerBuilder, ListenerKey