Interface Transport

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

    public interface Transport
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<CacheServerConfig>
    Specifies a transport method for the RPKI cache.

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

     choice transport {
       case tcp {
         leaf tcp-port {
           type uint32;
         }
       }
       case ssh {
         leaf ssh-port {
           type uint32;
         }
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/rpki-config/cache-server-config/transport
    • 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