Interface Server

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

    public interface Server
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<CacheServerConfig>

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

     choice server {
       case ip-address {
         leaf ip-address {
           type inet:ip-address;
         }
       }
       case host-name {
         leaf ip-host-address {
           type inet:host;
         }
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/rpki-config/cache-server-config/server
    • 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