@pulumi/juniper-mist 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +177 -0
- package/README.md +50 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +27 -0
- package/config/vars.js +43 -0
- package/config/vars.js.map +1 -0
- package/device/ap.d.ts +381 -0
- package/device/ap.js +145 -0
- package/device/ap.js.map +1 -0
- package/device/base.d.ts +221 -0
- package/device/base.js +113 -0
- package/device/base.js.map +1 -0
- package/device/gateway.d.ts +432 -0
- package/device/gateway.js +163 -0
- package/device/gateway.js.map +1 -0
- package/device/gatewayCluster.d.ts +70 -0
- package/device/gatewayCluster.js +85 -0
- package/device/gatewayCluster.js.map +1 -0
- package/device/getApStats.d.ts +100 -0
- package/device/getApStats.js +53 -0
- package/device/getApStats.js.map +1 -0
- package/device/getGatewayStats.d.ts +100 -0
- package/device/getGatewayStats.js +53 -0
- package/device/getGatewayStats.js.map +1 -0
- package/device/getSwitchStats.d.ts +124 -0
- package/device/getSwitchStats.js +55 -0
- package/device/getSwitchStats.js.map +1 -0
- package/device/index.d.ts +24 -0
- package/device/index.js +51 -0
- package/device/index.js.map +1 -0
- package/device/switch.d.ts +518 -0
- package/device/switch.js +158 -0
- package/device/switch.js.map +1 -0
- package/getConstAppCategories.d.ts +38 -0
- package/getConstAppCategories.js +41 -0
- package/getConstAppCategories.js.map +1 -0
- package/getConstAppSubCategories.d.ts +38 -0
- package/getConstAppSubCategories.js +41 -0
- package/getConstAppSubCategories.js.map +1 -0
- package/getConstApplications.d.ts +38 -0
- package/getConstApplications.js +41 -0
- package/getConstApplications.js.map +1 -0
- package/getConstCountries.d.ts +38 -0
- package/getConstCountries.js +41 -0
- package/getConstCountries.js.map +1 -0
- package/getConstTrafficTypes.d.ts +38 -0
- package/getConstTrafficTypes.js +41 -0
- package/getConstTrafficTypes.js.map +1 -0
- package/getSites.d.ts +55 -0
- package/getSites.js +47 -0
- package/getSites.js.map +1 -0
- package/index.d.ts +27 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/org/base.d.ts +88 -0
- package/org/base.js +75 -0
- package/org/base.js.map +1 -0
- package/org/deviceprofileAp.d.ts +264 -0
- package/org/deviceprofileAp.js +112 -0
- package/org/deviceprofileAp.js.map +1 -0
- package/org/deviceprofileAssign.d.ts +64 -0
- package/org/deviceprofileAssign.js +81 -0
- package/org/deviceprofileAssign.js.map +1 -0
- package/org/deviceprofileGateway.d.ts +325 -0
- package/org/deviceprofileGateway.js +109 -0
- package/org/deviceprofileGateway.js.map +1 -0
- package/org/gatewaytemplate.d.ts +323 -0
- package/org/gatewaytemplate.js +105 -0
- package/org/gatewaytemplate.js.map +1 -0
- package/org/getDeviceprofilesAp.d.ts +55 -0
- package/org/getDeviceprofilesAp.js +47 -0
- package/org/getDeviceprofilesAp.js.map +1 -0
- package/org/getDeviceprofilesGateway.d.ts +55 -0
- package/org/getDeviceprofilesGateway.js +47 -0
- package/org/getDeviceprofilesGateway.js.map +1 -0
- package/org/getGatewaytemplates.d.ts +55 -0
- package/org/getGatewaytemplates.js +47 -0
- package/org/getGatewaytemplates.js.map +1 -0
- package/org/getIdpprofiles.d.ts +55 -0
- package/org/getIdpprofiles.js +47 -0
- package/org/getIdpprofiles.js.map +1 -0
- package/org/getInventory.d.ts +139 -0
- package/org/getInventory.js +54 -0
- package/org/getInventory.js.map +1 -0
- package/org/getNacrules.d.ts +55 -0
- package/org/getNacrules.js +47 -0
- package/org/getNacrules.js.map +1 -0
- package/org/getNactags.d.ts +55 -0
- package/org/getNactags.js +47 -0
- package/org/getNactags.js.map +1 -0
- package/org/getNetworks.d.ts +55 -0
- package/org/getNetworks.js +47 -0
- package/org/getNetworks.js.map +1 -0
- package/org/getNetworktemplates.d.ts +55 -0
- package/org/getNetworktemplates.js +47 -0
- package/org/getNetworktemplates.js.map +1 -0
- package/org/getRftemplates.d.ts +55 -0
- package/org/getRftemplates.js +47 -0
- package/org/getRftemplates.js.map +1 -0
- package/org/getServicepolicies.d.ts +55 -0
- package/org/getServicepolicies.js +47 -0
- package/org/getServicepolicies.js.map +1 -0
- package/org/getServices.d.ts +55 -0
- package/org/getServices.js +47 -0
- package/org/getServices.js.map +1 -0
- package/org/getSitegroups.d.ts +55 -0
- package/org/getSitegroups.js +47 -0
- package/org/getSitegroups.js.map +1 -0
- package/org/getVpns.d.ts +33 -0
- package/org/getVpns.js +25 -0
- package/org/getVpns.js.map +1 -0
- package/org/getWlantemplates.d.ts +55 -0
- package/org/getWlantemplates.js +47 -0
- package/org/getWlantemplates.js.map +1 -0
- package/org/getWxtags.d.ts +55 -0
- package/org/getWxtags.js +47 -0
- package/org/getWxtags.js.map +1 -0
- package/org/idpprofile.d.ts +62 -0
- package/org/idpprofile.js +64 -0
- package/org/idpprofile.js.map +1 -0
- package/org/index.d.ts +111 -0
- package/org/index.js +171 -0
- package/org/index.js.map +1 -0
- package/org/inventory.d.ts +47 -0
- package/org/inventory.js +57 -0
- package/org/inventory.js.map +1 -0
- package/org/nacrule.d.ts +101 -0
- package/org/nacrule.js +75 -0
- package/org/nacrule.js.map +1 -0
- package/org/nactag.d.ts +225 -0
- package/org/nactag.js +99 -0
- package/org/nactag.js.map +1 -0
- package/org/network.d.ts +154 -0
- package/org/network.js +98 -0
- package/org/network.js.map +1 -0
- package/org/networktemplate.d.ts +260 -0
- package/org/networktemplate.js +97 -0
- package/org/networktemplate.js.map +1 -0
- package/org/rftemplate.d.ts +167 -0
- package/org/rftemplate.js +79 -0
- package/org/rftemplate.js.map +1 -0
- package/org/service.d.ts +212 -0
- package/org/service.js +93 -0
- package/org/service.js.map +1 -0
- package/org/servicepolicy.d.ts +110 -0
- package/org/servicepolicy.js +73 -0
- package/org/servicepolicy.js.map +1 -0
- package/org/setting.d.ts +253 -0
- package/org/setting.js +125 -0
- package/org/setting.js.map +1 -0
- package/org/sitegroup.d.ts +57 -0
- package/org/sitegroup.js +69 -0
- package/org/sitegroup.js.map +1 -0
- package/org/vpn.d.ts +56 -0
- package/org/vpn.js +62 -0
- package/org/vpn.js.map +1 -0
- package/org/wlan.d.ts +1114 -0
- package/org/wlan.js +268 -0
- package/org/wlan.js.map +1 -0
- package/org/wlantemplate.d.ts +95 -0
- package/org/wlantemplate.js +65 -0
- package/org/wlantemplate.js.map +1 -0
- package/org/wxrule.d.ts +149 -0
- package/org/wxrule.js +102 -0
- package/org/wxrule.js.map +1 -0
- package/org/wxtag.d.ts +177 -0
- package/org/wxtag.js +90 -0
- package/org/wxtag.js.map +1 -0
- package/package.json +31 -0
- package/provider.d.ts +76 -0
- package/provider.js +52 -0
- package/provider.js.map +1 -0
- package/site/index.d.ts +15 -0
- package/site/index.js +42 -0
- package/site/index.js.map +1 -0
- package/site/networktemplate.d.ts +260 -0
- package/site/networktemplate.js +94 -0
- package/site/networktemplate.js.map +1 -0
- package/site/setting.d.ts +430 -0
- package/site/setting.js +135 -0
- package/site/setting.js.map +1 -0
- package/site/wlan.d.ts +1112 -0
- package/site/wlan.js +264 -0
- package/site/wlan.js.map +1 -0
- package/site/wxrule.d.ts +150 -0
- package/site/wxrule.js +100 -0
- package/site/wxrule.js.map +1 -0
- package/site/wxtag.d.ts +179 -0
- package/site/wxtag.js +92 -0
- package/site/wxtag.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +9877 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +11698 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
package/org/index.js
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Wlan = exports.Vpn = exports.Sitegroup = exports.Setting = exports.Servicepolicy = exports.Service = exports.Rftemplate = exports.Networktemplate = exports.Network = exports.Nactag = exports.Nacrule = exports.Inventory = exports.Idpprofile = exports.getWxtagsOutput = exports.getWxtags = exports.getWlantemplatesOutput = exports.getWlantemplates = exports.getVpnsOutput = exports.getVpns = exports.getSitegroupsOutput = exports.getSitegroups = exports.getServicesOutput = exports.getServices = exports.getServicepoliciesOutput = exports.getServicepolicies = exports.getRftemplatesOutput = exports.getRftemplates = exports.getNetworktemplatesOutput = exports.getNetworktemplates = exports.getNetworksOutput = exports.getNetworks = exports.getNactagsOutput = exports.getNactags = exports.getNacrulesOutput = exports.getNacrules = exports.getInventoryOutput = exports.getInventory = exports.getIdpprofilesOutput = exports.getIdpprofiles = exports.getGatewaytemplatesOutput = exports.getGatewaytemplates = exports.getDeviceprofilesGatewayOutput = exports.getDeviceprofilesGateway = exports.getDeviceprofilesApOutput = exports.getDeviceprofilesAp = exports.Gatewaytemplate = exports.DeviceprofileGateway = exports.DeviceprofileAssign = exports.DeviceprofileAp = exports.Base = void 0;
|
|
6
|
+
exports.Wxtag = exports.Wxrule = exports.Wlantemplate = void 0;
|
|
7
|
+
const pulumi = require("@pulumi/pulumi");
|
|
8
|
+
const utilities = require("../utilities");
|
|
9
|
+
exports.Base = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["Base"], () => require("./base"));
|
|
11
|
+
exports.DeviceprofileAp = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["DeviceprofileAp"], () => require("./deviceprofileAp"));
|
|
13
|
+
exports.DeviceprofileAssign = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["DeviceprofileAssign"], () => require("./deviceprofileAssign"));
|
|
15
|
+
exports.DeviceprofileGateway = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["DeviceprofileGateway"], () => require("./deviceprofileGateway"));
|
|
17
|
+
exports.Gatewaytemplate = null;
|
|
18
|
+
utilities.lazyLoad(exports, ["Gatewaytemplate"], () => require("./gatewaytemplate"));
|
|
19
|
+
exports.getDeviceprofilesAp = null;
|
|
20
|
+
exports.getDeviceprofilesApOutput = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["getDeviceprofilesAp", "getDeviceprofilesApOutput"], () => require("./getDeviceprofilesAp"));
|
|
22
|
+
exports.getDeviceprofilesGateway = null;
|
|
23
|
+
exports.getDeviceprofilesGatewayOutput = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["getDeviceprofilesGateway", "getDeviceprofilesGatewayOutput"], () => require("./getDeviceprofilesGateway"));
|
|
25
|
+
exports.getGatewaytemplates = null;
|
|
26
|
+
exports.getGatewaytemplatesOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["getGatewaytemplates", "getGatewaytemplatesOutput"], () => require("./getGatewaytemplates"));
|
|
28
|
+
exports.getIdpprofiles = null;
|
|
29
|
+
exports.getIdpprofilesOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getIdpprofiles", "getIdpprofilesOutput"], () => require("./getIdpprofiles"));
|
|
31
|
+
exports.getInventory = null;
|
|
32
|
+
exports.getInventoryOutput = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["getInventory", "getInventoryOutput"], () => require("./getInventory"));
|
|
34
|
+
exports.getNacrules = null;
|
|
35
|
+
exports.getNacrulesOutput = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["getNacrules", "getNacrulesOutput"], () => require("./getNacrules"));
|
|
37
|
+
exports.getNactags = null;
|
|
38
|
+
exports.getNactagsOutput = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["getNactags", "getNactagsOutput"], () => require("./getNactags"));
|
|
40
|
+
exports.getNetworks = null;
|
|
41
|
+
exports.getNetworksOutput = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getNetworks", "getNetworksOutput"], () => require("./getNetworks"));
|
|
43
|
+
exports.getNetworktemplates = null;
|
|
44
|
+
exports.getNetworktemplatesOutput = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["getNetworktemplates", "getNetworktemplatesOutput"], () => require("./getNetworktemplates"));
|
|
46
|
+
exports.getRftemplates = null;
|
|
47
|
+
exports.getRftemplatesOutput = null;
|
|
48
|
+
utilities.lazyLoad(exports, ["getRftemplates", "getRftemplatesOutput"], () => require("./getRftemplates"));
|
|
49
|
+
exports.getServicepolicies = null;
|
|
50
|
+
exports.getServicepoliciesOutput = null;
|
|
51
|
+
utilities.lazyLoad(exports, ["getServicepolicies", "getServicepoliciesOutput"], () => require("./getServicepolicies"));
|
|
52
|
+
exports.getServices = null;
|
|
53
|
+
exports.getServicesOutput = null;
|
|
54
|
+
utilities.lazyLoad(exports, ["getServices", "getServicesOutput"], () => require("./getServices"));
|
|
55
|
+
exports.getSitegroups = null;
|
|
56
|
+
exports.getSitegroupsOutput = null;
|
|
57
|
+
utilities.lazyLoad(exports, ["getSitegroups", "getSitegroupsOutput"], () => require("./getSitegroups"));
|
|
58
|
+
exports.getVpns = null;
|
|
59
|
+
exports.getVpnsOutput = null;
|
|
60
|
+
utilities.lazyLoad(exports, ["getVpns", "getVpnsOutput"], () => require("./getVpns"));
|
|
61
|
+
exports.getWlantemplates = null;
|
|
62
|
+
exports.getWlantemplatesOutput = null;
|
|
63
|
+
utilities.lazyLoad(exports, ["getWlantemplates", "getWlantemplatesOutput"], () => require("./getWlantemplates"));
|
|
64
|
+
exports.getWxtags = null;
|
|
65
|
+
exports.getWxtagsOutput = null;
|
|
66
|
+
utilities.lazyLoad(exports, ["getWxtags", "getWxtagsOutput"], () => require("./getWxtags"));
|
|
67
|
+
exports.Idpprofile = null;
|
|
68
|
+
utilities.lazyLoad(exports, ["Idpprofile"], () => require("./idpprofile"));
|
|
69
|
+
exports.Inventory = null;
|
|
70
|
+
utilities.lazyLoad(exports, ["Inventory"], () => require("./inventory"));
|
|
71
|
+
exports.Nacrule = null;
|
|
72
|
+
utilities.lazyLoad(exports, ["Nacrule"], () => require("./nacrule"));
|
|
73
|
+
exports.Nactag = null;
|
|
74
|
+
utilities.lazyLoad(exports, ["Nactag"], () => require("./nactag"));
|
|
75
|
+
exports.Network = null;
|
|
76
|
+
utilities.lazyLoad(exports, ["Network"], () => require("./network"));
|
|
77
|
+
exports.Networktemplate = null;
|
|
78
|
+
utilities.lazyLoad(exports, ["Networktemplate"], () => require("./networktemplate"));
|
|
79
|
+
exports.Rftemplate = null;
|
|
80
|
+
utilities.lazyLoad(exports, ["Rftemplate"], () => require("./rftemplate"));
|
|
81
|
+
exports.Service = null;
|
|
82
|
+
utilities.lazyLoad(exports, ["Service"], () => require("./service"));
|
|
83
|
+
exports.Servicepolicy = null;
|
|
84
|
+
utilities.lazyLoad(exports, ["Servicepolicy"], () => require("./servicepolicy"));
|
|
85
|
+
exports.Setting = null;
|
|
86
|
+
utilities.lazyLoad(exports, ["Setting"], () => require("./setting"));
|
|
87
|
+
exports.Sitegroup = null;
|
|
88
|
+
utilities.lazyLoad(exports, ["Sitegroup"], () => require("./sitegroup"));
|
|
89
|
+
exports.Vpn = null;
|
|
90
|
+
utilities.lazyLoad(exports, ["Vpn"], () => require("./vpn"));
|
|
91
|
+
exports.Wlan = null;
|
|
92
|
+
utilities.lazyLoad(exports, ["Wlan"], () => require("./wlan"));
|
|
93
|
+
exports.Wlantemplate = null;
|
|
94
|
+
utilities.lazyLoad(exports, ["Wlantemplate"], () => require("./wlantemplate"));
|
|
95
|
+
exports.Wxrule = null;
|
|
96
|
+
utilities.lazyLoad(exports, ["Wxrule"], () => require("./wxrule"));
|
|
97
|
+
exports.Wxtag = null;
|
|
98
|
+
utilities.lazyLoad(exports, ["Wxtag"], () => require("./wxtag"));
|
|
99
|
+
const _module = {
|
|
100
|
+
version: utilities.getVersion(),
|
|
101
|
+
construct: (name, type, urn) => {
|
|
102
|
+
switch (type) {
|
|
103
|
+
case "junipermist:org/base:base":
|
|
104
|
+
return new exports.Base(name, undefined, { urn });
|
|
105
|
+
case "junipermist:org/deviceprofileAp:DeviceprofileAp":
|
|
106
|
+
return new exports.DeviceprofileAp(name, undefined, { urn });
|
|
107
|
+
case "junipermist:org/deviceprofileAssign:DeviceprofileAssign":
|
|
108
|
+
return new exports.DeviceprofileAssign(name, undefined, { urn });
|
|
109
|
+
case "junipermist:org/deviceprofileGateway:DeviceprofileGateway":
|
|
110
|
+
return new exports.DeviceprofileGateway(name, undefined, { urn });
|
|
111
|
+
case "junipermist:org/gatewaytemplate:Gatewaytemplate":
|
|
112
|
+
return new exports.Gatewaytemplate(name, undefined, { urn });
|
|
113
|
+
case "junipermist:org/idpprofile:Idpprofile":
|
|
114
|
+
return new exports.Idpprofile(name, undefined, { urn });
|
|
115
|
+
case "junipermist:org/inventory:Inventory":
|
|
116
|
+
return new exports.Inventory(name, undefined, { urn });
|
|
117
|
+
case "junipermist:org/nacrule:Nacrule":
|
|
118
|
+
return new exports.Nacrule(name, undefined, { urn });
|
|
119
|
+
case "junipermist:org/nactag:Nactag":
|
|
120
|
+
return new exports.Nactag(name, undefined, { urn });
|
|
121
|
+
case "junipermist:org/network:Network":
|
|
122
|
+
return new exports.Network(name, undefined, { urn });
|
|
123
|
+
case "junipermist:org/networktemplate:Networktemplate":
|
|
124
|
+
return new exports.Networktemplate(name, undefined, { urn });
|
|
125
|
+
case "junipermist:org/rftemplate:Rftemplate":
|
|
126
|
+
return new exports.Rftemplate(name, undefined, { urn });
|
|
127
|
+
case "junipermist:org/service:Service":
|
|
128
|
+
return new exports.Service(name, undefined, { urn });
|
|
129
|
+
case "junipermist:org/servicepolicy:Servicepolicy":
|
|
130
|
+
return new exports.Servicepolicy(name, undefined, { urn });
|
|
131
|
+
case "junipermist:org/setting:Setting":
|
|
132
|
+
return new exports.Setting(name, undefined, { urn });
|
|
133
|
+
case "junipermist:org/sitegroup:Sitegroup":
|
|
134
|
+
return new exports.Sitegroup(name, undefined, { urn });
|
|
135
|
+
case "junipermist:org/vpn:Vpn":
|
|
136
|
+
return new exports.Vpn(name, undefined, { urn });
|
|
137
|
+
case "junipermist:org/wlan:Wlan":
|
|
138
|
+
return new exports.Wlan(name, undefined, { urn });
|
|
139
|
+
case "junipermist:org/wlantemplate:Wlantemplate":
|
|
140
|
+
return new exports.Wlantemplate(name, undefined, { urn });
|
|
141
|
+
case "junipermist:org/wxrule:Wxrule":
|
|
142
|
+
return new exports.Wxrule(name, undefined, { urn });
|
|
143
|
+
case "junipermist:org/wxtag:Wxtag":
|
|
144
|
+
return new exports.Wxtag(name, undefined, { urn });
|
|
145
|
+
default:
|
|
146
|
+
throw new Error(`unknown resource type ${type}`);
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
};
|
|
150
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/base", _module);
|
|
151
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/deviceprofileAp", _module);
|
|
152
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/deviceprofileAssign", _module);
|
|
153
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/deviceprofileGateway", _module);
|
|
154
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/gatewaytemplate", _module);
|
|
155
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/idpprofile", _module);
|
|
156
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/inventory", _module);
|
|
157
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/nacrule", _module);
|
|
158
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/nactag", _module);
|
|
159
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/network", _module);
|
|
160
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/networktemplate", _module);
|
|
161
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/rftemplate", _module);
|
|
162
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/service", _module);
|
|
163
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/servicepolicy", _module);
|
|
164
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/setting", _module);
|
|
165
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/sitegroup", _module);
|
|
166
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/vpn", _module);
|
|
167
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/wlan", _module);
|
|
168
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/wlantemplate", _module);
|
|
169
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/wxrule", _module);
|
|
170
|
+
pulumi.runtime.registerResourceModule("junipermist", "org/wxtag", _module);
|
|
171
|
+
//# sourceMappingURL=index.js.map
|
package/org/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../org/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource manages the Org inventory.It can be used to claim, unclaim, assign, unassign, reassign devices
|
|
6
|
+
*/
|
|
7
|
+
export declare class Inventory extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Inventory resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param state Any extra arguments used during the lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: InventoryState, opts?: pulumi.CustomResourceOptions): Inventory;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Inventory. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Inventory;
|
|
23
|
+
readonly devices: pulumi.Output<outputs.org.InventoryDevice[]>;
|
|
24
|
+
readonly orgId: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* Create a Inventory resource with the given unique name, arguments, and options.
|
|
27
|
+
*
|
|
28
|
+
* @param name The _unique_ name of the resource.
|
|
29
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
30
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
31
|
+
*/
|
|
32
|
+
constructor(name: string, args: InventoryArgs, opts?: pulumi.CustomResourceOptions);
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Input properties used for looking up and filtering Inventory resources.
|
|
36
|
+
*/
|
|
37
|
+
export interface InventoryState {
|
|
38
|
+
devices?: pulumi.Input<pulumi.Input<inputs.org.InventoryDevice>[]>;
|
|
39
|
+
orgId?: pulumi.Input<string>;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* The set of arguments for constructing a Inventory resource.
|
|
43
|
+
*/
|
|
44
|
+
export interface InventoryArgs {
|
|
45
|
+
devices?: pulumi.Input<pulumi.Input<inputs.org.InventoryDevice>[]>;
|
|
46
|
+
orgId: pulumi.Input<string>;
|
|
47
|
+
}
|
package/org/inventory.js
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Inventory = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource manages the Org inventory.It can be used to claim, unclaim, assign, unassign, reassign devices
|
|
10
|
+
*/
|
|
11
|
+
class Inventory extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Inventory resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param state Any extra arguments used during the lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, state, opts) {
|
|
22
|
+
return new Inventory(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Inventory. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === Inventory.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
constructor(name, argsOrState, opts) {
|
|
35
|
+
let resourceInputs = {};
|
|
36
|
+
opts = opts || {};
|
|
37
|
+
if (opts.id) {
|
|
38
|
+
const state = argsOrState;
|
|
39
|
+
resourceInputs["devices"] = state ? state.devices : undefined;
|
|
40
|
+
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
const args = argsOrState;
|
|
44
|
+
if ((!args || args.orgId === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'orgId'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["devices"] = args ? args.devices : undefined;
|
|
48
|
+
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
49
|
+
}
|
|
50
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
51
|
+
super(Inventory.__pulumiType, name, resourceInputs, opts);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
exports.Inventory = Inventory;
|
|
55
|
+
/** @internal */
|
|
56
|
+
Inventory.__pulumiType = 'junipermist:org/inventory:Inventory';
|
|
57
|
+
//# sourceMappingURL=inventory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inventory.js","sourceRoot":"","sources":["../../org/inventory.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAaD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAxDL,8BAyDC;AA3CG,gBAAgB;AACO,sBAAY,GAAG,qCAAqC,CAAC"}
|
package/org/nacrule.d.ts
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource manages the NAC Rules (Auth Policies).A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
6
|
+
*/
|
|
7
|
+
export declare class Nacrule extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Nacrule resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param state Any extra arguments used during the lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: NacruleState, opts?: pulumi.CustomResourceOptions): Nacrule;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Nacrule. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Nacrule;
|
|
23
|
+
/**
|
|
24
|
+
* enum: `allow`, `block`
|
|
25
|
+
*/
|
|
26
|
+
readonly action: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* all optional, this goes into Access-Accept
|
|
29
|
+
*/
|
|
30
|
+
readonly applyTags: pulumi.Output<string[]>;
|
|
31
|
+
/**
|
|
32
|
+
* enabled or not
|
|
33
|
+
*/
|
|
34
|
+
readonly enabled: pulumi.Output<boolean>;
|
|
35
|
+
readonly matching: pulumi.Output<outputs.org.NacruleMatching | undefined>;
|
|
36
|
+
readonly name: pulumi.Output<string>;
|
|
37
|
+
readonly notMatching: pulumi.Output<outputs.org.NacruleNotMatching | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* the order of the rule, lower value implies higher priority
|
|
40
|
+
*/
|
|
41
|
+
readonly order: pulumi.Output<number>;
|
|
42
|
+
readonly orgId: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Create a Nacrule resource with the given unique name, arguments, and options.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resource.
|
|
47
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
48
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
49
|
+
*/
|
|
50
|
+
constructor(name: string, args: NacruleArgs, opts?: pulumi.CustomResourceOptions);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Input properties used for looking up and filtering Nacrule resources.
|
|
54
|
+
*/
|
|
55
|
+
export interface NacruleState {
|
|
56
|
+
/**
|
|
57
|
+
* enum: `allow`, `block`
|
|
58
|
+
*/
|
|
59
|
+
action?: pulumi.Input<string>;
|
|
60
|
+
/**
|
|
61
|
+
* all optional, this goes into Access-Accept
|
|
62
|
+
*/
|
|
63
|
+
applyTags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
64
|
+
/**
|
|
65
|
+
* enabled or not
|
|
66
|
+
*/
|
|
67
|
+
enabled?: pulumi.Input<boolean>;
|
|
68
|
+
matching?: pulumi.Input<inputs.org.NacruleMatching>;
|
|
69
|
+
name?: pulumi.Input<string>;
|
|
70
|
+
notMatching?: pulumi.Input<inputs.org.NacruleNotMatching>;
|
|
71
|
+
/**
|
|
72
|
+
* the order of the rule, lower value implies higher priority
|
|
73
|
+
*/
|
|
74
|
+
order?: pulumi.Input<number>;
|
|
75
|
+
orgId?: pulumi.Input<string>;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* The set of arguments for constructing a Nacrule resource.
|
|
79
|
+
*/
|
|
80
|
+
export interface NacruleArgs {
|
|
81
|
+
/**
|
|
82
|
+
* enum: `allow`, `block`
|
|
83
|
+
*/
|
|
84
|
+
action: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* all optional, this goes into Access-Accept
|
|
87
|
+
*/
|
|
88
|
+
applyTags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
89
|
+
/**
|
|
90
|
+
* enabled or not
|
|
91
|
+
*/
|
|
92
|
+
enabled?: pulumi.Input<boolean>;
|
|
93
|
+
matching?: pulumi.Input<inputs.org.NacruleMatching>;
|
|
94
|
+
name?: pulumi.Input<string>;
|
|
95
|
+
notMatching?: pulumi.Input<inputs.org.NacruleNotMatching>;
|
|
96
|
+
/**
|
|
97
|
+
* the order of the rule, lower value implies higher priority
|
|
98
|
+
*/
|
|
99
|
+
order: pulumi.Input<number>;
|
|
100
|
+
orgId: pulumi.Input<string>;
|
|
101
|
+
}
|
package/org/nacrule.js
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Nacrule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource manages the NAC Rules (Auth Policies).A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
10
|
+
*/
|
|
11
|
+
class Nacrule extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Nacrule resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param state Any extra arguments used during the lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, state, opts) {
|
|
22
|
+
return new Nacrule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Nacrule. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === Nacrule.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
constructor(name, argsOrState, opts) {
|
|
35
|
+
let resourceInputs = {};
|
|
36
|
+
opts = opts || {};
|
|
37
|
+
if (opts.id) {
|
|
38
|
+
const state = argsOrState;
|
|
39
|
+
resourceInputs["action"] = state ? state.action : undefined;
|
|
40
|
+
resourceInputs["applyTags"] = state ? state.applyTags : undefined;
|
|
41
|
+
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
42
|
+
resourceInputs["matching"] = state ? state.matching : undefined;
|
|
43
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
44
|
+
resourceInputs["notMatching"] = state ? state.notMatching : undefined;
|
|
45
|
+
resourceInputs["order"] = state ? state.order : undefined;
|
|
46
|
+
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
const args = argsOrState;
|
|
50
|
+
if ((!args || args.action === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'action'");
|
|
52
|
+
}
|
|
53
|
+
if ((!args || args.order === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'order'");
|
|
55
|
+
}
|
|
56
|
+
if ((!args || args.orgId === undefined) && !opts.urn) {
|
|
57
|
+
throw new Error("Missing required property 'orgId'");
|
|
58
|
+
}
|
|
59
|
+
resourceInputs["action"] = args ? args.action : undefined;
|
|
60
|
+
resourceInputs["applyTags"] = args ? args.applyTags : undefined;
|
|
61
|
+
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
62
|
+
resourceInputs["matching"] = args ? args.matching : undefined;
|
|
63
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
64
|
+
resourceInputs["notMatching"] = args ? args.notMatching : undefined;
|
|
65
|
+
resourceInputs["order"] = args ? args.order : undefined;
|
|
66
|
+
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
67
|
+
}
|
|
68
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
69
|
+
super(Nacrule.__pulumiType, name, resourceInputs, opts);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.Nacrule = Nacrule;
|
|
73
|
+
/** @internal */
|
|
74
|
+
Nacrule.__pulumiType = 'junipermist:org/nacrule:Nacrule';
|
|
75
|
+
//# sourceMappingURL=nacrule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nacrule.js","sourceRoot":"","sources":["../../org/nacrule.ts"],"names":[],"mappings":"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"}
|