Interface TunnelInstanceInterfaceMap

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

    public interface TunnelInstanceInterfaceMap
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OdlInterfaceMetaData>, org.opendaylight.yangtools.yang.binding.Augmentable<TunnelInstanceInterfaceMap>

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

     container tunnel-instance-interface-map {
       config false;
       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

    To create instances of this class use TunnelInstanceInterfaceMapBuilder.

    See Also:
    TunnelInstanceInterfaceMapBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<TunnelInstanceInterface> getTunnelInstanceInterface()
        Returns:
        java.util.List tunnelInstanceInterface, or null if not present
      • nonnullTunnelInstanceInterface

        default @NonNull java.util.List<TunnelInstanceInterface> nonnullTunnelInstanceInterface()
        Returns:
        java.util.List tunnelInstanceInterface, or an empty list if it is not present