Interface Interfaces

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    SendNeighborSolicitationInput

    @Generated("mdsal-binding-generator")
    public interface Interfaces
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module ipv6-nd-util

     grouping interfaces {
       list interface-address {
         key interface;
         leaf interface {
           type leafref {
             path /if:interfaces/if:interface/if:name;
           }
         }
         leaf src-ip-address {
           type inet:ipv6-address;
         }
         leaf src-mac-address {
           type yang:phys-address;
         }
       }
     }
     
    The schema path to identify an instance is ipv6-nd-util/interfaces
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends Interfaces> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInterfaceAddress

        @Nullable java.util.Map<InterfaceAddressKey,​InterfaceAddress> getInterfaceAddress()
        Return interfaceAddress, or null if it is not present.
        Returns:
        java.util.Map interfaceAddress, or null if it is not present.
      • nonnullInterfaceAddress

        default @NonNull java.util.Map<InterfaceAddressKey,​InterfaceAddress> nonnullInterfaceAddress()
        Return interfaceAddress, or an empty list if it is not present.
        Returns:
        java.util.Map interfaceAddress, or an empty list if it is not present.