Interface ConfigType

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

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

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

     choice config-type {
       case static {
         leaf ip-address {
           type inet:ip-address;
         }
       }
       case auto-select {
         leaf enable-auto-select {
           type boolean;
         }
       }
     }
     
    The schema path to identify an instance is l3vpn/bgp-af-vpn-instance-config/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