Interface DpnRouters

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DpnRouters>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OdlL3vpnData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface DpnRouters
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OdlL3vpnData>, org.opendaylight.yangtools.yang.binding.Augmentable<DpnRouters>

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

     container dpn-routers {
       config false;
       list dpn-routers-list {
         key dpn-id;
         leaf dpn-id {
           type uint64;
         }
         list routers-list {
           key router;
           leaf router {
             type string;
           }
         }
       }
     }
     
    The schema path to identify an instance is odl-l3vpn/dpn-routers

    To create instances of this class use DpnRoutersBuilder.

    See Also:
    DpnRoutersBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<DpnRoutersList> getDpnRoutersList()
        Returns:
        java.util.List dpnRoutersList, or null if not present
      • nonnullDpnRoutersList

        default @NonNull java.util.List<DpnRoutersList> nonnullDpnRoutersList()
        Returns:
        java.util.List dpnRoutersList, or an empty list if it is not present