Interface ResponceTime

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<CacheServerConfig>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    Disable, SetTime

    public interface ResponceTime
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<CacheServerConfig>
    Configures the time BGP waits for a response after sending a serial or reset query. Set response-time in seconds.

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

     choice responce-time {
       case disable {
         leaf responce-time-disable {
           type boolean;
         }
       }
       case set-time {
         leaf responce-interval {
           type uint16 {
             range 15..3600;
           }
         }
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/rpki-config/cache-server-config/responce-time
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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