Interface TopologyTunnel

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

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

    This class represents the following YANG schema fragment defined in module topology-tunnel

     container topology-tunnel {
       presence "indicates a tunnel-aware topology";
     }
     
    The schema path to identify an instance is topology-tunnel/topology-tunnel-type/topology-tunnel

    To create instances of this class use TopologyTunnelBuilder.

    See Also:
    TopologyTunnelBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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