@pulumi/juniper-mist 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/org/index.d.ts +3 -0
- package/org/index.d.ts.map +1 -1
- package/org/index.js +6 -1
- package/org/index.js.map +1 -1
- package/org/mxtunnel.d.ts +226 -0
- package/org/mxtunnel.d.ts.map +1 -0
- package/org/mxtunnel.js +150 -0
- package/org/mxtunnel.js.map +1 -0
- package/package.json +2 -2
- package/site/setting.d.ts +264 -69
- package/site/setting.d.ts.map +1 -1
- package/site/setting.js +10 -0
- package/site/setting.js.map +1 -1
- package/types/input.d.ts +666 -80
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +702 -116
- package/types/output.d.ts.map +1 -1
package/site/setting.d.ts
CHANGED
|
@@ -68,9 +68,12 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
68
68
|
* whether to allow Mist to look at this org
|
|
69
69
|
*/
|
|
70
70
|
readonly allowMist: pulumi.Output<boolean>;
|
|
71
|
+
/**
|
|
72
|
+
* Advanced analytics configuration for the site
|
|
73
|
+
*/
|
|
71
74
|
readonly analytic: pulumi.Output<outputs.site.SettingAnalytic>;
|
|
72
75
|
/**
|
|
73
|
-
*
|
|
76
|
+
* Synthetic test configuration for APs at the site
|
|
74
77
|
*/
|
|
75
78
|
readonly apSyntheticTest: pulumi.Output<outputs.site.SettingApSyntheticTest | undefined>;
|
|
76
79
|
/**
|
|
@@ -78,20 +81,23 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
78
81
|
*/
|
|
79
82
|
readonly apUpdownThreshold: pulumi.Output<number | undefined>;
|
|
80
83
|
/**
|
|
81
|
-
*
|
|
84
|
+
* Automatic AP firmware upgrade settings for the site. Overrides org setting when provided.
|
|
82
85
|
*/
|
|
83
86
|
readonly autoUpgrade: pulumi.Output<outputs.site.SettingAutoUpgrade>;
|
|
84
87
|
/**
|
|
85
|
-
*
|
|
88
|
+
* Automatic ESL firmware upgrade settings for the site
|
|
86
89
|
*/
|
|
87
90
|
readonly autoUpgradeEsl: pulumi.Output<outputs.site.SettingAutoUpgradeEsl | undefined>;
|
|
88
91
|
/**
|
|
89
92
|
* enable threshold-based bgp neighbor down delivery.
|
|
90
93
|
*/
|
|
91
94
|
readonly bgpNeighborUpdownThreshold: pulumi.Output<number | undefined>;
|
|
95
|
+
/**
|
|
96
|
+
* Read-only URL for the site blacklist file
|
|
97
|
+
*/
|
|
92
98
|
readonly blacklistUrl: pulumi.Output<string>;
|
|
93
99
|
/**
|
|
94
|
-
*
|
|
100
|
+
* Bluetooth Low Energy configuration applied to APs at the site
|
|
95
101
|
*/
|
|
96
102
|
readonly bleConfig: pulumi.Output<outputs.site.SettingBleConfig | undefined>;
|
|
97
103
|
/**
|
|
@@ -99,24 +105,27 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
99
105
|
*/
|
|
100
106
|
readonly configAutoRevert: pulumi.Output<boolean>;
|
|
101
107
|
/**
|
|
102
|
-
*
|
|
108
|
+
* Policy controlling how site configuration pushes are applied
|
|
103
109
|
*/
|
|
104
110
|
readonly configPushPolicy: pulumi.Output<outputs.site.SettingConfigPushPolicy | undefined>;
|
|
105
111
|
/**
|
|
106
|
-
*
|
|
112
|
+
* Monitoring configuration for critical URLs at the site
|
|
107
113
|
*/
|
|
108
114
|
readonly criticalUrlMonitoring: pulumi.Output<outputs.site.SettingCriticalUrlMonitoring | undefined>;
|
|
109
115
|
/**
|
|
110
116
|
* By default, device_updown_threshold, if set, will apply to all devices types if different values for specific device type is desired, use the following
|
|
111
117
|
*/
|
|
112
118
|
readonly deviceUpdownThreshold: pulumi.Output<number | undefined>;
|
|
119
|
+
/**
|
|
120
|
+
* Whether UNII-4 channels are enabled for the site
|
|
121
|
+
*/
|
|
113
122
|
readonly enableUnii4: pulumi.Output<boolean>;
|
|
114
123
|
/**
|
|
115
|
-
*
|
|
124
|
+
* Dwell-time analytics rules for the site
|
|
116
125
|
*/
|
|
117
126
|
readonly engagement: pulumi.Output<outputs.site.SettingEngagement>;
|
|
118
127
|
/**
|
|
119
|
-
*
|
|
128
|
+
* Management access settings for gateways at the site
|
|
120
129
|
*/
|
|
121
130
|
readonly gatewayMgmt: pulumi.Output<outputs.site.SettingGatewayMgmt>;
|
|
122
131
|
/**
|
|
@@ -128,17 +137,31 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
128
137
|
*/
|
|
129
138
|
readonly gatewayUpdownThreshold: pulumi.Output<number | undefined>;
|
|
130
139
|
/**
|
|
131
|
-
* IoT
|
|
140
|
+
* Proxy settings for IoT traffic at the site
|
|
132
141
|
*/
|
|
133
142
|
readonly iotproxy: pulumi.Output<outputs.site.SettingIotproxy | undefined>;
|
|
143
|
+
/**
|
|
144
|
+
* SRX integration settings for the site
|
|
145
|
+
*/
|
|
134
146
|
readonly juniperSrx: pulumi.Output<outputs.site.SettingJuniperSrx | undefined>;
|
|
135
147
|
/**
|
|
136
|
-
* LED
|
|
148
|
+
* AP LED behavior configured for the site
|
|
137
149
|
*/
|
|
138
150
|
readonly led: pulumi.Output<outputs.site.SettingLed>;
|
|
151
|
+
/**
|
|
152
|
+
* AI assistant settings for Marvis at the site
|
|
153
|
+
*/
|
|
139
154
|
readonly marvis: pulumi.Output<outputs.site.SettingMarvis | undefined>;
|
|
140
155
|
/**
|
|
141
|
-
*
|
|
156
|
+
* Mist Edge management access settings for the site
|
|
157
|
+
*/
|
|
158
|
+
readonly mxedgeMgmt: pulumi.Output<outputs.site.SettingMxedgeMgmt | undefined>;
|
|
159
|
+
/**
|
|
160
|
+
* Site Mist Tunnel configuration
|
|
161
|
+
*/
|
|
162
|
+
readonly mxtunnels: pulumi.Output<outputs.site.SettingMxtunnels | undefined>;
|
|
163
|
+
/**
|
|
164
|
+
* Analytics settings for site occupancy
|
|
142
165
|
*/
|
|
143
166
|
readonly occupancy: pulumi.Output<outputs.site.SettingOccupancy>;
|
|
144
167
|
/**
|
|
@@ -146,7 +169,7 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
146
169
|
*/
|
|
147
170
|
readonly persistConfigOnDevice: pulumi.Output<boolean>;
|
|
148
171
|
/**
|
|
149
|
-
*
|
|
172
|
+
* Network proxy settings for devices at the site
|
|
150
173
|
*/
|
|
151
174
|
readonly proxy: pulumi.Output<outputs.site.SettingProxy | undefined>;
|
|
152
175
|
/**
|
|
@@ -158,51 +181,84 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
158
181
|
*/
|
|
159
182
|
readonly reportGatt: pulumi.Output<boolean | undefined>;
|
|
160
183
|
/**
|
|
161
|
-
*
|
|
184
|
+
* AP threat detection settings for the site
|
|
162
185
|
*/
|
|
163
186
|
readonly rogue: pulumi.Output<outputs.site.SettingRogue>;
|
|
164
187
|
/**
|
|
165
|
-
* Managed mobility
|
|
188
|
+
* Managed mobility and asset tracking settings for the site
|
|
166
189
|
*/
|
|
167
190
|
readonly rtsa: pulumi.Output<outputs.site.SettingRtsa>;
|
|
168
191
|
/**
|
|
169
|
-
*
|
|
192
|
+
* Threshold alert settings for the site
|
|
170
193
|
*/
|
|
171
194
|
readonly simpleAlert: pulumi.Output<outputs.site.SettingSimpleAlert | undefined>;
|
|
195
|
+
/**
|
|
196
|
+
* Identifier of the site these settings apply to
|
|
197
|
+
*/
|
|
172
198
|
readonly siteId: pulumi.Output<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Threat intelligence settings from Sky ATP for the site
|
|
201
|
+
*/
|
|
173
202
|
readonly skyatp: pulumi.Output<outputs.site.SettingSkyatp | undefined>;
|
|
203
|
+
/**
|
|
204
|
+
* Service level expectation threshold settings for the site
|
|
205
|
+
*/
|
|
174
206
|
readonly sleThresholds: pulumi.Output<outputs.site.SettingSleThresholds | undefined>;
|
|
207
|
+
/**
|
|
208
|
+
* Juniper SRX application visibility settings for the site
|
|
209
|
+
*/
|
|
175
210
|
readonly srxApp: pulumi.Output<outputs.site.SettingSrxApp | undefined>;
|
|
176
211
|
/**
|
|
177
|
-
*
|
|
212
|
+
* Public SSH keys configured for the site
|
|
178
213
|
*/
|
|
179
214
|
readonly sshKeys: pulumi.Output<string[]>;
|
|
215
|
+
/**
|
|
216
|
+
* Session Smart Router settings for the site
|
|
217
|
+
*/
|
|
180
218
|
readonly ssr: pulumi.Output<outputs.site.SettingSsr | undefined>;
|
|
181
219
|
/**
|
|
182
220
|
* Enable threshold-based device down delivery for Switch devices only. When configured it takes effect for SW devices and `deviceUpdownThreshold` is ignored.
|
|
183
221
|
*/
|
|
184
222
|
readonly switchUpdownThreshold: pulumi.Output<number | undefined>;
|
|
223
|
+
/**
|
|
224
|
+
* Active monitoring test configuration for the site
|
|
225
|
+
*/
|
|
185
226
|
readonly syntheticTest: pulumi.Output<outputs.site.SettingSyntheticTest>;
|
|
186
227
|
/**
|
|
187
228
|
* Whether to track anonymous BLE assets (requires ‘track_asset’ enabled)
|
|
188
229
|
*/
|
|
189
230
|
readonly trackAnonymousDevices: pulumi.Output<boolean | undefined>;
|
|
190
231
|
/**
|
|
191
|
-
*
|
|
232
|
+
* Whether tunnel termination monitoring is disabled for the site
|
|
233
|
+
*/
|
|
234
|
+
readonly tuntermMonitoringDisabled: pulumi.Output<boolean | undefined>;
|
|
235
|
+
/**
|
|
236
|
+
* Tunnel termination monitoring settings for the site
|
|
237
|
+
*/
|
|
238
|
+
readonly tuntermMonitorings: pulumi.Output<outputs.site.SettingTuntermMonitoring[] | undefined>;
|
|
239
|
+
/**
|
|
240
|
+
* Multicast settings for tunnel termination at the site
|
|
241
|
+
*/
|
|
242
|
+
readonly tuntermMulticastConfig: pulumi.Output<outputs.site.SettingTuntermMulticastConfig | undefined>;
|
|
243
|
+
/**
|
|
244
|
+
* AP uplink port configuration for the site
|
|
192
245
|
*/
|
|
193
246
|
readonly uplinkPortConfig: pulumi.Output<outputs.site.SettingUplinkPortConfig>;
|
|
194
247
|
/**
|
|
195
|
-
*
|
|
248
|
+
* Template variables defined for the site
|
|
196
249
|
*/
|
|
197
250
|
readonly vars: pulumi.Output<{
|
|
198
251
|
[key: string]: string;
|
|
199
252
|
} | undefined>;
|
|
200
253
|
/**
|
|
201
|
-
*
|
|
254
|
+
* Metadata annotations for site template variables
|
|
202
255
|
*/
|
|
203
256
|
readonly varsAnnotations: pulumi.Output<{
|
|
204
257
|
[key: string]: outputs.site.SettingVarsAnnotations;
|
|
205
258
|
} | undefined>;
|
|
259
|
+
/**
|
|
260
|
+
* Virtual Network Assistant settings for the site
|
|
261
|
+
*/
|
|
206
262
|
readonly vna: pulumi.Output<outputs.site.SettingVna | undefined>;
|
|
207
263
|
/**
|
|
208
264
|
* enable threshold-based vpn path down delivery.
|
|
@@ -213,25 +269,37 @@ export declare class Setting extends pulumi.CustomResource {
|
|
|
213
269
|
*/
|
|
214
270
|
readonly vpnPeerUpdownThreshold: pulumi.Output<number | undefined>;
|
|
215
271
|
/**
|
|
216
|
-
*
|
|
272
|
+
* EX9200 virtual switch instance definitions for the site
|
|
217
273
|
*/
|
|
218
274
|
readonly vsInstance: pulumi.Output<{
|
|
219
275
|
[key: string]: outputs.site.SettingVsInstance;
|
|
220
276
|
} | undefined>;
|
|
277
|
+
/**
|
|
278
|
+
* Virtual Network Assistant settings for WAN experiences at the site
|
|
279
|
+
*/
|
|
221
280
|
readonly wanVna: pulumi.Output<outputs.site.SettingWanVna | undefined>;
|
|
281
|
+
/**
|
|
282
|
+
* Read-only URL for the watched station list file
|
|
283
|
+
*/
|
|
222
284
|
readonly watchedStationUrl: pulumi.Output<string>;
|
|
285
|
+
/**
|
|
286
|
+
* Read-only URL for the site whitelist file
|
|
287
|
+
*/
|
|
223
288
|
readonly whitelistUrl: pulumi.Output<string>;
|
|
224
289
|
/**
|
|
225
|
-
*
|
|
290
|
+
* Wireless intrusion detection settings for the site
|
|
226
291
|
*/
|
|
227
292
|
readonly wids: pulumi.Output<outputs.site.SettingWids>;
|
|
228
293
|
/**
|
|
229
|
-
*
|
|
294
|
+
* Wireless LAN configuration settings for the site
|
|
230
295
|
*/
|
|
231
296
|
readonly wifi: pulumi.Output<outputs.site.SettingWifi>;
|
|
297
|
+
/**
|
|
298
|
+
* Virtual Network Assistant settings for wired experiences at the site
|
|
299
|
+
*/
|
|
232
300
|
readonly wiredVna: pulumi.Output<outputs.site.SettingWiredVna | undefined>;
|
|
233
301
|
/**
|
|
234
|
-
*
|
|
302
|
+
* Occupancy alert settings for site zones
|
|
235
303
|
*/
|
|
236
304
|
readonly zoneOccupancyAlert: pulumi.Output<outputs.site.SettingZoneOccupancyAlert>;
|
|
237
305
|
/**
|
|
@@ -251,9 +319,12 @@ export interface SettingState {
|
|
|
251
319
|
* whether to allow Mist to look at this org
|
|
252
320
|
*/
|
|
253
321
|
allowMist?: pulumi.Input<boolean | undefined>;
|
|
322
|
+
/**
|
|
323
|
+
* Advanced analytics configuration for the site
|
|
324
|
+
*/
|
|
254
325
|
analytic?: pulumi.Input<inputs.site.SettingAnalytic | undefined>;
|
|
255
326
|
/**
|
|
256
|
-
*
|
|
327
|
+
* Synthetic test configuration for APs at the site
|
|
257
328
|
*/
|
|
258
329
|
apSyntheticTest?: pulumi.Input<inputs.site.SettingApSyntheticTest | undefined>;
|
|
259
330
|
/**
|
|
@@ -261,20 +332,23 @@ export interface SettingState {
|
|
|
261
332
|
*/
|
|
262
333
|
apUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
263
334
|
/**
|
|
264
|
-
*
|
|
335
|
+
* Automatic AP firmware upgrade settings for the site. Overrides org setting when provided.
|
|
265
336
|
*/
|
|
266
337
|
autoUpgrade?: pulumi.Input<inputs.site.SettingAutoUpgrade | undefined>;
|
|
267
338
|
/**
|
|
268
|
-
*
|
|
339
|
+
* Automatic ESL firmware upgrade settings for the site
|
|
269
340
|
*/
|
|
270
341
|
autoUpgradeEsl?: pulumi.Input<inputs.site.SettingAutoUpgradeEsl | undefined>;
|
|
271
342
|
/**
|
|
272
343
|
* enable threshold-based bgp neighbor down delivery.
|
|
273
344
|
*/
|
|
274
345
|
bgpNeighborUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
346
|
+
/**
|
|
347
|
+
* Read-only URL for the site blacklist file
|
|
348
|
+
*/
|
|
275
349
|
blacklistUrl?: pulumi.Input<string | undefined>;
|
|
276
350
|
/**
|
|
277
|
-
*
|
|
351
|
+
* Bluetooth Low Energy configuration applied to APs at the site
|
|
278
352
|
*/
|
|
279
353
|
bleConfig?: pulumi.Input<inputs.site.SettingBleConfig | undefined>;
|
|
280
354
|
/**
|
|
@@ -282,24 +356,27 @@ export interface SettingState {
|
|
|
282
356
|
*/
|
|
283
357
|
configAutoRevert?: pulumi.Input<boolean | undefined>;
|
|
284
358
|
/**
|
|
285
|
-
*
|
|
359
|
+
* Policy controlling how site configuration pushes are applied
|
|
286
360
|
*/
|
|
287
361
|
configPushPolicy?: pulumi.Input<inputs.site.SettingConfigPushPolicy | undefined>;
|
|
288
362
|
/**
|
|
289
|
-
*
|
|
363
|
+
* Monitoring configuration for critical URLs at the site
|
|
290
364
|
*/
|
|
291
365
|
criticalUrlMonitoring?: pulumi.Input<inputs.site.SettingCriticalUrlMonitoring | undefined>;
|
|
292
366
|
/**
|
|
293
367
|
* By default, device_updown_threshold, if set, will apply to all devices types if different values for specific device type is desired, use the following
|
|
294
368
|
*/
|
|
295
369
|
deviceUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
370
|
+
/**
|
|
371
|
+
* Whether UNII-4 channels are enabled for the site
|
|
372
|
+
*/
|
|
296
373
|
enableUnii4?: pulumi.Input<boolean | undefined>;
|
|
297
374
|
/**
|
|
298
|
-
*
|
|
375
|
+
* Dwell-time analytics rules for the site
|
|
299
376
|
*/
|
|
300
377
|
engagement?: pulumi.Input<inputs.site.SettingEngagement | undefined>;
|
|
301
378
|
/**
|
|
302
|
-
*
|
|
379
|
+
* Management access settings for gateways at the site
|
|
303
380
|
*/
|
|
304
381
|
gatewayMgmt?: pulumi.Input<inputs.site.SettingGatewayMgmt | undefined>;
|
|
305
382
|
/**
|
|
@@ -311,17 +388,31 @@ export interface SettingState {
|
|
|
311
388
|
*/
|
|
312
389
|
gatewayUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
313
390
|
/**
|
|
314
|
-
* IoT
|
|
391
|
+
* Proxy settings for IoT traffic at the site
|
|
315
392
|
*/
|
|
316
393
|
iotproxy?: pulumi.Input<inputs.site.SettingIotproxy | undefined>;
|
|
394
|
+
/**
|
|
395
|
+
* SRX integration settings for the site
|
|
396
|
+
*/
|
|
317
397
|
juniperSrx?: pulumi.Input<inputs.site.SettingJuniperSrx | undefined>;
|
|
318
398
|
/**
|
|
319
|
-
* LED
|
|
399
|
+
* AP LED behavior configured for the site
|
|
320
400
|
*/
|
|
321
401
|
led?: pulumi.Input<inputs.site.SettingLed | undefined>;
|
|
402
|
+
/**
|
|
403
|
+
* AI assistant settings for Marvis at the site
|
|
404
|
+
*/
|
|
322
405
|
marvis?: pulumi.Input<inputs.site.SettingMarvis | undefined>;
|
|
323
406
|
/**
|
|
324
|
-
*
|
|
407
|
+
* Mist Edge management access settings for the site
|
|
408
|
+
*/
|
|
409
|
+
mxedgeMgmt?: pulumi.Input<inputs.site.SettingMxedgeMgmt | undefined>;
|
|
410
|
+
/**
|
|
411
|
+
* Site Mist Tunnel configuration
|
|
412
|
+
*/
|
|
413
|
+
mxtunnels?: pulumi.Input<inputs.site.SettingMxtunnels | undefined>;
|
|
414
|
+
/**
|
|
415
|
+
* Analytics settings for site occupancy
|
|
325
416
|
*/
|
|
326
417
|
occupancy?: pulumi.Input<inputs.site.SettingOccupancy | undefined>;
|
|
327
418
|
/**
|
|
@@ -329,7 +420,7 @@ export interface SettingState {
|
|
|
329
420
|
*/
|
|
330
421
|
persistConfigOnDevice?: pulumi.Input<boolean | undefined>;
|
|
331
422
|
/**
|
|
332
|
-
*
|
|
423
|
+
* Network proxy settings for devices at the site
|
|
333
424
|
*/
|
|
334
425
|
proxy?: pulumi.Input<inputs.site.SettingProxy | undefined>;
|
|
335
426
|
/**
|
|
@@ -341,51 +432,84 @@ export interface SettingState {
|
|
|
341
432
|
*/
|
|
342
433
|
reportGatt?: pulumi.Input<boolean | undefined>;
|
|
343
434
|
/**
|
|
344
|
-
*
|
|
435
|
+
* AP threat detection settings for the site
|
|
345
436
|
*/
|
|
346
437
|
rogue?: pulumi.Input<inputs.site.SettingRogue | undefined>;
|
|
347
438
|
/**
|
|
348
|
-
* Managed mobility
|
|
439
|
+
* Managed mobility and asset tracking settings for the site
|
|
349
440
|
*/
|
|
350
441
|
rtsa?: pulumi.Input<inputs.site.SettingRtsa | undefined>;
|
|
351
442
|
/**
|
|
352
|
-
*
|
|
443
|
+
* Threshold alert settings for the site
|
|
353
444
|
*/
|
|
354
445
|
simpleAlert?: pulumi.Input<inputs.site.SettingSimpleAlert | undefined>;
|
|
446
|
+
/**
|
|
447
|
+
* Identifier of the site these settings apply to
|
|
448
|
+
*/
|
|
355
449
|
siteId?: pulumi.Input<string | undefined>;
|
|
450
|
+
/**
|
|
451
|
+
* Threat intelligence settings from Sky ATP for the site
|
|
452
|
+
*/
|
|
356
453
|
skyatp?: pulumi.Input<inputs.site.SettingSkyatp | undefined>;
|
|
454
|
+
/**
|
|
455
|
+
* Service level expectation threshold settings for the site
|
|
456
|
+
*/
|
|
357
457
|
sleThresholds?: pulumi.Input<inputs.site.SettingSleThresholds | undefined>;
|
|
458
|
+
/**
|
|
459
|
+
* Juniper SRX application visibility settings for the site
|
|
460
|
+
*/
|
|
358
461
|
srxApp?: pulumi.Input<inputs.site.SettingSrxApp | undefined>;
|
|
359
462
|
/**
|
|
360
|
-
*
|
|
463
|
+
* Public SSH keys configured for the site
|
|
361
464
|
*/
|
|
362
465
|
sshKeys?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
466
|
+
/**
|
|
467
|
+
* Session Smart Router settings for the site
|
|
468
|
+
*/
|
|
363
469
|
ssr?: pulumi.Input<inputs.site.SettingSsr | undefined>;
|
|
364
470
|
/**
|
|
365
471
|
* Enable threshold-based device down delivery for Switch devices only. When configured it takes effect for SW devices and `deviceUpdownThreshold` is ignored.
|
|
366
472
|
*/
|
|
367
473
|
switchUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
474
|
+
/**
|
|
475
|
+
* Active monitoring test configuration for the site
|
|
476
|
+
*/
|
|
368
477
|
syntheticTest?: pulumi.Input<inputs.site.SettingSyntheticTest | undefined>;
|
|
369
478
|
/**
|
|
370
479
|
* Whether to track anonymous BLE assets (requires ‘track_asset’ enabled)
|
|
371
480
|
*/
|
|
372
481
|
trackAnonymousDevices?: pulumi.Input<boolean | undefined>;
|
|
373
482
|
/**
|
|
374
|
-
*
|
|
483
|
+
* Whether tunnel termination monitoring is disabled for the site
|
|
484
|
+
*/
|
|
485
|
+
tuntermMonitoringDisabled?: pulumi.Input<boolean | undefined>;
|
|
486
|
+
/**
|
|
487
|
+
* Tunnel termination monitoring settings for the site
|
|
488
|
+
*/
|
|
489
|
+
tuntermMonitorings?: pulumi.Input<pulumi.Input<inputs.site.SettingTuntermMonitoring>[] | undefined>;
|
|
490
|
+
/**
|
|
491
|
+
* Multicast settings for tunnel termination at the site
|
|
492
|
+
*/
|
|
493
|
+
tuntermMulticastConfig?: pulumi.Input<inputs.site.SettingTuntermMulticastConfig | undefined>;
|
|
494
|
+
/**
|
|
495
|
+
* AP uplink port configuration for the site
|
|
375
496
|
*/
|
|
376
497
|
uplinkPortConfig?: pulumi.Input<inputs.site.SettingUplinkPortConfig | undefined>;
|
|
377
498
|
/**
|
|
378
|
-
*
|
|
499
|
+
* Template variables defined for the site
|
|
379
500
|
*/
|
|
380
501
|
vars?: pulumi.Input<{
|
|
381
502
|
[key: string]: pulumi.Input<string>;
|
|
382
503
|
} | undefined>;
|
|
383
504
|
/**
|
|
384
|
-
*
|
|
505
|
+
* Metadata annotations for site template variables
|
|
385
506
|
*/
|
|
386
507
|
varsAnnotations?: pulumi.Input<{
|
|
387
508
|
[key: string]: pulumi.Input<inputs.site.SettingVarsAnnotations>;
|
|
388
509
|
} | undefined>;
|
|
510
|
+
/**
|
|
511
|
+
* Virtual Network Assistant settings for the site
|
|
512
|
+
*/
|
|
389
513
|
vna?: pulumi.Input<inputs.site.SettingVna | undefined>;
|
|
390
514
|
/**
|
|
391
515
|
* enable threshold-based vpn path down delivery.
|
|
@@ -396,25 +520,37 @@ export interface SettingState {
|
|
|
396
520
|
*/
|
|
397
521
|
vpnPeerUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
398
522
|
/**
|
|
399
|
-
*
|
|
523
|
+
* EX9200 virtual switch instance definitions for the site
|
|
400
524
|
*/
|
|
401
525
|
vsInstance?: pulumi.Input<{
|
|
402
526
|
[key: string]: pulumi.Input<inputs.site.SettingVsInstance>;
|
|
403
527
|
} | undefined>;
|
|
528
|
+
/**
|
|
529
|
+
* Virtual Network Assistant settings for WAN experiences at the site
|
|
530
|
+
*/
|
|
404
531
|
wanVna?: pulumi.Input<inputs.site.SettingWanVna | undefined>;
|
|
532
|
+
/**
|
|
533
|
+
* Read-only URL for the watched station list file
|
|
534
|
+
*/
|
|
405
535
|
watchedStationUrl?: pulumi.Input<string | undefined>;
|
|
536
|
+
/**
|
|
537
|
+
* Read-only URL for the site whitelist file
|
|
538
|
+
*/
|
|
406
539
|
whitelistUrl?: pulumi.Input<string | undefined>;
|
|
407
540
|
/**
|
|
408
|
-
*
|
|
541
|
+
* Wireless intrusion detection settings for the site
|
|
409
542
|
*/
|
|
410
543
|
wids?: pulumi.Input<inputs.site.SettingWids | undefined>;
|
|
411
544
|
/**
|
|
412
|
-
*
|
|
545
|
+
* Wireless LAN configuration settings for the site
|
|
413
546
|
*/
|
|
414
547
|
wifi?: pulumi.Input<inputs.site.SettingWifi | undefined>;
|
|
548
|
+
/**
|
|
549
|
+
* Virtual Network Assistant settings for wired experiences at the site
|
|
550
|
+
*/
|
|
415
551
|
wiredVna?: pulumi.Input<inputs.site.SettingWiredVna | undefined>;
|
|
416
552
|
/**
|
|
417
|
-
*
|
|
553
|
+
* Occupancy alert settings for site zones
|
|
418
554
|
*/
|
|
419
555
|
zoneOccupancyAlert?: pulumi.Input<inputs.site.SettingZoneOccupancyAlert | undefined>;
|
|
420
556
|
}
|
|
@@ -426,9 +562,12 @@ export interface SettingArgs {
|
|
|
426
562
|
* whether to allow Mist to look at this org
|
|
427
563
|
*/
|
|
428
564
|
allowMist?: pulumi.Input<boolean | undefined>;
|
|
565
|
+
/**
|
|
566
|
+
* Advanced analytics configuration for the site
|
|
567
|
+
*/
|
|
429
568
|
analytic?: pulumi.Input<inputs.site.SettingAnalytic | undefined>;
|
|
430
569
|
/**
|
|
431
|
-
*
|
|
570
|
+
* Synthetic test configuration for APs at the site
|
|
432
571
|
*/
|
|
433
572
|
apSyntheticTest?: pulumi.Input<inputs.site.SettingApSyntheticTest | undefined>;
|
|
434
573
|
/**
|
|
@@ -436,11 +575,11 @@ export interface SettingArgs {
|
|
|
436
575
|
*/
|
|
437
576
|
apUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
438
577
|
/**
|
|
439
|
-
*
|
|
578
|
+
* Automatic AP firmware upgrade settings for the site. Overrides org setting when provided.
|
|
440
579
|
*/
|
|
441
580
|
autoUpgrade?: pulumi.Input<inputs.site.SettingAutoUpgrade | undefined>;
|
|
442
581
|
/**
|
|
443
|
-
*
|
|
582
|
+
* Automatic ESL firmware upgrade settings for the site
|
|
444
583
|
*/
|
|
445
584
|
autoUpgradeEsl?: pulumi.Input<inputs.site.SettingAutoUpgradeEsl | undefined>;
|
|
446
585
|
/**
|
|
@@ -448,7 +587,7 @@ export interface SettingArgs {
|
|
|
448
587
|
*/
|
|
449
588
|
bgpNeighborUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
450
589
|
/**
|
|
451
|
-
*
|
|
590
|
+
* Bluetooth Low Energy configuration applied to APs at the site
|
|
452
591
|
*/
|
|
453
592
|
bleConfig?: pulumi.Input<inputs.site.SettingBleConfig | undefined>;
|
|
454
593
|
/**
|
|
@@ -456,24 +595,27 @@ export interface SettingArgs {
|
|
|
456
595
|
*/
|
|
457
596
|
configAutoRevert?: pulumi.Input<boolean | undefined>;
|
|
458
597
|
/**
|
|
459
|
-
*
|
|
598
|
+
* Policy controlling how site configuration pushes are applied
|
|
460
599
|
*/
|
|
461
600
|
configPushPolicy?: pulumi.Input<inputs.site.SettingConfigPushPolicy | undefined>;
|
|
462
601
|
/**
|
|
463
|
-
*
|
|
602
|
+
* Monitoring configuration for critical URLs at the site
|
|
464
603
|
*/
|
|
465
604
|
criticalUrlMonitoring?: pulumi.Input<inputs.site.SettingCriticalUrlMonitoring | undefined>;
|
|
466
605
|
/**
|
|
467
606
|
* By default, device_updown_threshold, if set, will apply to all devices types if different values for specific device type is desired, use the following
|
|
468
607
|
*/
|
|
469
608
|
deviceUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
609
|
+
/**
|
|
610
|
+
* Whether UNII-4 channels are enabled for the site
|
|
611
|
+
*/
|
|
470
612
|
enableUnii4?: pulumi.Input<boolean | undefined>;
|
|
471
613
|
/**
|
|
472
|
-
*
|
|
614
|
+
* Dwell-time analytics rules for the site
|
|
473
615
|
*/
|
|
474
616
|
engagement?: pulumi.Input<inputs.site.SettingEngagement | undefined>;
|
|
475
617
|
/**
|
|
476
|
-
*
|
|
618
|
+
* Management access settings for gateways at the site
|
|
477
619
|
*/
|
|
478
620
|
gatewayMgmt?: pulumi.Input<inputs.site.SettingGatewayMgmt | undefined>;
|
|
479
621
|
/**
|
|
@@ -485,17 +627,31 @@ export interface SettingArgs {
|
|
|
485
627
|
*/
|
|
486
628
|
gatewayUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
487
629
|
/**
|
|
488
|
-
* IoT
|
|
630
|
+
* Proxy settings for IoT traffic at the site
|
|
489
631
|
*/
|
|
490
632
|
iotproxy?: pulumi.Input<inputs.site.SettingIotproxy | undefined>;
|
|
633
|
+
/**
|
|
634
|
+
* SRX integration settings for the site
|
|
635
|
+
*/
|
|
491
636
|
juniperSrx?: pulumi.Input<inputs.site.SettingJuniperSrx | undefined>;
|
|
492
637
|
/**
|
|
493
|
-
* LED
|
|
638
|
+
* AP LED behavior configured for the site
|
|
494
639
|
*/
|
|
495
640
|
led?: pulumi.Input<inputs.site.SettingLed | undefined>;
|
|
641
|
+
/**
|
|
642
|
+
* AI assistant settings for Marvis at the site
|
|
643
|
+
*/
|
|
496
644
|
marvis?: pulumi.Input<inputs.site.SettingMarvis | undefined>;
|
|
497
645
|
/**
|
|
498
|
-
*
|
|
646
|
+
* Mist Edge management access settings for the site
|
|
647
|
+
*/
|
|
648
|
+
mxedgeMgmt?: pulumi.Input<inputs.site.SettingMxedgeMgmt | undefined>;
|
|
649
|
+
/**
|
|
650
|
+
* Site Mist Tunnel configuration
|
|
651
|
+
*/
|
|
652
|
+
mxtunnels?: pulumi.Input<inputs.site.SettingMxtunnels | undefined>;
|
|
653
|
+
/**
|
|
654
|
+
* Analytics settings for site occupancy
|
|
499
655
|
*/
|
|
500
656
|
occupancy?: pulumi.Input<inputs.site.SettingOccupancy | undefined>;
|
|
501
657
|
/**
|
|
@@ -503,7 +659,7 @@ export interface SettingArgs {
|
|
|
503
659
|
*/
|
|
504
660
|
persistConfigOnDevice?: pulumi.Input<boolean | undefined>;
|
|
505
661
|
/**
|
|
506
|
-
*
|
|
662
|
+
* Network proxy settings for devices at the site
|
|
507
663
|
*/
|
|
508
664
|
proxy?: pulumi.Input<inputs.site.SettingProxy | undefined>;
|
|
509
665
|
/**
|
|
@@ -515,51 +671,84 @@ export interface SettingArgs {
|
|
|
515
671
|
*/
|
|
516
672
|
reportGatt?: pulumi.Input<boolean | undefined>;
|
|
517
673
|
/**
|
|
518
|
-
*
|
|
674
|
+
* AP threat detection settings for the site
|
|
519
675
|
*/
|
|
520
676
|
rogue?: pulumi.Input<inputs.site.SettingRogue | undefined>;
|
|
521
677
|
/**
|
|
522
|
-
* Managed mobility
|
|
678
|
+
* Managed mobility and asset tracking settings for the site
|
|
523
679
|
*/
|
|
524
680
|
rtsa?: pulumi.Input<inputs.site.SettingRtsa | undefined>;
|
|
525
681
|
/**
|
|
526
|
-
*
|
|
682
|
+
* Threshold alert settings for the site
|
|
527
683
|
*/
|
|
528
684
|
simpleAlert?: pulumi.Input<inputs.site.SettingSimpleAlert | undefined>;
|
|
685
|
+
/**
|
|
686
|
+
* Identifier of the site these settings apply to
|
|
687
|
+
*/
|
|
529
688
|
siteId: pulumi.Input<string>;
|
|
689
|
+
/**
|
|
690
|
+
* Threat intelligence settings from Sky ATP for the site
|
|
691
|
+
*/
|
|
530
692
|
skyatp?: pulumi.Input<inputs.site.SettingSkyatp | undefined>;
|
|
693
|
+
/**
|
|
694
|
+
* Service level expectation threshold settings for the site
|
|
695
|
+
*/
|
|
531
696
|
sleThresholds?: pulumi.Input<inputs.site.SettingSleThresholds | undefined>;
|
|
697
|
+
/**
|
|
698
|
+
* Juniper SRX application visibility settings for the site
|
|
699
|
+
*/
|
|
532
700
|
srxApp?: pulumi.Input<inputs.site.SettingSrxApp | undefined>;
|
|
533
701
|
/**
|
|
534
|
-
*
|
|
702
|
+
* Public SSH keys configured for the site
|
|
535
703
|
*/
|
|
536
704
|
sshKeys?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
705
|
+
/**
|
|
706
|
+
* Session Smart Router settings for the site
|
|
707
|
+
*/
|
|
537
708
|
ssr?: pulumi.Input<inputs.site.SettingSsr | undefined>;
|
|
538
709
|
/**
|
|
539
710
|
* Enable threshold-based device down delivery for Switch devices only. When configured it takes effect for SW devices and `deviceUpdownThreshold` is ignored.
|
|
540
711
|
*/
|
|
541
712
|
switchUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
713
|
+
/**
|
|
714
|
+
* Active monitoring test configuration for the site
|
|
715
|
+
*/
|
|
542
716
|
syntheticTest?: pulumi.Input<inputs.site.SettingSyntheticTest | undefined>;
|
|
543
717
|
/**
|
|
544
718
|
* Whether to track anonymous BLE assets (requires ‘track_asset’ enabled)
|
|
545
719
|
*/
|
|
546
720
|
trackAnonymousDevices?: pulumi.Input<boolean | undefined>;
|
|
547
721
|
/**
|
|
548
|
-
*
|
|
722
|
+
* Whether tunnel termination monitoring is disabled for the site
|
|
723
|
+
*/
|
|
724
|
+
tuntermMonitoringDisabled?: pulumi.Input<boolean | undefined>;
|
|
725
|
+
/**
|
|
726
|
+
* Tunnel termination monitoring settings for the site
|
|
727
|
+
*/
|
|
728
|
+
tuntermMonitorings?: pulumi.Input<pulumi.Input<inputs.site.SettingTuntermMonitoring>[] | undefined>;
|
|
729
|
+
/**
|
|
730
|
+
* Multicast settings for tunnel termination at the site
|
|
731
|
+
*/
|
|
732
|
+
tuntermMulticastConfig?: pulumi.Input<inputs.site.SettingTuntermMulticastConfig | undefined>;
|
|
733
|
+
/**
|
|
734
|
+
* AP uplink port configuration for the site
|
|
549
735
|
*/
|
|
550
736
|
uplinkPortConfig?: pulumi.Input<inputs.site.SettingUplinkPortConfig | undefined>;
|
|
551
737
|
/**
|
|
552
|
-
*
|
|
738
|
+
* Template variables defined for the site
|
|
553
739
|
*/
|
|
554
740
|
vars?: pulumi.Input<{
|
|
555
741
|
[key: string]: pulumi.Input<string>;
|
|
556
742
|
} | undefined>;
|
|
557
743
|
/**
|
|
558
|
-
*
|
|
744
|
+
* Metadata annotations for site template variables
|
|
559
745
|
*/
|
|
560
746
|
varsAnnotations?: pulumi.Input<{
|
|
561
747
|
[key: string]: pulumi.Input<inputs.site.SettingVarsAnnotations>;
|
|
562
748
|
} | undefined>;
|
|
749
|
+
/**
|
|
750
|
+
* Virtual Network Assistant settings for the site
|
|
751
|
+
*/
|
|
563
752
|
vna?: pulumi.Input<inputs.site.SettingVna | undefined>;
|
|
564
753
|
/**
|
|
565
754
|
* enable threshold-based vpn path down delivery.
|
|
@@ -570,23 +759,29 @@ export interface SettingArgs {
|
|
|
570
759
|
*/
|
|
571
760
|
vpnPeerUpdownThreshold?: pulumi.Input<number | undefined>;
|
|
572
761
|
/**
|
|
573
|
-
*
|
|
762
|
+
* EX9200 virtual switch instance definitions for the site
|
|
574
763
|
*/
|
|
575
764
|
vsInstance?: pulumi.Input<{
|
|
576
765
|
[key: string]: pulumi.Input<inputs.site.SettingVsInstance>;
|
|
577
766
|
} | undefined>;
|
|
767
|
+
/**
|
|
768
|
+
* Virtual Network Assistant settings for WAN experiences at the site
|
|
769
|
+
*/
|
|
578
770
|
wanVna?: pulumi.Input<inputs.site.SettingWanVna | undefined>;
|
|
579
771
|
/**
|
|
580
|
-
*
|
|
772
|
+
* Wireless intrusion detection settings for the site
|
|
581
773
|
*/
|
|
582
774
|
wids?: pulumi.Input<inputs.site.SettingWids | undefined>;
|
|
583
775
|
/**
|
|
584
|
-
*
|
|
776
|
+
* Wireless LAN configuration settings for the site
|
|
585
777
|
*/
|
|
586
778
|
wifi?: pulumi.Input<inputs.site.SettingWifi | undefined>;
|
|
779
|
+
/**
|
|
780
|
+
* Virtual Network Assistant settings for wired experiences at the site
|
|
781
|
+
*/
|
|
587
782
|
wiredVna?: pulumi.Input<inputs.site.SettingWiredVna | undefined>;
|
|
588
783
|
/**
|
|
589
|
-
*
|
|
784
|
+
* Occupancy alert settings for site zones
|
|
590
785
|
*/
|
|
591
786
|
zoneOccupancyAlert?: pulumi.Input<inputs.site.SettingZoneOccupancyAlert | undefined>;
|
|
592
787
|
}
|