@pulumi/juniper-mist 0.2.2 → 0.2.3
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/device/ap.d.ts +75 -54
- package/device/ap.js +2 -0
- package/device/ap.js.map +1 -1
- package/device/base.d.ts +1 -1
- package/device/base.js +1 -1
- package/device/gateway.d.ts +24 -24
- package/device/image.d.ts +1 -1
- package/device/image.js +1 -1
- package/device/switch.d.ts +39 -39
- package/org/avprofile.d.ts +128 -0
- package/org/avprofile.js +111 -0
- package/org/avprofile.js.map +1 -0
- package/org/deviceprofileAp.d.ts +36 -30
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +9 -9
- package/org/gatewaytemplate.d.ts +9 -9
- package/org/getAvprofiles.d.ts +71 -0
- package/org/getAvprofiles.js +66 -0
- package/org/getAvprofiles.js.map +1 -0
- package/org/getSsoRoles.d.ts +2 -2
- package/org/getSsoRoles.js +2 -2
- package/org/index.d.ts +6 -0
- package/org/index.js +10 -2
- package/org/index.js.map +1 -1
- package/org/inventory.d.ts +4 -4
- package/org/inventory.js +1 -1
- package/org/nactag.d.ts +54 -39
- package/org/nactag.js +2 -0
- package/org/nactag.js.map +1 -1
- package/org/networktemplate.d.ts +12 -12
- package/org/rftemplate.d.ts +6 -6
- package/org/servicepolicy.d.ts +29 -8
- package/org/servicepolicy.js +5 -1
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +24 -24
- package/org/sso.d.ts +11 -11
- package/org/ssoRole.d.ts +1 -1
- package/org/ssoRole.js +1 -1
- package/org/webhook.d.ts +39 -42
- package/org/webhook.js.map +1 -1
- package/org/wlan.d.ts +233 -233
- package/org/wlanPortalTemplate.d.ts +3 -3
- package/package.json +2 -2
- package/site/base.d.ts +1 -1
- package/site/base.js +1 -1
- package/site/networktemplate.d.ts +15 -15
- package/site/setting.d.ts +49 -49
- package/site/setting.js +1 -1
- package/site/webhook.d.ts +39 -42
- package/site/webhook.js.map +1 -1
- package/site/wlan.d.ts +233 -233
- package/site/wlanPortalTemplate.d.ts +3 -3
- package/types/input.d.ts +1394 -1276
- package/types/output.d.ts +1732 -1575
package/device/ap.d.ts
CHANGED
|
@@ -44,24 +44,28 @@ export declare class Ap extends pulumi.CustomResource {
|
|
|
44
44
|
readonly clientBridge: pulumi.Output<outputs.device.ApClientBridge | undefined>;
|
|
45
45
|
readonly deviceId: pulumi.Output<string>;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* Whether to disable eth1 port
|
|
48
48
|
*/
|
|
49
49
|
readonly disableEth1: pulumi.Output<boolean>;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Whether to disable eth2 port
|
|
52
52
|
*/
|
|
53
53
|
readonly disableEth2: pulumi.Output<boolean>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Whether to disable eth3 port
|
|
56
56
|
*/
|
|
57
57
|
readonly disableEth3: pulumi.Output<boolean>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Whether to disable module port
|
|
60
60
|
*/
|
|
61
61
|
readonly disableModule: pulumi.Output<boolean>;
|
|
62
62
|
readonly eslConfig: pulumi.Output<outputs.device.ApEslConfig | undefined>;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* For some AP models, flowControl can be enabled to address some switch compatibility issue
|
|
65
|
+
*/
|
|
66
|
+
readonly flowControl: pulumi.Output<boolean>;
|
|
67
|
+
/**
|
|
68
|
+
* Height, in meters, optional
|
|
65
69
|
*/
|
|
66
70
|
readonly height: pulumi.Output<number | undefined>;
|
|
67
71
|
readonly image1Url: pulumi.Output<string>;
|
|
@@ -76,15 +80,15 @@ export declare class Ap extends pulumi.CustomResource {
|
|
|
76
80
|
*/
|
|
77
81
|
readonly led: pulumi.Output<outputs.device.ApLed | undefined>;
|
|
78
82
|
/**
|
|
79
|
-
*
|
|
83
|
+
* Whether this map is considered locked down
|
|
80
84
|
*/
|
|
81
85
|
readonly locked: pulumi.Output<boolean | undefined>;
|
|
82
86
|
/**
|
|
83
|
-
*
|
|
87
|
+
* Device MAC address
|
|
84
88
|
*/
|
|
85
89
|
readonly mac: pulumi.Output<string>;
|
|
86
90
|
/**
|
|
87
|
-
*
|
|
91
|
+
* Map where the device belongs to
|
|
88
92
|
*/
|
|
89
93
|
readonly mapId: pulumi.Output<string | undefined>;
|
|
90
94
|
/**
|
|
@@ -92,26 +96,26 @@ export declare class Ap extends pulumi.CustomResource {
|
|
|
92
96
|
*/
|
|
93
97
|
readonly mesh: pulumi.Output<outputs.device.ApMesh | undefined>;
|
|
94
98
|
/**
|
|
95
|
-
*
|
|
99
|
+
* Device Model
|
|
96
100
|
*/
|
|
97
101
|
readonly model: pulumi.Output<string>;
|
|
98
102
|
readonly name: pulumi.Output<string>;
|
|
99
103
|
/**
|
|
100
|
-
*
|
|
104
|
+
* Any notes about this AP
|
|
101
105
|
*/
|
|
102
106
|
readonly notes: pulumi.Output<string | undefined>;
|
|
103
107
|
readonly ntpServers: pulumi.Output<string[] | undefined>;
|
|
104
108
|
readonly orgId: pulumi.Output<string>;
|
|
105
109
|
/**
|
|
106
|
-
*
|
|
110
|
+
* Orientation, 0-359, in degrees, up is 0, right is 90.
|
|
107
111
|
*/
|
|
108
112
|
readonly orientation: pulumi.Output<number | undefined>;
|
|
109
113
|
/**
|
|
110
|
-
*
|
|
114
|
+
* Whether to enable power out through module port (for APH) or eth1 (for APL/BT11)
|
|
111
115
|
*/
|
|
112
116
|
readonly poePassthrough: pulumi.Output<boolean>;
|
|
113
117
|
/**
|
|
114
|
-
*
|
|
118
|
+
* Power related configs
|
|
115
119
|
*/
|
|
116
120
|
readonly pwrConfig: pulumi.Output<outputs.device.ApPwrConfig | undefined>;
|
|
117
121
|
/**
|
|
@@ -119,7 +123,7 @@ export declare class Ap extends pulumi.CustomResource {
|
|
|
119
123
|
*/
|
|
120
124
|
readonly radioConfig: pulumi.Output<outputs.device.ApRadioConfig | undefined>;
|
|
121
125
|
/**
|
|
122
|
-
*
|
|
126
|
+
* Device Serial
|
|
123
127
|
*/
|
|
124
128
|
readonly serial: pulumi.Output<string>;
|
|
125
129
|
readonly siteId: pulumi.Output<string>;
|
|
@@ -127,24 +131,27 @@ export declare class Ap extends pulumi.CustomResource {
|
|
|
127
131
|
* Device Type. enum: `ap`
|
|
128
132
|
*/
|
|
129
133
|
readonly type: pulumi.Output<string>;
|
|
134
|
+
/**
|
|
135
|
+
* AP Uplink port configuration
|
|
136
|
+
*/
|
|
130
137
|
readonly uplinkPortConfig: pulumi.Output<outputs.device.ApUplinkPortConfig | undefined>;
|
|
131
138
|
/**
|
|
132
|
-
* USB AP settings Note: if native imagotag is enabled, BLE will be disabled automatically Note: legacy, new config
|
|
133
|
-
* to ESL Config.
|
|
139
|
+
* USB AP settings - Note: if native imagotag is enabled, BLE will be disabled automatically - Note: legacy, new config
|
|
140
|
+
* moved to ESL Config.
|
|
134
141
|
*/
|
|
135
142
|
readonly usbConfig: pulumi.Output<outputs.device.ApUsbConfig | undefined>;
|
|
136
143
|
/**
|
|
137
|
-
*
|
|
144
|
+
* Dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
|
|
138
145
|
*/
|
|
139
146
|
readonly vars: pulumi.Output<{
|
|
140
147
|
[key: string]: string;
|
|
141
148
|
} | undefined>;
|
|
142
149
|
/**
|
|
143
|
-
*
|
|
150
|
+
* X in pixel
|
|
144
151
|
*/
|
|
145
152
|
readonly x: pulumi.Output<number | undefined>;
|
|
146
153
|
/**
|
|
147
|
-
*
|
|
154
|
+
* Y in pixel
|
|
148
155
|
*/
|
|
149
156
|
readonly y: pulumi.Output<number | undefined>;
|
|
150
157
|
/**
|
|
@@ -172,24 +179,28 @@ export interface ApState {
|
|
|
172
179
|
clientBridge?: pulumi.Input<inputs.device.ApClientBridge>;
|
|
173
180
|
deviceId?: pulumi.Input<string>;
|
|
174
181
|
/**
|
|
175
|
-
*
|
|
182
|
+
* Whether to disable eth1 port
|
|
176
183
|
*/
|
|
177
184
|
disableEth1?: pulumi.Input<boolean>;
|
|
178
185
|
/**
|
|
179
|
-
*
|
|
186
|
+
* Whether to disable eth2 port
|
|
180
187
|
*/
|
|
181
188
|
disableEth2?: pulumi.Input<boolean>;
|
|
182
189
|
/**
|
|
183
|
-
*
|
|
190
|
+
* Whether to disable eth3 port
|
|
184
191
|
*/
|
|
185
192
|
disableEth3?: pulumi.Input<boolean>;
|
|
186
193
|
/**
|
|
187
|
-
*
|
|
194
|
+
* Whether to disable module port
|
|
188
195
|
*/
|
|
189
196
|
disableModule?: pulumi.Input<boolean>;
|
|
190
197
|
eslConfig?: pulumi.Input<inputs.device.ApEslConfig>;
|
|
191
198
|
/**
|
|
192
|
-
*
|
|
199
|
+
* For some AP models, flowControl can be enabled to address some switch compatibility issue
|
|
200
|
+
*/
|
|
201
|
+
flowControl?: pulumi.Input<boolean>;
|
|
202
|
+
/**
|
|
203
|
+
* Height, in meters, optional
|
|
193
204
|
*/
|
|
194
205
|
height?: pulumi.Input<number>;
|
|
195
206
|
image1Url?: pulumi.Input<string>;
|
|
@@ -204,15 +215,15 @@ export interface ApState {
|
|
|
204
215
|
*/
|
|
205
216
|
led?: pulumi.Input<inputs.device.ApLed>;
|
|
206
217
|
/**
|
|
207
|
-
*
|
|
218
|
+
* Whether this map is considered locked down
|
|
208
219
|
*/
|
|
209
220
|
locked?: pulumi.Input<boolean>;
|
|
210
221
|
/**
|
|
211
|
-
*
|
|
222
|
+
* Device MAC address
|
|
212
223
|
*/
|
|
213
224
|
mac?: pulumi.Input<string>;
|
|
214
225
|
/**
|
|
215
|
-
*
|
|
226
|
+
* Map where the device belongs to
|
|
216
227
|
*/
|
|
217
228
|
mapId?: pulumi.Input<string>;
|
|
218
229
|
/**
|
|
@@ -220,26 +231,26 @@ export interface ApState {
|
|
|
220
231
|
*/
|
|
221
232
|
mesh?: pulumi.Input<inputs.device.ApMesh>;
|
|
222
233
|
/**
|
|
223
|
-
*
|
|
234
|
+
* Device Model
|
|
224
235
|
*/
|
|
225
236
|
model?: pulumi.Input<string>;
|
|
226
237
|
name?: pulumi.Input<string>;
|
|
227
238
|
/**
|
|
228
|
-
*
|
|
239
|
+
* Any notes about this AP
|
|
229
240
|
*/
|
|
230
241
|
notes?: pulumi.Input<string>;
|
|
231
242
|
ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
232
243
|
orgId?: pulumi.Input<string>;
|
|
233
244
|
/**
|
|
234
|
-
*
|
|
245
|
+
* Orientation, 0-359, in degrees, up is 0, right is 90.
|
|
235
246
|
*/
|
|
236
247
|
orientation?: pulumi.Input<number>;
|
|
237
248
|
/**
|
|
238
|
-
*
|
|
249
|
+
* Whether to enable power out through module port (for APH) or eth1 (for APL/BT11)
|
|
239
250
|
*/
|
|
240
251
|
poePassthrough?: pulumi.Input<boolean>;
|
|
241
252
|
/**
|
|
242
|
-
*
|
|
253
|
+
* Power related configs
|
|
243
254
|
*/
|
|
244
255
|
pwrConfig?: pulumi.Input<inputs.device.ApPwrConfig>;
|
|
245
256
|
/**
|
|
@@ -247,7 +258,7 @@ export interface ApState {
|
|
|
247
258
|
*/
|
|
248
259
|
radioConfig?: pulumi.Input<inputs.device.ApRadioConfig>;
|
|
249
260
|
/**
|
|
250
|
-
*
|
|
261
|
+
* Device Serial
|
|
251
262
|
*/
|
|
252
263
|
serial?: pulumi.Input<string>;
|
|
253
264
|
siteId?: pulumi.Input<string>;
|
|
@@ -255,24 +266,27 @@ export interface ApState {
|
|
|
255
266
|
* Device Type. enum: `ap`
|
|
256
267
|
*/
|
|
257
268
|
type?: pulumi.Input<string>;
|
|
269
|
+
/**
|
|
270
|
+
* AP Uplink port configuration
|
|
271
|
+
*/
|
|
258
272
|
uplinkPortConfig?: pulumi.Input<inputs.device.ApUplinkPortConfig>;
|
|
259
273
|
/**
|
|
260
|
-
* USB AP settings Note: if native imagotag is enabled, BLE will be disabled automatically Note: legacy, new config
|
|
261
|
-
* to ESL Config.
|
|
274
|
+
* USB AP settings - Note: if native imagotag is enabled, BLE will be disabled automatically - Note: legacy, new config
|
|
275
|
+
* moved to ESL Config.
|
|
262
276
|
*/
|
|
263
277
|
usbConfig?: pulumi.Input<inputs.device.ApUsbConfig>;
|
|
264
278
|
/**
|
|
265
|
-
*
|
|
279
|
+
* Dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
|
|
266
280
|
*/
|
|
267
281
|
vars?: pulumi.Input<{
|
|
268
282
|
[key: string]: pulumi.Input<string>;
|
|
269
283
|
}>;
|
|
270
284
|
/**
|
|
271
|
-
*
|
|
285
|
+
* X in pixel
|
|
272
286
|
*/
|
|
273
287
|
x?: pulumi.Input<number>;
|
|
274
288
|
/**
|
|
275
|
-
*
|
|
289
|
+
* Y in pixel
|
|
276
290
|
*/
|
|
277
291
|
y?: pulumi.Input<number>;
|
|
278
292
|
}
|
|
@@ -292,24 +306,28 @@ export interface ApArgs {
|
|
|
292
306
|
clientBridge?: pulumi.Input<inputs.device.ApClientBridge>;
|
|
293
307
|
deviceId: pulumi.Input<string>;
|
|
294
308
|
/**
|
|
295
|
-
*
|
|
309
|
+
* Whether to disable eth1 port
|
|
296
310
|
*/
|
|
297
311
|
disableEth1?: pulumi.Input<boolean>;
|
|
298
312
|
/**
|
|
299
|
-
*
|
|
313
|
+
* Whether to disable eth2 port
|
|
300
314
|
*/
|
|
301
315
|
disableEth2?: pulumi.Input<boolean>;
|
|
302
316
|
/**
|
|
303
|
-
*
|
|
317
|
+
* Whether to disable eth3 port
|
|
304
318
|
*/
|
|
305
319
|
disableEth3?: pulumi.Input<boolean>;
|
|
306
320
|
/**
|
|
307
|
-
*
|
|
321
|
+
* Whether to disable module port
|
|
308
322
|
*/
|
|
309
323
|
disableModule?: pulumi.Input<boolean>;
|
|
310
324
|
eslConfig?: pulumi.Input<inputs.device.ApEslConfig>;
|
|
311
325
|
/**
|
|
312
|
-
*
|
|
326
|
+
* For some AP models, flowControl can be enabled to address some switch compatibility issue
|
|
327
|
+
*/
|
|
328
|
+
flowControl?: pulumi.Input<boolean>;
|
|
329
|
+
/**
|
|
330
|
+
* Height, in meters, optional
|
|
313
331
|
*/
|
|
314
332
|
height?: pulumi.Input<number>;
|
|
315
333
|
/**
|
|
@@ -321,11 +339,11 @@ export interface ApArgs {
|
|
|
321
339
|
*/
|
|
322
340
|
led?: pulumi.Input<inputs.device.ApLed>;
|
|
323
341
|
/**
|
|
324
|
-
*
|
|
342
|
+
* Whether this map is considered locked down
|
|
325
343
|
*/
|
|
326
344
|
locked?: pulumi.Input<boolean>;
|
|
327
345
|
/**
|
|
328
|
-
*
|
|
346
|
+
* Map where the device belongs to
|
|
329
347
|
*/
|
|
330
348
|
mapId?: pulumi.Input<string>;
|
|
331
349
|
/**
|
|
@@ -334,20 +352,20 @@ export interface ApArgs {
|
|
|
334
352
|
mesh?: pulumi.Input<inputs.device.ApMesh>;
|
|
335
353
|
name?: pulumi.Input<string>;
|
|
336
354
|
/**
|
|
337
|
-
*
|
|
355
|
+
* Any notes about this AP
|
|
338
356
|
*/
|
|
339
357
|
notes?: pulumi.Input<string>;
|
|
340
358
|
ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
341
359
|
/**
|
|
342
|
-
*
|
|
360
|
+
* Orientation, 0-359, in degrees, up is 0, right is 90.
|
|
343
361
|
*/
|
|
344
362
|
orientation?: pulumi.Input<number>;
|
|
345
363
|
/**
|
|
346
|
-
*
|
|
364
|
+
* Whether to enable power out through module port (for APH) or eth1 (for APL/BT11)
|
|
347
365
|
*/
|
|
348
366
|
poePassthrough?: pulumi.Input<boolean>;
|
|
349
367
|
/**
|
|
350
|
-
*
|
|
368
|
+
* Power related configs
|
|
351
369
|
*/
|
|
352
370
|
pwrConfig?: pulumi.Input<inputs.device.ApPwrConfig>;
|
|
353
371
|
/**
|
|
@@ -355,24 +373,27 @@ export interface ApArgs {
|
|
|
355
373
|
*/
|
|
356
374
|
radioConfig?: pulumi.Input<inputs.device.ApRadioConfig>;
|
|
357
375
|
siteId: pulumi.Input<string>;
|
|
376
|
+
/**
|
|
377
|
+
* AP Uplink port configuration
|
|
378
|
+
*/
|
|
358
379
|
uplinkPortConfig?: pulumi.Input<inputs.device.ApUplinkPortConfig>;
|
|
359
380
|
/**
|
|
360
|
-
* USB AP settings Note: if native imagotag is enabled, BLE will be disabled automatically Note: legacy, new config
|
|
361
|
-
* to ESL Config.
|
|
381
|
+
* USB AP settings - Note: if native imagotag is enabled, BLE will be disabled automatically - Note: legacy, new config
|
|
382
|
+
* moved to ESL Config.
|
|
362
383
|
*/
|
|
363
384
|
usbConfig?: pulumi.Input<inputs.device.ApUsbConfig>;
|
|
364
385
|
/**
|
|
365
|
-
*
|
|
386
|
+
* Dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
|
|
366
387
|
*/
|
|
367
388
|
vars?: pulumi.Input<{
|
|
368
389
|
[key: string]: pulumi.Input<string>;
|
|
369
390
|
}>;
|
|
370
391
|
/**
|
|
371
|
-
*
|
|
392
|
+
* X in pixel
|
|
372
393
|
*/
|
|
373
394
|
x?: pulumi.Input<number>;
|
|
374
395
|
/**
|
|
375
|
-
*
|
|
396
|
+
* Y in pixel
|
|
376
397
|
*/
|
|
377
398
|
y?: pulumi.Input<number>;
|
|
378
399
|
}
|
package/device/ap.js
CHANGED
|
@@ -58,6 +58,7 @@ class Ap extends pulumi.CustomResource {
|
|
|
58
58
|
resourceInputs["disableEth3"] = state ? state.disableEth3 : undefined;
|
|
59
59
|
resourceInputs["disableModule"] = state ? state.disableModule : undefined;
|
|
60
60
|
resourceInputs["eslConfig"] = state ? state.eslConfig : undefined;
|
|
61
|
+
resourceInputs["flowControl"] = state ? state.flowControl : undefined;
|
|
61
62
|
resourceInputs["height"] = state ? state.height : undefined;
|
|
62
63
|
resourceInputs["image1Url"] = state ? state.image1Url : undefined;
|
|
63
64
|
resourceInputs["image2Url"] = state ? state.image2Url : undefined;
|
|
@@ -104,6 +105,7 @@ class Ap extends pulumi.CustomResource {
|
|
|
104
105
|
resourceInputs["disableEth3"] = args ? args.disableEth3 : undefined;
|
|
105
106
|
resourceInputs["disableModule"] = args ? args.disableModule : undefined;
|
|
106
107
|
resourceInputs["eslConfig"] = args ? args.eslConfig : undefined;
|
|
108
|
+
resourceInputs["flowControl"] = args ? args.flowControl : undefined;
|
|
107
109
|
resourceInputs["height"] = args ? args.height : undefined;
|
|
108
110
|
resourceInputs["ipConfig"] = args ? args.ipConfig : undefined;
|
|
109
111
|
resourceInputs["led"] = args ? args.led : undefined;
|
package/device/ap.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ap.js","sourceRoot":"","sources":["../../device/ap.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,MAAa,EAAG,SAAQ,MAAM,CAAC,cAAc;IACzC;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAe,EAAE,IAAmC;QAC7G,OAAO,IAAI,EAAE,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzD,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,EAAE,CAAC,YAAY,CAAC;IACnD,CAAC;
|
|
1
|
+
{"version":3,"file":"ap.js","sourceRoot":"","sources":["../../device/ap.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,MAAa,EAAG,SAAQ,MAAM,CAAC,cAAc;IACzC;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAe,EAAE,IAAmC;QAC7G,OAAO,IAAI,EAAE,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzD,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,EAAE,CAAC,YAAY,CAAC;IACnD,CAAC;IAmID,YAAY,IAAY,EAAE,WAA8B,EAAE,IAAmC;QACzF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkC,CAAC;YACjD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,cAAc,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;SACrD;aAAM;YACH,MAAM,IAAI,GAAG,WAAiC,CAAC;YAC/C,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,cAAc,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,EAAE,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvD,CAAC;;AAzPL,gBA0PC;AA5OG,gBAAgB;AACO,eAAY,GAAG,0BAA0B,CAAC"}
|
package/device/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* This
|
|
5
|
+
* This resource manages the Site basic information.
|
|
6
6
|
*
|
|
7
7
|
* This resource can be used to assign templates to a site, or to change basic information (e.g. Site Address)
|
|
8
8
|
*
|
package/device/base.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Base = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This
|
|
9
|
+
* This resource manages the Site basic information.
|
|
10
10
|
*
|
|
11
11
|
* This resource can be used to assign templates to a site, or to change basic information (e.g. Site Address)
|
|
12
12
|
*
|
package/device/gateway.d.ts
CHANGED
|
@@ -104,16 +104,16 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
104
104
|
[key: string]: outputs.device.GatewayIpConfigs;
|
|
105
105
|
} | undefined>;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Device MAC address
|
|
108
108
|
*/
|
|
109
109
|
readonly mac: pulumi.Output<string>;
|
|
110
110
|
readonly managed: pulumi.Output<boolean | undefined>;
|
|
111
111
|
/**
|
|
112
|
-
*
|
|
112
|
+
* Map where the device belongs to
|
|
113
113
|
*/
|
|
114
114
|
readonly mapId: pulumi.Output<string | undefined>;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* Device Model
|
|
117
117
|
*/
|
|
118
118
|
readonly model: pulumi.Output<string>;
|
|
119
119
|
readonly mspId: pulumi.Output<string | undefined>;
|
|
@@ -122,7 +122,7 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
122
122
|
readonly notes: pulumi.Output<string | undefined>;
|
|
123
123
|
readonly ntpServers: pulumi.Output<string[] | undefined>;
|
|
124
124
|
/**
|
|
125
|
-
*
|
|
125
|
+
* Out-of-band (vme/em0/fxp0) IP config
|
|
126
126
|
*/
|
|
127
127
|
readonly oobIpConfig: pulumi.Output<outputs.device.GatewayOobIpConfig>;
|
|
128
128
|
readonly orgId: pulumi.Output<string>;
|
|
@@ -140,7 +140,7 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
140
140
|
} | undefined>;
|
|
141
141
|
readonly portMirroring: pulumi.Output<outputs.device.GatewayPortMirroring | undefined>;
|
|
142
142
|
/**
|
|
143
|
-
*
|
|
143
|
+
* Auto assigned if not set
|
|
144
144
|
*/
|
|
145
145
|
readonly routerId: pulumi.Output<string | undefined>;
|
|
146
146
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
150
150
|
[key: string]: outputs.device.GatewayRoutingPolicies;
|
|
151
151
|
} | undefined>;
|
|
152
152
|
/**
|
|
153
|
-
*
|
|
153
|
+
* Device Serial
|
|
154
154
|
*/
|
|
155
155
|
readonly serial: pulumi.Output<string>;
|
|
156
156
|
readonly servicePolicies: pulumi.Output<outputs.device.GatewayServicePolicy[] | undefined>;
|
|
@@ -167,7 +167,7 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
167
167
|
*/
|
|
168
168
|
readonly type: pulumi.Output<string>;
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
170
|
+
* Dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
|
|
171
171
|
*/
|
|
172
172
|
readonly vars: pulumi.Output<{
|
|
173
173
|
[key: string]: string;
|
|
@@ -180,11 +180,11 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
180
180
|
[key: string]: outputs.device.GatewayVrfInstances;
|
|
181
181
|
} | undefined>;
|
|
182
182
|
/**
|
|
183
|
-
*
|
|
183
|
+
* X in pixel
|
|
184
184
|
*/
|
|
185
185
|
readonly x: pulumi.Output<number | undefined>;
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* Y in pixel
|
|
188
188
|
*/
|
|
189
189
|
readonly y: pulumi.Output<number | undefined>;
|
|
190
190
|
/**
|
|
@@ -245,16 +245,16 @@ export interface GatewayState {
|
|
|
245
245
|
[key: string]: pulumi.Input<inputs.device.GatewayIpConfigs>;
|
|
246
246
|
}>;
|
|
247
247
|
/**
|
|
248
|
-
*
|
|
248
|
+
* Device MAC address
|
|
249
249
|
*/
|
|
250
250
|
mac?: pulumi.Input<string>;
|
|
251
251
|
managed?: pulumi.Input<boolean>;
|
|
252
252
|
/**
|
|
253
|
-
*
|
|
253
|
+
* Map where the device belongs to
|
|
254
254
|
*/
|
|
255
255
|
mapId?: pulumi.Input<string>;
|
|
256
256
|
/**
|
|
257
|
-
*
|
|
257
|
+
* Device Model
|
|
258
258
|
*/
|
|
259
259
|
model?: pulumi.Input<string>;
|
|
260
260
|
mspId?: pulumi.Input<string>;
|
|
@@ -263,7 +263,7 @@ export interface GatewayState {
|
|
|
263
263
|
notes?: pulumi.Input<string>;
|
|
264
264
|
ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
265
265
|
/**
|
|
266
|
-
*
|
|
266
|
+
* Out-of-band (vme/em0/fxp0) IP config
|
|
267
267
|
*/
|
|
268
268
|
oobIpConfig?: pulumi.Input<inputs.device.GatewayOobIpConfig>;
|
|
269
269
|
orgId?: pulumi.Input<string>;
|
|
@@ -281,7 +281,7 @@ export interface GatewayState {
|
|
|
281
281
|
}>;
|
|
282
282
|
portMirroring?: pulumi.Input<inputs.device.GatewayPortMirroring>;
|
|
283
283
|
/**
|
|
284
|
-
*
|
|
284
|
+
* Auto assigned if not set
|
|
285
285
|
*/
|
|
286
286
|
routerId?: pulumi.Input<string>;
|
|
287
287
|
/**
|
|
@@ -291,7 +291,7 @@ export interface GatewayState {
|
|
|
291
291
|
[key: string]: pulumi.Input<inputs.device.GatewayRoutingPolicies>;
|
|
292
292
|
}>;
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Device Serial
|
|
295
295
|
*/
|
|
296
296
|
serial?: pulumi.Input<string>;
|
|
297
297
|
servicePolicies?: pulumi.Input<pulumi.Input<inputs.device.GatewayServicePolicy>[]>;
|
|
@@ -308,7 +308,7 @@ export interface GatewayState {
|
|
|
308
308
|
*/
|
|
309
309
|
type?: pulumi.Input<string>;
|
|
310
310
|
/**
|
|
311
|
-
*
|
|
311
|
+
* Dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
|
|
312
312
|
*/
|
|
313
313
|
vars?: pulumi.Input<{
|
|
314
314
|
[key: string]: pulumi.Input<string>;
|
|
@@ -321,11 +321,11 @@ export interface GatewayState {
|
|
|
321
321
|
[key: string]: pulumi.Input<inputs.device.GatewayVrfInstances>;
|
|
322
322
|
}>;
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
* X in pixel
|
|
325
325
|
*/
|
|
326
326
|
x?: pulumi.Input<number>;
|
|
327
327
|
/**
|
|
328
|
-
*
|
|
328
|
+
* Y in pixel
|
|
329
329
|
*/
|
|
330
330
|
y?: pulumi.Input<number>;
|
|
331
331
|
}
|
|
@@ -376,7 +376,7 @@ export interface GatewayArgs {
|
|
|
376
376
|
}>;
|
|
377
377
|
managed?: pulumi.Input<boolean>;
|
|
378
378
|
/**
|
|
379
|
-
*
|
|
379
|
+
* Map where the device belongs to
|
|
380
380
|
*/
|
|
381
381
|
mapId?: pulumi.Input<string>;
|
|
382
382
|
mspId?: pulumi.Input<string>;
|
|
@@ -385,7 +385,7 @@ export interface GatewayArgs {
|
|
|
385
385
|
notes?: pulumi.Input<string>;
|
|
386
386
|
ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
387
387
|
/**
|
|
388
|
-
*
|
|
388
|
+
* Out-of-band (vme/em0/fxp0) IP config
|
|
389
389
|
*/
|
|
390
390
|
oobIpConfig?: pulumi.Input<inputs.device.GatewayOobIpConfig>;
|
|
391
391
|
/**
|
|
@@ -402,7 +402,7 @@ export interface GatewayArgs {
|
|
|
402
402
|
}>;
|
|
403
403
|
portMirroring?: pulumi.Input<inputs.device.GatewayPortMirroring>;
|
|
404
404
|
/**
|
|
405
|
-
*
|
|
405
|
+
* Auto assigned if not set
|
|
406
406
|
*/
|
|
407
407
|
routerId?: pulumi.Input<string>;
|
|
408
408
|
/**
|
|
@@ -421,7 +421,7 @@ export interface GatewayArgs {
|
|
|
421
421
|
}>;
|
|
422
422
|
tunnelProviderOptions?: pulumi.Input<inputs.device.GatewayTunnelProviderOptions>;
|
|
423
423
|
/**
|
|
424
|
-
*
|
|
424
|
+
* Dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
|
|
425
425
|
*/
|
|
426
426
|
vars?: pulumi.Input<{
|
|
427
427
|
[key: string]: pulumi.Input<string>;
|
|
@@ -434,11 +434,11 @@ export interface GatewayArgs {
|
|
|
434
434
|
[key: string]: pulumi.Input<inputs.device.GatewayVrfInstances>;
|
|
435
435
|
}>;
|
|
436
436
|
/**
|
|
437
|
-
*
|
|
437
|
+
* X in pixel
|
|
438
438
|
*/
|
|
439
439
|
x?: pulumi.Input<number>;
|
|
440
440
|
/**
|
|
441
|
-
*
|
|
441
|
+
* Y in pixel
|
|
442
442
|
*/
|
|
443
443
|
y?: pulumi.Input<number>;
|
|
444
444
|
}
|
package/device/image.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* This resource can be used to add a picture to a Wireless Access point, a Switch or a Gateway. A Maximum of 3 pictures can be uploaded.
|
|
6
6
|
*
|
|
7
|
-
* !> There is no validation on the Image currently uploaded to the Mist Cloud. Defining the same image twice (e.g. `image = 1`) for the same device will override the first image
|
|
7
|
+
* !> There is no validation on the Image currently uploaded to the Mist Cloud. Defining the same image twice (e.g. `image = 1`) for the same device will override the first image any warning or error.
|
|
8
8
|
*/
|
|
9
9
|
export declare class Image extends pulumi.CustomResource {
|
|
10
10
|
/**
|
package/device/image.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* This resource can be used to add a picture to a Wireless Access point, a Switch or a Gateway. A Maximum of 3 pictures can be uploaded.
|
|
12
12
|
*
|
|
13
|
-
* !> There is no validation on the Image currently uploaded to the Mist Cloud. Defining the same image twice (e.g. `image = 1`) for the same device will override the first image
|
|
13
|
+
* !> There is no validation on the Image currently uploaded to the Mist Cloud. Defining the same image twice (e.g. `image = 1`) for the same device will override the first image any warning or error.
|
|
14
14
|
*/
|
|
15
15
|
class Image extends pulumi.CustomResource {
|
|
16
16
|
/**
|