setupConfig('edgegateway'); $this->allowUpdate([ edgegateway_enabled_c::class, edgegateway_default_release_channel_c::class, edgegateway_default_update_window_c::class, edgegateway_broker_url_c::class, edgegateway_public_broker_url_c::class, edgegateway_broker_auth_mode_c::class, ]); $this->enabled = new edgegateway_enabled_c(); $this->default_release_channel = new edgegateway_default_release_channel_c(); $this->default_update_window = new edgegateway_default_update_window_c(); $this->broker_url = new edgegateway_broker_url_c(); $this->public_broker_url = new edgegateway_public_broker_url_c(); $this->broker_auth_mode = new edgegateway_broker_auth_mode_c(); $this->broker_shared_secret = new edgegateway_broker_shared_secret_c(); } }