Interface DhcpserviceConfigData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    public interface DhcpserviceConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Service definition for dhcpservice project

    This class represents the following YANG schema fragment defined in module dhcpservice-config

     module dhcpservice-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:dhcpservice:config;
       prefix dhcpservice-config;
       revision 2015-07-10 {
       }
       container dhcpservice-config {
         leaf controller-dhcp-enabled {
           type boolean;
           default false;
         }
         leaf dhcp-dynamic-allocation-pool-enabled {
           type boolean;
           default false;
         }
       }
     }
     
    • Method Detail

      • getDhcpserviceConfig

        @Nullable DhcpserviceConfig getDhcpserviceConfig()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dhcpservice.config.rev150710.DhcpserviceConfig dhcpserviceConfig, or null if not present