@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
package/org/wlan.d.ts ADDED
@@ -0,0 +1,1114 @@
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 Org Wlans.The WLAN object contains all the required configuration to broadcast an SSID (Authentication, VLAN, ...)
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as junipermist from "@pulumi/juniper-mist";
12
+ *
13
+ * const wlanOne = new junipermist.org.Wlan("wlan_one", {
14
+ * ssid: "wlan_one",
15
+ * orgId: terraformTest.id,
16
+ * templateId: test101.id,
17
+ * bands: [
18
+ * "5",
19
+ * "6",
20
+ * ],
21
+ * vlanId: "143",
22
+ * wlanLimitUp: 10000,
23
+ * wlanLimitDown: 20000,
24
+ * clientLimitUp: 512,
25
+ * clientLimitDown: 1000,
26
+ * auth: {
27
+ * type: "psk",
28
+ * psk: "secretpsk",
29
+ * },
30
+ * "interface": "all",
31
+ * });
32
+ * ```
33
+ */
34
+ export declare class Wlan extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing Wlan resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param state Any extra arguments used during the lookup.
42
+ * @param opts Optional settings to control the behavior of the CustomResource.
43
+ */
44
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: WlanState, opts?: pulumi.CustomResourceOptions): Wlan;
45
+ /**
46
+ * Returns true if the given object is an instance of Wlan. This is designed to work even
47
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
48
+ */
49
+ static isInstance(obj: any): obj is Wlan;
50
+ /**
51
+ * enable coa-immediate-update and address-change-immediate-update on the access profile.
52
+ */
53
+ readonly acctImmediateUpdate: pulumi.Output<boolean>;
54
+ /**
55
+ * how frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request
56
+ * from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended
57
+ * when enabled
58
+ */
59
+ readonly acctInterimInterval: pulumi.Output<number>;
60
+ /**
61
+ * list of RADIUS accounting servers, optional, order matters where the first one is treated as primary
62
+ */
63
+ readonly acctServers: pulumi.Output<outputs.org.WlanAcctServer[]>;
64
+ /**
65
+ * airwatch wlan settings
66
+ */
67
+ readonly airwatch: pulumi.Output<outputs.org.WlanAirwatch | undefined>;
68
+ /**
69
+ * only applicable when limit_bcast==true, which allows or disallows ipv6 Neighbor Discovery packets to go through
70
+ */
71
+ readonly allowIpv6Ndp: pulumi.Output<boolean>;
72
+ /**
73
+ * only applicable when limit_bcast==true, which allows mDNS / Bonjour packets to go through
74
+ */
75
+ readonly allowMdns: pulumi.Output<boolean>;
76
+ /**
77
+ * only applicable when `limitBcast`==`tru`e, which allows SSDP
78
+ */
79
+ readonly allowSsdp: pulumi.Output<boolean>;
80
+ /**
81
+ * list of device ids
82
+ */
83
+ readonly apIds: pulumi.Output<string[]>;
84
+ /**
85
+ * bandwidth limiting for apps (applies to up/down)
86
+ */
87
+ readonly appLimit: pulumi.Output<outputs.org.WlanAppLimit | undefined>;
88
+ /**
89
+ * app qos wlan settings
90
+ */
91
+ readonly appQos: pulumi.Output<outputs.org.WlanAppQos | undefined>;
92
+ /**
93
+ * enum: `aps`, `site`, `wxtags`
94
+ */
95
+ readonly applyTo: pulumi.Output<string | undefined>;
96
+ /**
97
+ * whether to enable smart arp filter
98
+ */
99
+ readonly arpFilter: pulumi.Output<boolean>;
100
+ /**
101
+ * authentication wlan settings
102
+ */
103
+ readonly auth: pulumi.Output<outputs.org.WlanAuth | undefined>;
104
+ /**
105
+ * When ordered, AP will prefer and go back to the first server if possible. enum: `ordered`, `unordered`
106
+ */
107
+ readonly authServerSelection: pulumi.Output<string>;
108
+ /**
109
+ * list of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one
110
+ * is treated as primary
111
+ */
112
+ readonly authServers: pulumi.Output<outputs.org.WlanAuthServer[]>;
113
+ /**
114
+ * optional, up to 48 bytes, will be dynamically generated if not provided. used only for authentication servers
115
+ */
116
+ readonly authServersNasId: pulumi.Output<string | undefined>;
117
+ /**
118
+ * optional, NAS-IP-ADDRESS to use
119
+ */
120
+ readonly authServersNasIp: pulumi.Output<string | undefined>;
121
+ /**
122
+ * radius auth session retries. Following fast timers are set if “fast_dot1x_timers” knob is enabled. ‘retries’ are
123
+ * set to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to
124
+ * default value to 3.
125
+ */
126
+ readonly authServersRetries: pulumi.Output<number>;
127
+ /**
128
+ * radius auth session timeout. Following fast timers are set if “fast_dot1x_timers” knob is enabled.
129
+ * ‘quite-period’ and ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’
130
+ * is also set when setting authServersTimeout and is set to default value of 10.
131
+ */
132
+ readonly authServersTimeout: pulumi.Output<number>;
133
+ /**
134
+ * whether to enable band_steering, this works only when band==both
135
+ */
136
+ readonly bandSteer: pulumi.Output<boolean>;
137
+ /**
138
+ * force dualBand capable client to connect to 5G
139
+ */
140
+ readonly bandSteerForceBand5: pulumi.Output<boolean>;
141
+ /**
142
+ * list of radios that the wlan should apply to
143
+ */
144
+ readonly bands: pulumi.Output<string[] | undefined>;
145
+ /**
146
+ * whether to block the clients in the blacklist (up to first 256 macs)
147
+ */
148
+ readonly blockBlacklistClients: pulumi.Output<boolean>;
149
+ /**
150
+ * bonjour gateway wlan settings
151
+ */
152
+ readonly bonjour: pulumi.Output<outputs.org.WlanBonjour | undefined>;
153
+ /**
154
+ * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA:
155
+ * https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
156
+ */
157
+ readonly ciscoCwa: pulumi.Output<outputs.org.WlanCiscoCwa | undefined>;
158
+ /**
159
+ * kbps
160
+ */
161
+ readonly clientLimitDown: pulumi.Output<number | undefined>;
162
+ /**
163
+ * if downlink limiting per-client is enabled
164
+ */
165
+ readonly clientLimitDownEnabled: pulumi.Output<boolean>;
166
+ /**
167
+ * kbps
168
+ */
169
+ readonly clientLimitUp: pulumi.Output<number | undefined>;
170
+ /**
171
+ * if uplink limiting per-client is enabled
172
+ */
173
+ readonly clientLimitUpEnabled: pulumi.Output<boolean>;
174
+ /**
175
+ * list of COA (change of authorization) servers, optional
176
+ */
177
+ readonly coaServers: pulumi.Output<outputs.org.WlanCoaServer[]>;
178
+ /**
179
+ * some old WLAN drivers may not be compatible
180
+ */
181
+ readonly disable11ax: pulumi.Output<boolean>;
182
+ /**
183
+ * to disable ht or vht rates
184
+ */
185
+ readonly disableHtVhtRates: pulumi.Output<boolean>;
186
+ /**
187
+ * whether to disable U-APSD
188
+ */
189
+ readonly disableUapsd: pulumi.Output<boolean>;
190
+ /**
191
+ * disable sending v2 roam notification messages
192
+ */
193
+ readonly disableV1RoamNotify: pulumi.Output<boolean>;
194
+ /**
195
+ * disable sending v2 roam notification messages
196
+ */
197
+ readonly disableV2RoamNotify: pulumi.Output<boolean>;
198
+ /**
199
+ * whether to disable WMM
200
+ */
201
+ readonly disableWmm: pulumi.Output<boolean>;
202
+ /**
203
+ * for radius_group-based DNS server (rewrite DNS request depending on the Group RADIUS server returns)
204
+ */
205
+ readonly dnsServerRewrite: pulumi.Output<outputs.org.WlanDnsServerRewrite | undefined>;
206
+ readonly dtim: pulumi.Output<number>;
207
+ /**
208
+ * for dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on
209
+ * context (wlan/site/user/...) thus following configurations are assumed (currently) * PSK will come from RADIUS server *
210
+ * AP sends client MAC as username ans password (i.e. `enableMacAuth` is assumed) * AP sends BSSID:SSID as
211
+ * Caller-Station-ID * `authServers` is required * PSK will come from cloud WLC if source is cloudPsks * defaultPsk will be
212
+ * used if cloud WLC is not available * `multiPskOnly` and `psk` is ignored * `pairwise` can only be wpa2-ccmp (for now,
213
+ * wpa3 support on the roadmap)
214
+ */
215
+ readonly dynamicPsk: pulumi.Output<outputs.org.WlanDynamicPsk | undefined>;
216
+ /**
217
+ * for 802.1x
218
+ */
219
+ readonly dynamicVlan: pulumi.Output<outputs.org.WlanDynamicVlan | undefined>;
220
+ /**
221
+ * enable AP-AP keycaching via multicast
222
+ */
223
+ readonly enableLocalKeycaching: pulumi.Output<boolean>;
224
+ /**
225
+ * by default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where
226
+ * client is a wireless bridge (DHCP packets for other MACs will need to be orwarded), wirelessBridging can be enabled
227
+ */
228
+ readonly enableWirelessBridging: pulumi.Output<boolean>;
229
+ /**
230
+ * if the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response
231
+ * packets to be forwarded to wireless
232
+ */
233
+ readonly enableWirelessBridgingDhcpTracking: pulumi.Output<boolean>;
234
+ /**
235
+ * if this wlan is enabled
236
+ */
237
+ readonly enabled: pulumi.Output<boolean>;
238
+ /**
239
+ * if set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and
240
+ * ‘auth_server_retries’ .
241
+ */
242
+ readonly fastDot1xTimers: pulumi.Output<boolean>;
243
+ /**
244
+ * whether to hide SSID in beacon
245
+ */
246
+ readonly hideSsid: pulumi.Output<boolean>;
247
+ /**
248
+ * include hostname inside IE in AP beacons / probe responses
249
+ */
250
+ readonly hostnameIe: pulumi.Output<boolean>;
251
+ /**
252
+ * hostspot 2.0 wlan settings
253
+ */
254
+ readonly hotspot20: pulumi.Output<outputs.org.WlanHotspot20 | undefined>;
255
+ readonly injectDhcpOption82: pulumi.Output<outputs.org.WlanInjectDhcpOption82 | undefined>;
256
+ /**
257
+ * where this WLAN will be connected to. enum: `all`, `eth0`, `eth1`, `eth2`, `eth3`, `mxtunnel`, `siteMxedge`, `wxtunnel`
258
+ */
259
+ readonly interface: pulumi.Output<string>;
260
+ /**
261
+ * whether to stop clients to talk to each other
262
+ */
263
+ readonly isolation: pulumi.Output<boolean>;
264
+ /**
265
+ * if isolation is enabled, whether to deny clients to talk to L2 on the LAN
266
+ */
267
+ readonly l2Isolation: pulumi.Output<boolean>;
268
+ /**
269
+ * legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning!
270
+ * Enabling this will cause problem for iOS devices.
271
+ */
272
+ readonly legacyOverds: pulumi.Output<boolean>;
273
+ /**
274
+ * whether to limit broadcast packets going to wireless (i.e. only allow certain bcast packets to go through)
275
+ */
276
+ readonly limitBcast: pulumi.Output<boolean>;
277
+ /**
278
+ * limit probe response base on some heuristic rules
279
+ */
280
+ readonly limitProbeResponse: pulumi.Output<boolean>;
281
+ /**
282
+ * max idle time in seconds
283
+ */
284
+ readonly maxIdletime: pulumi.Output<number>;
285
+ readonly mistNac: pulumi.Output<outputs.org.WlanMistNac | undefined>;
286
+ readonly mspId: pulumi.Output<string>;
287
+ /**
288
+ * when `interface`=`mxtunnel`, id of the Mist Tunnel
289
+ */
290
+ readonly mxtunnelIds: pulumi.Output<string[]>;
291
+ /**
292
+ * when `interface`=`siteMedge`, name of the mxtunnel that in mxtunnels under Site Setting
293
+ */
294
+ readonly mxtunnelNames: pulumi.Output<string[]>;
295
+ /**
296
+ * whether to only allow client to use DNS that we’ve learned from DHCP response
297
+ */
298
+ readonly noStaticDns: pulumi.Output<boolean>;
299
+ /**
300
+ * whether to only allow client that we’ve learned from DHCP exchange to talk
301
+ */
302
+ readonly noStaticIp: pulumi.Output<boolean>;
303
+ readonly orgId: pulumi.Output<string>;
304
+ /**
305
+ * portal wlan settings
306
+ */
307
+ readonly portal: pulumi.Output<outputs.org.WlanPortal | undefined>;
308
+ /**
309
+ * list of hostnames without http(s):// (matched by substring)
310
+ */
311
+ readonly portalAllowedHostnames: pulumi.Output<string[]>;
312
+ /**
313
+ * list of CIDRs
314
+ */
315
+ readonly portalAllowedSubnets: pulumi.Output<string[]>;
316
+ /**
317
+ * api secret (auto-generated) that can be used to sign guest authorization requests
318
+ */
319
+ readonly portalApiSecret: pulumi.Output<string>;
320
+ /**
321
+ * list of hostnames without http(s):// (matched by substring), this takes precedence over portal_allowed_hostnames
322
+ */
323
+ readonly portalDeniedHostnames: pulumi.Output<string[]>;
324
+ /**
325
+ * Url of portal background image
326
+ */
327
+ readonly portalImage: pulumi.Output<string>;
328
+ readonly portalSsoUrl: pulumi.Output<string>;
329
+ /**
330
+ * N.B portalTemplate will be forked out of wlan objects soon. To fetch portal_template, please query portal_template_url.
331
+ * To update portal_template, use Wlan Portal Template.
332
+ */
333
+ readonly portalTemplateUrl: pulumi.Output<string>;
334
+ readonly qos: pulumi.Output<outputs.org.WlanQos | undefined>;
335
+ /**
336
+ * Radsec settings
337
+ */
338
+ readonly radsec: pulumi.Output<outputs.org.WlanRadsec | undefined>;
339
+ /**
340
+ * enum: `11r`, `OKC`, `none`
341
+ */
342
+ readonly roamMode: pulumi.Output<string>;
343
+ /**
344
+ * WLAN operating schedule, default is disabled
345
+ */
346
+ readonly schedule: pulumi.Output<outputs.org.WlanSchedule | undefined>;
347
+ /**
348
+ * whether to exclude this WLAN from SLE metrics
349
+ */
350
+ readonly sleExcluded: pulumi.Output<boolean>;
351
+ /**
352
+ * the name of the SSID
353
+ */
354
+ readonly ssid: pulumi.Output<string>;
355
+ readonly templateId: pulumi.Output<string>;
356
+ /**
357
+ * Url of portal background image thumbnail
358
+ */
359
+ readonly thumbnail: pulumi.Output<string>;
360
+ /**
361
+ * if `auth.type`==’eap’ or ‘psk’, should only be set for legacy client, such as pre-2004, 802.11b devices
362
+ */
363
+ readonly useEapolV1: pulumi.Output<boolean>;
364
+ /**
365
+ * if vlan tagging is enabled
366
+ */
367
+ readonly vlanEnabled: pulumi.Output<boolean>;
368
+ readonly vlanId: pulumi.Output<string | undefined>;
369
+ /**
370
+ * vlan_ids to use when there’s no match from RA
371
+ */
372
+ readonly vlanIds: pulumi.Output<string[]>;
373
+ /**
374
+ * vlan pooling allows AP to place client on different VLAN using a deterministic algorithm
375
+ */
376
+ readonly vlanPooling: pulumi.Output<boolean>;
377
+ /**
378
+ * kbps
379
+ */
380
+ readonly wlanLimitDown: pulumi.Output<number>;
381
+ /**
382
+ * if downlink limiting for whole wlan is enabled
383
+ */
384
+ readonly wlanLimitDownEnabled: pulumi.Output<boolean>;
385
+ /**
386
+ * kbps
387
+ */
388
+ readonly wlanLimitUp: pulumi.Output<number>;
389
+ /**
390
+ * if uplink limiting for whole wlan is enabled
391
+ */
392
+ readonly wlanLimitUpEnabled: pulumi.Output<boolean>;
393
+ /**
394
+ * list of wxtag_ids
395
+ */
396
+ readonly wxtagIds: pulumi.Output<string[]>;
397
+ /**
398
+ * when `interface`=`wxtunnel`, id of the WXLAN Tunnel
399
+ */
400
+ readonly wxtunnelId: pulumi.Output<string>;
401
+ /**
402
+ * when `interface`=`wxtunnel`, remote tunnel identifier
403
+ */
404
+ readonly wxtunnelRemoteId: pulumi.Output<string>;
405
+ /**
406
+ * Create a Wlan resource with the given unique name, arguments, and options.
407
+ *
408
+ * @param name The _unique_ name of the resource.
409
+ * @param args The arguments to use to populate this resource's properties.
410
+ * @param opts A bag of options that control this resource's behavior.
411
+ */
412
+ constructor(name: string, args: WlanArgs, opts?: pulumi.CustomResourceOptions);
413
+ }
414
+ /**
415
+ * Input properties used for looking up and filtering Wlan resources.
416
+ */
417
+ export interface WlanState {
418
+ /**
419
+ * enable coa-immediate-update and address-change-immediate-update on the access profile.
420
+ */
421
+ acctImmediateUpdate?: pulumi.Input<boolean>;
422
+ /**
423
+ * how frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request
424
+ * from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended
425
+ * when enabled
426
+ */
427
+ acctInterimInterval?: pulumi.Input<number>;
428
+ /**
429
+ * list of RADIUS accounting servers, optional, order matters where the first one is treated as primary
430
+ */
431
+ acctServers?: pulumi.Input<pulumi.Input<inputs.org.WlanAcctServer>[]>;
432
+ /**
433
+ * airwatch wlan settings
434
+ */
435
+ airwatch?: pulumi.Input<inputs.org.WlanAirwatch>;
436
+ /**
437
+ * only applicable when limit_bcast==true, which allows or disallows ipv6 Neighbor Discovery packets to go through
438
+ */
439
+ allowIpv6Ndp?: pulumi.Input<boolean>;
440
+ /**
441
+ * only applicable when limit_bcast==true, which allows mDNS / Bonjour packets to go through
442
+ */
443
+ allowMdns?: pulumi.Input<boolean>;
444
+ /**
445
+ * only applicable when `limitBcast`==`tru`e, which allows SSDP
446
+ */
447
+ allowSsdp?: pulumi.Input<boolean>;
448
+ /**
449
+ * list of device ids
450
+ */
451
+ apIds?: pulumi.Input<pulumi.Input<string>[]>;
452
+ /**
453
+ * bandwidth limiting for apps (applies to up/down)
454
+ */
455
+ appLimit?: pulumi.Input<inputs.org.WlanAppLimit>;
456
+ /**
457
+ * app qos wlan settings
458
+ */
459
+ appQos?: pulumi.Input<inputs.org.WlanAppQos>;
460
+ /**
461
+ * enum: `aps`, `site`, `wxtags`
462
+ */
463
+ applyTo?: pulumi.Input<string>;
464
+ /**
465
+ * whether to enable smart arp filter
466
+ */
467
+ arpFilter?: pulumi.Input<boolean>;
468
+ /**
469
+ * authentication wlan settings
470
+ */
471
+ auth?: pulumi.Input<inputs.org.WlanAuth>;
472
+ /**
473
+ * When ordered, AP will prefer and go back to the first server if possible. enum: `ordered`, `unordered`
474
+ */
475
+ authServerSelection?: pulumi.Input<string>;
476
+ /**
477
+ * list of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one
478
+ * is treated as primary
479
+ */
480
+ authServers?: pulumi.Input<pulumi.Input<inputs.org.WlanAuthServer>[]>;
481
+ /**
482
+ * optional, up to 48 bytes, will be dynamically generated if not provided. used only for authentication servers
483
+ */
484
+ authServersNasId?: pulumi.Input<string>;
485
+ /**
486
+ * optional, NAS-IP-ADDRESS to use
487
+ */
488
+ authServersNasIp?: pulumi.Input<string>;
489
+ /**
490
+ * radius auth session retries. Following fast timers are set if “fast_dot1x_timers” knob is enabled. ‘retries’ are
491
+ * set to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to
492
+ * default value to 3.
493
+ */
494
+ authServersRetries?: pulumi.Input<number>;
495
+ /**
496
+ * radius auth session timeout. Following fast timers are set if “fast_dot1x_timers” knob is enabled.
497
+ * ‘quite-period’ and ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’
498
+ * is also set when setting authServersTimeout and is set to default value of 10.
499
+ */
500
+ authServersTimeout?: pulumi.Input<number>;
501
+ /**
502
+ * whether to enable band_steering, this works only when band==both
503
+ */
504
+ bandSteer?: pulumi.Input<boolean>;
505
+ /**
506
+ * force dualBand capable client to connect to 5G
507
+ */
508
+ bandSteerForceBand5?: pulumi.Input<boolean>;
509
+ /**
510
+ * list of radios that the wlan should apply to
511
+ */
512
+ bands?: pulumi.Input<pulumi.Input<string>[]>;
513
+ /**
514
+ * whether to block the clients in the blacklist (up to first 256 macs)
515
+ */
516
+ blockBlacklistClients?: pulumi.Input<boolean>;
517
+ /**
518
+ * bonjour gateway wlan settings
519
+ */
520
+ bonjour?: pulumi.Input<inputs.org.WlanBonjour>;
521
+ /**
522
+ * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA:
523
+ * https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
524
+ */
525
+ ciscoCwa?: pulumi.Input<inputs.org.WlanCiscoCwa>;
526
+ /**
527
+ * kbps
528
+ */
529
+ clientLimitDown?: pulumi.Input<number>;
530
+ /**
531
+ * if downlink limiting per-client is enabled
532
+ */
533
+ clientLimitDownEnabled?: pulumi.Input<boolean>;
534
+ /**
535
+ * kbps
536
+ */
537
+ clientLimitUp?: pulumi.Input<number>;
538
+ /**
539
+ * if uplink limiting per-client is enabled
540
+ */
541
+ clientLimitUpEnabled?: pulumi.Input<boolean>;
542
+ /**
543
+ * list of COA (change of authorization) servers, optional
544
+ */
545
+ coaServers?: pulumi.Input<pulumi.Input<inputs.org.WlanCoaServer>[]>;
546
+ /**
547
+ * some old WLAN drivers may not be compatible
548
+ */
549
+ disable11ax?: pulumi.Input<boolean>;
550
+ /**
551
+ * to disable ht or vht rates
552
+ */
553
+ disableHtVhtRates?: pulumi.Input<boolean>;
554
+ /**
555
+ * whether to disable U-APSD
556
+ */
557
+ disableUapsd?: pulumi.Input<boolean>;
558
+ /**
559
+ * disable sending v2 roam notification messages
560
+ */
561
+ disableV1RoamNotify?: pulumi.Input<boolean>;
562
+ /**
563
+ * disable sending v2 roam notification messages
564
+ */
565
+ disableV2RoamNotify?: pulumi.Input<boolean>;
566
+ /**
567
+ * whether to disable WMM
568
+ */
569
+ disableWmm?: pulumi.Input<boolean>;
570
+ /**
571
+ * for radius_group-based DNS server (rewrite DNS request depending on the Group RADIUS server returns)
572
+ */
573
+ dnsServerRewrite?: pulumi.Input<inputs.org.WlanDnsServerRewrite>;
574
+ dtim?: pulumi.Input<number>;
575
+ /**
576
+ * for dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on
577
+ * context (wlan/site/user/...) thus following configurations are assumed (currently) * PSK will come from RADIUS server *
578
+ * AP sends client MAC as username ans password (i.e. `enableMacAuth` is assumed) * AP sends BSSID:SSID as
579
+ * Caller-Station-ID * `authServers` is required * PSK will come from cloud WLC if source is cloudPsks * defaultPsk will be
580
+ * used if cloud WLC is not available * `multiPskOnly` and `psk` is ignored * `pairwise` can only be wpa2-ccmp (for now,
581
+ * wpa3 support on the roadmap)
582
+ */
583
+ dynamicPsk?: pulumi.Input<inputs.org.WlanDynamicPsk>;
584
+ /**
585
+ * for 802.1x
586
+ */
587
+ dynamicVlan?: pulumi.Input<inputs.org.WlanDynamicVlan>;
588
+ /**
589
+ * enable AP-AP keycaching via multicast
590
+ */
591
+ enableLocalKeycaching?: pulumi.Input<boolean>;
592
+ /**
593
+ * by default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where
594
+ * client is a wireless bridge (DHCP packets for other MACs will need to be orwarded), wirelessBridging can be enabled
595
+ */
596
+ enableWirelessBridging?: pulumi.Input<boolean>;
597
+ /**
598
+ * if the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response
599
+ * packets to be forwarded to wireless
600
+ */
601
+ enableWirelessBridgingDhcpTracking?: pulumi.Input<boolean>;
602
+ /**
603
+ * if this wlan is enabled
604
+ */
605
+ enabled?: pulumi.Input<boolean>;
606
+ /**
607
+ * if set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and
608
+ * ‘auth_server_retries’ .
609
+ */
610
+ fastDot1xTimers?: pulumi.Input<boolean>;
611
+ /**
612
+ * whether to hide SSID in beacon
613
+ */
614
+ hideSsid?: pulumi.Input<boolean>;
615
+ /**
616
+ * include hostname inside IE in AP beacons / probe responses
617
+ */
618
+ hostnameIe?: pulumi.Input<boolean>;
619
+ /**
620
+ * hostspot 2.0 wlan settings
621
+ */
622
+ hotspot20?: pulumi.Input<inputs.org.WlanHotspot20>;
623
+ injectDhcpOption82?: pulumi.Input<inputs.org.WlanInjectDhcpOption82>;
624
+ /**
625
+ * where this WLAN will be connected to. enum: `all`, `eth0`, `eth1`, `eth2`, `eth3`, `mxtunnel`, `siteMxedge`, `wxtunnel`
626
+ */
627
+ interface?: pulumi.Input<string>;
628
+ /**
629
+ * whether to stop clients to talk to each other
630
+ */
631
+ isolation?: pulumi.Input<boolean>;
632
+ /**
633
+ * if isolation is enabled, whether to deny clients to talk to L2 on the LAN
634
+ */
635
+ l2Isolation?: pulumi.Input<boolean>;
636
+ /**
637
+ * legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning!
638
+ * Enabling this will cause problem for iOS devices.
639
+ */
640
+ legacyOverds?: pulumi.Input<boolean>;
641
+ /**
642
+ * whether to limit broadcast packets going to wireless (i.e. only allow certain bcast packets to go through)
643
+ */
644
+ limitBcast?: pulumi.Input<boolean>;
645
+ /**
646
+ * limit probe response base on some heuristic rules
647
+ */
648
+ limitProbeResponse?: pulumi.Input<boolean>;
649
+ /**
650
+ * max idle time in seconds
651
+ */
652
+ maxIdletime?: pulumi.Input<number>;
653
+ mistNac?: pulumi.Input<inputs.org.WlanMistNac>;
654
+ mspId?: pulumi.Input<string>;
655
+ /**
656
+ * when `interface`=`mxtunnel`, id of the Mist Tunnel
657
+ */
658
+ mxtunnelIds?: pulumi.Input<pulumi.Input<string>[]>;
659
+ /**
660
+ * when `interface`=`siteMedge`, name of the mxtunnel that in mxtunnels under Site Setting
661
+ */
662
+ mxtunnelNames?: pulumi.Input<pulumi.Input<string>[]>;
663
+ /**
664
+ * whether to only allow client to use DNS that we’ve learned from DHCP response
665
+ */
666
+ noStaticDns?: pulumi.Input<boolean>;
667
+ /**
668
+ * whether to only allow client that we’ve learned from DHCP exchange to talk
669
+ */
670
+ noStaticIp?: pulumi.Input<boolean>;
671
+ orgId?: pulumi.Input<string>;
672
+ /**
673
+ * portal wlan settings
674
+ */
675
+ portal?: pulumi.Input<inputs.org.WlanPortal>;
676
+ /**
677
+ * list of hostnames without http(s):// (matched by substring)
678
+ */
679
+ portalAllowedHostnames?: pulumi.Input<pulumi.Input<string>[]>;
680
+ /**
681
+ * list of CIDRs
682
+ */
683
+ portalAllowedSubnets?: pulumi.Input<pulumi.Input<string>[]>;
684
+ /**
685
+ * api secret (auto-generated) that can be used to sign guest authorization requests
686
+ */
687
+ portalApiSecret?: pulumi.Input<string>;
688
+ /**
689
+ * list of hostnames without http(s):// (matched by substring), this takes precedence over portal_allowed_hostnames
690
+ */
691
+ portalDeniedHostnames?: pulumi.Input<pulumi.Input<string>[]>;
692
+ /**
693
+ * Url of portal background image
694
+ */
695
+ portalImage?: pulumi.Input<string>;
696
+ portalSsoUrl?: pulumi.Input<string>;
697
+ /**
698
+ * N.B portalTemplate will be forked out of wlan objects soon. To fetch portal_template, please query portal_template_url.
699
+ * To update portal_template, use Wlan Portal Template.
700
+ */
701
+ portalTemplateUrl?: pulumi.Input<string>;
702
+ qos?: pulumi.Input<inputs.org.WlanQos>;
703
+ /**
704
+ * Radsec settings
705
+ */
706
+ radsec?: pulumi.Input<inputs.org.WlanRadsec>;
707
+ /**
708
+ * enum: `11r`, `OKC`, `none`
709
+ */
710
+ roamMode?: pulumi.Input<string>;
711
+ /**
712
+ * WLAN operating schedule, default is disabled
713
+ */
714
+ schedule?: pulumi.Input<inputs.org.WlanSchedule>;
715
+ /**
716
+ * whether to exclude this WLAN from SLE metrics
717
+ */
718
+ sleExcluded?: pulumi.Input<boolean>;
719
+ /**
720
+ * the name of the SSID
721
+ */
722
+ ssid?: pulumi.Input<string>;
723
+ templateId?: pulumi.Input<string>;
724
+ /**
725
+ * Url of portal background image thumbnail
726
+ */
727
+ thumbnail?: pulumi.Input<string>;
728
+ /**
729
+ * if `auth.type`==’eap’ or ‘psk’, should only be set for legacy client, such as pre-2004, 802.11b devices
730
+ */
731
+ useEapolV1?: pulumi.Input<boolean>;
732
+ /**
733
+ * if vlan tagging is enabled
734
+ */
735
+ vlanEnabled?: pulumi.Input<boolean>;
736
+ vlanId?: pulumi.Input<string>;
737
+ /**
738
+ * vlan_ids to use when there’s no match from RA
739
+ */
740
+ vlanIds?: pulumi.Input<pulumi.Input<string>[]>;
741
+ /**
742
+ * vlan pooling allows AP to place client on different VLAN using a deterministic algorithm
743
+ */
744
+ vlanPooling?: pulumi.Input<boolean>;
745
+ /**
746
+ * kbps
747
+ */
748
+ wlanLimitDown?: pulumi.Input<number>;
749
+ /**
750
+ * if downlink limiting for whole wlan is enabled
751
+ */
752
+ wlanLimitDownEnabled?: pulumi.Input<boolean>;
753
+ /**
754
+ * kbps
755
+ */
756
+ wlanLimitUp?: pulumi.Input<number>;
757
+ /**
758
+ * if uplink limiting for whole wlan is enabled
759
+ */
760
+ wlanLimitUpEnabled?: pulumi.Input<boolean>;
761
+ /**
762
+ * list of wxtag_ids
763
+ */
764
+ wxtagIds?: pulumi.Input<pulumi.Input<string>[]>;
765
+ /**
766
+ * when `interface`=`wxtunnel`, id of the WXLAN Tunnel
767
+ */
768
+ wxtunnelId?: pulumi.Input<string>;
769
+ /**
770
+ * when `interface`=`wxtunnel`, remote tunnel identifier
771
+ */
772
+ wxtunnelRemoteId?: pulumi.Input<string>;
773
+ }
774
+ /**
775
+ * The set of arguments for constructing a Wlan resource.
776
+ */
777
+ export interface WlanArgs {
778
+ /**
779
+ * enable coa-immediate-update and address-change-immediate-update on the access profile.
780
+ */
781
+ acctImmediateUpdate?: pulumi.Input<boolean>;
782
+ /**
783
+ * how frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request
784
+ * from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended
785
+ * when enabled
786
+ */
787
+ acctInterimInterval?: pulumi.Input<number>;
788
+ /**
789
+ * list of RADIUS accounting servers, optional, order matters where the first one is treated as primary
790
+ */
791
+ acctServers?: pulumi.Input<pulumi.Input<inputs.org.WlanAcctServer>[]>;
792
+ /**
793
+ * airwatch wlan settings
794
+ */
795
+ airwatch?: pulumi.Input<inputs.org.WlanAirwatch>;
796
+ /**
797
+ * only applicable when limit_bcast==true, which allows or disallows ipv6 Neighbor Discovery packets to go through
798
+ */
799
+ allowIpv6Ndp?: pulumi.Input<boolean>;
800
+ /**
801
+ * only applicable when limit_bcast==true, which allows mDNS / Bonjour packets to go through
802
+ */
803
+ allowMdns?: pulumi.Input<boolean>;
804
+ /**
805
+ * only applicable when `limitBcast`==`tru`e, which allows SSDP
806
+ */
807
+ allowSsdp?: pulumi.Input<boolean>;
808
+ /**
809
+ * list of device ids
810
+ */
811
+ apIds?: pulumi.Input<pulumi.Input<string>[]>;
812
+ /**
813
+ * bandwidth limiting for apps (applies to up/down)
814
+ */
815
+ appLimit?: pulumi.Input<inputs.org.WlanAppLimit>;
816
+ /**
817
+ * app qos wlan settings
818
+ */
819
+ appQos?: pulumi.Input<inputs.org.WlanAppQos>;
820
+ /**
821
+ * enum: `aps`, `site`, `wxtags`
822
+ */
823
+ applyTo?: pulumi.Input<string>;
824
+ /**
825
+ * whether to enable smart arp filter
826
+ */
827
+ arpFilter?: pulumi.Input<boolean>;
828
+ /**
829
+ * authentication wlan settings
830
+ */
831
+ auth?: pulumi.Input<inputs.org.WlanAuth>;
832
+ /**
833
+ * When ordered, AP will prefer and go back to the first server if possible. enum: `ordered`, `unordered`
834
+ */
835
+ authServerSelection?: pulumi.Input<string>;
836
+ /**
837
+ * list of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one
838
+ * is treated as primary
839
+ */
840
+ authServers?: pulumi.Input<pulumi.Input<inputs.org.WlanAuthServer>[]>;
841
+ /**
842
+ * optional, up to 48 bytes, will be dynamically generated if not provided. used only for authentication servers
843
+ */
844
+ authServersNasId?: pulumi.Input<string>;
845
+ /**
846
+ * optional, NAS-IP-ADDRESS to use
847
+ */
848
+ authServersNasIp?: pulumi.Input<string>;
849
+ /**
850
+ * radius auth session retries. Following fast timers are set if “fast_dot1x_timers” knob is enabled. ‘retries’ are
851
+ * set to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to
852
+ * default value to 3.
853
+ */
854
+ authServersRetries?: pulumi.Input<number>;
855
+ /**
856
+ * radius auth session timeout. Following fast timers are set if “fast_dot1x_timers” knob is enabled.
857
+ * ‘quite-period’ and ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’
858
+ * is also set when setting authServersTimeout and is set to default value of 10.
859
+ */
860
+ authServersTimeout?: pulumi.Input<number>;
861
+ /**
862
+ * whether to enable band_steering, this works only when band==both
863
+ */
864
+ bandSteer?: pulumi.Input<boolean>;
865
+ /**
866
+ * force dualBand capable client to connect to 5G
867
+ */
868
+ bandSteerForceBand5?: pulumi.Input<boolean>;
869
+ /**
870
+ * list of radios that the wlan should apply to
871
+ */
872
+ bands?: pulumi.Input<pulumi.Input<string>[]>;
873
+ /**
874
+ * whether to block the clients in the blacklist (up to first 256 macs)
875
+ */
876
+ blockBlacklistClients?: pulumi.Input<boolean>;
877
+ /**
878
+ * bonjour gateway wlan settings
879
+ */
880
+ bonjour?: pulumi.Input<inputs.org.WlanBonjour>;
881
+ /**
882
+ * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA:
883
+ * https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
884
+ */
885
+ ciscoCwa?: pulumi.Input<inputs.org.WlanCiscoCwa>;
886
+ /**
887
+ * kbps
888
+ */
889
+ clientLimitDown?: pulumi.Input<number>;
890
+ /**
891
+ * if downlink limiting per-client is enabled
892
+ */
893
+ clientLimitDownEnabled?: pulumi.Input<boolean>;
894
+ /**
895
+ * kbps
896
+ */
897
+ clientLimitUp?: pulumi.Input<number>;
898
+ /**
899
+ * if uplink limiting per-client is enabled
900
+ */
901
+ clientLimitUpEnabled?: pulumi.Input<boolean>;
902
+ /**
903
+ * list of COA (change of authorization) servers, optional
904
+ */
905
+ coaServers?: pulumi.Input<pulumi.Input<inputs.org.WlanCoaServer>[]>;
906
+ /**
907
+ * some old WLAN drivers may not be compatible
908
+ */
909
+ disable11ax?: pulumi.Input<boolean>;
910
+ /**
911
+ * to disable ht or vht rates
912
+ */
913
+ disableHtVhtRates?: pulumi.Input<boolean>;
914
+ /**
915
+ * whether to disable U-APSD
916
+ */
917
+ disableUapsd?: pulumi.Input<boolean>;
918
+ /**
919
+ * disable sending v2 roam notification messages
920
+ */
921
+ disableV1RoamNotify?: pulumi.Input<boolean>;
922
+ /**
923
+ * disable sending v2 roam notification messages
924
+ */
925
+ disableV2RoamNotify?: pulumi.Input<boolean>;
926
+ /**
927
+ * whether to disable WMM
928
+ */
929
+ disableWmm?: pulumi.Input<boolean>;
930
+ /**
931
+ * for radius_group-based DNS server (rewrite DNS request depending on the Group RADIUS server returns)
932
+ */
933
+ dnsServerRewrite?: pulumi.Input<inputs.org.WlanDnsServerRewrite>;
934
+ dtim?: pulumi.Input<number>;
935
+ /**
936
+ * for dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on
937
+ * context (wlan/site/user/...) thus following configurations are assumed (currently) * PSK will come from RADIUS server *
938
+ * AP sends client MAC as username ans password (i.e. `enableMacAuth` is assumed) * AP sends BSSID:SSID as
939
+ * Caller-Station-ID * `authServers` is required * PSK will come from cloud WLC if source is cloudPsks * defaultPsk will be
940
+ * used if cloud WLC is not available * `multiPskOnly` and `psk` is ignored * `pairwise` can only be wpa2-ccmp (for now,
941
+ * wpa3 support on the roadmap)
942
+ */
943
+ dynamicPsk?: pulumi.Input<inputs.org.WlanDynamicPsk>;
944
+ /**
945
+ * for 802.1x
946
+ */
947
+ dynamicVlan?: pulumi.Input<inputs.org.WlanDynamicVlan>;
948
+ /**
949
+ * enable AP-AP keycaching via multicast
950
+ */
951
+ enableLocalKeycaching?: pulumi.Input<boolean>;
952
+ /**
953
+ * by default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where
954
+ * client is a wireless bridge (DHCP packets for other MACs will need to be orwarded), wirelessBridging can be enabled
955
+ */
956
+ enableWirelessBridging?: pulumi.Input<boolean>;
957
+ /**
958
+ * if the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response
959
+ * packets to be forwarded to wireless
960
+ */
961
+ enableWirelessBridgingDhcpTracking?: pulumi.Input<boolean>;
962
+ /**
963
+ * if this wlan is enabled
964
+ */
965
+ enabled?: pulumi.Input<boolean>;
966
+ /**
967
+ * if set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and
968
+ * ‘auth_server_retries’ .
969
+ */
970
+ fastDot1xTimers?: pulumi.Input<boolean>;
971
+ /**
972
+ * whether to hide SSID in beacon
973
+ */
974
+ hideSsid?: pulumi.Input<boolean>;
975
+ /**
976
+ * include hostname inside IE in AP beacons / probe responses
977
+ */
978
+ hostnameIe?: pulumi.Input<boolean>;
979
+ /**
980
+ * hostspot 2.0 wlan settings
981
+ */
982
+ hotspot20?: pulumi.Input<inputs.org.WlanHotspot20>;
983
+ injectDhcpOption82?: pulumi.Input<inputs.org.WlanInjectDhcpOption82>;
984
+ /**
985
+ * where this WLAN will be connected to. enum: `all`, `eth0`, `eth1`, `eth2`, `eth3`, `mxtunnel`, `siteMxedge`, `wxtunnel`
986
+ */
987
+ interface?: pulumi.Input<string>;
988
+ /**
989
+ * whether to stop clients to talk to each other
990
+ */
991
+ isolation?: pulumi.Input<boolean>;
992
+ /**
993
+ * if isolation is enabled, whether to deny clients to talk to L2 on the LAN
994
+ */
995
+ l2Isolation?: pulumi.Input<boolean>;
996
+ /**
997
+ * legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning!
998
+ * Enabling this will cause problem for iOS devices.
999
+ */
1000
+ legacyOverds?: pulumi.Input<boolean>;
1001
+ /**
1002
+ * whether to limit broadcast packets going to wireless (i.e. only allow certain bcast packets to go through)
1003
+ */
1004
+ limitBcast?: pulumi.Input<boolean>;
1005
+ /**
1006
+ * limit probe response base on some heuristic rules
1007
+ */
1008
+ limitProbeResponse?: pulumi.Input<boolean>;
1009
+ /**
1010
+ * max idle time in seconds
1011
+ */
1012
+ maxIdletime?: pulumi.Input<number>;
1013
+ mistNac?: pulumi.Input<inputs.org.WlanMistNac>;
1014
+ /**
1015
+ * when `interface`=`mxtunnel`, id of the Mist Tunnel
1016
+ */
1017
+ mxtunnelIds?: pulumi.Input<pulumi.Input<string>[]>;
1018
+ /**
1019
+ * when `interface`=`siteMedge`, name of the mxtunnel that in mxtunnels under Site Setting
1020
+ */
1021
+ mxtunnelNames?: pulumi.Input<pulumi.Input<string>[]>;
1022
+ /**
1023
+ * whether to only allow client to use DNS that we’ve learned from DHCP response
1024
+ */
1025
+ noStaticDns?: pulumi.Input<boolean>;
1026
+ /**
1027
+ * whether to only allow client that we’ve learned from DHCP exchange to talk
1028
+ */
1029
+ noStaticIp?: pulumi.Input<boolean>;
1030
+ orgId: pulumi.Input<string>;
1031
+ /**
1032
+ * portal wlan settings
1033
+ */
1034
+ portal?: pulumi.Input<inputs.org.WlanPortal>;
1035
+ /**
1036
+ * list of hostnames without http(s):// (matched by substring)
1037
+ */
1038
+ portalAllowedHostnames?: pulumi.Input<pulumi.Input<string>[]>;
1039
+ /**
1040
+ * list of CIDRs
1041
+ */
1042
+ portalAllowedSubnets?: pulumi.Input<pulumi.Input<string>[]>;
1043
+ /**
1044
+ * list of hostnames without http(s):// (matched by substring), this takes precedence over portal_allowed_hostnames
1045
+ */
1046
+ portalDeniedHostnames?: pulumi.Input<pulumi.Input<string>[]>;
1047
+ qos?: pulumi.Input<inputs.org.WlanQos>;
1048
+ /**
1049
+ * Radsec settings
1050
+ */
1051
+ radsec?: pulumi.Input<inputs.org.WlanRadsec>;
1052
+ /**
1053
+ * enum: `11r`, `OKC`, `none`
1054
+ */
1055
+ roamMode?: pulumi.Input<string>;
1056
+ /**
1057
+ * WLAN operating schedule, default is disabled
1058
+ */
1059
+ schedule?: pulumi.Input<inputs.org.WlanSchedule>;
1060
+ /**
1061
+ * whether to exclude this WLAN from SLE metrics
1062
+ */
1063
+ sleExcluded?: pulumi.Input<boolean>;
1064
+ /**
1065
+ * the name of the SSID
1066
+ */
1067
+ ssid: pulumi.Input<string>;
1068
+ templateId: pulumi.Input<string>;
1069
+ /**
1070
+ * if `auth.type`==’eap’ or ‘psk’, should only be set for legacy client, such as pre-2004, 802.11b devices
1071
+ */
1072
+ useEapolV1?: pulumi.Input<boolean>;
1073
+ /**
1074
+ * if vlan tagging is enabled
1075
+ */
1076
+ vlanEnabled?: pulumi.Input<boolean>;
1077
+ vlanId?: pulumi.Input<string>;
1078
+ /**
1079
+ * vlan_ids to use when there’s no match from RA
1080
+ */
1081
+ vlanIds?: pulumi.Input<pulumi.Input<string>[]>;
1082
+ /**
1083
+ * vlan pooling allows AP to place client on different VLAN using a deterministic algorithm
1084
+ */
1085
+ vlanPooling?: pulumi.Input<boolean>;
1086
+ /**
1087
+ * kbps
1088
+ */
1089
+ wlanLimitDown?: pulumi.Input<number>;
1090
+ /**
1091
+ * if downlink limiting for whole wlan is enabled
1092
+ */
1093
+ wlanLimitDownEnabled?: pulumi.Input<boolean>;
1094
+ /**
1095
+ * kbps
1096
+ */
1097
+ wlanLimitUp?: pulumi.Input<number>;
1098
+ /**
1099
+ * if uplink limiting for whole wlan is enabled
1100
+ */
1101
+ wlanLimitUpEnabled?: pulumi.Input<boolean>;
1102
+ /**
1103
+ * list of wxtag_ids
1104
+ */
1105
+ wxtagIds?: pulumi.Input<pulumi.Input<string>[]>;
1106
+ /**
1107
+ * when `interface`=`wxtunnel`, id of the WXLAN Tunnel
1108
+ */
1109
+ wxtunnelId?: pulumi.Input<string>;
1110
+ /**
1111
+ * when `interface`=`wxtunnel`, remote tunnel identifier
1112
+ */
1113
+ wxtunnelRemoteId?: pulumi.Input<string>;
1114
+ }