Interface MapRegisterCacheMetadataContainer

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

    @Generated("mdsal-binding-generator")
    public interface MapRegisterCacheMetadataContainer
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping map-register-cache-metadata-container {
       container map-register-cache-metadata {
         list eid-lisp-address {
           key eid-lisp-address-id;
           leaf eid-lisp-address-id {
             type string;
           }
           uses eid-container;
         }
         leaf xtr-id {
           type xtr-id;
         }
         leaf site-id {
           type site-id;
         }
         leaf timestamp {
           type int64;
         }
         leaf want-map-notify {
           type boolean;
         }
         leaf merge-enabled {
           type boolean;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        MapRegisterCacheMetadata getMapRegisterCacheMetadata()
        Return mapRegisterCacheMetadata, or null if it is not present.
             
                 The Map-Register cache metadata is information for a mapping database about
                 mapping update event, without the full Map-Register packet data. The metadata
                 and the packet data together will form the Map-Register cache value.
             
         
        Returns:
        MapRegisterCacheMetadata mapRegisterCacheMetadata, or null if it is not present.