Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@lazy_property
def switch_profiles(self):
return SwitchProfilesController() @lazy_property
def ssids(self):
return SsidsController() @lazy_property
def mx_l_7_application_categories(self):
return MXL7ApplicationCategoriesController() @lazy_property
def config_templates(self):
return ConfigTemplatesController() @lazy_property
def cameras(self):
return CamerasController() @lazy_property
def switch_port_schedules(self):
return SwitchPortSchedulesController() @lazy_property
def syslog_servers(self):
return SyslogServersController() @lazy_property
def webhook_logs(self):
return WebhookLogsController() @lazy_property
def mx_warm_spare_settings(self):
return MXWarmSpareSettingsController() @lazy_property
def splash_login_attempts(self):
return SplashLoginAttemptsController()