Interface DhcpserviceConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DhcpserviceConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<DhcpserviceConfigData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface DhcpserviceConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<DhcpserviceConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<DhcpserviceConfig>

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

     container dhcpservice-config {
       leaf controller-dhcp-enabled {
         type boolean;
         default false;
       }
       leaf dhcp-dynamic-allocation-pool-enabled {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is dhcpservice-config/dhcpservice-config

    To create instances of this class use DhcpserviceConfigBuilder.

    See Also:
    DhcpserviceConfigBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default java.lang.Class<DhcpserviceConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isControllerDhcpEnabled

        @Nullable java.lang.Boolean isControllerDhcpEnabled()
        Enable the dhcpservice on the controller
        Returns:
        java.lang.Boolean controllerDhcpEnabled, or null if not present
      • isDhcpDynamicAllocationPoolEnabled

        @Nullable java.lang.Boolean isDhcpDynamicAllocationPoolEnabled()
        Enable dynamic allocation pool on controller dhcpservice
        Returns:
        java.lang.Boolean dhcpDynamicAllocationPoolEnabled, or null if not present