Interface RouterDpnList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouterDpnList>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NeutronRouterDpns>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<RouterDpnListKey>

    public interface RouterDpnList
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NeutronRouterDpns>, org.opendaylight.yangtools.yang.binding.Augmentable<RouterDpnList>, org.opendaylight.yangtools.yang.binding.Identifiable<RouterDpnListKey>

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

     list router-dpn-list {
       key router-id;
       leaf router-id {
         type string;
       }
       list dpn-vpninterfaces-list {
         key dpn-id;
         leaf dpn-id {
           type uint64;
         }
         list router-interfaces {
           key interface;
           leaf interface {
             type string;
           }
         }
       }
     }
     
    The schema path to identify an instance is odl-l3vpn/neutron-router-dpns/router-dpn-list

    To create instances of this class use RouterDpnListBuilder.

    See Also:
    RouterDpnListBuilder, RouterDpnListKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.String getRouterId()
        Returns:
        java.lang.String routerId, or null if not present
      • getDpnVpninterfacesList

        @Nullable java.util.List<DpnVpninterfacesList> getDpnVpninterfacesList()
        Returns:
        java.util.List dpnVpninterfacesList, or null if not present
      • nonnullDpnVpninterfacesList

        default @NonNull java.util.List<DpnVpninterfacesList> nonnullDpnVpninterfacesList()
        Returns:
        java.util.List dpnVpninterfacesList, or an empty list if it is not present