@pulumi/juniper-mist 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/LICENSE +177 -0
  2. package/README.md +50 -0
  3. package/config/index.d.ts +1 -0
  4. package/config/index.js +21 -0
  5. package/config/index.js.map +1 -0
  6. package/config/vars.d.ts +27 -0
  7. package/config/vars.js +43 -0
  8. package/config/vars.js.map +1 -0
  9. package/device/ap.d.ts +381 -0
  10. package/device/ap.js +145 -0
  11. package/device/ap.js.map +1 -0
  12. package/device/base.d.ts +221 -0
  13. package/device/base.js +113 -0
  14. package/device/base.js.map +1 -0
  15. package/device/gateway.d.ts +432 -0
  16. package/device/gateway.js +163 -0
  17. package/device/gateway.js.map +1 -0
  18. package/device/gatewayCluster.d.ts +70 -0
  19. package/device/gatewayCluster.js +85 -0
  20. package/device/gatewayCluster.js.map +1 -0
  21. package/device/getApStats.d.ts +100 -0
  22. package/device/getApStats.js +53 -0
  23. package/device/getApStats.js.map +1 -0
  24. package/device/getGatewayStats.d.ts +100 -0
  25. package/device/getGatewayStats.js +53 -0
  26. package/device/getGatewayStats.js.map +1 -0
  27. package/device/getSwitchStats.d.ts +124 -0
  28. package/device/getSwitchStats.js +55 -0
  29. package/device/getSwitchStats.js.map +1 -0
  30. package/device/index.d.ts +24 -0
  31. package/device/index.js +51 -0
  32. package/device/index.js.map +1 -0
  33. package/device/switch.d.ts +518 -0
  34. package/device/switch.js +158 -0
  35. package/device/switch.js.map +1 -0
  36. package/getConstAppCategories.d.ts +38 -0
  37. package/getConstAppCategories.js +41 -0
  38. package/getConstAppCategories.js.map +1 -0
  39. package/getConstAppSubCategories.d.ts +38 -0
  40. package/getConstAppSubCategories.js +41 -0
  41. package/getConstAppSubCategories.js.map +1 -0
  42. package/getConstApplications.d.ts +38 -0
  43. package/getConstApplications.js +41 -0
  44. package/getConstApplications.js.map +1 -0
  45. package/getConstCountries.d.ts +38 -0
  46. package/getConstCountries.js +41 -0
  47. package/getConstCountries.js.map +1 -0
  48. package/getConstTrafficTypes.d.ts +38 -0
  49. package/getConstTrafficTypes.js +41 -0
  50. package/getConstTrafficTypes.js.map +1 -0
  51. package/getSites.d.ts +55 -0
  52. package/getSites.js +47 -0
  53. package/getSites.js.map +1 -0
  54. package/index.d.ts +27 -0
  55. package/index.js +48 -0
  56. package/index.js.map +1 -0
  57. package/org/base.d.ts +88 -0
  58. package/org/base.js +75 -0
  59. package/org/base.js.map +1 -0
  60. package/org/deviceprofileAp.d.ts +264 -0
  61. package/org/deviceprofileAp.js +112 -0
  62. package/org/deviceprofileAp.js.map +1 -0
  63. package/org/deviceprofileAssign.d.ts +64 -0
  64. package/org/deviceprofileAssign.js +81 -0
  65. package/org/deviceprofileAssign.js.map +1 -0
  66. package/org/deviceprofileGateway.d.ts +325 -0
  67. package/org/deviceprofileGateway.js +109 -0
  68. package/org/deviceprofileGateway.js.map +1 -0
  69. package/org/gatewaytemplate.d.ts +323 -0
  70. package/org/gatewaytemplate.js +105 -0
  71. package/org/gatewaytemplate.js.map +1 -0
  72. package/org/getDeviceprofilesAp.d.ts +55 -0
  73. package/org/getDeviceprofilesAp.js +47 -0
  74. package/org/getDeviceprofilesAp.js.map +1 -0
  75. package/org/getDeviceprofilesGateway.d.ts +55 -0
  76. package/org/getDeviceprofilesGateway.js +47 -0
  77. package/org/getDeviceprofilesGateway.js.map +1 -0
  78. package/org/getGatewaytemplates.d.ts +55 -0
  79. package/org/getGatewaytemplates.js +47 -0
  80. package/org/getGatewaytemplates.js.map +1 -0
  81. package/org/getIdpprofiles.d.ts +55 -0
  82. package/org/getIdpprofiles.js +47 -0
  83. package/org/getIdpprofiles.js.map +1 -0
  84. package/org/getInventory.d.ts +139 -0
  85. package/org/getInventory.js +54 -0
  86. package/org/getInventory.js.map +1 -0
  87. package/org/getNacrules.d.ts +55 -0
  88. package/org/getNacrules.js +47 -0
  89. package/org/getNacrules.js.map +1 -0
  90. package/org/getNactags.d.ts +55 -0
  91. package/org/getNactags.js +47 -0
  92. package/org/getNactags.js.map +1 -0
  93. package/org/getNetworks.d.ts +55 -0
  94. package/org/getNetworks.js +47 -0
  95. package/org/getNetworks.js.map +1 -0
  96. package/org/getNetworktemplates.d.ts +55 -0
  97. package/org/getNetworktemplates.js +47 -0
  98. package/org/getNetworktemplates.js.map +1 -0
  99. package/org/getRftemplates.d.ts +55 -0
  100. package/org/getRftemplates.js +47 -0
  101. package/org/getRftemplates.js.map +1 -0
  102. package/org/getServicepolicies.d.ts +55 -0
  103. package/org/getServicepolicies.js +47 -0
  104. package/org/getServicepolicies.js.map +1 -0
  105. package/org/getServices.d.ts +55 -0
  106. package/org/getServices.js +47 -0
  107. package/org/getServices.js.map +1 -0
  108. package/org/getSitegroups.d.ts +55 -0
  109. package/org/getSitegroups.js +47 -0
  110. package/org/getSitegroups.js.map +1 -0
  111. package/org/getVpns.d.ts +33 -0
  112. package/org/getVpns.js +25 -0
  113. package/org/getVpns.js.map +1 -0
  114. package/org/getWlantemplates.d.ts +55 -0
  115. package/org/getWlantemplates.js +47 -0
  116. package/org/getWlantemplates.js.map +1 -0
  117. package/org/getWxtags.d.ts +55 -0
  118. package/org/getWxtags.js +47 -0
  119. package/org/getWxtags.js.map +1 -0
  120. package/org/idpprofile.d.ts +62 -0
  121. package/org/idpprofile.js +64 -0
  122. package/org/idpprofile.js.map +1 -0
  123. package/org/index.d.ts +111 -0
  124. package/org/index.js +171 -0
  125. package/org/index.js.map +1 -0
  126. package/org/inventory.d.ts +47 -0
  127. package/org/inventory.js +57 -0
  128. package/org/inventory.js.map +1 -0
  129. package/org/nacrule.d.ts +101 -0
  130. package/org/nacrule.js +75 -0
  131. package/org/nacrule.js.map +1 -0
  132. package/org/nactag.d.ts +225 -0
  133. package/org/nactag.js +99 -0
  134. package/org/nactag.js.map +1 -0
  135. package/org/network.d.ts +154 -0
  136. package/org/network.js +98 -0
  137. package/org/network.js.map +1 -0
  138. package/org/networktemplate.d.ts +260 -0
  139. package/org/networktemplate.js +97 -0
  140. package/org/networktemplate.js.map +1 -0
  141. package/org/rftemplate.d.ts +167 -0
  142. package/org/rftemplate.js +79 -0
  143. package/org/rftemplate.js.map +1 -0
  144. package/org/service.d.ts +212 -0
  145. package/org/service.js +93 -0
  146. package/org/service.js.map +1 -0
  147. package/org/servicepolicy.d.ts +110 -0
  148. package/org/servicepolicy.js +73 -0
  149. package/org/servicepolicy.js.map +1 -0
  150. package/org/setting.d.ts +253 -0
  151. package/org/setting.js +125 -0
  152. package/org/setting.js.map +1 -0
  153. package/org/sitegroup.d.ts +57 -0
  154. package/org/sitegroup.js +69 -0
  155. package/org/sitegroup.js.map +1 -0
  156. package/org/vpn.d.ts +56 -0
  157. package/org/vpn.js +62 -0
  158. package/org/vpn.js.map +1 -0
  159. package/org/wlan.d.ts +1114 -0
  160. package/org/wlan.js +268 -0
  161. package/org/wlan.js.map +1 -0
  162. package/org/wlantemplate.d.ts +95 -0
  163. package/org/wlantemplate.js +65 -0
  164. package/org/wlantemplate.js.map +1 -0
  165. package/org/wxrule.d.ts +149 -0
  166. package/org/wxrule.js +102 -0
  167. package/org/wxrule.js.map +1 -0
  168. package/org/wxtag.d.ts +177 -0
  169. package/org/wxtag.js +90 -0
  170. package/org/wxtag.js.map +1 -0
  171. package/package.json +31 -0
  172. package/provider.d.ts +76 -0
  173. package/provider.js +52 -0
  174. package/provider.js.map +1 -0
  175. package/site/index.d.ts +15 -0
  176. package/site/index.js +42 -0
  177. package/site/index.js.map +1 -0
  178. package/site/networktemplate.d.ts +260 -0
  179. package/site/networktemplate.js +94 -0
  180. package/site/networktemplate.js.map +1 -0
  181. package/site/setting.d.ts +430 -0
  182. package/site/setting.js +135 -0
  183. package/site/setting.js.map +1 -0
  184. package/site/wlan.d.ts +1112 -0
  185. package/site/wlan.js +264 -0
  186. package/site/wlan.js.map +1 -0
  187. package/site/wxrule.d.ts +150 -0
  188. package/site/wxrule.js +100 -0
  189. package/site/wxrule.js.map +1 -0
  190. package/site/wxtag.d.ts +179 -0
  191. package/site/wxtag.js +92 -0
  192. package/site/wxtag.js.map +1 -0
  193. package/types/index.d.ts +3 -0
  194. package/types/index.js +11 -0
  195. package/types/index.js.map +1 -0
  196. package/types/input.d.ts +9877 -0
  197. package/types/input.js +5 -0
  198. package/types/input.js.map +1 -0
  199. package/types/output.d.ts +11698 -0
  200. package/types/output.js +5 -0
  201. package/types/output.js.map +1 -0
  202. package/utilities.d.ts +8 -0
  203. package/utilities.js +101 -0
  204. package/utilities.js.map +1 -0
@@ -0,0 +1,33 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source provide the list of the Org VPNs.
5
+ */
6
+ export declare function getVpns(args: GetVpnsArgs, opts?: pulumi.InvokeOptions): Promise<GetVpnsResult>;
7
+ /**
8
+ * A collection of arguments for invoking getVpns.
9
+ */
10
+ export interface GetVpnsArgs {
11
+ orgId: string;
12
+ }
13
+ /**
14
+ * A collection of values returned by getVpns.
15
+ */
16
+ export interface GetVpnsResult {
17
+ /**
18
+ * The provider-assigned unique ID for this managed resource.
19
+ */
20
+ readonly id: string;
21
+ readonly orgId: string;
22
+ readonly orgVpns: outputs.org.GetVpnsOrgVpn[];
23
+ }
24
+ /**
25
+ * This data source provide the list of the Org VPNs.
26
+ */
27
+ export declare function getVpnsOutput(args: GetVpnsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVpnsResult>;
28
+ /**
29
+ * A collection of arguments for invoking getVpns.
30
+ */
31
+ export interface GetVpnsOutputArgs {
32
+ orgId: pulumi.Input<string>;
33
+ }
package/org/getVpns.js ADDED
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getVpnsOutput = exports.getVpns = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provide the list of the Org VPNs.
10
+ */
11
+ function getVpns(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("junipermist:org/getVpns:getVpns", {
14
+ "orgId": args.orgId,
15
+ }, opts);
16
+ }
17
+ exports.getVpns = getVpns;
18
+ /**
19
+ * This data source provide the list of the Org VPNs.
20
+ */
21
+ function getVpnsOutput(args, opts) {
22
+ return pulumi.output(args).apply((a) => getVpns(a, opts));
23
+ }
24
+ exports.getVpnsOutput = getVpnsOutput;
25
+ //# sourceMappingURL=getVpns.js.map
@@ -0,0 +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;IAElE,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;AAND,0BAMC;AAoBD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
@@ -0,0 +1,55 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This datasource provides the list of WLAN Templates in a Mist Organization.A WLAN template is a collection of WLANs, tunneling policies, and wxlan policies. It is used to create and manage wlan configurations at an organizational level. WLAN templates allow for modular, scalable, and easy-to-manage configuration of ssids and their application to specific sites, site groups, or ap device profiles. They are valuable for automating configuration across multiple sites and profiles, making it easier to scale efficiently.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as junipermist from "@pulumi/junipermist";
11
+ *
12
+ * const templates = junipermist.org.getWlantemplates({
13
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getWlantemplates(args: GetWlantemplatesArgs, opts?: pulumi.InvokeOptions): Promise<GetWlantemplatesResult>;
18
+ /**
19
+ * A collection of arguments for invoking getWlantemplates.
20
+ */
21
+ export interface GetWlantemplatesArgs {
22
+ orgId: string;
23
+ }
24
+ /**
25
+ * A collection of values returned by getWlantemplates.
26
+ */
27
+ export interface GetWlantemplatesResult {
28
+ /**
29
+ * The provider-assigned unique ID for this managed resource.
30
+ */
31
+ readonly id: string;
32
+ readonly orgId: string;
33
+ readonly orgWlantemplates: outputs.org.GetWlantemplatesOrgWlantemplate[];
34
+ }
35
+ /**
36
+ * This datasource provides the list of WLAN Templates in a Mist Organization.A WLAN template is a collection of WLANs, tunneling policies, and wxlan policies. It is used to create and manage wlan configurations at an organizational level. WLAN templates allow for modular, scalable, and easy-to-manage configuration of ssids and their application to specific sites, site groups, or ap device profiles. They are valuable for automating configuration across multiple sites and profiles, making it easier to scale efficiently.
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * ```typescript
41
+ * import * as pulumi from "@pulumi/pulumi";
42
+ * import * as junipermist from "@pulumi/junipermist";
43
+ *
44
+ * const templates = junipermist.org.getWlantemplates({
45
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
46
+ * });
47
+ * ```
48
+ */
49
+ export declare function getWlantemplatesOutput(args: GetWlantemplatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetWlantemplatesResult>;
50
+ /**
51
+ * A collection of arguments for invoking getWlantemplates.
52
+ */
53
+ export interface GetWlantemplatesOutputArgs {
54
+ orgId: pulumi.Input<string>;
55
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getWlantemplatesOutput = exports.getWlantemplates = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This datasource provides the list of WLAN Templates in a Mist Organization.A WLAN template is a collection of WLANs, tunneling policies, and wxlan policies. It is used to create and manage wlan configurations at an organizational level. WLAN templates allow for modular, scalable, and easy-to-manage configuration of ssids and their application to specific sites, site groups, or ap device profiles. They are valuable for automating configuration across multiple sites and profiles, making it easier to scale efficiently.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as junipermist from "@pulumi/junipermist";
16
+ *
17
+ * const templates = junipermist.org.getWlantemplates({
18
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
19
+ * });
20
+ * ```
21
+ */
22
+ function getWlantemplates(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("junipermist:org/getWlantemplates:getWlantemplates", {
25
+ "orgId": args.orgId,
26
+ }, opts);
27
+ }
28
+ exports.getWlantemplates = getWlantemplates;
29
+ /**
30
+ * This datasource provides the list of WLAN Templates in a Mist Organization.A WLAN template is a collection of WLANs, tunneling policies, and wxlan policies. It is used to create and manage wlan configurations at an organizational level. WLAN templates allow for modular, scalable, and easy-to-manage configuration of ssids and their application to specific sites, site groups, or ap device profiles. They are valuable for automating configuration across multiple sites and profiles, making it easier to scale efficiently.
31
+ *
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as junipermist from "@pulumi/junipermist";
37
+ *
38
+ * const templates = junipermist.org.getWlantemplates({
39
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
40
+ * });
41
+ * ```
42
+ */
43
+ function getWlantemplatesOutput(args, opts) {
44
+ return pulumi.output(args).apply((a) => getWlantemplates(a, opts));
45
+ }
46
+ exports.getWlantemplatesOutput = getWlantemplatesOutput;
47
+ //# sourceMappingURL=getWlantemplates.js.map
@@ -0,0 +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;IAEpF,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;AAND,4CAMC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
@@ -0,0 +1,55 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This resource provides the list of Org WxLan tags (labels).A WxTag is a label or tag used in the mist system to classify and categorize applications, users, and resources for the purpose of creating policies and making network management decisions.They can be used * within the WxRules to create filtering rules, or assign specific VLAN * in the WLANs configuration to assign a WLAN to specific APs * to identify unknown application used by Wi-Fi clients
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as junipermist from "@pulumi/junipermist";
11
+ *
12
+ * const switchStats = junipermist.device.getSwitchStats({
13
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getWxtags(args: GetWxtagsArgs, opts?: pulumi.InvokeOptions): Promise<GetWxtagsResult>;
18
+ /**
19
+ * A collection of arguments for invoking getWxtags.
20
+ */
21
+ export interface GetWxtagsArgs {
22
+ orgId: string;
23
+ }
24
+ /**
25
+ * A collection of values returned by getWxtags.
26
+ */
27
+ export interface GetWxtagsResult {
28
+ /**
29
+ * The provider-assigned unique ID for this managed resource.
30
+ */
31
+ readonly id: string;
32
+ readonly orgId: string;
33
+ readonly orgWxtags: outputs.org.GetWxtagsOrgWxtag[];
34
+ }
35
+ /**
36
+ * This resource provides the list of Org WxLan tags (labels).A WxTag is a label or tag used in the mist system to classify and categorize applications, users, and resources for the purpose of creating policies and making network management decisions.They can be used * within the WxRules to create filtering rules, or assign specific VLAN * in the WLANs configuration to assign a WLAN to specific APs * to identify unknown application used by Wi-Fi clients
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * ```typescript
41
+ * import * as pulumi from "@pulumi/pulumi";
42
+ * import * as junipermist from "@pulumi/junipermist";
43
+ *
44
+ * const switchStats = junipermist.device.getSwitchStats({
45
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
46
+ * });
47
+ * ```
48
+ */
49
+ export declare function getWxtagsOutput(args: GetWxtagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetWxtagsResult>;
50
+ /**
51
+ * A collection of arguments for invoking getWxtags.
52
+ */
53
+ export interface GetWxtagsOutputArgs {
54
+ orgId: pulumi.Input<string>;
55
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getWxtagsOutput = exports.getWxtags = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the list of Org WxLan tags (labels).A WxTag is a label or tag used in the mist system to classify and categorize applications, users, and resources for the purpose of creating policies and making network management decisions.They can be used * within the WxRules to create filtering rules, or assign specific VLAN * in the WLANs configuration to assign a WLAN to specific APs * to identify unknown application used by Wi-Fi clients
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as junipermist from "@pulumi/junipermist";
16
+ *
17
+ * const switchStats = junipermist.device.getSwitchStats({
18
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
19
+ * });
20
+ * ```
21
+ */
22
+ function getWxtags(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("junipermist:org/getWxtags:getWxtags", {
25
+ "orgId": args.orgId,
26
+ }, opts);
27
+ }
28
+ exports.getWxtags = getWxtags;
29
+ /**
30
+ * This resource provides the list of Org WxLan tags (labels).A WxTag is a label or tag used in the mist system to classify and categorize applications, users, and resources for the purpose of creating policies and making network management decisions.They can be used * within the WxRules to create filtering rules, or assign specific VLAN * in the WLANs configuration to assign a WLAN to specific APs * to identify unknown application used by Wi-Fi clients
31
+ *
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as junipermist from "@pulumi/junipermist";
37
+ *
38
+ * const switchStats = junipermist.device.getSwitchStats({
39
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
40
+ * });
41
+ * ```
42
+ */
43
+ function getWxtagsOutput(args, opts) {
44
+ return pulumi.output(args).apply((a) => getWxtags(a, opts));
45
+ }
46
+ exports.getWxtagsOutput = getWxtagsOutput;
47
+ //# sourceMappingURL=getWxtags.js.map
@@ -0,0 +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;IAEtE,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;AAND,8BAMC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
@@ -0,0 +1,62 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * This resource manages WAN Assurance Idp Profiles.An IDP Profile is a configuration setting that defines the behavior and actions of an intrusion detection and prevention (IDP) system.It specifies how the idp system should detect and respond to potential security threats or attacks on a network.The profile includes rules and policies that determine which types of traffic or attacks should be monitored,what actions should be taken when a threat is detected, and any exceptions or exclusions for specific destinations or attack types.
6
+ */
7
+ export declare class Idpprofile extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing Idpprofile resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param state Any extra arguments used during the lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IdpprofileState, opts?: pulumi.CustomResourceOptions): Idpprofile;
18
+ /**
19
+ * Returns true if the given object is an instance of Idpprofile. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is Idpprofile;
23
+ /**
24
+ * enum: `critical`, `standard`, `strict`
25
+ */
26
+ readonly baseProfile: pulumi.Output<string>;
27
+ readonly name: pulumi.Output<string>;
28
+ readonly orgId: pulumi.Output<string>;
29
+ readonly overwrites: pulumi.Output<outputs.org.IdpprofileOverwrite[] | undefined>;
30
+ /**
31
+ * Create a Idpprofile resource with the given unique name, arguments, and options.
32
+ *
33
+ * @param name The _unique_ name of the resource.
34
+ * @param args The arguments to use to populate this resource's properties.
35
+ * @param opts A bag of options that control this resource's behavior.
36
+ */
37
+ constructor(name: string, args: IdpprofileArgs, opts?: pulumi.CustomResourceOptions);
38
+ }
39
+ /**
40
+ * Input properties used for looking up and filtering Idpprofile resources.
41
+ */
42
+ export interface IdpprofileState {
43
+ /**
44
+ * enum: `critical`, `standard`, `strict`
45
+ */
46
+ baseProfile?: pulumi.Input<string>;
47
+ name?: pulumi.Input<string>;
48
+ orgId?: pulumi.Input<string>;
49
+ overwrites?: pulumi.Input<pulumi.Input<inputs.org.IdpprofileOverwrite>[]>;
50
+ }
51
+ /**
52
+ * The set of arguments for constructing a Idpprofile resource.
53
+ */
54
+ export interface IdpprofileArgs {
55
+ /**
56
+ * enum: `critical`, `standard`, `strict`
57
+ */
58
+ baseProfile: pulumi.Input<string>;
59
+ name?: pulumi.Input<string>;
60
+ orgId: pulumi.Input<string>;
61
+ overwrites?: pulumi.Input<pulumi.Input<inputs.org.IdpprofileOverwrite>[]>;
62
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Idpprofile = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource manages WAN Assurance Idp Profiles.An IDP Profile is a configuration setting that defines the behavior and actions of an intrusion detection and prevention (IDP) system.It specifies how the idp system should detect and respond to potential security threats or attacks on a network.The profile includes rules and policies that determine which types of traffic or attacks should be monitored,what actions should be taken when a threat is detected, and any exceptions or exclusions for specific destinations or attack types.
10
+ */
11
+ class Idpprofile extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing Idpprofile resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param state Any extra arguments used during the lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, state, opts) {
22
+ return new Idpprofile(name, state, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of Idpprofile. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj) {
29
+ if (obj === undefined || obj === null) {
30
+ return false;
31
+ }
32
+ return obj['__pulumiType'] === Idpprofile.__pulumiType;
33
+ }
34
+ constructor(name, argsOrState, opts) {
35
+ let resourceInputs = {};
36
+ opts = opts || {};
37
+ if (opts.id) {
38
+ const state = argsOrState;
39
+ resourceInputs["baseProfile"] = state ? state.baseProfile : undefined;
40
+ resourceInputs["name"] = state ? state.name : undefined;
41
+ resourceInputs["orgId"] = state ? state.orgId : undefined;
42
+ resourceInputs["overwrites"] = state ? state.overwrites : undefined;
43
+ }
44
+ else {
45
+ const args = argsOrState;
46
+ if ((!args || args.baseProfile === undefined) && !opts.urn) {
47
+ throw new Error("Missing required property 'baseProfile'");
48
+ }
49
+ if ((!args || args.orgId === undefined) && !opts.urn) {
50
+ throw new Error("Missing required property 'orgId'");
51
+ }
52
+ resourceInputs["baseProfile"] = args ? args.baseProfile : undefined;
53
+ resourceInputs["name"] = args ? args.name : undefined;
54
+ resourceInputs["orgId"] = args ? args.orgId : undefined;
55
+ resourceInputs["overwrites"] = args ? args.overwrites : undefined;
56
+ }
57
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
58
+ super(Idpprofile.__pulumiType, name, resourceInputs, opts);
59
+ }
60
+ }
61
+ exports.Idpprofile = Idpprofile;
62
+ /** @internal */
63
+ Idpprofile.__pulumiType = 'junipermist:org/idpprofile:Idpprofile';
64
+ //# sourceMappingURL=idpprofile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idpprofile.js","sourceRoot":"","sources":["../../org/idpprofile.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAkBD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AApEL,gCAqEC;AAvDG,gBAAgB;AACO,uBAAY,GAAG,uCAAuC,CAAC"}
package/org/index.d.ts ADDED
@@ -0,0 +1,111 @@
1
+ export { BaseArgs, BaseState } from "./base";
2
+ export type Base = import("./base").Base;
3
+ export declare const Base: typeof import("./base").Base;
4
+ export { DeviceprofileApArgs, DeviceprofileApState } from "./deviceprofileAp";
5
+ export type DeviceprofileAp = import("./deviceprofileAp").DeviceprofileAp;
6
+ export declare const DeviceprofileAp: typeof import("./deviceprofileAp").DeviceprofileAp;
7
+ export { DeviceprofileAssignArgs, DeviceprofileAssignState } from "./deviceprofileAssign";
8
+ export type DeviceprofileAssign = import("./deviceprofileAssign").DeviceprofileAssign;
9
+ export declare const DeviceprofileAssign: typeof import("./deviceprofileAssign").DeviceprofileAssign;
10
+ export { DeviceprofileGatewayArgs, DeviceprofileGatewayState } from "./deviceprofileGateway";
11
+ export type DeviceprofileGateway = import("./deviceprofileGateway").DeviceprofileGateway;
12
+ export declare const DeviceprofileGateway: typeof import("./deviceprofileGateway").DeviceprofileGateway;
13
+ export { GatewaytemplateArgs, GatewaytemplateState } from "./gatewaytemplate";
14
+ export type Gatewaytemplate = import("./gatewaytemplate").Gatewaytemplate;
15
+ export declare const Gatewaytemplate: typeof import("./gatewaytemplate").Gatewaytemplate;
16
+ export { GetDeviceprofilesApArgs, GetDeviceprofilesApResult, GetDeviceprofilesApOutputArgs } from "./getDeviceprofilesAp";
17
+ export declare const getDeviceprofilesAp: typeof import("./getDeviceprofilesAp").getDeviceprofilesAp;
18
+ export declare const getDeviceprofilesApOutput: typeof import("./getDeviceprofilesAp").getDeviceprofilesApOutput;
19
+ export { GetDeviceprofilesGatewayArgs, GetDeviceprofilesGatewayResult, GetDeviceprofilesGatewayOutputArgs } from "./getDeviceprofilesGateway";
20
+ export declare const getDeviceprofilesGateway: typeof import("./getDeviceprofilesGateway").getDeviceprofilesGateway;
21
+ export declare const getDeviceprofilesGatewayOutput: typeof import("./getDeviceprofilesGateway").getDeviceprofilesGatewayOutput;
22
+ export { GetGatewaytemplatesArgs, GetGatewaytemplatesResult, GetGatewaytemplatesOutputArgs } from "./getGatewaytemplates";
23
+ export declare const getGatewaytemplates: typeof import("./getGatewaytemplates").getGatewaytemplates;
24
+ export declare const getGatewaytemplatesOutput: typeof import("./getGatewaytemplates").getGatewaytemplatesOutput;
25
+ export { GetIdpprofilesArgs, GetIdpprofilesResult, GetIdpprofilesOutputArgs } from "./getIdpprofiles";
26
+ export declare const getIdpprofiles: typeof import("./getIdpprofiles").getIdpprofiles;
27
+ export declare const getIdpprofilesOutput: typeof import("./getIdpprofiles").getIdpprofilesOutput;
28
+ export { GetInventoryArgs, GetInventoryResult, GetInventoryOutputArgs } from "./getInventory";
29
+ export declare const getInventory: typeof import("./getInventory").getInventory;
30
+ export declare const getInventoryOutput: typeof import("./getInventory").getInventoryOutput;
31
+ export { GetNacrulesArgs, GetNacrulesResult, GetNacrulesOutputArgs } from "./getNacrules";
32
+ export declare const getNacrules: typeof import("./getNacrules").getNacrules;
33
+ export declare const getNacrulesOutput: typeof import("./getNacrules").getNacrulesOutput;
34
+ export { GetNactagsArgs, GetNactagsResult, GetNactagsOutputArgs } from "./getNactags";
35
+ export declare const getNactags: typeof import("./getNactags").getNactags;
36
+ export declare const getNactagsOutput: typeof import("./getNactags").getNactagsOutput;
37
+ export { GetNetworksArgs, GetNetworksResult, GetNetworksOutputArgs } from "./getNetworks";
38
+ export declare const getNetworks: typeof import("./getNetworks").getNetworks;
39
+ export declare const getNetworksOutput: typeof import("./getNetworks").getNetworksOutput;
40
+ export { GetNetworktemplatesArgs, GetNetworktemplatesResult, GetNetworktemplatesOutputArgs } from "./getNetworktemplates";
41
+ export declare const getNetworktemplates: typeof import("./getNetworktemplates").getNetworktemplates;
42
+ export declare const getNetworktemplatesOutput: typeof import("./getNetworktemplates").getNetworktemplatesOutput;
43
+ export { GetRftemplatesArgs, GetRftemplatesResult, GetRftemplatesOutputArgs } from "./getRftemplates";
44
+ export declare const getRftemplates: typeof import("./getRftemplates").getRftemplates;
45
+ export declare const getRftemplatesOutput: typeof import("./getRftemplates").getRftemplatesOutput;
46
+ export { GetServicepoliciesArgs, GetServicepoliciesResult, GetServicepoliciesOutputArgs } from "./getServicepolicies";
47
+ export declare const getServicepolicies: typeof import("./getServicepolicies").getServicepolicies;
48
+ export declare const getServicepoliciesOutput: typeof import("./getServicepolicies").getServicepoliciesOutput;
49
+ export { GetServicesArgs, GetServicesResult, GetServicesOutputArgs } from "./getServices";
50
+ export declare const getServices: typeof import("./getServices").getServices;
51
+ export declare const getServicesOutput: typeof import("./getServices").getServicesOutput;
52
+ export { GetSitegroupsArgs, GetSitegroupsResult, GetSitegroupsOutputArgs } from "./getSitegroups";
53
+ export declare const getSitegroups: typeof import("./getSitegroups").getSitegroups;
54
+ export declare const getSitegroupsOutput: typeof import("./getSitegroups").getSitegroupsOutput;
55
+ export { GetVpnsArgs, GetVpnsResult, GetVpnsOutputArgs } from "./getVpns";
56
+ export declare const getVpns: typeof import("./getVpns").getVpns;
57
+ export declare const getVpnsOutput: typeof import("./getVpns").getVpnsOutput;
58
+ export { GetWlantemplatesArgs, GetWlantemplatesResult, GetWlantemplatesOutputArgs } from "./getWlantemplates";
59
+ export declare const getWlantemplates: typeof import("./getWlantemplates").getWlantemplates;
60
+ export declare const getWlantemplatesOutput: typeof import("./getWlantemplates").getWlantemplatesOutput;
61
+ export { GetWxtagsArgs, GetWxtagsResult, GetWxtagsOutputArgs } from "./getWxtags";
62
+ export declare const getWxtags: typeof import("./getWxtags").getWxtags;
63
+ export declare const getWxtagsOutput: typeof import("./getWxtags").getWxtagsOutput;
64
+ export { IdpprofileArgs, IdpprofileState } from "./idpprofile";
65
+ export type Idpprofile = import("./idpprofile").Idpprofile;
66
+ export declare const Idpprofile: typeof import("./idpprofile").Idpprofile;
67
+ export { InventoryArgs, InventoryState } from "./inventory";
68
+ export type Inventory = import("./inventory").Inventory;
69
+ export declare const Inventory: typeof import("./inventory").Inventory;
70
+ export { NacruleArgs, NacruleState } from "./nacrule";
71
+ export type Nacrule = import("./nacrule").Nacrule;
72
+ export declare const Nacrule: typeof import("./nacrule").Nacrule;
73
+ export { NactagArgs, NactagState } from "./nactag";
74
+ export type Nactag = import("./nactag").Nactag;
75
+ export declare const Nactag: typeof import("./nactag").Nactag;
76
+ export { NetworkArgs, NetworkState } from "./network";
77
+ export type Network = import("./network").Network;
78
+ export declare const Network: typeof import("./network").Network;
79
+ export { NetworktemplateArgs, NetworktemplateState } from "./networktemplate";
80
+ export type Networktemplate = import("./networktemplate").Networktemplate;
81
+ export declare const Networktemplate: typeof import("./networktemplate").Networktemplate;
82
+ export { RftemplateArgs, RftemplateState } from "./rftemplate";
83
+ export type Rftemplate = import("./rftemplate").Rftemplate;
84
+ export declare const Rftemplate: typeof import("./rftemplate").Rftemplate;
85
+ export { ServiceArgs, ServiceState } from "./service";
86
+ export type Service = import("./service").Service;
87
+ export declare const Service: typeof import("./service").Service;
88
+ export { ServicepolicyArgs, ServicepolicyState } from "./servicepolicy";
89
+ export type Servicepolicy = import("./servicepolicy").Servicepolicy;
90
+ export declare const Servicepolicy: typeof import("./servicepolicy").Servicepolicy;
91
+ export { SettingArgs, SettingState } from "./setting";
92
+ export type Setting = import("./setting").Setting;
93
+ export declare const Setting: typeof import("./setting").Setting;
94
+ export { SitegroupArgs, SitegroupState } from "./sitegroup";
95
+ export type Sitegroup = import("./sitegroup").Sitegroup;
96
+ export declare const Sitegroup: typeof import("./sitegroup").Sitegroup;
97
+ export { VpnArgs, VpnState } from "./vpn";
98
+ export type Vpn = import("./vpn").Vpn;
99
+ export declare const Vpn: typeof import("./vpn").Vpn;
100
+ export { WlanArgs, WlanState } from "./wlan";
101
+ export type Wlan = import("./wlan").Wlan;
102
+ export declare const Wlan: typeof import("./wlan").Wlan;
103
+ export { WlantemplateArgs, WlantemplateState } from "./wlantemplate";
104
+ export type Wlantemplate = import("./wlantemplate").Wlantemplate;
105
+ export declare const Wlantemplate: typeof import("./wlantemplate").Wlantemplate;
106
+ export { WxruleArgs, WxruleState } from "./wxrule";
107
+ export type Wxrule = import("./wxrule").Wxrule;
108
+ export declare const Wxrule: typeof import("./wxrule").Wxrule;
109
+ export { WxtagArgs, WxtagState } from "./wxtag";
110
+ export type Wxtag = import("./wxtag").Wxtag;
111
+ export declare const Wxtag: typeof import("./wxtag").Wxtag;