Interface TunnelInstanceInterface

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TunnelInstanceInterface>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<TunnelInstanceInterfaceMap>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<TunnelInstanceInterfaceKey>

    public interface TunnelInstanceInterface
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TunnelInstanceInterfaceMap>, org.opendaylight.yangtools.yang.binding.Augmentable<TunnelInstanceInterface>, org.opendaylight.yangtools.yang.binding.Identifiable<TunnelInstanceInterfaceKey>

    This class represents the following YANG schema fragment defined in module odl-interface-meta

     list tunnel-instance-interface {
       key tunnel-instance-identifier;
       leaf tunnel-instance-identifier {
         type string;
       }
       leaf interface-name {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-interface-meta/tunnel-instance-interface-map/tunnel-instance-interface

    To create instances of this class use TunnelInstanceInterfaceBuilder.

    See Also:
    TunnelInstanceInterfaceBuilder, TunnelInstanceInterfaceKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<TunnelInstanceInterface> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTunnelInstanceIdentifier

        @Nullable java.lang.String getTunnelInstanceIdentifier()
        Returns:
        java.lang.String tunnelInstanceIdentifier, or null if not present
      • getInterfaceName

        @Nullable java.lang.String getInterfaceName()
        Returns:
        java.lang.String interfaceName, or null if not present