Interface IfIndexesInterfaceMap

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<IfIndexesInterfaceMap>, 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 IfIndexesInterfaceMap
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OdlInterfaceMetaData>, org.opendaylight.yangtools.yang.binding.Augmentable<IfIndexesInterfaceMap>

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

     container if-indexes-interface-map {
       config false;
       list if-index-interface {
         key if-index;
         leaf if-index {
           type int32;
         }
         leaf interface-name {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is odl-interface-meta/if-indexes-interface-map

    To create instances of this class use IfIndexesInterfaceMapBuilder.

    See Also:
    IfIndexesInterfaceMapBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<IfIndexInterface> getIfIndexInterface()
        Returns:
        java.util.List ifIndexInterface, or null if not present
      • nonnullIfIndexInterface

        default @NonNull java.util.List<IfIndexInterface> nonnullIfIndexInterface()
        Returns:
        java.util.List ifIndexInterface, or an empty list if it is not present