How to use the meraki.decorators.lazy_property function in meraki

To help you get started, we’ve selected a few meraki examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def switch_profiles(self):
        return SwitchProfilesController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def ssids(self):
        return SsidsController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def mx_l_7_application_categories(self):
        return MXL7ApplicationCategoriesController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def config_templates(self):
        return ConfigTemplatesController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def cameras(self):
        return CamerasController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def switch_port_schedules(self):
        return SwitchPortSchedulesController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def syslog_servers(self):
        return SyslogServersController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def webhook_logs(self):
        return WebhookLogsController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def mx_warm_spare_settings(self):
        return MXWarmSpareSettingsController()
github meraki / meraki-python-sdk / meraki / meraki_client.py View on Github external
    @lazy_property
    def splash_login_attempts(self):
        return SplashLoginAttemptsController()