Interface RouterInterfacesMap

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

    public interface RouterInterfacesMap
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NeutronvpnData>, org.opendaylight.yangtools.yang.binding.Augmentable<RouterInterfacesMap>

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

     container router-interfaces-map {
       list router-interfaces {
         key router-id;
         leaf router-id {
           type yang:uuid;
         }
         list interfaces {
           key interface-id;
           leaf interface-id {
             type string;
           }
         }
       }
     }
     
    The schema path to identify an instance is neutronvpn/router-interfaces-map

    To create instances of this class use RouterInterfacesMapBuilder.

    See Also:
    RouterInterfacesMapBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<RouterInterfaces> getRouterInterfaces()
        Returns:
        java.util.List routerInterfaces, or null if not present
      • nonnullRouterInterfaces

        default @NonNull java.util.List<RouterInterfaces> nonnullRouterInterfaces()
        Returns:
        java.util.List routerInterfaces, or an empty list if it is not present