@pulumi/juniper-mist 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/config/vars.d.ts +3 -5
  2. package/config/vars.js.map +1 -1
  3. package/device/ap.d.ts +12 -15
  4. package/device/ap.js +77 -77
  5. package/device/ap.js.map +1 -1
  6. package/device/base.js +34 -34
  7. package/device/base.js.map +1 -1
  8. package/device/gateway.d.ts +15 -6
  9. package/device/gateway.js +77 -75
  10. package/device/gateway.js.map +1 -1
  11. package/device/gatewayCluster.js +7 -7
  12. package/device/gatewayCluster.js.map +1 -1
  13. package/device/image.js +13 -13
  14. package/device/image.js.map +1 -1
  15. package/device/switch.d.ts +24 -39
  16. package/device/switch.js +99 -99
  17. package/device/switch.js.map +1 -1
  18. package/org/alarmtemplate.js +12 -12
  19. package/org/alarmtemplate.js.map +1 -1
  20. package/org/apitoken.js +13 -13
  21. package/org/apitoken.js.map +1 -1
  22. package/org/avprofile.js +17 -17
  23. package/org/avprofile.js.map +1 -1
  24. package/org/base.js +13 -13
  25. package/org/base.js.map +1 -1
  26. package/org/deviceprofileAp.d.ts +12 -12
  27. package/org/deviceprofileAp.js +49 -49
  28. package/org/deviceprofileAp.js.map +1 -1
  29. package/org/deviceprofileAssign.js +10 -10
  30. package/org/deviceprofileAssign.js.map +1 -1
  31. package/org/deviceprofileGateway.d.ts +15 -6
  32. package/org/deviceprofileGateway.js +55 -53
  33. package/org/deviceprofileGateway.js.map +1 -1
  34. package/org/evpnTopology.js +13 -13
  35. package/org/evpnTopology.js.map +1 -1
  36. package/org/gatewaytemplate.d.ts +18 -12
  37. package/org/gatewaytemplate.js +56 -54
  38. package/org/gatewaytemplate.js.map +1 -1
  39. package/org/idpprofile.js +11 -11
  40. package/org/idpprofile.js.map +1 -1
  41. package/org/inventory.d.ts +15 -9
  42. package/org/inventory.js +6 -6
  43. package/org/inventory.js.map +1 -1
  44. package/org/nacEndpoint.js +17 -17
  45. package/org/nacEndpoint.js.map +1 -1
  46. package/org/nacidp.js +57 -57
  47. package/org/nacidp.js.map +1 -1
  48. package/org/nacrule.js +22 -22
  49. package/org/nacrule.js.map +1 -1
  50. package/org/nactag.d.ts +42 -39
  51. package/org/nactag.js +35 -35
  52. package/org/nactag.js.map +1 -1
  53. package/org/network.js +33 -33
  54. package/org/network.js.map +1 -1
  55. package/org/networktemplate.d.ts +6 -15
  56. package/org/networktemplate.js +50 -50
  57. package/org/networktemplate.js.map +1 -1
  58. package/org/psk.js +38 -38
  59. package/org/psk.js.map +1 -1
  60. package/org/rftemplate.js +28 -28
  61. package/org/rftemplate.js.map +1 -1
  62. package/org/service.d.ts +12 -6
  63. package/org/service.js +50 -50
  64. package/org/service.js.map +1 -1
  65. package/org/servicepolicy.js +28 -28
  66. package/org/servicepolicy.js.map +1 -1
  67. package/org/setting.d.ts +27 -42
  68. package/org/setting.js +70 -70
  69. package/org/setting.js.map +1 -1
  70. package/org/sitegroup.js +6 -6
  71. package/org/sitegroup.js.map +1 -1
  72. package/org/sso.d.ts +15 -33
  73. package/org/sso.js +31 -31
  74. package/org/sso.js.map +1 -1
  75. package/org/ssoRole.js +9 -9
  76. package/org/ssoRole.js.map +1 -1
  77. package/org/vpn.js +12 -12
  78. package/org/vpn.js.map +1 -1
  79. package/org/webhook.d.ts +6 -15
  80. package/org/webhook.js +40 -40
  81. package/org/webhook.js.map +1 -1
  82. package/org/wlan.d.ts +69 -93
  83. package/org/wlan.js +190 -190
  84. package/org/wlan.js.map +1 -1
  85. package/org/wlanPortalImage.js +10 -10
  86. package/org/wlanPortalImage.js.map +1 -1
  87. package/org/wlanPortalTemplate.js +10 -10
  88. package/org/wlanPortalTemplate.js.map +1 -1
  89. package/org/wlantemplate.js +14 -14
  90. package/org/wlantemplate.js.map +1 -1
  91. package/org/wxrule.js +27 -27
  92. package/org/wxrule.js.map +1 -1
  93. package/org/wxtag.d.ts +60 -36
  94. package/org/wxtag.js +21 -21
  95. package/org/wxtag.js.map +1 -1
  96. package/package.json +2 -2
  97. package/provider.d.ts +5 -8
  98. package/provider.js +7 -7
  99. package/provider.js.map +1 -1
  100. package/site/base.js +34 -34
  101. package/site/base.js.map +1 -1
  102. package/site/evpnTopology.js +14 -14
  103. package/site/evpnTopology.js.map +1 -1
  104. package/site/networktemplate.d.ts +3 -9
  105. package/site/networktemplate.js +52 -52
  106. package/site/networktemplate.js.map +1 -1
  107. package/site/psk.js +35 -35
  108. package/site/psk.js.map +1 -1
  109. package/site/setting.d.ts +33 -63
  110. package/site/setting.js +97 -97
  111. package/site/setting.js.map +1 -1
  112. package/site/webhook.d.ts +6 -15
  113. package/site/webhook.js +43 -43
  114. package/site/webhook.js.map +1 -1
  115. package/site/wlan.d.ts +69 -93
  116. package/site/wlan.js +188 -188
  117. package/site/wlan.js.map +1 -1
  118. package/site/wlanPortalImage.js +10 -10
  119. package/site/wlanPortalImage.js.map +1 -1
  120. package/site/wlanPortalTemplate.js +10 -10
  121. package/site/wlanPortalTemplate.js.map +1 -1
  122. package/site/wxrule.js +24 -24
  123. package/site/wxrule.js.map +1 -1
  124. package/site/wxtag.d.ts +60 -36
  125. package/site/wxtag.js +21 -21
  126. package/site/wxtag.js.map +1 -1
  127. package/types/output.d.ts +55 -55
  128. package/upgradeDevice.js +30 -30
  129. package/upgradeDevice.js.map +1 -1
  130. package/utilities.js +18 -29
  131. package/utilities.js.map +1 -1
package/site/webhook.js CHANGED
@@ -61,7 +61,7 @@ class Webhook extends pulumi.CustomResource {
61
61
  * @param opts Optional settings to control the behavior of the CustomResource.
62
62
  */
63
63
  static get(name, id, state, opts) {
64
- return new Webhook(name, state, Object.assign(Object.assign({}, opts), { id: id }));
64
+ return new Webhook(name, state, { ...opts, id: id });
65
65
  }
66
66
  /**
67
67
  * Returns true if the given object is an instance of Webhook. This is designed to work even
@@ -78,57 +78,57 @@ class Webhook extends pulumi.CustomResource {
78
78
  opts = opts || {};
79
79
  if (opts.id) {
80
80
  const state = argsOrState;
81
- resourceInputs["assetfilterIds"] = state ? state.assetfilterIds : undefined;
82
- resourceInputs["enabled"] = state ? state.enabled : undefined;
83
- resourceInputs["headers"] = state ? state.headers : undefined;
84
- resourceInputs["name"] = state ? state.name : undefined;
85
- resourceInputs["oauth2ClientId"] = state ? state.oauth2ClientId : undefined;
86
- resourceInputs["oauth2ClientSecret"] = state ? state.oauth2ClientSecret : undefined;
87
- resourceInputs["oauth2GrantType"] = state ? state.oauth2GrantType : undefined;
88
- resourceInputs["oauth2Password"] = state ? state.oauth2Password : undefined;
89
- resourceInputs["oauth2Scopes"] = state ? state.oauth2Scopes : undefined;
90
- resourceInputs["oauth2TokenUrl"] = state ? state.oauth2TokenUrl : undefined;
91
- resourceInputs["oauth2Username"] = state ? state.oauth2Username : undefined;
92
- resourceInputs["orgId"] = state ? state.orgId : undefined;
93
- resourceInputs["secret"] = state ? state.secret : undefined;
94
- resourceInputs["singleEventPerMessage"] = state ? state.singleEventPerMessage : undefined;
95
- resourceInputs["siteId"] = state ? state.siteId : undefined;
96
- resourceInputs["splunkToken"] = state ? state.splunkToken : undefined;
97
- resourceInputs["topics"] = state ? state.topics : undefined;
98
- resourceInputs["type"] = state ? state.type : undefined;
99
- resourceInputs["url"] = state ? state.url : undefined;
100
- resourceInputs["verifyCert"] = state ? state.verifyCert : undefined;
81
+ resourceInputs["assetfilterIds"] = state?.assetfilterIds;
82
+ resourceInputs["enabled"] = state?.enabled;
83
+ resourceInputs["headers"] = state?.headers;
84
+ resourceInputs["name"] = state?.name;
85
+ resourceInputs["oauth2ClientId"] = state?.oauth2ClientId;
86
+ resourceInputs["oauth2ClientSecret"] = state?.oauth2ClientSecret;
87
+ resourceInputs["oauth2GrantType"] = state?.oauth2GrantType;
88
+ resourceInputs["oauth2Password"] = state?.oauth2Password;
89
+ resourceInputs["oauth2Scopes"] = state?.oauth2Scopes;
90
+ resourceInputs["oauth2TokenUrl"] = state?.oauth2TokenUrl;
91
+ resourceInputs["oauth2Username"] = state?.oauth2Username;
92
+ resourceInputs["orgId"] = state?.orgId;
93
+ resourceInputs["secret"] = state?.secret;
94
+ resourceInputs["singleEventPerMessage"] = state?.singleEventPerMessage;
95
+ resourceInputs["siteId"] = state?.siteId;
96
+ resourceInputs["splunkToken"] = state?.splunkToken;
97
+ resourceInputs["topics"] = state?.topics;
98
+ resourceInputs["type"] = state?.type;
99
+ resourceInputs["url"] = state?.url;
100
+ resourceInputs["verifyCert"] = state?.verifyCert;
101
101
  }
102
102
  else {
103
103
  const args = argsOrState;
104
- if ((!args || args.siteId === undefined) && !opts.urn) {
104
+ if (args?.siteId === undefined && !opts.urn) {
105
105
  throw new Error("Missing required property 'siteId'");
106
106
  }
107
- if ((!args || args.topics === undefined) && !opts.urn) {
107
+ if (args?.topics === undefined && !opts.urn) {
108
108
  throw new Error("Missing required property 'topics'");
109
109
  }
110
- if ((!args || args.url === undefined) && !opts.urn) {
110
+ if (args?.url === undefined && !opts.urn) {
111
111
  throw new Error("Missing required property 'url'");
112
112
  }
113
- resourceInputs["assetfilterIds"] = args ? args.assetfilterIds : undefined;
114
- resourceInputs["enabled"] = args ? args.enabled : undefined;
115
- resourceInputs["headers"] = args ? args.headers : undefined;
116
- resourceInputs["name"] = args ? args.name : undefined;
117
- resourceInputs["oauth2ClientId"] = args ? args.oauth2ClientId : undefined;
118
- resourceInputs["oauth2ClientSecret"] = (args === null || args === void 0 ? void 0 : args.oauth2ClientSecret) ? pulumi.secret(args.oauth2ClientSecret) : undefined;
119
- resourceInputs["oauth2GrantType"] = args ? args.oauth2GrantType : undefined;
120
- resourceInputs["oauth2Password"] = (args === null || args === void 0 ? void 0 : args.oauth2Password) ? pulumi.secret(args.oauth2Password) : undefined;
121
- resourceInputs["oauth2Scopes"] = args ? args.oauth2Scopes : undefined;
122
- resourceInputs["oauth2TokenUrl"] = args ? args.oauth2TokenUrl : undefined;
123
- resourceInputs["oauth2Username"] = args ? args.oauth2Username : undefined;
124
- resourceInputs["secret"] = (args === null || args === void 0 ? void 0 : args.secret) ? pulumi.secret(args.secret) : undefined;
125
- resourceInputs["singleEventPerMessage"] = args ? args.singleEventPerMessage : undefined;
126
- resourceInputs["siteId"] = args ? args.siteId : undefined;
127
- resourceInputs["splunkToken"] = (args === null || args === void 0 ? void 0 : args.splunkToken) ? pulumi.secret(args.splunkToken) : undefined;
128
- resourceInputs["topics"] = args ? args.topics : undefined;
129
- resourceInputs["type"] = args ? args.type : undefined;
130
- resourceInputs["url"] = args ? args.url : undefined;
131
- resourceInputs["verifyCert"] = args ? args.verifyCert : undefined;
113
+ resourceInputs["assetfilterIds"] = args?.assetfilterIds;
114
+ resourceInputs["enabled"] = args?.enabled;
115
+ resourceInputs["headers"] = args?.headers;
116
+ resourceInputs["name"] = args?.name;
117
+ resourceInputs["oauth2ClientId"] = args?.oauth2ClientId;
118
+ resourceInputs["oauth2ClientSecret"] = args?.oauth2ClientSecret ? pulumi.secret(args.oauth2ClientSecret) : undefined;
119
+ resourceInputs["oauth2GrantType"] = args?.oauth2GrantType;
120
+ resourceInputs["oauth2Password"] = args?.oauth2Password ? pulumi.secret(args.oauth2Password) : undefined;
121
+ resourceInputs["oauth2Scopes"] = args?.oauth2Scopes;
122
+ resourceInputs["oauth2TokenUrl"] = args?.oauth2TokenUrl;
123
+ resourceInputs["oauth2Username"] = args?.oauth2Username;
124
+ resourceInputs["secret"] = args?.secret ? pulumi.secret(args.secret) : undefined;
125
+ resourceInputs["singleEventPerMessage"] = args?.singleEventPerMessage;
126
+ resourceInputs["siteId"] = args?.siteId;
127
+ resourceInputs["splunkToken"] = args?.splunkToken ? pulumi.secret(args.splunkToken) : undefined;
128
+ resourceInputs["topics"] = args?.topics;
129
+ resourceInputs["type"] = args?.type;
130
+ resourceInputs["url"] = args?.url;
131
+ resourceInputs["verifyCert"] = args?.verifyCert;
132
132
  resourceInputs["orgId"] = undefined /*out*/;
133
133
  }
134
134
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"webhook.js","sourceRoot":"","sources":["../../site/webhook.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"webhook.js","sourceRoot":"","sources":["../../site/webhook.ts"],"names":[],"mappings":"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"}
package/site/wlan.d.ts CHANGED
@@ -63,9 +63,7 @@ export declare class Wlan extends pulumi.CustomResource {
63
63
  */
64
64
  readonly acctImmediateUpdate: pulumi.Output<boolean>;
65
65
  /**
66
- * How frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request
67
- * from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended
68
- * when enabled
66
+ * How frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended when enabled
69
67
  */
70
68
  readonly acctInterimInterval: pulumi.Output<number>;
71
69
  /**
@@ -117,8 +115,7 @@ export declare class Wlan extends pulumi.CustomResource {
117
115
  */
118
116
  readonly authServerSelection: pulumi.Output<string>;
119
117
  /**
120
- * List of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one
121
- * is treated as primary
118
+ * List of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one is treated as primary
122
119
  */
123
120
  readonly authServers: pulumi.Output<outputs.site.WlanAuthServer[]>;
124
121
  /**
@@ -130,15 +127,11 @@ export declare class Wlan extends pulumi.CustomResource {
130
127
  */
131
128
  readonly authServersNasIp: pulumi.Output<string>;
132
129
  /**
133
- * Radius auth session retries. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘retries’ are set
134
- * to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to default
135
- * value to 3.
130
+ * Radius auth session retries. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘retries’ are set to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to default value to 3.
136
131
  */
137
132
  readonly authServersRetries: pulumi.Output<number | undefined>;
138
133
  /**
139
- * Radius auth session timeout. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘quite-period’ and
140
- * ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’ is also set when
141
- * setting authServersTimeout and is set to default value of 10.
134
+ * Radius auth session timeout. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘quite-period’ and ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’ is also set when setting authServersTimeout and is set to default value of 10.
142
135
  */
143
136
  readonly authServersTimeout: pulumi.Output<number | undefined>;
144
137
  /**
@@ -162,8 +155,7 @@ export declare class Wlan extends pulumi.CustomResource {
162
155
  */
163
156
  readonly bonjour: pulumi.Output<outputs.site.WlanBonjour | undefined>;
164
157
  /**
165
- * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA:
166
- * https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
158
+ * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA: https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
167
159
  */
168
160
  readonly ciscoCwa: pulumi.Output<outputs.site.WlanCiscoCwa>;
169
161
  readonly clientLimitDown: pulumi.Output<string>;
@@ -205,8 +197,10 @@ export declare class Wlan extends pulumi.CustomResource {
205
197
  */
206
198
  readonly disableV2RoamNotify: pulumi.Output<boolean | undefined>;
207
199
  /**
208
- * When any of the following is true, this WLAN will be disabled * cannot get IP * cannot obtain default gateway * cannot
209
- * reach default gateway
200
+ * When any of the following is true, this WLAN will be disabled
201
+ * * cannot get IP
202
+ * * cannot obtain default gateway
203
+ * * cannot reach default gateway
210
204
  */
211
205
  readonly disableWhenGatewayUnreachable: pulumi.Output<boolean | undefined>;
212
206
  readonly disableWhenMxtunnelDown: pulumi.Output<boolean | undefined>;
@@ -220,12 +214,15 @@ export declare class Wlan extends pulumi.CustomResource {
220
214
  readonly dnsServerRewrite: pulumi.Output<outputs.site.WlanDnsServerRewrite | undefined>;
221
215
  readonly dtim: pulumi.Output<number>;
222
216
  /**
223
- * For dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on
224
- * context (wlan/site/user/...) thus following configurations are assumed (currently) * PSK will come from RADIUS server *
225
- * AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed) * AP sends BSSID:SSID as
226
- * Caller-Station-ID * `authServers` is required * PSK will come from cloud WLC if source is cloudPsks * defaultPsk will be
227
- * used if cloud WLC is not available * `multiPskOnly` and `psk` is ignored * `pairwise` can only be wpa2-ccmp (for now,
228
- * wpa3 support on the roadmap)
217
+ * For dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on context (wlan/site/user/...) thus following configurations are assumed (currently)
218
+ * * PSK will come from RADIUS server
219
+ * * AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed)
220
+ * * AP sends BSSID:SSID as Caller-Station-ID
221
+ * * `authServers` is required
222
+ * * PSK will come from cloud WLC if source is cloudPsks
223
+ * * defaultPsk will be used if cloud WLC is not available
224
+ * * `multiPskOnly` and `psk` is ignored
225
+ * * `pairwise` can only be wpa2-ccmp (for now, wpa3 support on the roadmap)
229
226
  */
230
227
  readonly dynamicPsk: pulumi.Output<outputs.site.WlanDynamicPsk | undefined>;
231
228
  /**
@@ -237,13 +234,11 @@ export declare class Wlan extends pulumi.CustomResource {
237
234
  */
238
235
  readonly enableLocalKeycaching: pulumi.Output<boolean | undefined>;
239
236
  /**
240
- * By default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where
241
- * client is a wireless bridge (DHCP packets for other MACs will need to be forwarded), wirelessBridging can be enabled
237
+ * By default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where client is a wireless bridge (DHCP packets for other MACs will need to be forwarded), wirelessBridging can be enabled
242
238
  */
243
239
  readonly enableWirelessBridging: pulumi.Output<boolean | undefined>;
244
240
  /**
245
- * If the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response
246
- * packets to be forwarded to wireless
241
+ * If the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response packets to be forwarded to wireless
247
242
  */
248
243
  readonly enableWirelessBridgingDhcpTracking: pulumi.Output<boolean | undefined>;
249
244
  /**
@@ -251,8 +246,7 @@ export declare class Wlan extends pulumi.CustomResource {
251
246
  */
252
247
  readonly enabled: pulumi.Output<boolean>;
253
248
  /**
254
- * If set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and
255
- * ‘auth_server_retries’ .
249
+ * If set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and ‘auth_server_retries’ .
256
250
  */
257
251
  readonly fastDot1xTimers: pulumi.Output<boolean | undefined>;
258
252
  /**
@@ -281,8 +275,7 @@ export declare class Wlan extends pulumi.CustomResource {
281
275
  */
282
276
  readonly l2Isolation: pulumi.Output<boolean | undefined>;
283
277
  /**
284
- * Legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning!
285
- * Enabling this will cause problem for iOS devices.
278
+ * Legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning! Enabling this will cause problem for iOS devices.
286
279
  */
287
280
  readonly legacyOverds: pulumi.Output<boolean | undefined>;
288
281
  /**
@@ -391,8 +384,7 @@ export declare class Wlan extends pulumi.CustomResource {
391
384
  */
392
385
  readonly vlanIds: pulumi.Output<string[]>;
393
386
  /**
394
- * Requires `vlanEnabled`==`true` to be set to `true`. Vlan pooling allows AP to place client on different VLAN using a
395
- * deterministic algorithm
387
+ * Requires `vlanEnabled`==`true` to be set to `true`. Vlan pooling allows AP to place client on different VLAN using a deterministic algorithm
396
388
  */
397
389
  readonly vlanPooling: pulumi.Output<boolean>;
398
390
  readonly wlanLimitDown: pulumi.Output<string>;
@@ -435,9 +427,7 @@ export interface WlanState {
435
427
  */
436
428
  acctImmediateUpdate?: pulumi.Input<boolean>;
437
429
  /**
438
- * How frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request
439
- * from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended
440
- * when enabled
430
+ * How frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended when enabled
441
431
  */
442
432
  acctInterimInterval?: pulumi.Input<number>;
443
433
  /**
@@ -489,8 +479,7 @@ export interface WlanState {
489
479
  */
490
480
  authServerSelection?: pulumi.Input<string>;
491
481
  /**
492
- * List of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one
493
- * is treated as primary
482
+ * List of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one is treated as primary
494
483
  */
495
484
  authServers?: pulumi.Input<pulumi.Input<inputs.site.WlanAuthServer>[]>;
496
485
  /**
@@ -502,15 +491,11 @@ export interface WlanState {
502
491
  */
503
492
  authServersNasIp?: pulumi.Input<string>;
504
493
  /**
505
- * Radius auth session retries. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘retries’ are set
506
- * to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to default
507
- * value to 3.
494
+ * Radius auth session retries. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘retries’ are set to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to default value to 3.
508
495
  */
509
496
  authServersRetries?: pulumi.Input<number>;
510
497
  /**
511
- * Radius auth session timeout. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘quite-period’ and
512
- * ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’ is also set when
513
- * setting authServersTimeout and is set to default value of 10.
498
+ * Radius auth session timeout. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘quite-period’ and ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’ is also set when setting authServersTimeout and is set to default value of 10.
514
499
  */
515
500
  authServersTimeout?: pulumi.Input<number>;
516
501
  /**
@@ -534,8 +519,7 @@ export interface WlanState {
534
519
  */
535
520
  bonjour?: pulumi.Input<inputs.site.WlanBonjour>;
536
521
  /**
537
- * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA:
538
- * https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
522
+ * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA: https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
539
523
  */
540
524
  ciscoCwa?: pulumi.Input<inputs.site.WlanCiscoCwa>;
541
525
  clientLimitDown?: pulumi.Input<string>;
@@ -577,8 +561,10 @@ export interface WlanState {
577
561
  */
578
562
  disableV2RoamNotify?: pulumi.Input<boolean>;
579
563
  /**
580
- * When any of the following is true, this WLAN will be disabled * cannot get IP * cannot obtain default gateway * cannot
581
- * reach default gateway
564
+ * When any of the following is true, this WLAN will be disabled
565
+ * * cannot get IP
566
+ * * cannot obtain default gateway
567
+ * * cannot reach default gateway
582
568
  */
583
569
  disableWhenGatewayUnreachable?: pulumi.Input<boolean>;
584
570
  disableWhenMxtunnelDown?: pulumi.Input<boolean>;
@@ -592,12 +578,15 @@ export interface WlanState {
592
578
  dnsServerRewrite?: pulumi.Input<inputs.site.WlanDnsServerRewrite>;
593
579
  dtim?: pulumi.Input<number>;
594
580
  /**
595
- * For dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on
596
- * context (wlan/site/user/...) thus following configurations are assumed (currently) * PSK will come from RADIUS server *
597
- * AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed) * AP sends BSSID:SSID as
598
- * Caller-Station-ID * `authServers` is required * PSK will come from cloud WLC if source is cloudPsks * defaultPsk will be
599
- * used if cloud WLC is not available * `multiPskOnly` and `psk` is ignored * `pairwise` can only be wpa2-ccmp (for now,
600
- * wpa3 support on the roadmap)
581
+ * For dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on context (wlan/site/user/...) thus following configurations are assumed (currently)
582
+ * * PSK will come from RADIUS server
583
+ * * AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed)
584
+ * * AP sends BSSID:SSID as Caller-Station-ID
585
+ * * `authServers` is required
586
+ * * PSK will come from cloud WLC if source is cloudPsks
587
+ * * defaultPsk will be used if cloud WLC is not available
588
+ * * `multiPskOnly` and `psk` is ignored
589
+ * * `pairwise` can only be wpa2-ccmp (for now, wpa3 support on the roadmap)
601
590
  */
602
591
  dynamicPsk?: pulumi.Input<inputs.site.WlanDynamicPsk>;
603
592
  /**
@@ -609,13 +598,11 @@ export interface WlanState {
609
598
  */
610
599
  enableLocalKeycaching?: pulumi.Input<boolean>;
611
600
  /**
612
- * By default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where
613
- * client is a wireless bridge (DHCP packets for other MACs will need to be forwarded), wirelessBridging can be enabled
601
+ * By default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where client is a wireless bridge (DHCP packets for other MACs will need to be forwarded), wirelessBridging can be enabled
614
602
  */
615
603
  enableWirelessBridging?: pulumi.Input<boolean>;
616
604
  /**
617
- * If the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response
618
- * packets to be forwarded to wireless
605
+ * If the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response packets to be forwarded to wireless
619
606
  */
620
607
  enableWirelessBridgingDhcpTracking?: pulumi.Input<boolean>;
621
608
  /**
@@ -623,8 +610,7 @@ export interface WlanState {
623
610
  */
624
611
  enabled?: pulumi.Input<boolean>;
625
612
  /**
626
- * If set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and
627
- * ‘auth_server_retries’ .
613
+ * If set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and ‘auth_server_retries’ .
628
614
  */
629
615
  fastDot1xTimers?: pulumi.Input<boolean>;
630
616
  /**
@@ -653,8 +639,7 @@ export interface WlanState {
653
639
  */
654
640
  l2Isolation?: pulumi.Input<boolean>;
655
641
  /**
656
- * Legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning!
657
- * Enabling this will cause problem for iOS devices.
642
+ * Legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning! Enabling this will cause problem for iOS devices.
658
643
  */
659
644
  legacyOverds?: pulumi.Input<boolean>;
660
645
  /**
@@ -763,8 +748,7 @@ export interface WlanState {
763
748
  */
764
749
  vlanIds?: pulumi.Input<pulumi.Input<string>[]>;
765
750
  /**
766
- * Requires `vlanEnabled`==`true` to be set to `true`. Vlan pooling allows AP to place client on different VLAN using a
767
- * deterministic algorithm
751
+ * Requires `vlanEnabled`==`true` to be set to `true`. Vlan pooling allows AP to place client on different VLAN using a deterministic algorithm
768
752
  */
769
753
  vlanPooling?: pulumi.Input<boolean>;
770
754
  wlanLimitDown?: pulumi.Input<string>;
@@ -799,9 +783,7 @@ export interface WlanArgs {
799
783
  */
800
784
  acctImmediateUpdate?: pulumi.Input<boolean>;
801
785
  /**
802
- * How frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request
803
- * from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended
804
- * when enabled
786
+ * How frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request from RADIUS Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended when enabled
805
787
  */
806
788
  acctInterimInterval?: pulumi.Input<number>;
807
789
  /**
@@ -853,8 +835,7 @@ export interface WlanArgs {
853
835
  */
854
836
  authServerSelection?: pulumi.Input<string>;
855
837
  /**
856
- * List of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one
857
- * is treated as primary
838
+ * List of RADIUS authentication servers, at least one is needed if `auth type`==`eap`, order matters where the first one is treated as primary
858
839
  */
859
840
  authServers?: pulumi.Input<pulumi.Input<inputs.site.WlanAuthServer>[]>;
860
841
  /**
@@ -866,15 +847,11 @@ export interface WlanArgs {
866
847
  */
867
848
  authServersNasIp?: pulumi.Input<string>;
868
849
  /**
869
- * Radius auth session retries. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘retries’ are set
870
- * to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to default
871
- * value to 3.
850
+ * Radius auth session retries. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘retries’ are set to value of auth_servers_retries. ‘max-requests’ is also set when setting authServersRetries and is set to default value to 3.
872
851
  */
873
852
  authServersRetries?: pulumi.Input<number>;
874
853
  /**
875
- * Radius auth session timeout. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘quite-period’ and
876
- * ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’ is also set when
877
- * setting authServersTimeout and is set to default value of 10.
854
+ * Radius auth session timeout. Following fast timers are set if "fastDot1xTimers" knob is enabled. ‘quite-period’ and ‘transmit-period’ are set to half the value of auth_servers_timeout. ‘supplicant-timeout’ is also set when setting authServersTimeout and is set to default value of 10.
878
855
  */
879
856
  authServersTimeout?: pulumi.Input<number>;
880
857
  /**
@@ -898,8 +875,7 @@ export interface WlanArgs {
898
875
  */
899
876
  bonjour?: pulumi.Input<inputs.site.WlanBonjour>;
900
877
  /**
901
- * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA:
902
- * https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
878
+ * Cisco CWA (central web authentication) required RADIUS with COA in order to work. See CWA: https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html
903
879
  */
904
880
  ciscoCwa?: pulumi.Input<inputs.site.WlanCiscoCwa>;
905
881
  clientLimitDown?: pulumi.Input<string>;
@@ -941,8 +917,10 @@ export interface WlanArgs {
941
917
  */
942
918
  disableV2RoamNotify?: pulumi.Input<boolean>;
943
919
  /**
944
- * When any of the following is true, this WLAN will be disabled * cannot get IP * cannot obtain default gateway * cannot
945
- * reach default gateway
920
+ * When any of the following is true, this WLAN will be disabled
921
+ * * cannot get IP
922
+ * * cannot obtain default gateway
923
+ * * cannot reach default gateway
946
924
  */
947
925
  disableWhenGatewayUnreachable?: pulumi.Input<boolean>;
948
926
  disableWhenMxtunnelDown?: pulumi.Input<boolean>;
@@ -956,12 +934,15 @@ export interface WlanArgs {
956
934
  dnsServerRewrite?: pulumi.Input<inputs.site.WlanDnsServerRewrite>;
957
935
  dtim?: pulumi.Input<number>;
958
936
  /**
959
- * For dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on
960
- * context (wlan/site/user/...) thus following configurations are assumed (currently) * PSK will come from RADIUS server *
961
- * AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed) * AP sends BSSID:SSID as
962
- * Caller-Station-ID * `authServers` is required * PSK will come from cloud WLC if source is cloudPsks * defaultPsk will be
963
- * used if cloud WLC is not available * `multiPskOnly` and `psk` is ignored * `pairwise` can only be wpa2-ccmp (for now,
964
- * wpa3 support on the roadmap)
937
+ * For dynamic PSK where we get perUser PSK from Radius. dynamicPsk allows PSK to be selected at runtime depending on context (wlan/site/user/...) thus following configurations are assumed (currently)
938
+ * * PSK will come from RADIUS server
939
+ * * AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed)
940
+ * * AP sends BSSID:SSID as Caller-Station-ID
941
+ * * `authServers` is required
942
+ * * PSK will come from cloud WLC if source is cloudPsks
943
+ * * defaultPsk will be used if cloud WLC is not available
944
+ * * `multiPskOnly` and `psk` is ignored
945
+ * * `pairwise` can only be wpa2-ccmp (for now, wpa3 support on the roadmap)
965
946
  */
966
947
  dynamicPsk?: pulumi.Input<inputs.site.WlanDynamicPsk>;
967
948
  /**
@@ -973,13 +954,11 @@ export interface WlanArgs {
973
954
  */
974
955
  enableLocalKeycaching?: pulumi.Input<boolean>;
975
956
  /**
976
- * By default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where
977
- * client is a wireless bridge (DHCP packets for other MACs will need to be forwarded), wirelessBridging can be enabled
957
+ * By default, we'd inspect all DHCP packets and drop those unrelated to the wireless client itself in the case where client is a wireless bridge (DHCP packets for other MACs will need to be forwarded), wirelessBridging can be enabled
978
958
  */
979
959
  enableWirelessBridging?: pulumi.Input<boolean>;
980
960
  /**
981
- * If the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response
982
- * packets to be forwarded to wireless
961
+ * If the client bridge is doing DHCP on behalf of other devices (L2-NAT), enable dhcpTracking will cut down DHCP response packets to be forwarded to wireless
983
962
  */
984
963
  enableWirelessBridgingDhcpTracking?: pulumi.Input<boolean>;
985
964
  /**
@@ -987,8 +966,7 @@ export interface WlanArgs {
987
966
  */
988
967
  enabled?: pulumi.Input<boolean>;
989
968
  /**
990
- * If set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and
991
- * ‘auth_server_retries’ .
969
+ * If set to true, sets default fast-timers with values calculated from ‘auth_servers_timeout’ and ‘auth_server_retries’ .
992
970
  */
993
971
  fastDot1xTimers?: pulumi.Input<boolean>;
994
972
  /**
@@ -1017,8 +995,7 @@ export interface WlanArgs {
1017
995
  */
1018
996
  l2Isolation?: pulumi.Input<boolean>;
1019
997
  /**
1020
- * Legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning!
1021
- * Enabling this will cause problem for iOS devices.
998
+ * Legacy devices requires the Over-DS (for Fast BSS Transition) bit set (while our chip doesn’t support it). Warning! Enabling this will cause problem for iOS devices.
1022
999
  */
1023
1000
  legacyOverds?: pulumi.Input<boolean>;
1024
1001
  /**
@@ -1116,8 +1093,7 @@ export interface WlanArgs {
1116
1093
  */
1117
1094
  vlanIds?: pulumi.Input<pulumi.Input<string>[]>;
1118
1095
  /**
1119
- * Requires `vlanEnabled`==`true` to be set to `true`. Vlan pooling allows AP to place client on different VLAN using a
1120
- * deterministic algorithm
1096
+ * Requires `vlanEnabled`==`true` to be set to `true`. Vlan pooling allows AP to place client on different VLAN using a deterministic algorithm
1121
1097
  */
1122
1098
  vlanPooling?: pulumi.Input<boolean>;
1123
1099
  wlanLimitDown?: pulumi.Input<string>;