Interface ConfigType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<RouterId>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    AutoConfig, Static

    public interface ConfigType
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<RouterId>

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

     choice config-type {
       case static {
         leaf ip-address {
           type boolean;
         }
       }
       case auto-config {
         leaf enable-auto-config {
           type boolean;
         }
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv4/unicast/bgp/router-id/config-type
    • 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