@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,323 @@
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 the Gateway Templates.A Gateway template is used to define the static ip address and subnet mask of the hub device, along with the gateway. It also allows for the selection of options such as enabling source nat and overriding the public ip for the hub if needed. the endpoint selected in the gateway template ties the hub and spoke devices together and creates the auto-vpn tunnel.
6
+ */
7
+ export declare class Gatewaytemplate extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing Gatewaytemplate 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?: GatewaytemplateState, opts?: pulumi.CustomResourceOptions): Gatewaytemplate;
18
+ /**
19
+ * Returns true if the given object is an instance of Gatewaytemplate. 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 Gatewaytemplate;
23
+ /**
24
+ * additional CLI commands to append to the generated Junos config **Note**: no check is done
25
+ */
26
+ readonly additionalConfigCmds: pulumi.Output<string[] | undefined>;
27
+ readonly bgpConfig: pulumi.Output<{
28
+ [key: string]: outputs.org.GatewaytemplateBgpConfig;
29
+ } | undefined>;
30
+ readonly dhcpdConfig: pulumi.Output<outputs.org.GatewaytemplateDhcpdConfig | undefined>;
31
+ readonly dnsOverride: pulumi.Output<boolean>;
32
+ /**
33
+ * Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
34
+ */
35
+ readonly dnsServers: pulumi.Output<string[] | undefined>;
36
+ /**
37
+ * Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
38
+ */
39
+ readonly dnsSuffixes: pulumi.Output<string[] | undefined>;
40
+ /**
41
+ * Property key is the destination CIDR (e.g. "10.0.0.0/8")
42
+ */
43
+ readonly extraRoutes: pulumi.Output<{
44
+ [key: string]: outputs.org.GatewaytemplateExtraRoutes;
45
+ } | undefined>;
46
+ /**
47
+ * Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64")
48
+ */
49
+ readonly extraRoutes6: pulumi.Output<{
50
+ [key: string]: outputs.org.GatewaytemplateExtraRoutes6;
51
+ } | undefined>;
52
+ /**
53
+ * Property key is the profile name
54
+ */
55
+ readonly idpProfiles: pulumi.Output<{
56
+ [key: string]: outputs.org.GatewaytemplateIdpProfiles;
57
+ } | undefined>;
58
+ /**
59
+ * Property key is the network name
60
+ */
61
+ readonly ipConfigs: pulumi.Output<{
62
+ [key: string]: outputs.org.GatewaytemplateIpConfigs;
63
+ } | undefined>;
64
+ readonly name: pulumi.Output<string>;
65
+ readonly networks: pulumi.Output<outputs.org.GatewaytemplateNetwork[] | undefined>;
66
+ readonly ntpOverride: pulumi.Output<boolean>;
67
+ /**
68
+ * list of NTP servers specific to this device. By default, those in Site Settings will be used
69
+ */
70
+ readonly ntpServers: pulumi.Output<string[] | undefined>;
71
+ /**
72
+ * out-of-band (vme/em0/fxp0) IP config
73
+ */
74
+ readonly oobIpConfig: pulumi.Output<outputs.org.GatewaytemplateOobIpConfig | undefined>;
75
+ readonly orgId: pulumi.Output<string>;
76
+ /**
77
+ * Property key is the path name
78
+ */
79
+ readonly pathPreferences: pulumi.Output<{
80
+ [key: string]: outputs.org.GatewaytemplatePathPreferences;
81
+ } | undefined>;
82
+ /**
83
+ * Property key is the port(s) name or range (e.g. "ge-0/0/0-10")
84
+ */
85
+ readonly portConfig: pulumi.Output<{
86
+ [key: string]: outputs.org.GatewaytemplatePortConfig;
87
+ } | undefined>;
88
+ /**
89
+ * auto assigned if not set
90
+ */
91
+ readonly routerId: pulumi.Output<string | undefined>;
92
+ /**
93
+ * Property key is the routing policy name
94
+ */
95
+ readonly routingPolicies: pulumi.Output<{
96
+ [key: string]: outputs.org.GatewaytemplateRoutingPolicies;
97
+ } | undefined>;
98
+ readonly servicePolicies: pulumi.Output<outputs.org.GatewaytemplateServicePolicy[] | undefined>;
99
+ /**
100
+ * Property key is the tunnel name
101
+ */
102
+ readonly tunnelConfigs: pulumi.Output<{
103
+ [key: string]: outputs.org.GatewaytemplateTunnelConfigs;
104
+ } | undefined>;
105
+ readonly tunnelProviderOptions: pulumi.Output<outputs.org.GatewaytemplateTunnelProviderOptions | undefined>;
106
+ /**
107
+ * enum: `spoke`, `standalone`
108
+ */
109
+ readonly type: pulumi.Output<string>;
110
+ readonly vrfConfig: pulumi.Output<outputs.org.GatewaytemplateVrfConfig | undefined>;
111
+ /**
112
+ * Property key is the network name
113
+ */
114
+ readonly vrfInstances: pulumi.Output<{
115
+ [key: string]: outputs.org.GatewaytemplateVrfInstances;
116
+ } | undefined>;
117
+ /**
118
+ * Create a Gatewaytemplate resource with the given unique name, arguments, and options.
119
+ *
120
+ * @param name The _unique_ name of the resource.
121
+ * @param args The arguments to use to populate this resource's properties.
122
+ * @param opts A bag of options that control this resource's behavior.
123
+ */
124
+ constructor(name: string, args: GatewaytemplateArgs, opts?: pulumi.CustomResourceOptions);
125
+ }
126
+ /**
127
+ * Input properties used for looking up and filtering Gatewaytemplate resources.
128
+ */
129
+ export interface GatewaytemplateState {
130
+ /**
131
+ * additional CLI commands to append to the generated Junos config **Note**: no check is done
132
+ */
133
+ additionalConfigCmds?: pulumi.Input<pulumi.Input<string>[]>;
134
+ bgpConfig?: pulumi.Input<{
135
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateBgpConfig>;
136
+ }>;
137
+ dhcpdConfig?: pulumi.Input<inputs.org.GatewaytemplateDhcpdConfig>;
138
+ dnsOverride?: pulumi.Input<boolean>;
139
+ /**
140
+ * Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
141
+ */
142
+ dnsServers?: pulumi.Input<pulumi.Input<string>[]>;
143
+ /**
144
+ * Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
145
+ */
146
+ dnsSuffixes?: pulumi.Input<pulumi.Input<string>[]>;
147
+ /**
148
+ * Property key is the destination CIDR (e.g. "10.0.0.0/8")
149
+ */
150
+ extraRoutes?: pulumi.Input<{
151
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateExtraRoutes>;
152
+ }>;
153
+ /**
154
+ * Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64")
155
+ */
156
+ extraRoutes6?: pulumi.Input<{
157
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateExtraRoutes6>;
158
+ }>;
159
+ /**
160
+ * Property key is the profile name
161
+ */
162
+ idpProfiles?: pulumi.Input<{
163
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateIdpProfiles>;
164
+ }>;
165
+ /**
166
+ * Property key is the network name
167
+ */
168
+ ipConfigs?: pulumi.Input<{
169
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateIpConfigs>;
170
+ }>;
171
+ name?: pulumi.Input<string>;
172
+ networks?: pulumi.Input<pulumi.Input<inputs.org.GatewaytemplateNetwork>[]>;
173
+ ntpOverride?: pulumi.Input<boolean>;
174
+ /**
175
+ * list of NTP servers specific to this device. By default, those in Site Settings will be used
176
+ */
177
+ ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
178
+ /**
179
+ * out-of-band (vme/em0/fxp0) IP config
180
+ */
181
+ oobIpConfig?: pulumi.Input<inputs.org.GatewaytemplateOobIpConfig>;
182
+ orgId?: pulumi.Input<string>;
183
+ /**
184
+ * Property key is the path name
185
+ */
186
+ pathPreferences?: pulumi.Input<{
187
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplatePathPreferences>;
188
+ }>;
189
+ /**
190
+ * Property key is the port(s) name or range (e.g. "ge-0/0/0-10")
191
+ */
192
+ portConfig?: pulumi.Input<{
193
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplatePortConfig>;
194
+ }>;
195
+ /**
196
+ * auto assigned if not set
197
+ */
198
+ routerId?: pulumi.Input<string>;
199
+ /**
200
+ * Property key is the routing policy name
201
+ */
202
+ routingPolicies?: pulumi.Input<{
203
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateRoutingPolicies>;
204
+ }>;
205
+ servicePolicies?: pulumi.Input<pulumi.Input<inputs.org.GatewaytemplateServicePolicy>[]>;
206
+ /**
207
+ * Property key is the tunnel name
208
+ */
209
+ tunnelConfigs?: pulumi.Input<{
210
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateTunnelConfigs>;
211
+ }>;
212
+ tunnelProviderOptions?: pulumi.Input<inputs.org.GatewaytemplateTunnelProviderOptions>;
213
+ /**
214
+ * enum: `spoke`, `standalone`
215
+ */
216
+ type?: pulumi.Input<string>;
217
+ vrfConfig?: pulumi.Input<inputs.org.GatewaytemplateVrfConfig>;
218
+ /**
219
+ * Property key is the network name
220
+ */
221
+ vrfInstances?: pulumi.Input<{
222
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateVrfInstances>;
223
+ }>;
224
+ }
225
+ /**
226
+ * The set of arguments for constructing a Gatewaytemplate resource.
227
+ */
228
+ export interface GatewaytemplateArgs {
229
+ /**
230
+ * additional CLI commands to append to the generated Junos config **Note**: no check is done
231
+ */
232
+ additionalConfigCmds?: pulumi.Input<pulumi.Input<string>[]>;
233
+ bgpConfig?: pulumi.Input<{
234
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateBgpConfig>;
235
+ }>;
236
+ dhcpdConfig?: pulumi.Input<inputs.org.GatewaytemplateDhcpdConfig>;
237
+ dnsOverride?: pulumi.Input<boolean>;
238
+ /**
239
+ * Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
240
+ */
241
+ dnsServers?: pulumi.Input<pulumi.Input<string>[]>;
242
+ /**
243
+ * Global dns settings. To keep compatibility, dns settings in `ipConfig` and `oobIpConfig` will overwrite this setting
244
+ */
245
+ dnsSuffixes?: pulumi.Input<pulumi.Input<string>[]>;
246
+ /**
247
+ * Property key is the destination CIDR (e.g. "10.0.0.0/8")
248
+ */
249
+ extraRoutes?: pulumi.Input<{
250
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateExtraRoutes>;
251
+ }>;
252
+ /**
253
+ * Property key is the destination CIDR (e.g. "2a02:1234:420a:10c9::/64")
254
+ */
255
+ extraRoutes6?: pulumi.Input<{
256
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateExtraRoutes6>;
257
+ }>;
258
+ /**
259
+ * Property key is the profile name
260
+ */
261
+ idpProfiles?: pulumi.Input<{
262
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateIdpProfiles>;
263
+ }>;
264
+ /**
265
+ * Property key is the network name
266
+ */
267
+ ipConfigs?: pulumi.Input<{
268
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateIpConfigs>;
269
+ }>;
270
+ name?: pulumi.Input<string>;
271
+ networks?: pulumi.Input<pulumi.Input<inputs.org.GatewaytemplateNetwork>[]>;
272
+ ntpOverride?: pulumi.Input<boolean>;
273
+ /**
274
+ * list of NTP servers specific to this device. By default, those in Site Settings will be used
275
+ */
276
+ ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
277
+ /**
278
+ * out-of-band (vme/em0/fxp0) IP config
279
+ */
280
+ oobIpConfig?: pulumi.Input<inputs.org.GatewaytemplateOobIpConfig>;
281
+ orgId: pulumi.Input<string>;
282
+ /**
283
+ * Property key is the path name
284
+ */
285
+ pathPreferences?: pulumi.Input<{
286
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplatePathPreferences>;
287
+ }>;
288
+ /**
289
+ * Property key is the port(s) name or range (e.g. "ge-0/0/0-10")
290
+ */
291
+ portConfig?: pulumi.Input<{
292
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplatePortConfig>;
293
+ }>;
294
+ /**
295
+ * auto assigned if not set
296
+ */
297
+ routerId?: pulumi.Input<string>;
298
+ /**
299
+ * Property key is the routing policy name
300
+ */
301
+ routingPolicies?: pulumi.Input<{
302
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateRoutingPolicies>;
303
+ }>;
304
+ servicePolicies?: pulumi.Input<pulumi.Input<inputs.org.GatewaytemplateServicePolicy>[]>;
305
+ /**
306
+ * Property key is the tunnel name
307
+ */
308
+ tunnelConfigs?: pulumi.Input<{
309
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateTunnelConfigs>;
310
+ }>;
311
+ tunnelProviderOptions?: pulumi.Input<inputs.org.GatewaytemplateTunnelProviderOptions>;
312
+ /**
313
+ * enum: `spoke`, `standalone`
314
+ */
315
+ type?: pulumi.Input<string>;
316
+ vrfConfig?: pulumi.Input<inputs.org.GatewaytemplateVrfConfig>;
317
+ /**
318
+ * Property key is the network name
319
+ */
320
+ vrfInstances?: pulumi.Input<{
321
+ [key: string]: pulumi.Input<inputs.org.GatewaytemplateVrfInstances>;
322
+ }>;
323
+ }
@@ -0,0 +1,105 @@
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.Gatewaytemplate = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource manages the Gateway Templates.A Gateway template is used to define the static ip address and subnet mask of the hub device, along with the gateway. It also allows for the selection of options such as enabling source nat and overriding the public ip for the hub if needed. the endpoint selected in the gateway template ties the hub and spoke devices together and creates the auto-vpn tunnel.
10
+ */
11
+ class Gatewaytemplate extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing Gatewaytemplate 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 Gatewaytemplate(name, state, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of Gatewaytemplate. 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'] === Gatewaytemplate.__pulumiType;
33
+ }
34
+ constructor(name, argsOrState, opts) {
35
+ let resourceInputs = {};
36
+ opts = opts || {};
37
+ if (opts.id) {
38
+ const state = argsOrState;
39
+ resourceInputs["additionalConfigCmds"] = state ? state.additionalConfigCmds : undefined;
40
+ resourceInputs["bgpConfig"] = state ? state.bgpConfig : undefined;
41
+ resourceInputs["dhcpdConfig"] = state ? state.dhcpdConfig : undefined;
42
+ resourceInputs["dnsOverride"] = state ? state.dnsOverride : undefined;
43
+ resourceInputs["dnsServers"] = state ? state.dnsServers : undefined;
44
+ resourceInputs["dnsSuffixes"] = state ? state.dnsSuffixes : undefined;
45
+ resourceInputs["extraRoutes"] = state ? state.extraRoutes : undefined;
46
+ resourceInputs["extraRoutes6"] = state ? state.extraRoutes6 : undefined;
47
+ resourceInputs["idpProfiles"] = state ? state.idpProfiles : undefined;
48
+ resourceInputs["ipConfigs"] = state ? state.ipConfigs : undefined;
49
+ resourceInputs["name"] = state ? state.name : undefined;
50
+ resourceInputs["networks"] = state ? state.networks : undefined;
51
+ resourceInputs["ntpOverride"] = state ? state.ntpOverride : undefined;
52
+ resourceInputs["ntpServers"] = state ? state.ntpServers : undefined;
53
+ resourceInputs["oobIpConfig"] = state ? state.oobIpConfig : undefined;
54
+ resourceInputs["orgId"] = state ? state.orgId : undefined;
55
+ resourceInputs["pathPreferences"] = state ? state.pathPreferences : undefined;
56
+ resourceInputs["portConfig"] = state ? state.portConfig : undefined;
57
+ resourceInputs["routerId"] = state ? state.routerId : undefined;
58
+ resourceInputs["routingPolicies"] = state ? state.routingPolicies : undefined;
59
+ resourceInputs["servicePolicies"] = state ? state.servicePolicies : undefined;
60
+ resourceInputs["tunnelConfigs"] = state ? state.tunnelConfigs : undefined;
61
+ resourceInputs["tunnelProviderOptions"] = state ? state.tunnelProviderOptions : undefined;
62
+ resourceInputs["type"] = state ? state.type : undefined;
63
+ resourceInputs["vrfConfig"] = state ? state.vrfConfig : undefined;
64
+ resourceInputs["vrfInstances"] = state ? state.vrfInstances : undefined;
65
+ }
66
+ else {
67
+ const args = argsOrState;
68
+ if ((!args || args.orgId === undefined) && !opts.urn) {
69
+ throw new Error("Missing required property 'orgId'");
70
+ }
71
+ resourceInputs["additionalConfigCmds"] = args ? args.additionalConfigCmds : undefined;
72
+ resourceInputs["bgpConfig"] = args ? args.bgpConfig : undefined;
73
+ resourceInputs["dhcpdConfig"] = args ? args.dhcpdConfig : undefined;
74
+ resourceInputs["dnsOverride"] = args ? args.dnsOverride : undefined;
75
+ resourceInputs["dnsServers"] = args ? args.dnsServers : undefined;
76
+ resourceInputs["dnsSuffixes"] = args ? args.dnsSuffixes : undefined;
77
+ resourceInputs["extraRoutes"] = args ? args.extraRoutes : undefined;
78
+ resourceInputs["extraRoutes6"] = args ? args.extraRoutes6 : undefined;
79
+ resourceInputs["idpProfiles"] = args ? args.idpProfiles : undefined;
80
+ resourceInputs["ipConfigs"] = args ? args.ipConfigs : undefined;
81
+ resourceInputs["name"] = args ? args.name : undefined;
82
+ resourceInputs["networks"] = args ? args.networks : undefined;
83
+ resourceInputs["ntpOverride"] = args ? args.ntpOverride : undefined;
84
+ resourceInputs["ntpServers"] = args ? args.ntpServers : undefined;
85
+ resourceInputs["oobIpConfig"] = args ? args.oobIpConfig : undefined;
86
+ resourceInputs["orgId"] = args ? args.orgId : undefined;
87
+ resourceInputs["pathPreferences"] = args ? args.pathPreferences : undefined;
88
+ resourceInputs["portConfig"] = args ? args.portConfig : undefined;
89
+ resourceInputs["routerId"] = args ? args.routerId : undefined;
90
+ resourceInputs["routingPolicies"] = args ? args.routingPolicies : undefined;
91
+ resourceInputs["servicePolicies"] = args ? args.servicePolicies : undefined;
92
+ resourceInputs["tunnelConfigs"] = args ? args.tunnelConfigs : undefined;
93
+ resourceInputs["tunnelProviderOptions"] = args ? args.tunnelProviderOptions : undefined;
94
+ resourceInputs["type"] = args ? args.type : undefined;
95
+ resourceInputs["vrfConfig"] = args ? args.vrfConfig : undefined;
96
+ resourceInputs["vrfInstances"] = args ? args.vrfInstances : undefined;
97
+ }
98
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
99
+ super(Gatewaytemplate.__pulumiType, name, resourceInputs, opts);
100
+ }
101
+ }
102
+ exports.Gatewaytemplate = Gatewaytemplate;
103
+ /** @internal */
104
+ Gatewaytemplate.__pulumiType = 'junipermist:org/gatewaytemplate:Gatewaytemplate';
105
+ //# sourceMappingURL=gatewaytemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewaytemplate.js","sourceRoot":"","sources":["../../org/gatewaytemplate.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,55 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source provides the list of AP Device Profiles.AP Device profiles for aps are used to specify a configuration that can be applied to a select set of aps from any site in the organization. They allow for efficient application of configurations based on ap groups, wlan groups, RF settings, and sites. Device profiles enable various use cases such as activating ethernet passthrough, applying different rf settings, applying mesh configuration, activating specific features like esl or vble, and more.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as junipermist from "@pulumi/junipermist";
11
+ *
12
+ * const deviceprofile = junipermist.org.getDeviceprofilesAp({
13
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getDeviceprofilesAp(args: GetDeviceprofilesApArgs, opts?: pulumi.InvokeOptions): Promise<GetDeviceprofilesApResult>;
18
+ /**
19
+ * A collection of arguments for invoking getDeviceprofilesAp.
20
+ */
21
+ export interface GetDeviceprofilesApArgs {
22
+ orgId: string;
23
+ }
24
+ /**
25
+ * A collection of values returned by getDeviceprofilesAp.
26
+ */
27
+ export interface GetDeviceprofilesApResult {
28
+ readonly deviceprofiles: outputs.org.GetDeviceprofilesApDeviceprofile[];
29
+ /**
30
+ * The provider-assigned unique ID for this managed resource.
31
+ */
32
+ readonly id: string;
33
+ readonly orgId: string;
34
+ }
35
+ /**
36
+ * This data source provides the list of AP Device Profiles.AP Device profiles for aps are used to specify a configuration that can be applied to a select set of aps from any site in the organization. They allow for efficient application of configurations based on ap groups, wlan groups, RF settings, and sites. Device profiles enable various use cases such as activating ethernet passthrough, applying different rf settings, applying mesh configuration, activating specific features like esl or vble, and more.
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * ```typescript
41
+ * import * as pulumi from "@pulumi/pulumi";
42
+ * import * as junipermist from "@pulumi/junipermist";
43
+ *
44
+ * const deviceprofile = junipermist.org.getDeviceprofilesAp({
45
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
46
+ * });
47
+ * ```
48
+ */
49
+ export declare function getDeviceprofilesApOutput(args: GetDeviceprofilesApOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDeviceprofilesApResult>;
50
+ /**
51
+ * A collection of arguments for invoking getDeviceprofilesAp.
52
+ */
53
+ export interface GetDeviceprofilesApOutputArgs {
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.getDeviceprofilesApOutput = exports.getDeviceprofilesAp = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of AP Device Profiles.AP Device profiles for aps are used to specify a configuration that can be applied to a select set of aps from any site in the organization. They allow for efficient application of configurations based on ap groups, wlan groups, RF settings, and sites. Device profiles enable various use cases such as activating ethernet passthrough, applying different rf settings, applying mesh configuration, activating specific features like esl or vble, and more.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as junipermist from "@pulumi/junipermist";
16
+ *
17
+ * const deviceprofile = junipermist.org.getDeviceprofilesAp({
18
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
19
+ * });
20
+ * ```
21
+ */
22
+ function getDeviceprofilesAp(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("junipermist:org/getDeviceprofilesAp:getDeviceprofilesAp", {
25
+ "orgId": args.orgId,
26
+ }, opts);
27
+ }
28
+ exports.getDeviceprofilesAp = getDeviceprofilesAp;
29
+ /**
30
+ * This data source provides the list of AP Device Profiles.AP Device profiles for aps are used to specify a configuration that can be applied to a select set of aps from any site in the organization. They allow for efficient application of configurations based on ap groups, wlan groups, RF settings, and sites. Device profiles enable various use cases such as activating ethernet passthrough, applying different rf settings, applying mesh configuration, activating specific features like esl or vble, and more.
31
+ *
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as junipermist from "@pulumi/junipermist";
37
+ *
38
+ * const deviceprofile = junipermist.org.getDeviceprofilesAp({
39
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
40
+ * });
41
+ * ```
42
+ */
43
+ function getDeviceprofilesApOutput(args, opts) {
44
+ return pulumi.output(args).apply((a) => getDeviceprofilesAp(a, opts));
45
+ }
46
+ exports.getDeviceprofilesApOutput = getDeviceprofilesApOutput;
47
+ //# sourceMappingURL=getDeviceprofilesAp.js.map
@@ -0,0 +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;IAE1F,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;AAND,kDAMC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
@@ -0,0 +1,55 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This provides the list of Gateway Device Profiles (Hub Profile).A HUB profile is a configuration profile that automates the creation of overlay networks and defines the attributes of a hub device in a network. It includes settings for wan interfaces, lan interfaces, dns servers, traffic steering preferences, application policies, and routing options. HUB profiles are used to create consistent configurations for hub devices and ensure efficient connectivity between hubs and spokes in a network.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as junipermist from "@pulumi/junipermist";
11
+ *
12
+ * const deviceprofile = junipermist.org.getDeviceprofilesGateway({
13
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getDeviceprofilesGateway(args: GetDeviceprofilesGatewayArgs, opts?: pulumi.InvokeOptions): Promise<GetDeviceprofilesGatewayResult>;
18
+ /**
19
+ * A collection of arguments for invoking getDeviceprofilesGateway.
20
+ */
21
+ export interface GetDeviceprofilesGatewayArgs {
22
+ orgId: string;
23
+ }
24
+ /**
25
+ * A collection of values returned by getDeviceprofilesGateway.
26
+ */
27
+ export interface GetDeviceprofilesGatewayResult {
28
+ readonly deviceprofiles: outputs.org.GetDeviceprofilesGatewayDeviceprofile[];
29
+ /**
30
+ * The provider-assigned unique ID for this managed resource.
31
+ */
32
+ readonly id: string;
33
+ readonly orgId: string;
34
+ }
35
+ /**
36
+ * This provides the list of Gateway Device Profiles (Hub Profile).A HUB profile is a configuration profile that automates the creation of overlay networks and defines the attributes of a hub device in a network. It includes settings for wan interfaces, lan interfaces, dns servers, traffic steering preferences, application policies, and routing options. HUB profiles are used to create consistent configurations for hub devices and ensure efficient connectivity between hubs and spokes in a network.
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * ```typescript
41
+ * import * as pulumi from "@pulumi/pulumi";
42
+ * import * as junipermist from "@pulumi/junipermist";
43
+ *
44
+ * const deviceprofile = junipermist.org.getDeviceprofilesGateway({
45
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
46
+ * });
47
+ * ```
48
+ */
49
+ export declare function getDeviceprofilesGatewayOutput(args: GetDeviceprofilesGatewayOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDeviceprofilesGatewayResult>;
50
+ /**
51
+ * A collection of arguments for invoking getDeviceprofilesGateway.
52
+ */
53
+ export interface GetDeviceprofilesGatewayOutputArgs {
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.getDeviceprofilesGatewayOutput = exports.getDeviceprofilesGateway = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This provides the list of Gateway Device Profiles (Hub Profile).A HUB profile is a configuration profile that automates the creation of overlay networks and defines the attributes of a hub device in a network. It includes settings for wan interfaces, lan interfaces, dns servers, traffic steering preferences, application policies, and routing options. HUB profiles are used to create consistent configurations for hub devices and ensure efficient connectivity between hubs and spokes in a network.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as junipermist from "@pulumi/junipermist";
16
+ *
17
+ * const deviceprofile = junipermist.org.getDeviceprofilesGateway({
18
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
19
+ * });
20
+ * ```
21
+ */
22
+ function getDeviceprofilesGateway(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("junipermist:org/getDeviceprofilesGateway:getDeviceprofilesGateway", {
25
+ "orgId": args.orgId,
26
+ }, opts);
27
+ }
28
+ exports.getDeviceprofilesGateway = getDeviceprofilesGateway;
29
+ /**
30
+ * This provides the list of Gateway Device Profiles (Hub Profile).A HUB profile is a configuration profile that automates the creation of overlay networks and defines the attributes of a hub device in a network. It includes settings for wan interfaces, lan interfaces, dns servers, traffic steering preferences, application policies, and routing options. HUB profiles are used to create consistent configurations for hub devices and ensure efficient connectivity between hubs and spokes in a network.
31
+ *
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as junipermist from "@pulumi/junipermist";
37
+ *
38
+ * const deviceprofile = junipermist.org.getDeviceprofilesGateway({
39
+ * orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
40
+ * });
41
+ * ```
42
+ */
43
+ function getDeviceprofilesGatewayOutput(args, opts) {
44
+ return pulumi.output(args).apply((a) => getDeviceprofilesGateway(a, opts));
45
+ }
46
+ exports.getDeviceprofilesGatewayOutput = getDeviceprofilesGatewayOutput;
47
+ //# sourceMappingURL=getDeviceprofilesGateway.js.map
@@ -0,0 +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;IAEpG,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;AAND,4DAMC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}