Interface DpnInterfaces

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DpnInterfaces>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ElanDpnInterfacesList>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<DpnInterfacesKey>

    public interface DpnInterfaces
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ElanDpnInterfacesList>, org.opendaylight.yangtools.yang.binding.Augmentable<DpnInterfaces>, org.opendaylight.yangtools.yang.binding.Identifiable<DpnInterfacesKey>
    A DPN in which the elan spans across

    This class represents the following YANG schema fragment defined in module elan

     list dpn-interfaces {
       key dp-id;
       leaf dp-id {
         type uint64;
       }
       leaf-list interfaces {
         type leafref {
           path /if:interfaces/if:interface/if:name;
         }
       }
     }
     
    The schema path to identify an instance is elan/elan-dpn-interfaces/elan-dpn-interfaces-list/dpn-interfaces

    To create instances of this class use DpnInterfacesBuilder.

    See Also:
    DpnInterfacesBuilder, DpnInterfacesKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getDpId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 dpId, or null if not present
      • getInterfaces

        @Nullable java.util.List<java.lang.String> getInterfaces()
        Returns:
        java.util.List interfaces, or null if not present