@pulumi/juniper-mist 0.0.23 → 0.0.25-alpha.1726856940
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/getApStats.js +10 -1
- package/device/getApStats.js.map +1 -1
- package/device/getGatewayStats.js +10 -1
- package/device/getGatewayStats.js.map +1 -1
- package/device/getSwitchStats.js +12 -1
- package/device/getSwitchStats.js.map +1 -1
- package/device/switch.d.ts +6 -6
- package/getConstAppCategories.js +2 -1
- package/getConstAppCategories.js.map +1 -1
- package/getConstAppSubCategories.js +2 -1
- package/getConstAppSubCategories.js.map +1 -1
- package/getConstApplications.js +2 -1
- package/getConstApplications.js.map +1 -1
- package/getConstCountries.js +2 -1
- package/getConstCountries.js.map +1 -1
- package/getConstTrafficTypes.js +2 -1
- package/getConstTrafficTypes.js.map +1 -1
- package/getSites.js +4 -1
- package/getSites.js.map +1 -1
- package/org/getDeviceprofilesAp.js +4 -1
- package/org/getDeviceprofilesAp.js.map +1 -1
- package/org/getDeviceprofilesGateway.js +4 -1
- package/org/getDeviceprofilesGateway.js.map +1 -1
- package/org/getGatewaytemplates.js +4 -1
- package/org/getGatewaytemplates.js.map +1 -1
- package/org/getIdpprofiles.js +4 -1
- package/org/getIdpprofiles.js.map +1 -1
- package/org/getInventory.js +11 -1
- package/org/getInventory.js.map +1 -1
- package/org/getNacrules.js +4 -1
- package/org/getNacrules.js.map +1 -1
- package/org/getNactags.js +9 -1
- package/org/getNactags.js.map +1 -1
- package/org/getNetworks.js +4 -1
- package/org/getNetworks.js.map +1 -1
- package/org/getNetworktemplates.js +4 -1
- package/org/getNetworktemplates.js.map +1 -1
- package/org/getPsks.js +9 -1
- package/org/getPsks.js.map +1 -1
- package/org/getRftemplates.js +4 -1
- package/org/getRftemplates.js.map +1 -1
- package/org/getServicepolicies.js +4 -1
- package/org/getServicepolicies.js.map +1 -1
- package/org/getServices.js +4 -1
- package/org/getServices.js.map +1 -1
- package/org/getSitegroups.js +4 -1
- package/org/getSitegroups.js.map +1 -1
- package/org/getVpns.js +4 -1
- package/org/getVpns.js.map +1 -1
- package/org/getWebhooks.js +6 -1
- package/org/getWebhooks.js.map +1 -1
- package/org/getWlantemplates.js +4 -1
- package/org/getWlantemplates.js.map +1 -1
- package/org/getWxtags.js +4 -1
- package/org/getWxtags.js.map +1 -1
- package/org/networktemplate.d.ts +6 -6
- package/org/wxrule.d.ts +12 -0
- package/org/wxrule.js +2 -0
- package/org/wxrule.js.map +1 -1
- package/package.json +2 -2
- package/site/getPsks.js +9 -1
- package/site/getPsks.js.map +1 -1
- package/site/getWebhooks.js +6 -1
- package/site/getWebhooks.js.map +1 -1
- package/site/networktemplate.d.ts +6 -6
- package/site/wxrule.d.ts +12 -0
- package/site/wxrule.js +2 -0
- package/site/wxrule.js.map +1 -1
- package/types/input.d.ts +40 -2
- package/types/output.d.ts +40 -2
package/device/getApStats.js
CHANGED
|
@@ -47,7 +47,16 @@ exports.getApStats = getApStats;
|
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
49
|
function getApStatsOutput(args, opts) {
|
|
50
|
-
|
|
50
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
|
+
return pulumi.runtime.invokeOutput("junipermist:device/getApStats:getApStats", {
|
|
52
|
+
"duration": args.duration,
|
|
53
|
+
"end": args.end,
|
|
54
|
+
"mac": args.mac,
|
|
55
|
+
"orgId": args.orgId,
|
|
56
|
+
"siteId": args.siteId,
|
|
57
|
+
"start": args.start,
|
|
58
|
+
"status": args.status,
|
|
59
|
+
}, opts);
|
|
51
60
|
}
|
|
52
61
|
exports.getApStatsOutput = getApStatsOutput;
|
|
53
62
|
//# sourceMappingURL=getApStats.js.map
|
package/device/getApStats.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApStats.js","sourceRoot":"","sources":["../../device/getApStats.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getApStats.js","sourceRoot":"","sources":["../../device/getApStats.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AAkDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC"}
|
|
@@ -47,7 +47,16 @@ exports.getGatewayStats = getGatewayStats;
|
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
49
|
function getGatewayStatsOutput(args, opts) {
|
|
50
|
-
|
|
50
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
|
+
return pulumi.runtime.invokeOutput("junipermist:device/getGatewayStats:getGatewayStats", {
|
|
52
|
+
"duration": args.duration,
|
|
53
|
+
"end": args.end,
|
|
54
|
+
"mac": args.mac,
|
|
55
|
+
"orgId": args.orgId,
|
|
56
|
+
"siteId": args.siteId,
|
|
57
|
+
"start": args.start,
|
|
58
|
+
"status": args.status,
|
|
59
|
+
}, opts);
|
|
51
60
|
}
|
|
52
61
|
exports.getGatewayStatsOutput = getGatewayStatsOutput;
|
|
53
62
|
//# sourceMappingURL=getGatewayStats.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGatewayStats.js","sourceRoot":"","sources":["../../device/getGatewayStats.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getGatewayStats.js","sourceRoot":"","sources":["../../device/getGatewayStats.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0CAWC;AAkDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sDAWC"}
|
package/device/getSwitchStats.js
CHANGED
|
@@ -49,7 +49,18 @@ exports.getSwitchStats = getSwitchStats;
|
|
|
49
49
|
* ```
|
|
50
50
|
*/
|
|
51
51
|
function getSwitchStatsOutput(args, opts) {
|
|
52
|
-
|
|
52
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
|
+
return pulumi.runtime.invokeOutput("junipermist:device/getSwitchStats:getSwitchStats", {
|
|
54
|
+
"duration": args.duration,
|
|
55
|
+
"end": args.end,
|
|
56
|
+
"evpnUnused": args.evpnUnused,
|
|
57
|
+
"evpntopoId": args.evpntopoId,
|
|
58
|
+
"mac": args.mac,
|
|
59
|
+
"orgId": args.orgId,
|
|
60
|
+
"siteId": args.siteId,
|
|
61
|
+
"start": args.start,
|
|
62
|
+
"status": args.status,
|
|
63
|
+
}, opts);
|
|
53
64
|
}
|
|
54
65
|
exports.getSwitchStatsOutput = getSwitchStatsOutput;
|
|
55
66
|
//# sourceMappingURL=getSwitchStats.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSwitchStats.js","sourceRoot":"","sources":["../../device/getSwitchStats.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getSwitchStats.js","sourceRoot":"","sources":["../../device/getSwitchStats.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wCAaC;AAkED;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oDAaC"}
|
package/device/switch.d.ts
CHANGED
|
@@ -133,8 +133,8 @@ export declare class Switch extends pulumi.CustomResource {
|
|
|
133
133
|
[key: string]: outputs.device.SwitchPortConfig;
|
|
134
134
|
} | undefined>;
|
|
135
135
|
/**
|
|
136
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
137
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
136
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
137
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
138
138
|
*/
|
|
139
139
|
readonly portMirroring: pulumi.Output<{
|
|
140
140
|
[key: string]: outputs.device.SwitchPortMirroring;
|
|
@@ -316,8 +316,8 @@ export interface SwitchState {
|
|
|
316
316
|
[key: string]: pulumi.Input<inputs.device.SwitchPortConfig>;
|
|
317
317
|
}>;
|
|
318
318
|
/**
|
|
319
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
320
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
319
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
320
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
321
321
|
*/
|
|
322
322
|
portMirroring?: pulumi.Input<{
|
|
323
323
|
[key: string]: pulumi.Input<inputs.device.SwitchPortMirroring>;
|
|
@@ -479,8 +479,8 @@ export interface SwitchArgs {
|
|
|
479
479
|
[key: string]: pulumi.Input<inputs.device.SwitchPortConfig>;
|
|
480
480
|
}>;
|
|
481
481
|
/**
|
|
482
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
483
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
482
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
483
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
484
484
|
*/
|
|
485
485
|
portMirroring?: pulumi.Input<{
|
|
486
486
|
[key: string]: pulumi.Input<inputs.device.SwitchPortMirroring>;
|
package/getConstAppCategories.js
CHANGED
|
@@ -35,7 +35,8 @@ exports.getConstAppCategories = getConstAppCategories;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getConstAppCategoriesOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("junipermist:index/getConstAppCategories:getConstAppCategories", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getConstAppCategoriesOutput = getConstAppCategoriesOutput;
|
|
41
42
|
//# sourceMappingURL=getConstAppCategories.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstAppCategories.js","sourceRoot":"","sources":["../getConstAppCategories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,qBAAqB,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getConstAppCategories.js","sourceRoot":"","sources":["../getConstAppCategories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,qBAAqB,CAAC,IAA2B;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE,EAC7F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC;AAYD;;;;;;;;;;;GAWG;AACH,SAAgB,2BAA2B,CAAC,IAA2B;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE,EACnG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kEAIC"}
|
|
@@ -35,7 +35,8 @@ exports.getConstAppSubCategories = getConstAppSubCategories;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getConstAppSubCategoriesOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("junipermist:index/getConstAppSubCategories:getConstAppSubCategories", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getConstAppSubCategoriesOutput = getConstAppSubCategoriesOutput;
|
|
41
42
|
//# sourceMappingURL=getConstAppSubCategories.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstAppSubCategories.js","sourceRoot":"","sources":["../getConstAppSubCategories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,wBAAwB,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getConstAppSubCategories.js","sourceRoot":"","sources":["../getConstAppSubCategories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,wBAAwB,CAAC,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE,EACnG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC;AAYD;;;;;;;;;;;GAWG;AACH,SAAgB,8BAA8B,CAAC,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qEAAqE,EAAE,EACzG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wEAIC"}
|
package/getConstApplications.js
CHANGED
|
@@ -35,7 +35,8 @@ exports.getConstApplications = getConstApplications;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getConstApplicationsOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("junipermist:index/getConstApplications:getConstApplications", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getConstApplicationsOutput = getConstApplicationsOutput;
|
|
41
42
|
//# sourceMappingURL=getConstApplications.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstApplications.js","sourceRoot":"","sources":["../getConstApplications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getConstApplications.js","sourceRoot":"","sources":["../getConstApplications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAYD;;;;;;;;;;;GAWG;AACH,SAAgB,0BAA0B,CAAC,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6DAA6D,EAAE,EACjG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
|
package/getConstCountries.js
CHANGED
|
@@ -35,7 +35,8 @@ exports.getConstCountries = getConstCountries;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getConstCountriesOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("junipermist:index/getConstCountries:getConstCountries", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getConstCountriesOutput = getConstCountriesOutput;
|
|
41
42
|
//# sourceMappingURL=getConstCountries.js.map
|
package/getConstCountries.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstCountries.js","sourceRoot":"","sources":["../getConstCountries.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,iBAAiB,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getConstCountries.js","sourceRoot":"","sources":["../getConstCountries.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,iBAAiB,CAAC,IAA2B;IACzD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE,EACrF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC;AAYD;;;;;;;;;;;GAWG;AACH,SAAgB,uBAAuB,CAAC,IAA2B;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC"}
|
package/getConstTrafficTypes.js
CHANGED
|
@@ -35,7 +35,8 @@ exports.getConstTrafficTypes = getConstTrafficTypes;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getConstTrafficTypesOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("junipermist:index/getConstTrafficTypes:getConstTrafficTypes", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getConstTrafficTypesOutput = getConstTrafficTypesOutput;
|
|
41
42
|
//# sourceMappingURL=getConstTrafficTypes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstTrafficTypes.js","sourceRoot":"","sources":["../getConstTrafficTypes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getConstTrafficTypes.js","sourceRoot":"","sources":["../getConstTrafficTypes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAYD;;;;;;;;;;;GAWG;AACH,SAAgB,0BAA0B,CAAC,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6DAA6D,EAAE,EACjG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
|
package/getSites.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getSites = getSites;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getSitesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:index/getSites:getSites", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getSitesOutput = getSitesOutput;
|
|
47
50
|
//# sourceMappingURL=getSites.js.map
|
package/getSites.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSites.js","sourceRoot":"","sources":["../getSites.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getSites.js","sourceRoot":"","sources":["../getSites.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -41,7 +41,10 @@ exports.getDeviceprofilesAp = getDeviceprofilesAp;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getDeviceprofilesApOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getDeviceprofilesAp:getDeviceprofilesAp", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getDeviceprofilesApOutput = getDeviceprofilesApOutput;
|
|
47
50
|
//# sourceMappingURL=getDeviceprofilesAp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDeviceprofilesAp.js","sourceRoot":"","sources":["../../org/getDeviceprofilesAp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getDeviceprofilesAp.js","sourceRoot":"","sources":["../../org/getDeviceprofilesAp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -41,7 +41,10 @@ exports.getDeviceprofilesGateway = getDeviceprofilesGateway;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getDeviceprofilesGatewayOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getDeviceprofilesGateway:getDeviceprofilesGateway", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getDeviceprofilesGatewayOutput = getDeviceprofilesGatewayOutput;
|
|
47
50
|
//# sourceMappingURL=getDeviceprofilesGateway.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDeviceprofilesGateway.js","sourceRoot":"","sources":["../../org/getDeviceprofilesGateway.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getDeviceprofilesGateway.js","sourceRoot":"","sources":["../../org/getDeviceprofilesGateway.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mEAAmE,EAAE;QACpG,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|
|
@@ -41,7 +41,10 @@ exports.getGatewaytemplates = getGatewaytemplates;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getGatewaytemplatesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getGatewaytemplates:getGatewaytemplates", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getGatewaytemplatesOutput = getGatewaytemplatesOutput;
|
|
47
50
|
//# sourceMappingURL=getGatewaytemplates.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGatewaytemplates.js","sourceRoot":"","sources":["../../org/getGatewaytemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getGatewaytemplates.js","sourceRoot":"","sources":["../../org/getGatewaytemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
package/org/getIdpprofiles.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getIdpprofiles = getIdpprofiles;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getIdpprofilesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getIdpprofiles:getIdpprofiles", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getIdpprofilesOutput = getIdpprofilesOutput;
|
|
47
50
|
//# sourceMappingURL=getIdpprofiles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIdpprofiles.js","sourceRoot":"","sources":["../../org/getIdpprofiles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getIdpprofiles.js","sourceRoot":"","sources":["../../org/getIdpprofiles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
package/org/getInventory.js
CHANGED
|
@@ -48,7 +48,17 @@ exports.getInventory = getInventory;
|
|
|
48
48
|
* ```
|
|
49
49
|
*/
|
|
50
50
|
function getInventoryOutput(args, opts) {
|
|
51
|
-
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getInventory:getInventory", {
|
|
53
|
+
"mac": args.mac,
|
|
54
|
+
"model": args.model,
|
|
55
|
+
"orgId": args.orgId,
|
|
56
|
+
"serial": args.serial,
|
|
57
|
+
"siteId": args.siteId,
|
|
58
|
+
"unassigned": args.unassigned,
|
|
59
|
+
"vc": args.vc,
|
|
60
|
+
"vcMac": args.vcMac,
|
|
61
|
+
}, opts);
|
|
52
62
|
}
|
|
53
63
|
exports.getInventoryOutput = getInventoryOutput;
|
|
54
64
|
//# sourceMappingURL=getInventory.js.map
|
package/org/getInventory.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getInventory.js","sourceRoot":"","sources":["../../org/getInventory.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getInventory.js","sourceRoot":"","sources":["../../org/getInventory.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oCAYC;AA4ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gDAYC"}
|
package/org/getNacrules.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getNacrules = getNacrules;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getNacrulesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getNacrules:getNacrules", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getNacrulesOutput = getNacrulesOutput;
|
|
47
50
|
//# sourceMappingURL=getNacrules.js.map
|
package/org/getNacrules.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNacrules.js","sourceRoot":"","sources":["../../org/getNacrules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getNacrules.js","sourceRoot":"","sources":["../../org/getNacrules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
package/org/getNactags.js
CHANGED
|
@@ -46,7 +46,15 @@ exports.getNactags = getNactags;
|
|
|
46
46
|
* ```
|
|
47
47
|
*/
|
|
48
48
|
function getNactagsOutput(args, opts) {
|
|
49
|
-
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getNactags:getNactags", {
|
|
51
|
+
"limit": args.limit,
|
|
52
|
+
"match": args.match,
|
|
53
|
+
"name": args.name,
|
|
54
|
+
"orgId": args.orgId,
|
|
55
|
+
"page": args.page,
|
|
56
|
+
"type": args.type,
|
|
57
|
+
}, opts);
|
|
50
58
|
}
|
|
51
59
|
exports.getNactagsOutput = getNactagsOutput;
|
|
52
60
|
//# sourceMappingURL=getNactags.js.map
|
package/org/getNactags.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNactags.js","sourceRoot":"","sources":["../../org/getNactags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getNactags.js","sourceRoot":"","sources":["../../org/getNactags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AA8BD;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC"}
|
package/org/getNetworks.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getNetworks = getNetworks;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getNetworksOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getNetworks:getNetworks", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getNetworksOutput = getNetworksOutput;
|
|
47
50
|
//# sourceMappingURL=getNetworks.js.map
|
package/org/getNetworks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworks.js","sourceRoot":"","sources":["../../org/getNetworks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getNetworks.js","sourceRoot":"","sources":["../../org/getNetworks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
|
@@ -41,7 +41,10 @@ exports.getNetworktemplates = getNetworktemplates;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getNetworktemplatesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getNetworktemplates:getNetworktemplates", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getNetworktemplatesOutput = getNetworktemplatesOutput;
|
|
47
50
|
//# sourceMappingURL=getNetworktemplates.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworktemplates.js","sourceRoot":"","sources":["../../org/getNetworktemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getNetworktemplates.js","sourceRoot":"","sources":["../../org/getNetworktemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
package/org/getPsks.js
CHANGED
|
@@ -48,7 +48,15 @@ exports.getPsks = getPsks;
|
|
|
48
48
|
* ```
|
|
49
49
|
*/
|
|
50
50
|
function getPsksOutput(args, opts) {
|
|
51
|
-
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getPsks:getPsks", {
|
|
53
|
+
"limit": args.limit,
|
|
54
|
+
"name": args.name,
|
|
55
|
+
"orgId": args.orgId,
|
|
56
|
+
"page": args.page,
|
|
57
|
+
"role": args.role,
|
|
58
|
+
"ssid": args.ssid,
|
|
59
|
+
}, opts);
|
|
52
60
|
}
|
|
53
61
|
exports.getPsksOutput = getPsksOutput;
|
|
54
62
|
//# sourceMappingURL=getPsks.js.map
|
package/org/getPsks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPsks.js","sourceRoot":"","sources":["../../org/getPsks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getPsks.js","sourceRoot":"","sources":["../../org/getPsks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0BAUC;AA8BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC"}
|
package/org/getRftemplates.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getRftemplates = getRftemplates;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getRftemplatesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getRftemplates:getRftemplates", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getRftemplatesOutput = getRftemplatesOutput;
|
|
47
50
|
//# sourceMappingURL=getRftemplates.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRftemplates.js","sourceRoot":"","sources":["../../org/getRftemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getRftemplates.js","sourceRoot":"","sources":["../../org/getRftemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -41,7 +41,10 @@ exports.getServicepolicies = getServicepolicies;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getServicepoliciesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getServicepolicies:getServicepolicies", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getServicepoliciesOutput = getServicepoliciesOutput;
|
|
47
50
|
//# sourceMappingURL=getServicepolicies.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServicepolicies.js","sourceRoot":"","sources":["../../org/getServicepolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getServicepolicies.js","sourceRoot":"","sources":["../../org/getServicepolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE;QACxF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
package/org/getServices.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getServices = getServices;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getServicesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getServices:getServices", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getServicesOutput = getServicesOutput;
|
|
47
50
|
//# sourceMappingURL=getServices.js.map
|
package/org/getServices.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServices.js","sourceRoot":"","sources":["../../org/getServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getServices.js","sourceRoot":"","sources":["../../org/getServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
package/org/getSitegroups.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getSitegroups = getSitegroups;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getSitegroupsOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getSitegroups:getSitegroups", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getSitegroupsOutput = getSitegroupsOutput;
|
|
47
50
|
//# sourceMappingURL=getSitegroups.js.map
|
package/org/getSitegroups.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSitegroups.js","sourceRoot":"","sources":["../../org/getSitegroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getSitegroups.js","sourceRoot":"","sources":["../../org/getSitegroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
package/org/getVpns.js
CHANGED
|
@@ -19,7 +19,10 @@ exports.getVpns = getVpns;
|
|
|
19
19
|
* This data source provide the list of the Org VPNs.
|
|
20
20
|
*/
|
|
21
21
|
function getVpnsOutput(args, opts) {
|
|
22
|
-
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getVpns:getVpns", {
|
|
24
|
+
"orgId": args.orgId,
|
|
25
|
+
}, opts);
|
|
23
26
|
}
|
|
24
27
|
exports.getVpnsOutput = getVpnsOutput;
|
|
25
28
|
//# sourceMappingURL=getVpns.js.map
|
package/org/getVpns.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpns.js","sourceRoot":"","sources":["../../org/getVpns.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getVpns.js","sourceRoot":"","sources":["../../org/getVpns.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAoBD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
package/org/getWebhooks.js
CHANGED
|
@@ -43,7 +43,12 @@ exports.getWebhooks = getWebhooks;
|
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
45
|
function getWebhooksOutput(args, opts) {
|
|
46
|
-
|
|
46
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getWebhooks:getWebhooks", {
|
|
48
|
+
"limit": args.limit,
|
|
49
|
+
"orgId": args.orgId,
|
|
50
|
+
"page": args.page,
|
|
51
|
+
}, opts);
|
|
47
52
|
}
|
|
48
53
|
exports.getWebhooksOutput = getWebhooksOutput;
|
|
49
54
|
//# sourceMappingURL=getWebhooks.js.map
|
package/org/getWebhooks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebhooks.js","sourceRoot":"","sources":["../../org/getWebhooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getWebhooks.js","sourceRoot":"","sources":["../../org/getWebhooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AAwBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
package/org/getWlantemplates.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getWlantemplates = getWlantemplates;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getWlantemplatesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getWlantemplates:getWlantemplates", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getWlantemplatesOutput = getWlantemplatesOutput;
|
|
47
50
|
//# sourceMappingURL=getWlantemplates.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWlantemplates.js","sourceRoot":"","sources":["../../org/getWlantemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getWlantemplates.js","sourceRoot":"","sources":["../../org/getWlantemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|
package/org/getWxtags.js
CHANGED
|
@@ -41,7 +41,10 @@ exports.getWxtags = getWxtags;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getWxtagsOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("junipermist:org/getWxtags:getWxtags", {
|
|
46
|
+
"orgId": args.orgId,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getWxtagsOutput = getWxtagsOutput;
|
|
47
50
|
//# sourceMappingURL=getWxtags.js.map
|
package/org/getWxtags.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWxtags.js","sourceRoot":"","sources":["../../org/getWxtags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getWxtags.js","sourceRoot":"","sources":["../../org/getWxtags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
package/org/networktemplate.d.ts
CHANGED
|
@@ -82,8 +82,8 @@ export declare class Networktemplate extends pulumi.CustomResource {
|
|
|
82
82
|
[key: string]: outputs.org.NetworktemplateOspfAreas;
|
|
83
83
|
} | undefined>;
|
|
84
84
|
/**
|
|
85
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
86
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
85
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
86
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
87
87
|
*/
|
|
88
88
|
readonly portMirroring: pulumi.Output<{
|
|
89
89
|
[key: string]: outputs.org.NetworktemplatePortMirroring;
|
|
@@ -181,8 +181,8 @@ export interface NetworktemplateState {
|
|
|
181
181
|
[key: string]: pulumi.Input<inputs.org.NetworktemplateOspfAreas>;
|
|
182
182
|
}>;
|
|
183
183
|
/**
|
|
184
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
185
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
184
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
185
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
186
186
|
*/
|
|
187
187
|
portMirroring?: pulumi.Input<{
|
|
188
188
|
[key: string]: pulumi.Input<inputs.org.NetworktemplatePortMirroring>;
|
|
@@ -272,8 +272,8 @@ export interface NetworktemplateArgs {
|
|
|
272
272
|
[key: string]: pulumi.Input<inputs.org.NetworktemplateOspfAreas>;
|
|
273
273
|
}>;
|
|
274
274
|
/**
|
|
275
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
276
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
275
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
276
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
277
277
|
*/
|
|
278
278
|
portMirroring?: pulumi.Input<{
|
|
279
279
|
[key: string]: pulumi.Input<inputs.org.NetworktemplatePortMirroring>;
|
package/org/wxrule.d.ts
CHANGED
|
@@ -62,6 +62,10 @@ export declare class Wxrule extends pulumi.CustomResource {
|
|
|
62
62
|
* tag list to indicate these tags are blocked access
|
|
63
63
|
*/
|
|
64
64
|
readonly dstDenyWxtags: pulumi.Output<string[]>;
|
|
65
|
+
/**
|
|
66
|
+
* List of WxTag UUID
|
|
67
|
+
*/
|
|
68
|
+
readonly dstWxtags: pulumi.Output<string[]>;
|
|
65
69
|
readonly enabled: pulumi.Output<boolean>;
|
|
66
70
|
/**
|
|
67
71
|
* the order how rules would be looked up, > 0 and bigger order got matched first, -1 means LAST, uniqueness not checked
|
|
@@ -106,6 +110,10 @@ export interface WxruleState {
|
|
|
106
110
|
* tag list to indicate these tags are blocked access
|
|
107
111
|
*/
|
|
108
112
|
dstDenyWxtags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
113
|
+
/**
|
|
114
|
+
* List of WxTag UUID
|
|
115
|
+
*/
|
|
116
|
+
dstWxtags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
109
117
|
enabled?: pulumi.Input<boolean>;
|
|
110
118
|
/**
|
|
111
119
|
* the order how rules would be looked up, > 0 and bigger order got matched first, -1 means LAST, uniqueness not checked
|
|
@@ -142,6 +150,10 @@ export interface WxruleArgs {
|
|
|
142
150
|
* tag list to indicate these tags are blocked access
|
|
143
151
|
*/
|
|
144
152
|
dstDenyWxtags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
153
|
+
/**
|
|
154
|
+
* List of WxTag UUID
|
|
155
|
+
*/
|
|
156
|
+
dstWxtags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
145
157
|
enabled?: pulumi.Input<boolean>;
|
|
146
158
|
/**
|
|
147
159
|
* the order how rules would be looked up, > 0 and bigger order got matched first, -1 means LAST, uniqueness not checked
|
package/org/wxrule.js
CHANGED
|
@@ -68,6 +68,7 @@ class Wxrule extends pulumi.CustomResource {
|
|
|
68
68
|
resourceInputs["blockedApps"] = state ? state.blockedApps : undefined;
|
|
69
69
|
resourceInputs["dstAllowWxtags"] = state ? state.dstAllowWxtags : undefined;
|
|
70
70
|
resourceInputs["dstDenyWxtags"] = state ? state.dstDenyWxtags : undefined;
|
|
71
|
+
resourceInputs["dstWxtags"] = state ? state.dstWxtags : undefined;
|
|
71
72
|
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
72
73
|
resourceInputs["order"] = state ? state.order : undefined;
|
|
73
74
|
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
@@ -93,6 +94,7 @@ class Wxrule extends pulumi.CustomResource {
|
|
|
93
94
|
resourceInputs["blockedApps"] = args ? args.blockedApps : undefined;
|
|
94
95
|
resourceInputs["dstAllowWxtags"] = args ? args.dstAllowWxtags : undefined;
|
|
95
96
|
resourceInputs["dstDenyWxtags"] = args ? args.dstDenyWxtags : undefined;
|
|
97
|
+
resourceInputs["dstWxtags"] = args ? args.dstWxtags : undefined;
|
|
96
98
|
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
97
99
|
resourceInputs["order"] = args ? args.order : undefined;
|
|
98
100
|
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
package/org/wxrule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wxrule.js","sourceRoot":"","sources":["../../org/wxrule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"wxrule.js","sourceRoot":"","sources":["../../org/wxrule.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/juniper-mist",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25-alpha.1726856940",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Juniper Mist resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "junipermist",
|
|
28
|
-
"version": "0.0.
|
|
28
|
+
"version": "0.0.25-alpha.1726856940",
|
|
29
29
|
"server": "github://api.github.com/pulumi/pulumi-junipermist"
|
|
30
30
|
}
|
|
31
31
|
}
|
package/site/getPsks.js
CHANGED
|
@@ -48,7 +48,15 @@ exports.getPsks = getPsks;
|
|
|
48
48
|
* ```
|
|
49
49
|
*/
|
|
50
50
|
function getPsksOutput(args, opts) {
|
|
51
|
-
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("junipermist:site/getPsks:getPsks", {
|
|
53
|
+
"limit": args.limit,
|
|
54
|
+
"name": args.name,
|
|
55
|
+
"page": args.page,
|
|
56
|
+
"role": args.role,
|
|
57
|
+
"siteId": args.siteId,
|
|
58
|
+
"ssid": args.ssid,
|
|
59
|
+
}, opts);
|
|
52
60
|
}
|
|
53
61
|
exports.getPsksOutput = getPsksOutput;
|
|
54
62
|
//# sourceMappingURL=getPsks.js.map
|
package/site/getPsks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPsks.js","sourceRoot":"","sources":["../../site/getPsks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getPsks.js","sourceRoot":"","sources":["../../site/getPsks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0BAUC;AA8BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC"}
|
package/site/getWebhooks.js
CHANGED
|
@@ -21,7 +21,12 @@ exports.getWebhooks = getWebhooks;
|
|
|
21
21
|
* This data source provides the list of Site Webhooks.
|
|
22
22
|
*/
|
|
23
23
|
function getWebhooksOutput(args, opts) {
|
|
24
|
-
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("junipermist:site/getWebhooks:getWebhooks", {
|
|
26
|
+
"limit": args.limit,
|
|
27
|
+
"page": args.page,
|
|
28
|
+
"siteId": args.siteId,
|
|
29
|
+
}, opts);
|
|
25
30
|
}
|
|
26
31
|
exports.getWebhooksOutput = getWebhooksOutput;
|
|
27
32
|
//# sourceMappingURL=getWebhooks.js.map
|
package/site/getWebhooks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebhooks.js","sourceRoot":"","sources":["../../site/getWebhooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getWebhooks.js","sourceRoot":"","sources":["../../site/getWebhooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AAwBD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
|
@@ -80,8 +80,8 @@ export declare class Networktemplate extends pulumi.CustomResource {
|
|
|
80
80
|
[key: string]: outputs.site.NetworktemplateOspfAreas;
|
|
81
81
|
} | undefined>;
|
|
82
82
|
/**
|
|
83
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
84
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
83
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
84
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
85
85
|
*/
|
|
86
86
|
readonly portMirroring: pulumi.Output<{
|
|
87
87
|
[key: string]: outputs.site.NetworktemplatePortMirroring;
|
|
@@ -179,8 +179,8 @@ export interface NetworktemplateState {
|
|
|
179
179
|
[key: string]: pulumi.Input<inputs.site.NetworktemplateOspfAreas>;
|
|
180
180
|
}>;
|
|
181
181
|
/**
|
|
182
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
183
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
182
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
183
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
184
184
|
*/
|
|
185
185
|
portMirroring?: pulumi.Input<{
|
|
186
186
|
[key: string]: pulumi.Input<inputs.site.NetworktemplatePortMirroring>;
|
|
@@ -270,8 +270,8 @@ export interface NetworktemplateArgs {
|
|
|
270
270
|
[key: string]: pulumi.Input<inputs.site.NetworktemplateOspfAreas>;
|
|
271
271
|
}>;
|
|
272
272
|
/**
|
|
273
|
-
* Property key is the port mirroring instance name portMirroring can be added under device/site settings. It
|
|
274
|
-
* interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
273
|
+
* Property key is the port mirroring instance name (Maximum: 4) portMirroring can be added under device/site settings. It
|
|
274
|
+
* takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
275
275
|
*/
|
|
276
276
|
portMirroring?: pulumi.Input<{
|
|
277
277
|
[key: string]: pulumi.Input<inputs.site.NetworktemplatePortMirroring>;
|
package/site/wxrule.d.ts
CHANGED
|
@@ -61,6 +61,10 @@ export declare class Wxrule extends pulumi.CustomResource {
|
|
|
61
61
|
* tag list to indicate these tags are blocked access
|
|
62
62
|
*/
|
|
63
63
|
readonly dstDenyWxtags: pulumi.Output<string[]>;
|
|
64
|
+
/**
|
|
65
|
+
* List of WxTag UUID
|
|
66
|
+
*/
|
|
67
|
+
readonly dstWxtags: pulumi.Output<string[]>;
|
|
64
68
|
readonly enabled: pulumi.Output<boolean>;
|
|
65
69
|
/**
|
|
66
70
|
* the order how rules would be looked up, > 0 and bigger order got matched first, -1 means LAST, uniqueness not checked
|
|
@@ -105,6 +109,10 @@ export interface WxruleState {
|
|
|
105
109
|
* tag list to indicate these tags are blocked access
|
|
106
110
|
*/
|
|
107
111
|
dstDenyWxtags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
112
|
+
/**
|
|
113
|
+
* List of WxTag UUID
|
|
114
|
+
*/
|
|
115
|
+
dstWxtags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
108
116
|
enabled?: pulumi.Input<boolean>;
|
|
109
117
|
/**
|
|
110
118
|
* the order how rules would be looked up, > 0 and bigger order got matched first, -1 means LAST, uniqueness not checked
|
|
@@ -141,6 +149,10 @@ export interface WxruleArgs {
|
|
|
141
149
|
* tag list to indicate these tags are blocked access
|
|
142
150
|
*/
|
|
143
151
|
dstDenyWxtags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
152
|
+
/**
|
|
153
|
+
* List of WxTag UUID
|
|
154
|
+
*/
|
|
155
|
+
dstWxtags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
144
156
|
enabled?: pulumi.Input<boolean>;
|
|
145
157
|
/**
|
|
146
158
|
* the order how rules would be looked up, > 0 and bigger order got matched first, -1 means LAST, uniqueness not checked
|
package/site/wxrule.js
CHANGED
|
@@ -67,6 +67,7 @@ class Wxrule extends pulumi.CustomResource {
|
|
|
67
67
|
resourceInputs["blockedApps"] = state ? state.blockedApps : undefined;
|
|
68
68
|
resourceInputs["dstAllowWxtags"] = state ? state.dstAllowWxtags : undefined;
|
|
69
69
|
resourceInputs["dstDenyWxtags"] = state ? state.dstDenyWxtags : undefined;
|
|
70
|
+
resourceInputs["dstWxtags"] = state ? state.dstWxtags : undefined;
|
|
70
71
|
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
71
72
|
resourceInputs["order"] = state ? state.order : undefined;
|
|
72
73
|
resourceInputs["siteId"] = state ? state.siteId : undefined;
|
|
@@ -89,6 +90,7 @@ class Wxrule extends pulumi.CustomResource {
|
|
|
89
90
|
resourceInputs["blockedApps"] = args ? args.blockedApps : undefined;
|
|
90
91
|
resourceInputs["dstAllowWxtags"] = args ? args.dstAllowWxtags : undefined;
|
|
91
92
|
resourceInputs["dstDenyWxtags"] = args ? args.dstDenyWxtags : undefined;
|
|
93
|
+
resourceInputs["dstWxtags"] = args ? args.dstWxtags : undefined;
|
|
92
94
|
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
93
95
|
resourceInputs["order"] = args ? args.order : undefined;
|
|
94
96
|
resourceInputs["siteId"] = args ? args.siteId : undefined;
|
package/site/wxrule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wxrule.js","sourceRoot":"","sources":["../../site/wxrule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"wxrule.js","sourceRoot":"","sources":["../../site/wxrule.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -6604,7 +6604,7 @@ export declare namespace org {
|
|
|
6604
6604
|
[key: string]: pulumi.Input<inputs.org.NetworktemplateSwitchMatchingRulePortConfig>;
|
|
6605
6605
|
}>;
|
|
6606
6606
|
/**
|
|
6607
|
-
* Property key is the port mirroring instance name
|
|
6607
|
+
* Property key is the port mirroring instance name (Maximum: 4)
|
|
6608
6608
|
* portMirroring can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
6609
6609
|
*/
|
|
6610
6610
|
portMirroring?: pulumi.Input<{
|
|
@@ -9614,7 +9614,7 @@ export declare namespace site {
|
|
|
9614
9614
|
[key: string]: pulumi.Input<inputs.site.NetworktemplateSwitchMatchingRulePortConfig>;
|
|
9615
9615
|
}>;
|
|
9616
9616
|
/**
|
|
9617
|
-
* Property key is the port mirroring instance name
|
|
9617
|
+
* Property key is the port mirroring instance name (Maximum: 4)
|
|
9618
9618
|
* portMirroring can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
9619
9619
|
*/
|
|
9620
9620
|
portMirroring?: pulumi.Input<{
|
|
@@ -10086,6 +10086,12 @@ export declare namespace site {
|
|
|
10086
10086
|
*/
|
|
10087
10087
|
disableOob?: pulumi.Input<boolean>;
|
|
10088
10088
|
probeHosts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10089
|
+
/**
|
|
10090
|
+
* restrict inbound-traffic to host
|
|
10091
|
+
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
10092
|
+
* e.g. ntp / dns / traffic to mist will be allowed by default, if dhcpd is enabled, we'll make sure it works
|
|
10093
|
+
*/
|
|
10094
|
+
protectRe?: pulumi.Input<inputs.site.SettingGatewayMgmtProtectRe>;
|
|
10089
10095
|
/**
|
|
10090
10096
|
* for SRX only
|
|
10091
10097
|
*/
|
|
@@ -10113,6 +10119,10 @@ export declare namespace site {
|
|
|
10113
10119
|
key?: pulumi.Input<string>;
|
|
10114
10120
|
name: pulumi.Input<string>;
|
|
10115
10121
|
network?: pulumi.Input<string>;
|
|
10122
|
+
/**
|
|
10123
|
+
* if `protocol`==`icmp`
|
|
10124
|
+
*/
|
|
10125
|
+
packetSize?: pulumi.Input<number>;
|
|
10116
10126
|
/**
|
|
10117
10127
|
* enum: `http`, `icmp`
|
|
10118
10128
|
*/
|
|
@@ -10131,6 +10141,34 @@ export declare namespace site {
|
|
|
10131
10141
|
*/
|
|
10132
10142
|
timeOfDay?: pulumi.Input<string>;
|
|
10133
10143
|
}
|
|
10144
|
+
interface SettingGatewayMgmtProtectRe {
|
|
10145
|
+
/**
|
|
10146
|
+
* optionally, services we'll allow. enum: `icmp`, `ssh`
|
|
10147
|
+
*/
|
|
10148
|
+
allowedServices?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10149
|
+
customs?: pulumi.Input<pulumi.Input<inputs.site.SettingGatewayMgmtProtectReCustom>[]>;
|
|
10150
|
+
/**
|
|
10151
|
+
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
10152
|
+
* e.g. ntp / dns / traffic to mist will be allowed by default
|
|
10153
|
+
* if dhcpd is enabled, we'll make sure it works
|
|
10154
|
+
*/
|
|
10155
|
+
enabled?: pulumi.Input<boolean>;
|
|
10156
|
+
/**
|
|
10157
|
+
* host/subnets we'll allow traffic to/from
|
|
10158
|
+
*/
|
|
10159
|
+
trustedHosts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
10160
|
+
}
|
|
10161
|
+
interface SettingGatewayMgmtProtectReCustom {
|
|
10162
|
+
/**
|
|
10163
|
+
* matched dst port, "0" means any. Note: For `protocol`==`any` and `portRange`==`any`, configure `trustedHosts` instead
|
|
10164
|
+
*/
|
|
10165
|
+
portRange?: pulumi.Input<string>;
|
|
10166
|
+
/**
|
|
10167
|
+
* enum: `any`, `icmp`, `tcp`, `udp`. Note: For `protocol`==`any` and `portRange`==`any`, configure `trustedHosts` instead
|
|
10168
|
+
*/
|
|
10169
|
+
protocol?: pulumi.Input<string>;
|
|
10170
|
+
subnets: pulumi.Input<pulumi.Input<string>[]>;
|
|
10171
|
+
}
|
|
10134
10172
|
interface SettingLed {
|
|
10135
10173
|
brightness?: pulumi.Input<number>;
|
|
10136
10174
|
enabled?: pulumi.Input<boolean>;
|
package/types/output.d.ts
CHANGED
|
@@ -8617,7 +8617,7 @@ export declare namespace org {
|
|
|
8617
8617
|
[key: string]: outputs.org.NetworktemplateSwitchMatchingRulePortConfig;
|
|
8618
8618
|
};
|
|
8619
8619
|
/**
|
|
8620
|
-
* Property key is the port mirroring instance name
|
|
8620
|
+
* Property key is the port mirroring instance name (Maximum: 4)
|
|
8621
8621
|
* portMirroring can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
8622
8622
|
*/
|
|
8623
8623
|
portMirroring?: {
|
|
@@ -11754,7 +11754,7 @@ export declare namespace site {
|
|
|
11754
11754
|
[key: string]: outputs.site.NetworktemplateSwitchMatchingRulePortConfig;
|
|
11755
11755
|
};
|
|
11756
11756
|
/**
|
|
11757
|
-
* Property key is the port mirroring instance name
|
|
11757
|
+
* Property key is the port mirroring instance name (Maximum: 4)
|
|
11758
11758
|
* portMirroring can be added under device/site settings. It takes interface and ports as input for ingress, interface as input for egress and can take interface and port as output.
|
|
11759
11759
|
*/
|
|
11760
11760
|
portMirroring?: {
|
|
@@ -12226,6 +12226,12 @@ export declare namespace site {
|
|
|
12226
12226
|
*/
|
|
12227
12227
|
disableOob: boolean;
|
|
12228
12228
|
probeHosts: string[];
|
|
12229
|
+
/**
|
|
12230
|
+
* restrict inbound-traffic to host
|
|
12231
|
+
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
12232
|
+
* e.g. ntp / dns / traffic to mist will be allowed by default, if dhcpd is enabled, we'll make sure it works
|
|
12233
|
+
*/
|
|
12234
|
+
protectRe?: outputs.site.SettingGatewayMgmtProtectRe;
|
|
12229
12235
|
/**
|
|
12230
12236
|
* for SRX only
|
|
12231
12237
|
*/
|
|
@@ -12253,6 +12259,10 @@ export declare namespace site {
|
|
|
12253
12259
|
key: string;
|
|
12254
12260
|
name: string;
|
|
12255
12261
|
network?: string;
|
|
12262
|
+
/**
|
|
12263
|
+
* if `protocol`==`icmp`
|
|
12264
|
+
*/
|
|
12265
|
+
packetSize?: number;
|
|
12256
12266
|
/**
|
|
12257
12267
|
* enum: `http`, `icmp`
|
|
12258
12268
|
*/
|
|
@@ -12271,6 +12281,34 @@ export declare namespace site {
|
|
|
12271
12281
|
*/
|
|
12272
12282
|
timeOfDay?: string;
|
|
12273
12283
|
}
|
|
12284
|
+
interface SettingGatewayMgmtProtectRe {
|
|
12285
|
+
/**
|
|
12286
|
+
* optionally, services we'll allow. enum: `icmp`, `ssh`
|
|
12287
|
+
*/
|
|
12288
|
+
allowedServices: string[];
|
|
12289
|
+
customs: outputs.site.SettingGatewayMgmtProtectReCustom[];
|
|
12290
|
+
/**
|
|
12291
|
+
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
12292
|
+
* e.g. ntp / dns / traffic to mist will be allowed by default
|
|
12293
|
+
* if dhcpd is enabled, we'll make sure it works
|
|
12294
|
+
*/
|
|
12295
|
+
enabled: boolean;
|
|
12296
|
+
/**
|
|
12297
|
+
* host/subnets we'll allow traffic to/from
|
|
12298
|
+
*/
|
|
12299
|
+
trustedHosts: string[];
|
|
12300
|
+
}
|
|
12301
|
+
interface SettingGatewayMgmtProtectReCustom {
|
|
12302
|
+
/**
|
|
12303
|
+
* matched dst port, "0" means any. Note: For `protocol`==`any` and `portRange`==`any`, configure `trustedHosts` instead
|
|
12304
|
+
*/
|
|
12305
|
+
portRange: string;
|
|
12306
|
+
/**
|
|
12307
|
+
* enum: `any`, `icmp`, `tcp`, `udp`. Note: For `protocol`==`any` and `portRange`==`any`, configure `trustedHosts` instead
|
|
12308
|
+
*/
|
|
12309
|
+
protocol: string;
|
|
12310
|
+
subnets: string[];
|
|
12311
|
+
}
|
|
12274
12312
|
interface SettingLed {
|
|
12275
12313
|
brightness: number;
|
|
12276
12314
|
enabled: boolean;
|