@pulumi/juniper-mist 0.6.2 → 0.6.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/config/vars.d.ts +3 -5
- package/config/vars.js.map +1 -1
- package/device/ap.d.ts +12 -15
- package/device/ap.js +77 -77
- package/device/ap.js.map +1 -1
- package/device/base.js +34 -34
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +15 -6
- package/device/gateway.js +77 -75
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.js +7 -7
- package/device/gatewayCluster.js.map +1 -1
- package/device/image.js +13 -13
- package/device/image.js.map +1 -1
- package/device/switch.d.ts +24 -39
- package/device/switch.js +99 -99
- package/device/switch.js.map +1 -1
- package/org/alarmtemplate.js +12 -12
- package/org/alarmtemplate.js.map +1 -1
- package/org/apitoken.js +13 -13
- package/org/apitoken.js.map +1 -1
- package/org/avprofile.js +17 -17
- package/org/avprofile.js.map +1 -1
- package/org/base.js +13 -13
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +12 -12
- package/org/deviceprofileAp.js +49 -49
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileAssign.js +10 -10
- package/org/deviceprofileAssign.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +15 -6
- package/org/deviceprofileGateway.js +55 -53
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/evpnTopology.js +13 -13
- package/org/evpnTopology.js.map +1 -1
- package/org/gatewaytemplate.d.ts +18 -12
- package/org/gatewaytemplate.js +56 -54
- package/org/gatewaytemplate.js.map +1 -1
- package/org/idpprofile.js +11 -11
- package/org/idpprofile.js.map +1 -1
- package/org/inventory.d.ts +15 -9
- package/org/inventory.js +6 -6
- package/org/inventory.js.map +1 -1
- package/org/nacEndpoint.js +17 -17
- package/org/nacEndpoint.js.map +1 -1
- package/org/nacidp.js +57 -57
- package/org/nacidp.js.map +1 -1
- package/org/nacrule.js +22 -22
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +42 -39
- package/org/nactag.js +35 -35
- package/org/nactag.js.map +1 -1
- package/org/network.js +33 -33
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +6 -15
- package/org/networktemplate.js +50 -50
- package/org/networktemplate.js.map +1 -1
- package/org/psk.js +38 -38
- package/org/psk.js.map +1 -1
- package/org/rftemplate.js +28 -28
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +12 -6
- package/org/service.js +50 -50
- package/org/service.js.map +1 -1
- package/org/servicepolicy.js +28 -28
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +27 -42
- package/org/setting.js +70 -70
- package/org/setting.js.map +1 -1
- package/org/sitegroup.js +6 -6
- package/org/sitegroup.js.map +1 -1
- package/org/sso.d.ts +15 -33
- package/org/sso.js +31 -31
- package/org/sso.js.map +1 -1
- package/org/ssoRole.js +9 -9
- package/org/ssoRole.js.map +1 -1
- package/org/vpn.js +12 -12
- package/org/vpn.js.map +1 -1
- package/org/webhook.d.ts +6 -15
- package/org/webhook.js +40 -40
- package/org/webhook.js.map +1 -1
- package/org/wlan.d.ts +69 -93
- package/org/wlan.js +190 -190
- package/org/wlan.js.map +1 -1
- package/org/wlanPortalImage.js +10 -10
- package/org/wlanPortalImage.js.map +1 -1
- package/org/wlanPortalTemplate.js +10 -10
- package/org/wlanPortalTemplate.js.map +1 -1
- package/org/wlantemplate.js +14 -14
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.js +27 -27
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +60 -36
- package/org/wxtag.js +21 -21
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +5 -8
- package/provider.js +7 -7
- package/provider.js.map +1 -1
- package/site/base.js +34 -34
- package/site/base.js.map +1 -1
- package/site/evpnTopology.js +14 -14
- package/site/evpnTopology.js.map +1 -1
- package/site/networktemplate.d.ts +3 -9
- package/site/networktemplate.js +52 -52
- package/site/networktemplate.js.map +1 -1
- package/site/psk.js +35 -35
- package/site/psk.js.map +1 -1
- package/site/setting.d.ts +33 -63
- package/site/setting.js +97 -97
- package/site/setting.js.map +1 -1
- package/site/webhook.d.ts +6 -15
- package/site/webhook.js +43 -43
- package/site/webhook.js.map +1 -1
- package/site/wlan.d.ts +69 -93
- package/site/wlan.js +188 -188
- package/site/wlan.js.map +1 -1
- package/site/wlanPortalImage.js +10 -10
- package/site/wlanPortalImage.js.map +1 -1
- package/site/wlanPortalTemplate.js +10 -10
- package/site/wlanPortalTemplate.js.map +1 -1
- package/site/wxrule.js +24 -24
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +60 -36
- package/site/wxtag.js +21 -21
- package/site/wxtag.js.map +1 -1
- package/types/output.d.ts +55 -55
- package/upgradeDevice.js +30 -30
- package/upgradeDevice.js.map +1 -1
- package/utilities.js +18 -29
- package/utilities.js.map +1 -1
package/config/vars.d.ts
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const apiDebug: boolean | undefined;
|
|
5
5
|
/**
|
|
6
|
-
* Timeout in seconds for completing API transactions with the Mist Cloud. Omit for default value of 10 seconds. Value of 0
|
|
7
|
-
* results in infinite timeout.
|
|
6
|
+
* Timeout in seconds for completing API transactions with the Mist Cloud. Omit for default value of 10 seconds. Value of 0 results in infinite timeout.
|
|
8
7
|
*/
|
|
9
8
|
export declare const apiTimeout: number | undefined;
|
|
10
9
|
/**
|
|
@@ -20,9 +19,8 @@ export declare const host: string | undefined;
|
|
|
20
19
|
*/
|
|
21
20
|
export declare const password: string | undefined;
|
|
22
21
|
/**
|
|
23
|
-
* Requests use the configured proxy to reach the Mist Cloud.
|
|
24
|
-
* `[username:password@]host[:port]`, in which case the `http` scheme is assumed. The schemes `http`, `https`, and `socks5`
|
|
25
|
-
* are supported.
|
|
22
|
+
* Requests use the configured proxy to reach the Mist Cloud.
|
|
23
|
+
* The value may be either a complete URL or a `[username:password@]host[:port]`, in which case the `http` scheme is assumed. The schemes `http`, `https`, and `socks5` are supported.
|
|
26
24
|
*/
|
|
27
25
|
export declare const proxy: string | undefined;
|
|
28
26
|
/**
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;AAMlD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,UAAU,CAAC,CAAC;IACnD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;AAMlD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,UAAU,CAAC,CAAC;IACnD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;IACzC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,YAAY,CAAC,CAAC;IACpD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;IACnC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,EAAE;IACpC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IACjC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
package/device/ap.d.ts
CHANGED
|
@@ -117,9 +117,7 @@ export declare class Ap extends pulumi.CustomResource {
|
|
|
117
117
|
*/
|
|
118
118
|
readonly poePassthrough: pulumi.Output<boolean>;
|
|
119
119
|
/**
|
|
120
|
-
* eth0 is not allowed here. Property key is the interface(s) name (e.g. `eth1` or `eth1,eth2`). If spcified, this takes
|
|
121
|
-
* predecence over switchConfig (switch_config requires user to configure all vlans manually, which is error-prone. thus
|
|
122
|
-
* deprecated)
|
|
120
|
+
* eth0 is not allowed here. Property key is the interface(s) name (e.g. `eth1` or `eth1,eth2`). If spcified, this takes predecence over switchConfig (switch_config requires user to configure all vlans manually, which is error-prone. thus deprecated)
|
|
123
121
|
*/
|
|
124
122
|
readonly portConfig: pulumi.Output<{
|
|
125
123
|
[key: string]: outputs.device.ApPortConfig;
|
|
@@ -146,8 +144,9 @@ export declare class Ap extends pulumi.CustomResource {
|
|
|
146
144
|
*/
|
|
147
145
|
readonly uplinkPortConfig: pulumi.Output<outputs.device.ApUplinkPortConfig | undefined>;
|
|
148
146
|
/**
|
|
149
|
-
* USB AP settings
|
|
150
|
-
*
|
|
147
|
+
* USB AP settings
|
|
148
|
+
* - Note: if native imagotag is enabled, BLE will be disabled automatically
|
|
149
|
+
* - Note: legacy, new config moved to ESL Config.
|
|
151
150
|
*/
|
|
152
151
|
readonly usbConfig: pulumi.Output<outputs.device.ApUsbConfig | undefined>;
|
|
153
152
|
/**
|
|
@@ -262,9 +261,7 @@ export interface ApState {
|
|
|
262
261
|
*/
|
|
263
262
|
poePassthrough?: pulumi.Input<boolean>;
|
|
264
263
|
/**
|
|
265
|
-
* eth0 is not allowed here. Property key is the interface(s) name (e.g. `eth1` or `eth1,eth2`). If spcified, this takes
|
|
266
|
-
* predecence over switchConfig (switch_config requires user to configure all vlans manually, which is error-prone. thus
|
|
267
|
-
* deprecated)
|
|
264
|
+
* eth0 is not allowed here. Property key is the interface(s) name (e.g. `eth1` or `eth1,eth2`). If spcified, this takes predecence over switchConfig (switch_config requires user to configure all vlans manually, which is error-prone. thus deprecated)
|
|
268
265
|
*/
|
|
269
266
|
portConfig?: pulumi.Input<{
|
|
270
267
|
[key: string]: pulumi.Input<inputs.device.ApPortConfig>;
|
|
@@ -291,8 +288,9 @@ export interface ApState {
|
|
|
291
288
|
*/
|
|
292
289
|
uplinkPortConfig?: pulumi.Input<inputs.device.ApUplinkPortConfig>;
|
|
293
290
|
/**
|
|
294
|
-
* USB AP settings
|
|
295
|
-
*
|
|
291
|
+
* USB AP settings
|
|
292
|
+
* - Note: if native imagotag is enabled, BLE will be disabled automatically
|
|
293
|
+
* - Note: legacy, new config moved to ESL Config.
|
|
296
294
|
*/
|
|
297
295
|
usbConfig?: pulumi.Input<inputs.device.ApUsbConfig>;
|
|
298
296
|
/**
|
|
@@ -387,9 +385,7 @@ export interface ApArgs {
|
|
|
387
385
|
*/
|
|
388
386
|
poePassthrough?: pulumi.Input<boolean>;
|
|
389
387
|
/**
|
|
390
|
-
* eth0 is not allowed here. Property key is the interface(s) name (e.g. `eth1` or `eth1,eth2`). If spcified, this takes
|
|
391
|
-
* predecence over switchConfig (switch_config requires user to configure all vlans manually, which is error-prone. thus
|
|
392
|
-
* deprecated)
|
|
388
|
+
* eth0 is not allowed here. Property key is the interface(s) name (e.g. `eth1` or `eth1,eth2`). If spcified, this takes predecence over switchConfig (switch_config requires user to configure all vlans manually, which is error-prone. thus deprecated)
|
|
393
389
|
*/
|
|
394
390
|
portConfig?: pulumi.Input<{
|
|
395
391
|
[key: string]: pulumi.Input<inputs.device.ApPortConfig>;
|
|
@@ -408,8 +404,9 @@ export interface ApArgs {
|
|
|
408
404
|
*/
|
|
409
405
|
uplinkPortConfig?: pulumi.Input<inputs.device.ApUplinkPortConfig>;
|
|
410
406
|
/**
|
|
411
|
-
* USB AP settings
|
|
412
|
-
*
|
|
407
|
+
* USB AP settings
|
|
408
|
+
* - Note: if native imagotag is enabled, BLE will be disabled automatically
|
|
409
|
+
* - Note: legacy, new config moved to ESL Config.
|
|
413
410
|
*/
|
|
414
411
|
usbConfig?: pulumi.Input<inputs.device.ApUsbConfig>;
|
|
415
412
|
/**
|
package/device/ap.js
CHANGED
|
@@ -31,7 +31,7 @@ class Ap extends pulumi.CustomResource {
|
|
|
31
31
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
32
32
|
*/
|
|
33
33
|
static get(name, id, state, opts) {
|
|
34
|
-
return new Ap(name, state,
|
|
34
|
+
return new Ap(name, state, { ...opts, id: id });
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* Returns true if the given object is an instance of Ap. This is designed to work even
|
|
@@ -48,89 +48,89 @@ class Ap extends pulumi.CustomResource {
|
|
|
48
48
|
opts = opts || {};
|
|
49
49
|
if (opts.id) {
|
|
50
50
|
const state = argsOrState;
|
|
51
|
-
resourceInputs["aeroscout"] = state
|
|
52
|
-
resourceInputs["airista"] = state
|
|
53
|
-
resourceInputs["bleConfig"] = state
|
|
54
|
-
resourceInputs["centrak"] = state
|
|
55
|
-
resourceInputs["clientBridge"] = state
|
|
56
|
-
resourceInputs["deviceId"] = state
|
|
57
|
-
resourceInputs["disableEth1"] = state
|
|
58
|
-
resourceInputs["disableEth2"] = state
|
|
59
|
-
resourceInputs["disableEth3"] = state
|
|
60
|
-
resourceInputs["disableModule"] = state
|
|
61
|
-
resourceInputs["eslConfig"] = state
|
|
62
|
-
resourceInputs["flowControl"] = state
|
|
63
|
-
resourceInputs["height"] = state
|
|
64
|
-
resourceInputs["image1Url"] = state
|
|
65
|
-
resourceInputs["image2Url"] = state
|
|
66
|
-
resourceInputs["image3Url"] = state
|
|
67
|
-
resourceInputs["ipConfig"] = state
|
|
68
|
-
resourceInputs["lacpConfig"] = state
|
|
69
|
-
resourceInputs["led"] = state
|
|
70
|
-
resourceInputs["locked"] = state
|
|
71
|
-
resourceInputs["mac"] = state
|
|
72
|
-
resourceInputs["mapId"] = state
|
|
73
|
-
resourceInputs["mesh"] = state
|
|
74
|
-
resourceInputs["model"] = state
|
|
75
|
-
resourceInputs["name"] = state
|
|
76
|
-
resourceInputs["notes"] = state
|
|
77
|
-
resourceInputs["ntpServers"] = state
|
|
78
|
-
resourceInputs["orgId"] = state
|
|
79
|
-
resourceInputs["orientation"] = state
|
|
80
|
-
resourceInputs["poePassthrough"] = state
|
|
81
|
-
resourceInputs["portConfig"] = state
|
|
82
|
-
resourceInputs["pwrConfig"] = state
|
|
83
|
-
resourceInputs["radioConfig"] = state
|
|
84
|
-
resourceInputs["serial"] = state
|
|
85
|
-
resourceInputs["siteId"] = state
|
|
86
|
-
resourceInputs["type"] = state
|
|
87
|
-
resourceInputs["uplinkPortConfig"] = state
|
|
88
|
-
resourceInputs["usbConfig"] = state
|
|
89
|
-
resourceInputs["vars"] = state
|
|
90
|
-
resourceInputs["x"] = state
|
|
91
|
-
resourceInputs["y"] = state
|
|
51
|
+
resourceInputs["aeroscout"] = state?.aeroscout;
|
|
52
|
+
resourceInputs["airista"] = state?.airista;
|
|
53
|
+
resourceInputs["bleConfig"] = state?.bleConfig;
|
|
54
|
+
resourceInputs["centrak"] = state?.centrak;
|
|
55
|
+
resourceInputs["clientBridge"] = state?.clientBridge;
|
|
56
|
+
resourceInputs["deviceId"] = state?.deviceId;
|
|
57
|
+
resourceInputs["disableEth1"] = state?.disableEth1;
|
|
58
|
+
resourceInputs["disableEth2"] = state?.disableEth2;
|
|
59
|
+
resourceInputs["disableEth3"] = state?.disableEth3;
|
|
60
|
+
resourceInputs["disableModule"] = state?.disableModule;
|
|
61
|
+
resourceInputs["eslConfig"] = state?.eslConfig;
|
|
62
|
+
resourceInputs["flowControl"] = state?.flowControl;
|
|
63
|
+
resourceInputs["height"] = state?.height;
|
|
64
|
+
resourceInputs["image1Url"] = state?.image1Url;
|
|
65
|
+
resourceInputs["image2Url"] = state?.image2Url;
|
|
66
|
+
resourceInputs["image3Url"] = state?.image3Url;
|
|
67
|
+
resourceInputs["ipConfig"] = state?.ipConfig;
|
|
68
|
+
resourceInputs["lacpConfig"] = state?.lacpConfig;
|
|
69
|
+
resourceInputs["led"] = state?.led;
|
|
70
|
+
resourceInputs["locked"] = state?.locked;
|
|
71
|
+
resourceInputs["mac"] = state?.mac;
|
|
72
|
+
resourceInputs["mapId"] = state?.mapId;
|
|
73
|
+
resourceInputs["mesh"] = state?.mesh;
|
|
74
|
+
resourceInputs["model"] = state?.model;
|
|
75
|
+
resourceInputs["name"] = state?.name;
|
|
76
|
+
resourceInputs["notes"] = state?.notes;
|
|
77
|
+
resourceInputs["ntpServers"] = state?.ntpServers;
|
|
78
|
+
resourceInputs["orgId"] = state?.orgId;
|
|
79
|
+
resourceInputs["orientation"] = state?.orientation;
|
|
80
|
+
resourceInputs["poePassthrough"] = state?.poePassthrough;
|
|
81
|
+
resourceInputs["portConfig"] = state?.portConfig;
|
|
82
|
+
resourceInputs["pwrConfig"] = state?.pwrConfig;
|
|
83
|
+
resourceInputs["radioConfig"] = state?.radioConfig;
|
|
84
|
+
resourceInputs["serial"] = state?.serial;
|
|
85
|
+
resourceInputs["siteId"] = state?.siteId;
|
|
86
|
+
resourceInputs["type"] = state?.type;
|
|
87
|
+
resourceInputs["uplinkPortConfig"] = state?.uplinkPortConfig;
|
|
88
|
+
resourceInputs["usbConfig"] = state?.usbConfig;
|
|
89
|
+
resourceInputs["vars"] = state?.vars;
|
|
90
|
+
resourceInputs["x"] = state?.x;
|
|
91
|
+
resourceInputs["y"] = state?.y;
|
|
92
92
|
}
|
|
93
93
|
else {
|
|
94
94
|
const args = argsOrState;
|
|
95
|
-
if (
|
|
95
|
+
if (args?.deviceId === undefined && !opts.urn) {
|
|
96
96
|
throw new Error("Missing required property 'deviceId'");
|
|
97
97
|
}
|
|
98
|
-
if (
|
|
98
|
+
if (args?.siteId === undefined && !opts.urn) {
|
|
99
99
|
throw new Error("Missing required property 'siteId'");
|
|
100
100
|
}
|
|
101
|
-
resourceInputs["aeroscout"] = args
|
|
102
|
-
resourceInputs["airista"] = args
|
|
103
|
-
resourceInputs["bleConfig"] = args
|
|
104
|
-
resourceInputs["centrak"] = args
|
|
105
|
-
resourceInputs["clientBridge"] = args
|
|
106
|
-
resourceInputs["deviceId"] = args
|
|
107
|
-
resourceInputs["disableEth1"] = args
|
|
108
|
-
resourceInputs["disableEth2"] = args
|
|
109
|
-
resourceInputs["disableEth3"] = args
|
|
110
|
-
resourceInputs["disableModule"] = args
|
|
111
|
-
resourceInputs["eslConfig"] = args
|
|
112
|
-
resourceInputs["flowControl"] = args
|
|
113
|
-
resourceInputs["height"] = args
|
|
114
|
-
resourceInputs["ipConfig"] = args
|
|
115
|
-
resourceInputs["lacpConfig"] = args
|
|
116
|
-
resourceInputs["led"] = args
|
|
117
|
-
resourceInputs["locked"] = args
|
|
118
|
-
resourceInputs["mapId"] = args
|
|
119
|
-
resourceInputs["mesh"] = args
|
|
120
|
-
resourceInputs["name"] = args
|
|
121
|
-
resourceInputs["notes"] = args
|
|
122
|
-
resourceInputs["ntpServers"] = args
|
|
123
|
-
resourceInputs["orientation"] = args
|
|
124
|
-
resourceInputs["poePassthrough"] = args
|
|
125
|
-
resourceInputs["portConfig"] = args
|
|
126
|
-
resourceInputs["pwrConfig"] = args
|
|
127
|
-
resourceInputs["radioConfig"] = args
|
|
128
|
-
resourceInputs["siteId"] = args
|
|
129
|
-
resourceInputs["uplinkPortConfig"] = args
|
|
130
|
-
resourceInputs["usbConfig"] = args
|
|
131
|
-
resourceInputs["vars"] = args
|
|
132
|
-
resourceInputs["x"] = args
|
|
133
|
-
resourceInputs["y"] = args
|
|
101
|
+
resourceInputs["aeroscout"] = args?.aeroscout;
|
|
102
|
+
resourceInputs["airista"] = args?.airista;
|
|
103
|
+
resourceInputs["bleConfig"] = args?.bleConfig;
|
|
104
|
+
resourceInputs["centrak"] = args?.centrak;
|
|
105
|
+
resourceInputs["clientBridge"] = args?.clientBridge;
|
|
106
|
+
resourceInputs["deviceId"] = args?.deviceId;
|
|
107
|
+
resourceInputs["disableEth1"] = args?.disableEth1;
|
|
108
|
+
resourceInputs["disableEth2"] = args?.disableEth2;
|
|
109
|
+
resourceInputs["disableEth3"] = args?.disableEth3;
|
|
110
|
+
resourceInputs["disableModule"] = args?.disableModule;
|
|
111
|
+
resourceInputs["eslConfig"] = args?.eslConfig;
|
|
112
|
+
resourceInputs["flowControl"] = args?.flowControl;
|
|
113
|
+
resourceInputs["height"] = args?.height;
|
|
114
|
+
resourceInputs["ipConfig"] = args?.ipConfig;
|
|
115
|
+
resourceInputs["lacpConfig"] = args?.lacpConfig;
|
|
116
|
+
resourceInputs["led"] = args?.led;
|
|
117
|
+
resourceInputs["locked"] = args?.locked;
|
|
118
|
+
resourceInputs["mapId"] = args?.mapId;
|
|
119
|
+
resourceInputs["mesh"] = args?.mesh;
|
|
120
|
+
resourceInputs["name"] = args?.name;
|
|
121
|
+
resourceInputs["notes"] = args?.notes;
|
|
122
|
+
resourceInputs["ntpServers"] = args?.ntpServers;
|
|
123
|
+
resourceInputs["orientation"] = args?.orientation;
|
|
124
|
+
resourceInputs["poePassthrough"] = args?.poePassthrough;
|
|
125
|
+
resourceInputs["portConfig"] = args?.portConfig;
|
|
126
|
+
resourceInputs["pwrConfig"] = args?.pwrConfig;
|
|
127
|
+
resourceInputs["radioConfig"] = args?.radioConfig;
|
|
128
|
+
resourceInputs["siteId"] = args?.siteId;
|
|
129
|
+
resourceInputs["uplinkPortConfig"] = args?.uplinkPortConfig;
|
|
130
|
+
resourceInputs["usbConfig"] = args?.usbConfig;
|
|
131
|
+
resourceInputs["vars"] = args?.vars;
|
|
132
|
+
resourceInputs["x"] = args?.x;
|
|
133
|
+
resourceInputs["y"] = args?.y;
|
|
134
134
|
resourceInputs["image1Url"] = undefined /*out*/;
|
|
135
135
|
resourceInputs["image2Url"] = undefined /*out*/;
|
|
136
136
|
resourceInputs["image3Url"] = undefined /*out*/;
|
package/device/ap.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ap.js","sourceRoot":"","sources":["../../device/ap.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,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,
|
|
1
|
+
{"version":3,"file":"ap.js","sourceRoot":"","sources":["../../device/ap.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,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,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,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;IA0ID,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,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,GAAG,CAAC,GAAG,KAAK,EAAE,CAAC,CAAC;YAC/B,cAAc,CAAC,GAAG,CAAC,GAAG,KAAK,EAAE,CAAC,CAAC;SAClC;aAAM;YACH,MAAM,IAAI,GAAG,WAAiC,CAAC;YAC/C,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,CAAC;YAC9B,cAAc,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,CAAC;YAC9B,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;;AAtQL,gBAuQC;AAzPG,gBAAgB;AACO,eAAY,GAAG,0BAA0B,CAAC"}
|
package/device/base.js
CHANGED
|
@@ -62,7 +62,7 @@ class Base extends pulumi.CustomResource {
|
|
|
62
62
|
*/
|
|
63
63
|
static get(name, id, state, opts) {
|
|
64
64
|
pulumi.log.warn("Base is deprecated: junipermist.device/base.base has been deprecated in favor of junipermist.site/base.base");
|
|
65
|
-
return new Base(name, state,
|
|
65
|
+
return new Base(name, state, { ...opts, id: id });
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Returns true if the given object is an instance of Base. This is designed to work even
|
|
@@ -81,46 +81,46 @@ class Base extends pulumi.CustomResource {
|
|
|
81
81
|
opts = opts || {};
|
|
82
82
|
if (opts.id) {
|
|
83
83
|
const state = argsOrState;
|
|
84
|
-
resourceInputs["address"] = state
|
|
85
|
-
resourceInputs["alarmtemplateId"] = state
|
|
86
|
-
resourceInputs["aptemplateId"] = state
|
|
87
|
-
resourceInputs["countryCode"] = state
|
|
88
|
-
resourceInputs["gatewaytemplateId"] = state
|
|
89
|
-
resourceInputs["latlng"] = state
|
|
90
|
-
resourceInputs["name"] = state
|
|
91
|
-
resourceInputs["networktemplateId"] = state
|
|
92
|
-
resourceInputs["notes"] = state
|
|
93
|
-
resourceInputs["orgId"] = state
|
|
94
|
-
resourceInputs["rftemplateId"] = state
|
|
95
|
-
resourceInputs["secpolicyId"] = state
|
|
96
|
-
resourceInputs["sitegroupIds"] = state
|
|
97
|
-
resourceInputs["sitetemplateId"] = state
|
|
98
|
-
resourceInputs["timezone"] = state
|
|
99
|
-
resourceInputs["tzoffset"] = state
|
|
84
|
+
resourceInputs["address"] = state?.address;
|
|
85
|
+
resourceInputs["alarmtemplateId"] = state?.alarmtemplateId;
|
|
86
|
+
resourceInputs["aptemplateId"] = state?.aptemplateId;
|
|
87
|
+
resourceInputs["countryCode"] = state?.countryCode;
|
|
88
|
+
resourceInputs["gatewaytemplateId"] = state?.gatewaytemplateId;
|
|
89
|
+
resourceInputs["latlng"] = state?.latlng;
|
|
90
|
+
resourceInputs["name"] = state?.name;
|
|
91
|
+
resourceInputs["networktemplateId"] = state?.networktemplateId;
|
|
92
|
+
resourceInputs["notes"] = state?.notes;
|
|
93
|
+
resourceInputs["orgId"] = state?.orgId;
|
|
94
|
+
resourceInputs["rftemplateId"] = state?.rftemplateId;
|
|
95
|
+
resourceInputs["secpolicyId"] = state?.secpolicyId;
|
|
96
|
+
resourceInputs["sitegroupIds"] = state?.sitegroupIds;
|
|
97
|
+
resourceInputs["sitetemplateId"] = state?.sitetemplateId;
|
|
98
|
+
resourceInputs["timezone"] = state?.timezone;
|
|
99
|
+
resourceInputs["tzoffset"] = state?.tzoffset;
|
|
100
100
|
}
|
|
101
101
|
else {
|
|
102
102
|
const args = argsOrState;
|
|
103
|
-
if (
|
|
103
|
+
if (args?.address === undefined && !opts.urn) {
|
|
104
104
|
throw new Error("Missing required property 'address'");
|
|
105
105
|
}
|
|
106
|
-
if (
|
|
106
|
+
if (args?.orgId === undefined && !opts.urn) {
|
|
107
107
|
throw new Error("Missing required property 'orgId'");
|
|
108
108
|
}
|
|
109
|
-
resourceInputs["address"] = args
|
|
110
|
-
resourceInputs["alarmtemplateId"] = args
|
|
111
|
-
resourceInputs["aptemplateId"] = args
|
|
112
|
-
resourceInputs["countryCode"] = args
|
|
113
|
-
resourceInputs["gatewaytemplateId"] = args
|
|
114
|
-
resourceInputs["latlng"] = args
|
|
115
|
-
resourceInputs["name"] = args
|
|
116
|
-
resourceInputs["networktemplateId"] = args
|
|
117
|
-
resourceInputs["notes"] = args
|
|
118
|
-
resourceInputs["orgId"] = args
|
|
119
|
-
resourceInputs["rftemplateId"] = args
|
|
120
|
-
resourceInputs["secpolicyId"] = args
|
|
121
|
-
resourceInputs["sitegroupIds"] = args
|
|
122
|
-
resourceInputs["sitetemplateId"] = args
|
|
123
|
-
resourceInputs["timezone"] = args
|
|
109
|
+
resourceInputs["address"] = args?.address;
|
|
110
|
+
resourceInputs["alarmtemplateId"] = args?.alarmtemplateId;
|
|
111
|
+
resourceInputs["aptemplateId"] = args?.aptemplateId;
|
|
112
|
+
resourceInputs["countryCode"] = args?.countryCode;
|
|
113
|
+
resourceInputs["gatewaytemplateId"] = args?.gatewaytemplateId;
|
|
114
|
+
resourceInputs["latlng"] = args?.latlng;
|
|
115
|
+
resourceInputs["name"] = args?.name;
|
|
116
|
+
resourceInputs["networktemplateId"] = args?.networktemplateId;
|
|
117
|
+
resourceInputs["notes"] = args?.notes;
|
|
118
|
+
resourceInputs["orgId"] = args?.orgId;
|
|
119
|
+
resourceInputs["rftemplateId"] = args?.rftemplateId;
|
|
120
|
+
resourceInputs["secpolicyId"] = args?.secpolicyId;
|
|
121
|
+
resourceInputs["sitegroupIds"] = args?.sitegroupIds;
|
|
122
|
+
resourceInputs["sitetemplateId"] = args?.sitetemplateId;
|
|
123
|
+
resourceInputs["timezone"] = args?.timezone;
|
|
124
124
|
resourceInputs["tzoffset"] = undefined /*out*/;
|
|
125
125
|
}
|
|
126
126
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/device/base.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../device/base.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6GAA6G,CAAC,CAAA;QAC9H,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../device/base.ts"],"names":[],"mappings":"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"}
|
package/device/gateway.d.ts
CHANGED
|
@@ -83,8 +83,7 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
83
83
|
[key: string]: outputs.device.GatewayExtraRoutes;
|
|
84
84
|
} | undefined>;
|
|
85
85
|
/**
|
|
86
|
-
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64"), the destination Network name or a variable (e.g.
|
|
87
|
-
* "{{myvar}}")
|
|
86
|
+
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64"), the destination Network name or a variable (e.g. "{{myvar}}")
|
|
88
87
|
*/
|
|
89
88
|
readonly extraRoutes6: pulumi.Output<{
|
|
90
89
|
[key: string]: outputs.device.GatewayExtraRoutes6;
|
|
@@ -156,6 +155,10 @@ export declare class Gateway extends pulumi.CustomResource {
|
|
|
156
155
|
readonly serial: pulumi.Output<string>;
|
|
157
156
|
readonly servicePolicies: pulumi.Output<outputs.device.GatewayServicePolicy[] | undefined>;
|
|
158
157
|
readonly siteId: pulumi.Output<string>;
|
|
158
|
+
/**
|
|
159
|
+
* additional CLI commands to append to the generated SSR config. **Note**: no check is done
|
|
160
|
+
*/
|
|
161
|
+
readonly ssrAdditionalConfigCmds: pulumi.Output<string[] | undefined>;
|
|
159
162
|
/**
|
|
160
163
|
* Property key is the tunnel name
|
|
161
164
|
*/
|
|
@@ -225,8 +228,7 @@ export interface GatewayState {
|
|
|
225
228
|
[key: string]: pulumi.Input<inputs.device.GatewayExtraRoutes>;
|
|
226
229
|
}>;
|
|
227
230
|
/**
|
|
228
|
-
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64"), the destination Network name or a variable (e.g.
|
|
229
|
-
* "{{myvar}}")
|
|
231
|
+
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64"), the destination Network name or a variable (e.g. "{{myvar}}")
|
|
230
232
|
*/
|
|
231
233
|
extraRoutes6?: pulumi.Input<{
|
|
232
234
|
[key: string]: pulumi.Input<inputs.device.GatewayExtraRoutes6>;
|
|
@@ -298,6 +300,10 @@ export interface GatewayState {
|
|
|
298
300
|
serial?: pulumi.Input<string>;
|
|
299
301
|
servicePolicies?: pulumi.Input<pulumi.Input<inputs.device.GatewayServicePolicy>[]>;
|
|
300
302
|
siteId?: pulumi.Input<string>;
|
|
303
|
+
/**
|
|
304
|
+
* additional CLI commands to append to the generated SSR config. **Note**: no check is done
|
|
305
|
+
*/
|
|
306
|
+
ssrAdditionalConfigCmds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
301
307
|
/**
|
|
302
308
|
* Property key is the tunnel name
|
|
303
309
|
*/
|
|
@@ -359,8 +365,7 @@ export interface GatewayArgs {
|
|
|
359
365
|
[key: string]: pulumi.Input<inputs.device.GatewayExtraRoutes>;
|
|
360
366
|
}>;
|
|
361
367
|
/**
|
|
362
|
-
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64"), the destination Network name or a variable (e.g.
|
|
363
|
-
* "{{myvar}}")
|
|
368
|
+
* Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64"), the destination Network name or a variable (e.g. "{{myvar}}")
|
|
364
369
|
*/
|
|
365
370
|
extraRoutes6?: pulumi.Input<{
|
|
366
371
|
[key: string]: pulumi.Input<inputs.device.GatewayExtraRoutes6>;
|
|
@@ -416,6 +421,10 @@ export interface GatewayArgs {
|
|
|
416
421
|
}>;
|
|
417
422
|
servicePolicies?: pulumi.Input<pulumi.Input<inputs.device.GatewayServicePolicy>[]>;
|
|
418
423
|
siteId: pulumi.Input<string>;
|
|
424
|
+
/**
|
|
425
|
+
* additional CLI commands to append to the generated SSR config. **Note**: no check is done
|
|
426
|
+
*/
|
|
427
|
+
ssrAdditionalConfigCmds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
419
428
|
/**
|
|
420
429
|
* Property key is the tunnel name
|
|
421
430
|
*/
|