Interface Tunnels

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Tunnels>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalSwitchAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, HwvtepTunnelAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<TunnelsKey>

    public interface Tunnels
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HwvtepPhysicalSwitchAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Tunnels>, HwvtepTunnelAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<TunnelsKey>

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

     list tunnels {
       key "local-locator-ref remote-locator-ref";
       uses hwvtep-tunnel-attributes;
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-physical-switch-attributes/tunnels

    To create instances of this class use TunnelsBuilder.

    See Also:
    TunnelsBuilder, TunnelsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Tunnels> 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 HwvtepTunnelAttributes
      • key

        TunnelsKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<TunnelsKey>