@pulumi/juniper-mist 0.6.0 → 0.6.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.
- package/package.json +2 -2
- package/types/output.d.ts +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/juniper-mist",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Juniper Mist resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "junipermist",
|
|
28
|
-
"version": "0.6.
|
|
28
|
+
"version": "0.6.1",
|
|
29
29
|
"server": "github://api.github.com/pulumi/pulumi-junipermist"
|
|
30
30
|
}
|
|
31
31
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -5260,7 +5260,7 @@ export declare namespace device {
|
|
|
5260
5260
|
/**
|
|
5261
5261
|
* Only if `mode`==`trunk` whether to trunk all network/vlans
|
|
5262
5262
|
*/
|
|
5263
|
-
allNetworks
|
|
5263
|
+
allNetworks?: boolean;
|
|
5264
5264
|
/**
|
|
5265
5265
|
* Only if `mode`!=`dynamic`. If DHCP snooping is enabled, whether DHCP server is allowed on the interfaces with. All the interfaces from port configs using this port usage are effected. Please notice that allowDhcpd is a tri_state. When it is not defined, it means using the system's default setting which depends on whether the port is an access or trunk port.
|
|
5266
5266
|
*/
|
|
@@ -5288,19 +5288,19 @@ export declare namespace device {
|
|
|
5288
5288
|
/**
|
|
5289
5289
|
* Only if `mode`!=`dynamic` if speed and duplex are specified, whether to disable autonegotiation
|
|
5290
5290
|
*/
|
|
5291
|
-
disableAutoneg
|
|
5291
|
+
disableAutoneg?: boolean;
|
|
5292
5292
|
/**
|
|
5293
5293
|
* Only if `mode`!=`dynamic` whether the port is disabled
|
|
5294
5294
|
*/
|
|
5295
|
-
disabled
|
|
5295
|
+
disabled?: boolean;
|
|
5296
5296
|
/**
|
|
5297
5297
|
* Only if `mode`!=`dynamic`, link connection mode. enum: `auto`, `full`, `half`
|
|
5298
5298
|
*/
|
|
5299
|
-
duplex
|
|
5299
|
+
duplex?: string;
|
|
5300
5300
|
/**
|
|
5301
5301
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x`, if dynamic vlan is used, specify the possible networks/vlans RADIUS can return
|
|
5302
5302
|
*/
|
|
5303
|
-
dynamicVlanNetworks
|
|
5303
|
+
dynamicVlanNetworks?: string[];
|
|
5304
5304
|
/**
|
|
5305
5305
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` whether to enable MAC Auth
|
|
5306
5306
|
*/
|
|
@@ -5308,7 +5308,7 @@ export declare namespace device {
|
|
|
5308
5308
|
/**
|
|
5309
5309
|
* Only if `mode`!=`dynamic`
|
|
5310
5310
|
*/
|
|
5311
|
-
enableQos
|
|
5311
|
+
enableQos?: boolean;
|
|
5312
5312
|
/**
|
|
5313
5313
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` which network to put the device into if the device cannot do dot1x. default is null (i.e. not allowed)
|
|
5314
5314
|
*/
|
|
@@ -5336,7 +5336,7 @@ export declare namespace device {
|
|
|
5336
5336
|
/**
|
|
5337
5337
|
* Only if `mode`!=`dynamic` max number of mac addresses, default is 0 for unlimited, otherwise range is 1 to 16383 (upper bound constrained by platform)
|
|
5338
5338
|
*/
|
|
5339
|
-
macLimit
|
|
5339
|
+
macLimit?: string;
|
|
5340
5340
|
/**
|
|
5341
5341
|
* `mode`==`dynamic` must only be used if the port usage name is `dynamic`. enum: `access`, `dynamic`, `inet`, `trunk`
|
|
5342
5342
|
*/
|
|
@@ -5352,11 +5352,11 @@ export declare namespace device {
|
|
|
5352
5352
|
/**
|
|
5353
5353
|
* Only if `mode`==`access` and `portAuth`!=`dot1x` whether the port should retain dynamically learned MAC addresses
|
|
5354
5354
|
*/
|
|
5355
|
-
persistMac
|
|
5355
|
+
persistMac?: boolean;
|
|
5356
5356
|
/**
|
|
5357
5357
|
* Only if `mode`!=`dynamic` whether PoE capabilities are disabled for a port
|
|
5358
5358
|
*/
|
|
5359
|
-
poeDisabled
|
|
5359
|
+
poeDisabled?: boolean;
|
|
5360
5360
|
/**
|
|
5361
5361
|
* Only if `mode`!=`dynamic` if dot1x is desired, set to dot1x. enum: `dot1x`
|
|
5362
5362
|
*/
|
|
@@ -5388,7 +5388,7 @@ export declare namespace device {
|
|
|
5388
5388
|
/**
|
|
5389
5389
|
* Only if `mode`!=`dynamic`, Port speed, default is auto to automatically negotiate speed enum: `100m`, `10m`, `1g`, `2.5g`, `5g`, `10g`, `25g`, `40g`, `100g`,`auto`
|
|
5390
5390
|
*/
|
|
5391
|
-
speed
|
|
5391
|
+
speed?: string;
|
|
5392
5392
|
/**
|
|
5393
5393
|
* Switch storm control. Only if `mode`!=`dynamic`
|
|
5394
5394
|
*/
|
|
@@ -5396,7 +5396,7 @@ export declare namespace device {
|
|
|
5396
5396
|
/**
|
|
5397
5397
|
* Only if `mode`!=`dynamic` when enabled, the port is not expected to receive BPDU frames
|
|
5398
5398
|
*/
|
|
5399
|
-
stpEdge
|
|
5399
|
+
stpEdge?: boolean;
|
|
5400
5400
|
stpNoRootPort?: boolean;
|
|
5401
5401
|
stpP2p?: boolean;
|
|
5402
5402
|
/**
|
|
@@ -12518,7 +12518,7 @@ export declare namespace org {
|
|
|
12518
12518
|
/**
|
|
12519
12519
|
* Only if `mode`==`trunk` whether to trunk all network/vlans
|
|
12520
12520
|
*/
|
|
12521
|
-
allNetworks
|
|
12521
|
+
allNetworks?: boolean;
|
|
12522
12522
|
/**
|
|
12523
12523
|
* Only if `mode`!=`dynamic`. If DHCP snooping is enabled, whether DHCP server is allowed on the interfaces with. All the interfaces from port configs using this port usage are effected. Please notice that allowDhcpd is a tri_state. When it is not defined, it means using the system's default setting which depends on whether the port is an access or trunk port.
|
|
12524
12524
|
*/
|
|
@@ -12546,19 +12546,19 @@ export declare namespace org {
|
|
|
12546
12546
|
/**
|
|
12547
12547
|
* Only if `mode`!=`dynamic` if speed and duplex are specified, whether to disable autonegotiation
|
|
12548
12548
|
*/
|
|
12549
|
-
disableAutoneg
|
|
12549
|
+
disableAutoneg?: boolean;
|
|
12550
12550
|
/**
|
|
12551
12551
|
* Only if `mode`!=`dynamic` whether the port is disabled
|
|
12552
12552
|
*/
|
|
12553
|
-
disabled
|
|
12553
|
+
disabled?: boolean;
|
|
12554
12554
|
/**
|
|
12555
12555
|
* Only if `mode`!=`dynamic`, link connection mode. enum: `auto`, `full`, `half`
|
|
12556
12556
|
*/
|
|
12557
|
-
duplex
|
|
12557
|
+
duplex?: string;
|
|
12558
12558
|
/**
|
|
12559
12559
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x`, if dynamic vlan is used, specify the possible networks/vlans RADIUS can return
|
|
12560
12560
|
*/
|
|
12561
|
-
dynamicVlanNetworks
|
|
12561
|
+
dynamicVlanNetworks?: string[];
|
|
12562
12562
|
/**
|
|
12563
12563
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` whether to enable MAC Auth
|
|
12564
12564
|
*/
|
|
@@ -12566,7 +12566,7 @@ export declare namespace org {
|
|
|
12566
12566
|
/**
|
|
12567
12567
|
* Only if `mode`!=`dynamic`
|
|
12568
12568
|
*/
|
|
12569
|
-
enableQos
|
|
12569
|
+
enableQos?: boolean;
|
|
12570
12570
|
/**
|
|
12571
12571
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` which network to put the device into if the device cannot do dot1x. default is null (i.e. not allowed)
|
|
12572
12572
|
*/
|
|
@@ -12594,7 +12594,7 @@ export declare namespace org {
|
|
|
12594
12594
|
/**
|
|
12595
12595
|
* Only if `mode`!=`dynamic` max number of mac addresses, default is 0 for unlimited, otherwise range is 1 to 16383 (upper bound constrained by platform)
|
|
12596
12596
|
*/
|
|
12597
|
-
macLimit
|
|
12597
|
+
macLimit?: string;
|
|
12598
12598
|
/**
|
|
12599
12599
|
* `mode`==`dynamic` must only be used if the port usage name is `dynamic`. enum: `access`, `dynamic`, `inet`, `trunk`
|
|
12600
12600
|
*/
|
|
@@ -12610,11 +12610,11 @@ export declare namespace org {
|
|
|
12610
12610
|
/**
|
|
12611
12611
|
* Only if `mode`==`access` and `portAuth`!=`dot1x` whether the port should retain dynamically learned MAC addresses
|
|
12612
12612
|
*/
|
|
12613
|
-
persistMac
|
|
12613
|
+
persistMac?: boolean;
|
|
12614
12614
|
/**
|
|
12615
12615
|
* Only if `mode`!=`dynamic` whether PoE capabilities are disabled for a port
|
|
12616
12616
|
*/
|
|
12617
|
-
poeDisabled
|
|
12617
|
+
poeDisabled?: boolean;
|
|
12618
12618
|
/**
|
|
12619
12619
|
* Only if `mode`!=`dynamic` if dot1x is desired, set to dot1x. enum: `dot1x`
|
|
12620
12620
|
*/
|
|
@@ -12646,7 +12646,7 @@ export declare namespace org {
|
|
|
12646
12646
|
/**
|
|
12647
12647
|
* Only if `mode`!=`dynamic`, Port speed, default is auto to automatically negotiate speed enum: `100m`, `10m`, `1g`, `2.5g`, `5g`, `10g`, `25g`, `40g`, `100g`,`auto`
|
|
12648
12648
|
*/
|
|
12649
|
-
speed
|
|
12649
|
+
speed?: string;
|
|
12650
12650
|
/**
|
|
12651
12651
|
* Switch storm control. Only if `mode`!=`dynamic`
|
|
12652
12652
|
*/
|
|
@@ -12654,7 +12654,7 @@ export declare namespace org {
|
|
|
12654
12654
|
/**
|
|
12655
12655
|
* Only if `mode`!=`dynamic` when enabled, the port is not expected to receive BPDU frames
|
|
12656
12656
|
*/
|
|
12657
|
-
stpEdge
|
|
12657
|
+
stpEdge?: boolean;
|
|
12658
12658
|
stpNoRootPort?: boolean;
|
|
12659
12659
|
stpP2p?: boolean;
|
|
12660
12660
|
/**
|
|
@@ -14544,19 +14544,19 @@ export declare namespace org {
|
|
|
14544
14544
|
/**
|
|
14545
14545
|
* How frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request from Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended when enabled.
|
|
14546
14546
|
*/
|
|
14547
|
-
acctInterimInterval
|
|
14547
|
+
acctInterimInterval?: number;
|
|
14548
14548
|
/**
|
|
14549
14549
|
* Radius auth session retries. Following fast timers are set if `fastDot1xTimers` knob is enabled. "retries" are set to value of `authServersTimeout`. "max-requests" is also set when setting `authServersRetries` is set to default value to 3.
|
|
14550
14550
|
*/
|
|
14551
|
-
authServersRetries
|
|
14551
|
+
authServersRetries?: number;
|
|
14552
14552
|
/**
|
|
14553
14553
|
* 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 `authServersTimeout`. "supplicant-timeout" is also set when setting `authServersTimeout` is set to default value of 10.
|
|
14554
14554
|
*/
|
|
14555
|
-
authServersTimeout
|
|
14555
|
+
authServersTimeout?: number;
|
|
14556
14556
|
/**
|
|
14557
14557
|
* Allows a RADIUS server to dynamically modify the authorization status of a user session.
|
|
14558
14558
|
*/
|
|
14559
|
-
coaEnabled
|
|
14559
|
+
coaEnabled?: boolean;
|
|
14560
14560
|
/**
|
|
14561
14561
|
* the communication port used for “Change of Authorization” (CoA) messages
|
|
14562
14562
|
*/
|
|
@@ -14574,7 +14574,7 @@ export declare namespace org {
|
|
|
14574
14574
|
/**
|
|
14575
14575
|
* If set to true, sets default fast-timers with values calculated from `authServersTimeout` and `authServerRetries`.
|
|
14576
14576
|
*/
|
|
14577
|
-
fastDot1xTimers
|
|
14577
|
+
fastDot1xTimers?: boolean;
|
|
14578
14578
|
/**
|
|
14579
14579
|
* Which network the mist nac server resides in
|
|
14580
14580
|
*/
|
|
@@ -17409,7 +17409,7 @@ export declare namespace site {
|
|
|
17409
17409
|
/**
|
|
17410
17410
|
* Only if `mode`==`trunk` whether to trunk all network/vlans
|
|
17411
17411
|
*/
|
|
17412
|
-
allNetworks
|
|
17412
|
+
allNetworks?: boolean;
|
|
17413
17413
|
/**
|
|
17414
17414
|
* Only if `mode`!=`dynamic`. If DHCP snooping is enabled, whether DHCP server is allowed on the interfaces with. All the interfaces from port configs using this port usage are effected. Please notice that allowDhcpd is a tri_state. When it is not defined, it means using the system's default setting which depends on whether the port is an access or trunk port.
|
|
17415
17415
|
*/
|
|
@@ -17437,19 +17437,19 @@ export declare namespace site {
|
|
|
17437
17437
|
/**
|
|
17438
17438
|
* Only if `mode`!=`dynamic` if speed and duplex are specified, whether to disable autonegotiation
|
|
17439
17439
|
*/
|
|
17440
|
-
disableAutoneg
|
|
17440
|
+
disableAutoneg?: boolean;
|
|
17441
17441
|
/**
|
|
17442
17442
|
* Only if `mode`!=`dynamic` whether the port is disabled
|
|
17443
17443
|
*/
|
|
17444
|
-
disabled
|
|
17444
|
+
disabled?: boolean;
|
|
17445
17445
|
/**
|
|
17446
17446
|
* Only if `mode`!=`dynamic`, link connection mode. enum: `auto`, `full`, `half`
|
|
17447
17447
|
*/
|
|
17448
|
-
duplex
|
|
17448
|
+
duplex?: string;
|
|
17449
17449
|
/**
|
|
17450
17450
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x`, if dynamic vlan is used, specify the possible networks/vlans RADIUS can return
|
|
17451
17451
|
*/
|
|
17452
|
-
dynamicVlanNetworks
|
|
17452
|
+
dynamicVlanNetworks?: string[];
|
|
17453
17453
|
/**
|
|
17454
17454
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` whether to enable MAC Auth
|
|
17455
17455
|
*/
|
|
@@ -17457,7 +17457,7 @@ export declare namespace site {
|
|
|
17457
17457
|
/**
|
|
17458
17458
|
* Only if `mode`!=`dynamic`
|
|
17459
17459
|
*/
|
|
17460
|
-
enableQos
|
|
17460
|
+
enableQos?: boolean;
|
|
17461
17461
|
/**
|
|
17462
17462
|
* Only if `mode`!=`dynamic` and `portAuth`==`dot1x` which network to put the device into if the device cannot do dot1x. default is null (i.e. not allowed)
|
|
17463
17463
|
*/
|
|
@@ -17485,7 +17485,7 @@ export declare namespace site {
|
|
|
17485
17485
|
/**
|
|
17486
17486
|
* Only if `mode`!=`dynamic` max number of mac addresses, default is 0 for unlimited, otherwise range is 1 to 16383 (upper bound constrained by platform)
|
|
17487
17487
|
*/
|
|
17488
|
-
macLimit
|
|
17488
|
+
macLimit?: string;
|
|
17489
17489
|
/**
|
|
17490
17490
|
* `mode`==`dynamic` must only be used if the port usage name is `dynamic`. enum: `access`, `dynamic`, `inet`, `trunk`
|
|
17491
17491
|
*/
|
|
@@ -17501,11 +17501,11 @@ export declare namespace site {
|
|
|
17501
17501
|
/**
|
|
17502
17502
|
* Only if `mode`==`access` and `portAuth`!=`dot1x` whether the port should retain dynamically learned MAC addresses
|
|
17503
17503
|
*/
|
|
17504
|
-
persistMac
|
|
17504
|
+
persistMac?: boolean;
|
|
17505
17505
|
/**
|
|
17506
17506
|
* Only if `mode`!=`dynamic` whether PoE capabilities are disabled for a port
|
|
17507
17507
|
*/
|
|
17508
|
-
poeDisabled
|
|
17508
|
+
poeDisabled?: boolean;
|
|
17509
17509
|
/**
|
|
17510
17510
|
* Only if `mode`!=`dynamic` if dot1x is desired, set to dot1x. enum: `dot1x`
|
|
17511
17511
|
*/
|
|
@@ -17537,7 +17537,7 @@ export declare namespace site {
|
|
|
17537
17537
|
/**
|
|
17538
17538
|
* Only if `mode`!=`dynamic`, Port speed, default is auto to automatically negotiate speed enum: `100m`, `10m`, `1g`, `2.5g`, `5g`, `10g`, `25g`, `40g`, `100g`,`auto`
|
|
17539
17539
|
*/
|
|
17540
|
-
speed
|
|
17540
|
+
speed?: string;
|
|
17541
17541
|
/**
|
|
17542
17542
|
* Switch storm control. Only if `mode`!=`dynamic`
|
|
17543
17543
|
*/
|
|
@@ -17545,7 +17545,7 @@ export declare namespace site {
|
|
|
17545
17545
|
/**
|
|
17546
17546
|
* Only if `mode`!=`dynamic` when enabled, the port is not expected to receive BPDU frames
|
|
17547
17547
|
*/
|
|
17548
|
-
stpEdge
|
|
17548
|
+
stpEdge?: boolean;
|
|
17549
17549
|
stpNoRootPort?: boolean;
|
|
17550
17550
|
stpP2p?: boolean;
|
|
17551
17551
|
/**
|
|
@@ -19359,19 +19359,19 @@ export declare namespace site {
|
|
|
19359
19359
|
/**
|
|
19360
19360
|
* How frequently should interim accounting be reported, 60-65535. default is 0 (use one specified in Access-Accept request from Server). Very frequent messages can affect the performance of the radius server, 600 and up is recommended when enabled.
|
|
19361
19361
|
*/
|
|
19362
|
-
acctInterimInterval
|
|
19362
|
+
acctInterimInterval?: number;
|
|
19363
19363
|
/**
|
|
19364
19364
|
* Radius auth session retries. Following fast timers are set if `fastDot1xTimers` knob is enabled. "retries" are set to value of `authServersTimeout`. "max-requests" is also set when setting `authServersRetries` is set to default value to 3.
|
|
19365
19365
|
*/
|
|
19366
|
-
authServersRetries
|
|
19366
|
+
authServersRetries?: number;
|
|
19367
19367
|
/**
|
|
19368
19368
|
* 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 `authServersTimeout`. "supplicant-timeout" is also set when setting `authServersTimeout` is set to default value of 10.
|
|
19369
19369
|
*/
|
|
19370
|
-
authServersTimeout
|
|
19370
|
+
authServersTimeout?: number;
|
|
19371
19371
|
/**
|
|
19372
19372
|
* Allows a RADIUS server to dynamically modify the authorization status of a user session.
|
|
19373
19373
|
*/
|
|
19374
|
-
coaEnabled
|
|
19374
|
+
coaEnabled?: boolean;
|
|
19375
19375
|
/**
|
|
19376
19376
|
* the communication port used for “Change of Authorization” (CoA) messages
|
|
19377
19377
|
*/
|
|
@@ -19389,7 +19389,7 @@ export declare namespace site {
|
|
|
19389
19389
|
/**
|
|
19390
19390
|
* If set to true, sets default fast-timers with values calculated from `authServersTimeout` and `authServerRetries`.
|
|
19391
19391
|
*/
|
|
19392
|
-
fastDot1xTimers
|
|
19392
|
+
fastDot1xTimers?: boolean;
|
|
19393
19393
|
/**
|
|
19394
19394
|
* Which network the mist nac server resides in
|
|
19395
19395
|
*/
|