/
set disable_lazyload
set disable_lazyload
The set disable_lazyload
command enables or disables lazy loading of objects. Lazy loading is enabled by default. You can use the show disable_lazyload
command to displays the status of lazy loading. For more information, see show disable_lazyload.
Syntax
set disable_lazyload [on|off]
Argument | Description |
---|---|
off | Enable lazy loading of objects. |
on | Disable lazy loading of objects. |
Examples
Enable lazy loading
Infoblox > set disable_lazyload off
Lazy loading enabled. Please reboot to make changes take effect.
Disable lazy loading
Infoblox > set disable_lazyload on
Lazy loading disabled. Please reboot to make changes take effect.