Interface VpnRouteList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    VpnInstanceOpDataEntry

    public interface VpnRouteList
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping vpn-route-list {
       leaf-list route-entry-id {
         type uint32;
       }
     }
     
    The schema path to identify an instance is odl-l3vpn/vpn-route-list
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends VpnRouteList> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRouteEntryId

        @Nullable java.util.List<org.opendaylight.yangtools.yang.common.Uint32> getRouteEntryId()
        Returns:
        java.util.List routeEntryId, or null if not present