@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.
- package/config/vars.d.ts +3 -5
- package/config/vars.js.map +1 -1
- package/device/ap.d.ts +12 -15
- package/device/ap.js +77 -77
- package/device/ap.js.map +1 -1
- package/device/base.js +34 -34
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +15 -6
- package/device/gateway.js +77 -75
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.js +7 -7
- package/device/gatewayCluster.js.map +1 -1
- package/device/image.js +13 -13
- package/device/image.js.map +1 -1
- package/device/switch.d.ts +24 -39
- package/device/switch.js +99 -99
- package/device/switch.js.map +1 -1
- package/org/alarmtemplate.js +12 -12
- package/org/alarmtemplate.js.map +1 -1
- package/org/apitoken.js +13 -13
- package/org/apitoken.js.map +1 -1
- package/org/avprofile.js +17 -17
- package/org/avprofile.js.map +1 -1
- package/org/base.js +13 -13
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +12 -12
- package/org/deviceprofileAp.js +49 -49
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileAssign.js +10 -10
- package/org/deviceprofileAssign.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +15 -6
- package/org/deviceprofileGateway.js +55 -53
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/evpnTopology.js +13 -13
- package/org/evpnTopology.js.map +1 -1
- package/org/gatewaytemplate.d.ts +18 -12
- package/org/gatewaytemplate.js +56 -54
- package/org/gatewaytemplate.js.map +1 -1
- package/org/idpprofile.js +11 -11
- package/org/idpprofile.js.map +1 -1
- package/org/inventory.d.ts +15 -9
- package/org/inventory.js +6 -6
- package/org/inventory.js.map +1 -1
- package/org/nacEndpoint.js +17 -17
- package/org/nacEndpoint.js.map +1 -1
- package/org/nacidp.js +57 -57
- package/org/nacidp.js.map +1 -1
- package/org/nacrule.js +22 -22
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +42 -39
- package/org/nactag.js +35 -35
- package/org/nactag.js.map +1 -1
- package/org/network.js +33 -33
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +6 -15
- package/org/networktemplate.js +50 -50
- package/org/networktemplate.js.map +1 -1
- package/org/psk.js +38 -38
- package/org/psk.js.map +1 -1
- package/org/rftemplate.js +28 -28
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +12 -6
- package/org/service.js +50 -50
- package/org/service.js.map +1 -1
- package/org/servicepolicy.js +28 -28
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +27 -42
- package/org/setting.js +70 -70
- package/org/setting.js.map +1 -1
- package/org/sitegroup.js +6 -6
- package/org/sitegroup.js.map +1 -1
- package/org/sso.d.ts +15 -33
- package/org/sso.js +31 -31
- package/org/sso.js.map +1 -1
- package/org/ssoRole.js +9 -9
- package/org/ssoRole.js.map +1 -1
- package/org/vpn.js +12 -12
- package/org/vpn.js.map +1 -1
- package/org/webhook.d.ts +6 -15
- package/org/webhook.js +40 -40
- package/org/webhook.js.map +1 -1
- package/org/wlan.d.ts +69 -93
- package/org/wlan.js +190 -190
- package/org/wlan.js.map +1 -1
- package/org/wlanPortalImage.js +10 -10
- package/org/wlanPortalImage.js.map +1 -1
- package/org/wlanPortalTemplate.js +10 -10
- package/org/wlanPortalTemplate.js.map +1 -1
- package/org/wlantemplate.js +14 -14
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.js +27 -27
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +60 -36
- package/org/wxtag.js +21 -21
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +5 -8
- package/provider.js +7 -7
- package/provider.js.map +1 -1
- package/site/base.js +34 -34
- package/site/base.js.map +1 -1
- package/site/evpnTopology.js +14 -14
- package/site/evpnTopology.js.map +1 -1
- package/site/networktemplate.d.ts +3 -9
- package/site/networktemplate.js +52 -52
- package/site/networktemplate.js.map +1 -1
- package/site/psk.js +35 -35
- package/site/psk.js.map +1 -1
- package/site/setting.d.ts +33 -63
- package/site/setting.js +97 -97
- package/site/setting.js.map +1 -1
- package/site/webhook.d.ts +6 -15
- package/site/webhook.js +43 -43
- package/site/webhook.js.map +1 -1
- package/site/wlan.d.ts +69 -93
- package/site/wlan.js +188 -188
- package/site/wlan.js.map +1 -1
- package/site/wlanPortalImage.js +10 -10
- package/site/wlanPortalImage.js.map +1 -1
- package/site/wlanPortalTemplate.js +10 -10
- package/site/wlanPortalTemplate.js.map +1 -1
- package/site/wxrule.js +24 -24
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +60 -36
- package/site/wxtag.js +21 -21
- package/site/wxtag.js.map +1 -1
- package/types/output.d.ts +55 -55
- package/upgradeDevice.js +30 -30
- package/upgradeDevice.js.map +1 -1
- package/utilities.js +18 -29
- 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,
|
|
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
|
|
82
|
-
resourceInputs["enabled"] = state
|
|
83
|
-
resourceInputs["headers"] = state
|
|
84
|
-
resourceInputs["name"] = state
|
|
85
|
-
resourceInputs["oauth2ClientId"] = state
|
|
86
|
-
resourceInputs["oauth2ClientSecret"] = state
|
|
87
|
-
resourceInputs["oauth2GrantType"] = state
|
|
88
|
-
resourceInputs["oauth2Password"] = state
|
|
89
|
-
resourceInputs["oauth2Scopes"] = state
|
|
90
|
-
resourceInputs["oauth2TokenUrl"] = state
|
|
91
|
-
resourceInputs["oauth2Username"] = state
|
|
92
|
-
resourceInputs["orgId"] = state
|
|
93
|
-
resourceInputs["secret"] = state
|
|
94
|
-
resourceInputs["singleEventPerMessage"] = state
|
|
95
|
-
resourceInputs["siteId"] = state
|
|
96
|
-
resourceInputs["splunkToken"] = state
|
|
97
|
-
resourceInputs["topics"] = state
|
|
98
|
-
resourceInputs["type"] = state
|
|
99
|
-
resourceInputs["url"] = state
|
|
100
|
-
resourceInputs["verifyCert"] = state
|
|
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 (
|
|
104
|
+
if (args?.siteId === undefined && !opts.urn) {
|
|
105
105
|
throw new Error("Missing required property 'siteId'");
|
|
106
106
|
}
|
|
107
|
-
if (
|
|
107
|
+
if (args?.topics === undefined && !opts.urn) {
|
|
108
108
|
throw new Error("Missing required property 'topics'");
|
|
109
109
|
}
|
|
110
|
-
if (
|
|
110
|
+
if (args?.url === undefined && !opts.urn) {
|
|
111
111
|
throw new Error("Missing required property 'url'");
|
|
112
112
|
}
|
|
113
|
-
resourceInputs["assetfilterIds"] = args
|
|
114
|
-
resourceInputs["enabled"] = args
|
|
115
|
-
resourceInputs["headers"] = args
|
|
116
|
-
resourceInputs["name"] = args
|
|
117
|
-
resourceInputs["oauth2ClientId"] = args
|
|
118
|
-
resourceInputs["oauth2ClientSecret"] =
|
|
119
|
-
resourceInputs["oauth2GrantType"] = args
|
|
120
|
-
resourceInputs["oauth2Password"] =
|
|
121
|
-
resourceInputs["oauth2Scopes"] = args
|
|
122
|
-
resourceInputs["oauth2TokenUrl"] = args
|
|
123
|
-
resourceInputs["oauth2Username"] = args
|
|
124
|
-
resourceInputs["secret"] =
|
|
125
|
-
resourceInputs["singleEventPerMessage"] = args
|
|
126
|
-
resourceInputs["siteId"] = args
|
|
127
|
-
resourceInputs["splunkToken"] =
|
|
128
|
-
resourceInputs["topics"] = args
|
|
129
|
-
resourceInputs["type"] = args
|
|
130
|
-
resourceInputs["url"] = args
|
|
131
|
-
resourceInputs["verifyCert"] = args
|
|
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);
|
package/site/webhook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.js","sourceRoot":"","sources":["../../site/webhook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,
|
|
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’
|
|
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
|
|
209
|
-
*
|
|
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
|
-
*
|
|
225
|
-
* AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed)
|
|
226
|
-
* Caller-Station-ID
|
|
227
|
-
*
|
|
228
|
-
*
|
|
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’
|
|
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
|
|
581
|
-
*
|
|
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
|
-
*
|
|
597
|
-
* AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed)
|
|
598
|
-
* Caller-Station-ID
|
|
599
|
-
*
|
|
600
|
-
*
|
|
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’
|
|
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
|
|
945
|
-
*
|
|
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
|
-
*
|
|
961
|
-
* AP sends client MAC as username and password (i.e. `enableMacAuth` is assumed)
|
|
962
|
-
* Caller-Station-ID
|
|
963
|
-
*
|
|
964
|
-
*
|
|
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>;
|