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 acrossThis 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-interfacesTo create instances of this class use
DpnInterfacesBuilder.- See Also:
DpnInterfacesBuilder,DpnInterfacesKey
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable org.opendaylight.yangtools.yang.common.Uint64getDpId()@Nullable java.util.List<java.lang.String>getInterfaces()default java.lang.Class<DpnInterfaces>implementedInterface()DpnInterfacesKeykey()
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<DpnInterfaces> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getDpId
@Nullable org.opendaylight.yangtools.yang.common.Uint64 getDpId()
- Returns:
org.opendaylight.yangtools.yang.common.Uint64dpId, ornullif not present
-
getInterfaces
@Nullable java.util.List<java.lang.String> getInterfaces()
- Returns:
java.util.Listinterfaces, ornullif not present
-
key
DpnInterfacesKey key()
- Specified by:
keyin interfaceorg.opendaylight.yangtools.yang.binding.Identifiable<DpnInterfacesKey>
-
-