Interface IpPortLocatorEntry

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

    public interface IpPortLocatorEntry
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SupportedTunnelsParameters>, org.opendaylight.yangtools.yang.binding.Augmentable<IpPortLocatorEntry>, IpPortLocator

    This class represents the following YANG schema fragment defined in module overlay

     list ip-port-locator-entry {
       uses ip-port-locator;
     }
     
    The schema path to identify an instance is overlay/network-topology/topology/node/(urn:opendaylight:params:xml:ns:yang:overlay?revision=2015-01-05)supported-tunnel-entry/ip-port-locator-entry

    To create instances of this class use IpPortLocatorEntryBuilder.

    See Also:
    IpPortLocatorEntryBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<IpPortLocatorEntry> 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 IpPortLocator