@pulumi/juniper-mist 0.0.10 → 0.0.11
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/device/ap.d.ts +2 -4
- package/device/ap.js +2 -4
- package/device/ap.js.map +1 -1
- package/device/base.d.ts +2 -4
- package/device/base.js +2 -4
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +2 -4
- package/device/gateway.js +2 -4
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.d.ts +1 -3
- package/device/gatewayCluster.js +1 -3
- package/device/gatewayCluster.js.map +1 -1
- package/device/switch.d.ts +2 -4
- package/device/switch.js +2 -4
- package/device/switch.js.map +1 -1
- package/org/base.d.ts +2 -4
- package/org/base.js +2 -4
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +2 -4
- package/org/deviceprofileAp.js +2 -4
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +2 -4
- package/org/deviceprofileGateway.js +2 -4
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/gatewaytemplate.d.ts +2 -4
- package/org/gatewaytemplate.js +2 -4
- package/org/gatewaytemplate.js.map +1 -1
- package/org/idpprofile.d.ts +2 -4
- package/org/idpprofile.js +2 -4
- package/org/idpprofile.js.map +1 -1
- package/org/inventory.d.ts +2 -4
- package/org/inventory.js +2 -4
- package/org/inventory.js.map +1 -1
- package/org/nacrule.d.ts +2 -4
- package/org/nacrule.js +2 -4
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +2 -4
- package/org/nactag.js +2 -4
- package/org/nactag.js.map +1 -1
- package/org/network.d.ts +2 -4
- package/org/network.js +2 -4
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +11 -4
- package/org/networktemplate.js +2 -4
- package/org/networktemplate.js.map +1 -1
- package/org/psk.d.ts +2 -4
- package/org/psk.js +2 -4
- package/org/psk.js.map +1 -1
- package/org/rftemplate.d.ts +2 -4
- package/org/rftemplate.js +2 -4
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +2 -4
- package/org/service.js +2 -4
- package/org/service.js.map +1 -1
- package/org/servicepolicy.d.ts +2 -4
- package/org/servicepolicy.js +2 -4
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +2 -4
- package/org/setting.js +2 -4
- package/org/setting.js.map +1 -1
- package/org/sitegroup.d.ts +2 -4
- package/org/sitegroup.js +2 -4
- package/org/sitegroup.js.map +1 -1
- package/org/vpn.d.ts +2 -4
- package/org/vpn.js +2 -4
- package/org/vpn.js.map +1 -1
- package/org/webhook.d.ts +2 -4
- package/org/webhook.js +2 -4
- package/org/webhook.js.map +1 -1
- package/org/wlan.d.ts +2 -4
- package/org/wlan.js +2 -4
- package/org/wlan.js.map +1 -1
- package/org/wlantemplate.d.ts +2 -4
- package/org/wlantemplate.js +2 -4
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.d.ts +2 -4
- package/org/wxrule.js +2 -4
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +2 -4
- package/org/wxtag.js +2 -4
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/site/base.d.ts +2 -4
- package/site/base.js +2 -4
- package/site/base.js.map +1 -1
- package/site/networktemplate.d.ts +23 -4
- package/site/networktemplate.js +4 -4
- package/site/networktemplate.js.map +1 -1
- package/site/psk.d.ts +2 -4
- package/site/psk.js +2 -4
- package/site/psk.js.map +1 -1
- package/site/setting.d.ts +2 -4
- package/site/setting.js +2 -4
- package/site/setting.js.map +1 -1
- package/site/webhook.d.ts +2 -4
- package/site/webhook.js +2 -4
- package/site/webhook.js.map +1 -1
- package/site/wlan.d.ts +2 -4
- package/site/wlan.js +2 -4
- package/site/wlan.js.map +1 -1
- package/site/wxrule.d.ts +2 -4
- package/site/wxrule.js +2 -4
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +2 -4
- package/site/wxtag.js +2 -4
- package/site/wxtag.js.map +1 -1
- package/types/input.d.ts +96 -8
- package/types/output.d.ts +98 -10
package/types/output.d.ts
CHANGED
|
@@ -7857,6 +7857,8 @@ export declare namespace org {
|
|
|
7857
7857
|
* Only if `mode`!=`dynamic` when enabled, the port is not expected to receive BPDU frames
|
|
7858
7858
|
*/
|
|
7859
7859
|
stpEdge: boolean;
|
|
7860
|
+
stpNoRootPort: boolean;
|
|
7861
|
+
stpP2p: boolean;
|
|
7860
7862
|
/**
|
|
7861
7863
|
* Only if `mode`!=`dynamic` network/vlan for voip traffic, must also set port_network. to authenticate device, set port_auth
|
|
7862
7864
|
*/
|
|
@@ -8389,7 +8391,34 @@ export declare namespace org {
|
|
|
8389
8391
|
outputPortId?: string;
|
|
8390
8392
|
}
|
|
8391
8393
|
interface NetworktemplateSwitchMgmt {
|
|
8392
|
-
|
|
8394
|
+
/**
|
|
8395
|
+
* ap_affinity_threshold apAffinityThreshold can be added as a field under site/setting. By default this value is set to 12. If the field is set in both site/setting and org/setting, the value from site/setting will be used.
|
|
8396
|
+
*/
|
|
8397
|
+
apAffinityThreshold: number;
|
|
8398
|
+
/**
|
|
8399
|
+
* Set Banners for switches. Allows markup formatting
|
|
8400
|
+
*/
|
|
8401
|
+
cliBanner?: string;
|
|
8402
|
+
/**
|
|
8403
|
+
* Sets timeout for switches
|
|
8404
|
+
*/
|
|
8405
|
+
cliIdleTimeout?: number;
|
|
8406
|
+
/**
|
|
8407
|
+
* the rollback timer for commit confirmed
|
|
8408
|
+
*/
|
|
8409
|
+
configRevertTimer: number;
|
|
8410
|
+
/**
|
|
8411
|
+
* Enable to provide the FQDN with DHCP option 81
|
|
8412
|
+
*/
|
|
8413
|
+
dhcpOptionFqdn: boolean;
|
|
8414
|
+
/**
|
|
8415
|
+
* Property key is the user name. For Local user authentication
|
|
8416
|
+
*/
|
|
8417
|
+
localAccounts?: {
|
|
8418
|
+
[key: string]: outputs.org.NetworktemplateSwitchMgmtLocalAccounts;
|
|
8419
|
+
};
|
|
8420
|
+
mxedgeProxyHost?: string;
|
|
8421
|
+
mxedgeProxyPort: number;
|
|
8393
8422
|
/**
|
|
8394
8423
|
* restrict inbound-traffic to host
|
|
8395
8424
|
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
@@ -8398,6 +8427,17 @@ export declare namespace org {
|
|
|
8398
8427
|
protectRe?: outputs.org.NetworktemplateSwitchMgmtProtectRe;
|
|
8399
8428
|
rootPassword?: string;
|
|
8400
8429
|
tacacs?: outputs.org.NetworktemplateSwitchMgmtTacacs;
|
|
8430
|
+
/**
|
|
8431
|
+
* to use mxedge as proxy
|
|
8432
|
+
*/
|
|
8433
|
+
useMxedgeProxy?: boolean;
|
|
8434
|
+
}
|
|
8435
|
+
interface NetworktemplateSwitchMgmtLocalAccounts {
|
|
8436
|
+
password?: string;
|
|
8437
|
+
/**
|
|
8438
|
+
* enum: `admin`, `helpdesk`, `none`, `read`
|
|
8439
|
+
*/
|
|
8440
|
+
role: string;
|
|
8401
8441
|
}
|
|
8402
8442
|
interface NetworktemplateSwitchMgmtProtectRe {
|
|
8403
8443
|
/**
|
|
@@ -9429,7 +9469,7 @@ export declare namespace org {
|
|
|
9429
9469
|
/**
|
|
9430
9470
|
* whether email (access code verification) is enabled as a login method
|
|
9431
9471
|
*/
|
|
9432
|
-
emailEnabled
|
|
9472
|
+
emailEnabled: boolean;
|
|
9433
9473
|
/**
|
|
9434
9474
|
* whether guest portal is enabled
|
|
9435
9475
|
*/
|
|
@@ -9536,6 +9576,10 @@ export declare namespace org {
|
|
|
9536
9576
|
* whether to show list of sponsor emails mentioned in `sponsors` object as a dropdown. If both `sponsorNotifyAll` and `predefinedSponsorsEnabled` are false, behaviour is acc to `sponsorEmailDomains`
|
|
9537
9577
|
*/
|
|
9538
9578
|
predefinedSponsorsEnabled: boolean;
|
|
9579
|
+
/**
|
|
9580
|
+
* whether to hide sponsor’s email from list of sponsors
|
|
9581
|
+
*/
|
|
9582
|
+
predefinedSponsorsHideEmail: boolean;
|
|
9539
9583
|
privacy: boolean;
|
|
9540
9584
|
/**
|
|
9541
9585
|
* when `smsProvider`==`puzzel`
|
|
@@ -9581,7 +9625,7 @@ export declare namespace org {
|
|
|
9581
9625
|
/**
|
|
9582
9626
|
* how long to remain valid sponsored guest request approve/deny link received in email, in minutes.
|
|
9583
9627
|
*/
|
|
9584
|
-
sponsorLinkValidityDuration:
|
|
9628
|
+
sponsorLinkValidityDuration: string;
|
|
9585
9629
|
/**
|
|
9586
9630
|
* whether to notify all sponsors that are mentioned in `sponsors` object. Both `sponsorNotifyAll` and `predefinedSponsorsEnabled` should be true in order to notify sponsors. If true, email sent to 10 sponsors in no particular order.
|
|
9587
9631
|
*/
|
|
@@ -10174,6 +10218,8 @@ export declare namespace site {
|
|
|
10174
10218
|
* Only if `mode`!=`dynamic` when enabled, the port is not expected to receive BPDU frames
|
|
10175
10219
|
*/
|
|
10176
10220
|
stpEdge: boolean;
|
|
10221
|
+
stpNoRootPort: boolean;
|
|
10222
|
+
stpP2p: boolean;
|
|
10177
10223
|
/**
|
|
10178
10224
|
* Only if `mode`!=`dynamic` network/vlan for voip traffic, must also set port_network. to authenticate device, set port_auth
|
|
10179
10225
|
*/
|
|
@@ -10706,7 +10752,34 @@ export declare namespace site {
|
|
|
10706
10752
|
outputPortId?: string;
|
|
10707
10753
|
}
|
|
10708
10754
|
interface NetworktemplateSwitchMgmt {
|
|
10709
|
-
|
|
10755
|
+
/**
|
|
10756
|
+
* ap_affinity_threshold apAffinityThreshold can be added as a field under site/setting. By default this value is set to 12. If the field is set in both site/setting and org/setting, the value from site/setting will be used.
|
|
10757
|
+
*/
|
|
10758
|
+
apAffinityThreshold: number;
|
|
10759
|
+
/**
|
|
10760
|
+
* Set Banners for switches. Allows markup formatting
|
|
10761
|
+
*/
|
|
10762
|
+
cliBanner?: string;
|
|
10763
|
+
/**
|
|
10764
|
+
* Sets timeout for switches
|
|
10765
|
+
*/
|
|
10766
|
+
cliIdleTimeout?: number;
|
|
10767
|
+
/**
|
|
10768
|
+
* the rollback timer for commit confirmed
|
|
10769
|
+
*/
|
|
10770
|
+
configRevertTimer: number;
|
|
10771
|
+
/**
|
|
10772
|
+
* Enable to provide the FQDN with DHCP option 81
|
|
10773
|
+
*/
|
|
10774
|
+
dhcpOptionFqdn: boolean;
|
|
10775
|
+
/**
|
|
10776
|
+
* Property key is the user name. For Local user authentication
|
|
10777
|
+
*/
|
|
10778
|
+
localAccounts?: {
|
|
10779
|
+
[key: string]: outputs.site.NetworktemplateSwitchMgmtLocalAccounts;
|
|
10780
|
+
};
|
|
10781
|
+
mxedgeProxyHost?: string;
|
|
10782
|
+
mxedgeProxyPort: number;
|
|
10710
10783
|
/**
|
|
10711
10784
|
* restrict inbound-traffic to host
|
|
10712
10785
|
* when enabled, all traffic that is not essential to our operation will be dropped
|
|
@@ -10715,6 +10788,17 @@ export declare namespace site {
|
|
|
10715
10788
|
protectRe?: outputs.site.NetworktemplateSwitchMgmtProtectRe;
|
|
10716
10789
|
rootPassword?: string;
|
|
10717
10790
|
tacacs?: outputs.site.NetworktemplateSwitchMgmtTacacs;
|
|
10791
|
+
/**
|
|
10792
|
+
* to use mxedge as proxy
|
|
10793
|
+
*/
|
|
10794
|
+
useMxedgeProxy?: boolean;
|
|
10795
|
+
}
|
|
10796
|
+
interface NetworktemplateSwitchMgmtLocalAccounts {
|
|
10797
|
+
password?: string;
|
|
10798
|
+
/**
|
|
10799
|
+
* enum: `admin`, `helpdesk`, `none`, `read`
|
|
10800
|
+
*/
|
|
10801
|
+
role: string;
|
|
10718
10802
|
}
|
|
10719
10803
|
interface NetworktemplateSwitchMgmtProtectRe {
|
|
10720
10804
|
/**
|
|
@@ -10786,15 +10870,15 @@ export declare namespace site {
|
|
|
10786
10870
|
enabled?: boolean;
|
|
10787
10871
|
}
|
|
10788
10872
|
interface NetworktemplateVrfInstances {
|
|
10789
|
-
networks?: string[];
|
|
10790
10873
|
/**
|
|
10791
10874
|
* Property key is the destination CIDR (e.g. "10.0.0.0/8")
|
|
10792
10875
|
*/
|
|
10793
|
-
|
|
10794
|
-
[key: string]: outputs.site.
|
|
10876
|
+
extraRoutes?: {
|
|
10877
|
+
[key: string]: outputs.site.NetworktemplateVrfInstancesExtraRoutes;
|
|
10795
10878
|
};
|
|
10879
|
+
networks?: string[];
|
|
10796
10880
|
}
|
|
10797
|
-
interface
|
|
10881
|
+
interface NetworktemplateVrfInstancesExtraRoutes {
|
|
10798
10882
|
/**
|
|
10799
10883
|
* Next-hop address
|
|
10800
10884
|
*/
|
|
@@ -11672,7 +11756,7 @@ export declare namespace site {
|
|
|
11672
11756
|
/**
|
|
11673
11757
|
* whether email (access code verification) is enabled as a login method
|
|
11674
11758
|
*/
|
|
11675
|
-
emailEnabled
|
|
11759
|
+
emailEnabled: boolean;
|
|
11676
11760
|
/**
|
|
11677
11761
|
* whether guest portal is enabled
|
|
11678
11762
|
*/
|
|
@@ -11779,6 +11863,10 @@ export declare namespace site {
|
|
|
11779
11863
|
* whether to show list of sponsor emails mentioned in `sponsors` object as a dropdown. If both `sponsorNotifyAll` and `predefinedSponsorsEnabled` are false, behaviour is acc to `sponsorEmailDomains`
|
|
11780
11864
|
*/
|
|
11781
11865
|
predefinedSponsorsEnabled: boolean;
|
|
11866
|
+
/**
|
|
11867
|
+
* whether to hide sponsor’s email from list of sponsors
|
|
11868
|
+
*/
|
|
11869
|
+
predefinedSponsorsHideEmail: boolean;
|
|
11782
11870
|
privacy: boolean;
|
|
11783
11871
|
/**
|
|
11784
11872
|
* when `smsProvider`==`puzzel`
|
|
@@ -11824,7 +11912,7 @@ export declare namespace site {
|
|
|
11824
11912
|
/**
|
|
11825
11913
|
* how long to remain valid sponsored guest request approve/deny link received in email, in minutes.
|
|
11826
11914
|
*/
|
|
11827
|
-
sponsorLinkValidityDuration:
|
|
11915
|
+
sponsorLinkValidityDuration: string;
|
|
11828
11916
|
/**
|
|
11829
11917
|
* whether to notify all sponsors that are mentioned in `sponsors` object. Both `sponsorNotifyAll` and `predefinedSponsorsEnabled` should be true in order to notify sponsors. If true, email sent to 10 sponsors in no particular order.
|
|
11830
11918
|
*/
|