@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.
Files changed (204) hide show
  1. package/LICENSE +177 -0
  2. package/README.md +50 -0
  3. package/config/index.d.ts +1 -0
  4. package/config/index.js +21 -0
  5. package/config/index.js.map +1 -0
  6. package/config/vars.d.ts +27 -0
  7. package/config/vars.js +43 -0
  8. package/config/vars.js.map +1 -0
  9. package/device/ap.d.ts +381 -0
  10. package/device/ap.js +145 -0
  11. package/device/ap.js.map +1 -0
  12. package/device/base.d.ts +221 -0
  13. package/device/base.js +113 -0
  14. package/device/base.js.map +1 -0
  15. package/device/gateway.d.ts +432 -0
  16. package/device/gateway.js +163 -0
  17. package/device/gateway.js.map +1 -0
  18. package/device/gatewayCluster.d.ts +70 -0
  19. package/device/gatewayCluster.js +85 -0
  20. package/device/gatewayCluster.js.map +1 -0
  21. package/device/getApStats.d.ts +100 -0
  22. package/device/getApStats.js +53 -0
  23. package/device/getApStats.js.map +1 -0
  24. package/device/getGatewayStats.d.ts +100 -0
  25. package/device/getGatewayStats.js +53 -0
  26. package/device/getGatewayStats.js.map +1 -0
  27. package/device/getSwitchStats.d.ts +124 -0
  28. package/device/getSwitchStats.js +55 -0
  29. package/device/getSwitchStats.js.map +1 -0
  30. package/device/index.d.ts +24 -0
  31. package/device/index.js +51 -0
  32. package/device/index.js.map +1 -0
  33. package/device/switch.d.ts +518 -0
  34. package/device/switch.js +158 -0
  35. package/device/switch.js.map +1 -0
  36. package/getConstAppCategories.d.ts +38 -0
  37. package/getConstAppCategories.js +41 -0
  38. package/getConstAppCategories.js.map +1 -0
  39. package/getConstAppSubCategories.d.ts +38 -0
  40. package/getConstAppSubCategories.js +41 -0
  41. package/getConstAppSubCategories.js.map +1 -0
  42. package/getConstApplications.d.ts +38 -0
  43. package/getConstApplications.js +41 -0
  44. package/getConstApplications.js.map +1 -0
  45. package/getConstCountries.d.ts +38 -0
  46. package/getConstCountries.js +41 -0
  47. package/getConstCountries.js.map +1 -0
  48. package/getConstTrafficTypes.d.ts +38 -0
  49. package/getConstTrafficTypes.js +41 -0
  50. package/getConstTrafficTypes.js.map +1 -0
  51. package/getSites.d.ts +55 -0
  52. package/getSites.js +47 -0
  53. package/getSites.js.map +1 -0
  54. package/index.d.ts +27 -0
  55. package/index.js +48 -0
  56. package/index.js.map +1 -0
  57. package/org/base.d.ts +88 -0
  58. package/org/base.js +75 -0
  59. package/org/base.js.map +1 -0
  60. package/org/deviceprofileAp.d.ts +264 -0
  61. package/org/deviceprofileAp.js +112 -0
  62. package/org/deviceprofileAp.js.map +1 -0
  63. package/org/deviceprofileAssign.d.ts +64 -0
  64. package/org/deviceprofileAssign.js +81 -0
  65. package/org/deviceprofileAssign.js.map +1 -0
  66. package/org/deviceprofileGateway.d.ts +325 -0
  67. package/org/deviceprofileGateway.js +109 -0
  68. package/org/deviceprofileGateway.js.map +1 -0
  69. package/org/gatewaytemplate.d.ts +323 -0
  70. package/org/gatewaytemplate.js +105 -0
  71. package/org/gatewaytemplate.js.map +1 -0
  72. package/org/getDeviceprofilesAp.d.ts +55 -0
  73. package/org/getDeviceprofilesAp.js +47 -0
  74. package/org/getDeviceprofilesAp.js.map +1 -0
  75. package/org/getDeviceprofilesGateway.d.ts +55 -0
  76. package/org/getDeviceprofilesGateway.js +47 -0
  77. package/org/getDeviceprofilesGateway.js.map +1 -0
  78. package/org/getGatewaytemplates.d.ts +55 -0
  79. package/org/getGatewaytemplates.js +47 -0
  80. package/org/getGatewaytemplates.js.map +1 -0
  81. package/org/getIdpprofiles.d.ts +55 -0
  82. package/org/getIdpprofiles.js +47 -0
  83. package/org/getIdpprofiles.js.map +1 -0
  84. package/org/getInventory.d.ts +139 -0
  85. package/org/getInventory.js +54 -0
  86. package/org/getInventory.js.map +1 -0
  87. package/org/getNacrules.d.ts +55 -0
  88. package/org/getNacrules.js +47 -0
  89. package/org/getNacrules.js.map +1 -0
  90. package/org/getNactags.d.ts +55 -0
  91. package/org/getNactags.js +47 -0
  92. package/org/getNactags.js.map +1 -0
  93. package/org/getNetworks.d.ts +55 -0
  94. package/org/getNetworks.js +47 -0
  95. package/org/getNetworks.js.map +1 -0
  96. package/org/getNetworktemplates.d.ts +55 -0
  97. package/org/getNetworktemplates.js +47 -0
  98. package/org/getNetworktemplates.js.map +1 -0
  99. package/org/getRftemplates.d.ts +55 -0
  100. package/org/getRftemplates.js +47 -0
  101. package/org/getRftemplates.js.map +1 -0
  102. package/org/getServicepolicies.d.ts +55 -0
  103. package/org/getServicepolicies.js +47 -0
  104. package/org/getServicepolicies.js.map +1 -0
  105. package/org/getServices.d.ts +55 -0
  106. package/org/getServices.js +47 -0
  107. package/org/getServices.js.map +1 -0
  108. package/org/getSitegroups.d.ts +55 -0
  109. package/org/getSitegroups.js +47 -0
  110. package/org/getSitegroups.js.map +1 -0
  111. package/org/getVpns.d.ts +33 -0
  112. package/org/getVpns.js +25 -0
  113. package/org/getVpns.js.map +1 -0
  114. package/org/getWlantemplates.d.ts +55 -0
  115. package/org/getWlantemplates.js +47 -0
  116. package/org/getWlantemplates.js.map +1 -0
  117. package/org/getWxtags.d.ts +55 -0
  118. package/org/getWxtags.js +47 -0
  119. package/org/getWxtags.js.map +1 -0
  120. package/org/idpprofile.d.ts +62 -0
  121. package/org/idpprofile.js +64 -0
  122. package/org/idpprofile.js.map +1 -0
  123. package/org/index.d.ts +111 -0
  124. package/org/index.js +171 -0
  125. package/org/index.js.map +1 -0
  126. package/org/inventory.d.ts +47 -0
  127. package/org/inventory.js +57 -0
  128. package/org/inventory.js.map +1 -0
  129. package/org/nacrule.d.ts +101 -0
  130. package/org/nacrule.js +75 -0
  131. package/org/nacrule.js.map +1 -0
  132. package/org/nactag.d.ts +225 -0
  133. package/org/nactag.js +99 -0
  134. package/org/nactag.js.map +1 -0
  135. package/org/network.d.ts +154 -0
  136. package/org/network.js +98 -0
  137. package/org/network.js.map +1 -0
  138. package/org/networktemplate.d.ts +260 -0
  139. package/org/networktemplate.js +97 -0
  140. package/org/networktemplate.js.map +1 -0
  141. package/org/rftemplate.d.ts +167 -0
  142. package/org/rftemplate.js +79 -0
  143. package/org/rftemplate.js.map +1 -0
  144. package/org/service.d.ts +212 -0
  145. package/org/service.js +93 -0
  146. package/org/service.js.map +1 -0
  147. package/org/servicepolicy.d.ts +110 -0
  148. package/org/servicepolicy.js +73 -0
  149. package/org/servicepolicy.js.map +1 -0
  150. package/org/setting.d.ts +253 -0
  151. package/org/setting.js +125 -0
  152. package/org/setting.js.map +1 -0
  153. package/org/sitegroup.d.ts +57 -0
  154. package/org/sitegroup.js +69 -0
  155. package/org/sitegroup.js.map +1 -0
  156. package/org/vpn.d.ts +56 -0
  157. package/org/vpn.js +62 -0
  158. package/org/vpn.js.map +1 -0
  159. package/org/wlan.d.ts +1114 -0
  160. package/org/wlan.js +268 -0
  161. package/org/wlan.js.map +1 -0
  162. package/org/wlantemplate.d.ts +95 -0
  163. package/org/wlantemplate.js +65 -0
  164. package/org/wlantemplate.js.map +1 -0
  165. package/org/wxrule.d.ts +149 -0
  166. package/org/wxrule.js +102 -0
  167. package/org/wxrule.js.map +1 -0
  168. package/org/wxtag.d.ts +177 -0
  169. package/org/wxtag.js +90 -0
  170. package/org/wxtag.js.map +1 -0
  171. package/package.json +31 -0
  172. package/provider.d.ts +76 -0
  173. package/provider.js +52 -0
  174. package/provider.js.map +1 -0
  175. package/site/index.d.ts +15 -0
  176. package/site/index.js +42 -0
  177. package/site/index.js.map +1 -0
  178. package/site/networktemplate.d.ts +260 -0
  179. package/site/networktemplate.js +94 -0
  180. package/site/networktemplate.js.map +1 -0
  181. package/site/setting.d.ts +430 -0
  182. package/site/setting.js +135 -0
  183. package/site/setting.js.map +1 -0
  184. package/site/wlan.d.ts +1112 -0
  185. package/site/wlan.js +264 -0
  186. package/site/wlan.js.map +1 -0
  187. package/site/wxrule.d.ts +150 -0
  188. package/site/wxrule.js +100 -0
  189. package/site/wxrule.js.map +1 -0
  190. package/site/wxtag.d.ts +179 -0
  191. package/site/wxtag.js +92 -0
  192. package/site/wxtag.js.map +1 -0
  193. package/types/index.d.ts +3 -0
  194. package/types/index.js +11 -0
  195. package/types/index.js.map +1 -0
  196. package/types/input.d.ts +9877 -0
  197. package/types/input.js +5 -0
  198. package/types/input.js.map +1 -0
  199. package/types/output.d.ts +11698 -0
  200. package/types/output.js +5 -0
  201. package/types/output.js.map +1 -0
  202. package/utilities.d.ts +8 -0
  203. package/utilities.js +101 -0
  204. package/utilities.js.map +1 -0
package/org/base.d.ts ADDED
@@ -0,0 +1,88 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resource manages the Mist Organization.An organization usually represents a customer - which has inventories, licenses.An Organization can contain multiple sites. A site usually represents a deployment at the same location (a campus, an office).
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as junipermist from "@pulumi/juniper-mist";
10
+ *
11
+ * const orgOne = new junipermist.org.Base("org_one", {name: "Org One"});
12
+ * ```
13
+ */
14
+ export declare class Base extends pulumi.CustomResource {
15
+ /**
16
+ * Get an existing Base resource's state with the given name, ID, and optional extra
17
+ * properties used to qualify the lookup.
18
+ *
19
+ * @param name The _unique_ name of the resulting resource.
20
+ * @param id The _unique_ provider ID of the resource to lookup.
21
+ * @param state Any extra arguments used during the lookup.
22
+ * @param opts Optional settings to control the behavior of the CustomResource.
23
+ */
24
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BaseState, opts?: pulumi.CustomResourceOptions): Base;
25
+ /**
26
+ * Returns true if the given object is an instance of Base. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj: any): obj is Base;
30
+ readonly alarmtemplateId: pulumi.Output<string | undefined>;
31
+ readonly allowMist: pulumi.Output<boolean>;
32
+ readonly mspId: pulumi.Output<string>;
33
+ /**
34
+ * logo uploaded by the MSP with advanced tier, only present if provided
35
+ */
36
+ readonly mspLogoUrl: pulumi.Output<string | undefined>;
37
+ /**
38
+ * name of the msp the org belongs to
39
+ */
40
+ readonly mspName: pulumi.Output<string | undefined>;
41
+ readonly name: pulumi.Output<string>;
42
+ readonly orggroupIds: pulumi.Output<string[]>;
43
+ readonly sessionExpiry: pulumi.Output<number>;
44
+ /**
45
+ * Create a Base resource with the given unique name, arguments, and options.
46
+ *
47
+ * @param name The _unique_ name of the resource.
48
+ * @param args The arguments to use to populate this resource's properties.
49
+ * @param opts A bag of options that control this resource's behavior.
50
+ */
51
+ constructor(name: string, args?: BaseArgs, opts?: pulumi.CustomResourceOptions);
52
+ }
53
+ /**
54
+ * Input properties used for looking up and filtering base resources.
55
+ */
56
+ export interface BaseState {
57
+ alarmtemplateId?: pulumi.Input<string>;
58
+ allowMist?: pulumi.Input<boolean>;
59
+ mspId?: pulumi.Input<string>;
60
+ /**
61
+ * logo uploaded by the MSP with advanced tier, only present if provided
62
+ */
63
+ mspLogoUrl?: pulumi.Input<string>;
64
+ /**
65
+ * name of the msp the org belongs to
66
+ */
67
+ mspName?: pulumi.Input<string>;
68
+ name?: pulumi.Input<string>;
69
+ orggroupIds?: pulumi.Input<pulumi.Input<string>[]>;
70
+ sessionExpiry?: pulumi.Input<number>;
71
+ }
72
+ /**
73
+ * The set of arguments for constructing a Base resource.
74
+ */
75
+ export interface BaseArgs {
76
+ alarmtemplateId?: pulumi.Input<string>;
77
+ allowMist?: pulumi.Input<boolean>;
78
+ /**
79
+ * logo uploaded by the MSP with advanced tier, only present if provided
80
+ */
81
+ mspLogoUrl?: pulumi.Input<string>;
82
+ /**
83
+ * name of the msp the org belongs to
84
+ */
85
+ mspName?: pulumi.Input<string>;
86
+ name?: pulumi.Input<string>;
87
+ sessionExpiry?: pulumi.Input<number>;
88
+ }
package/org/base.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.Base = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource manages the Mist Organization.An organization usually represents a customer - which has inventories, licenses.An Organization can contain multiple sites. A site usually represents a deployment at the same location (a campus, an office).
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as junipermist from "@pulumi/juniper-mist";
16
+ *
17
+ * const orgOne = new junipermist.org.Base("org_one", {name: "Org One"});
18
+ * ```
19
+ */
20
+ class Base extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing Base resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name, id, state, opts) {
31
+ return new Base(name, state, Object.assign(Object.assign({}, opts), { id: id }));
32
+ }
33
+ /**
34
+ * Returns true if the given object is an instance of Base. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj) {
38
+ if (obj === undefined || obj === null) {
39
+ return false;
40
+ }
41
+ return obj['__pulumiType'] === Base.__pulumiType;
42
+ }
43
+ constructor(name, argsOrState, opts) {
44
+ let resourceInputs = {};
45
+ opts = opts || {};
46
+ if (opts.id) {
47
+ const state = argsOrState;
48
+ resourceInputs["alarmtemplateId"] = state ? state.alarmtemplateId : undefined;
49
+ resourceInputs["allowMist"] = state ? state.allowMist : undefined;
50
+ resourceInputs["mspId"] = state ? state.mspId : undefined;
51
+ resourceInputs["mspLogoUrl"] = state ? state.mspLogoUrl : undefined;
52
+ resourceInputs["mspName"] = state ? state.mspName : undefined;
53
+ resourceInputs["name"] = state ? state.name : undefined;
54
+ resourceInputs["orggroupIds"] = state ? state.orggroupIds : undefined;
55
+ resourceInputs["sessionExpiry"] = state ? state.sessionExpiry : undefined;
56
+ }
57
+ else {
58
+ const args = argsOrState;
59
+ resourceInputs["alarmtemplateId"] = args ? args.alarmtemplateId : undefined;
60
+ resourceInputs["allowMist"] = args ? args.allowMist : undefined;
61
+ resourceInputs["mspLogoUrl"] = args ? args.mspLogoUrl : undefined;
62
+ resourceInputs["mspName"] = args ? args.mspName : undefined;
63
+ resourceInputs["name"] = args ? args.name : undefined;
64
+ resourceInputs["sessionExpiry"] = args ? args.sessionExpiry : undefined;
65
+ resourceInputs["mspId"] = undefined /*out*/;
66
+ resourceInputs["orggroupIds"] = undefined /*out*/;
67
+ }
68
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
69
+ super(Base.__pulumiType, name, resourceInputs, opts);
70
+ }
71
+ }
72
+ exports.Base = Base;
73
+ /** @internal */
74
+ Base.__pulumiType = 'junipermist:org/base:base';
75
+ //# sourceMappingURL=base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.js","sourceRoot":"","sources":["../../org/base.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,264 @@
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 AP Device Profiles.AP Device profiles for aps are used to specify a configuration that can be applied to a select set of aps from any site in the organization. They allow for efficient application of configurations based on ap groups, wlan groups, RF settings, and sites. Device profiles enable various use cases such as activating ethernet passthrough, applying different rf settings, applying mesh configuration, activating specific features like esl or vble, and more.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as junipermist from "@pulumi/juniper-mist";
12
+ *
13
+ * const deviceprofileApOne = new junipermist.org.DeviceprofileAp("deviceprofile_ap_one", {
14
+ * name: "deviceprofile_ap_one",
15
+ * orgId: terraformTest.id,
16
+ * eslConfig: {
17
+ * enabled: true,
18
+ * host: "1.2.3.4",
19
+ * type: "native",
20
+ * },
21
+ * });
22
+ * ```
23
+ */
24
+ export declare class DeviceprofileAp extends pulumi.CustomResource {
25
+ /**
26
+ * Get an existing DeviceprofileAp resource's state with the given name, ID, and optional extra
27
+ * properties used to qualify the lookup.
28
+ *
29
+ * @param name The _unique_ name of the resulting resource.
30
+ * @param id The _unique_ provider ID of the resource to lookup.
31
+ * @param state Any extra arguments used during the lookup.
32
+ * @param opts Optional settings to control the behavior of the CustomResource.
33
+ */
34
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DeviceprofileApState, opts?: pulumi.CustomResourceOptions): DeviceprofileAp;
35
+ /**
36
+ * Returns true if the given object is an instance of DeviceprofileAp. This is designed to work even
37
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
38
+ */
39
+ static isInstance(obj: any): obj is DeviceprofileAp;
40
+ /**
41
+ * Aeroscout AP settings
42
+ */
43
+ readonly aeroscout: pulumi.Output<outputs.org.DeviceprofileApAeroscout | undefined>;
44
+ /**
45
+ * BLE AP settings
46
+ */
47
+ readonly bleConfig: pulumi.Output<outputs.org.DeviceprofileApBleConfig | undefined>;
48
+ /**
49
+ * whether to disable eth1 port
50
+ */
51
+ readonly disableEth1: pulumi.Output<boolean>;
52
+ /**
53
+ * whether to disable eth2 port
54
+ */
55
+ readonly disableEth2: pulumi.Output<boolean>;
56
+ /**
57
+ * whether to disable eth3 port
58
+ */
59
+ readonly disableEth3: pulumi.Output<boolean>;
60
+ /**
61
+ * whether to disable module port
62
+ */
63
+ readonly disableModule: pulumi.Output<boolean>;
64
+ readonly eslConfig: pulumi.Output<outputs.org.DeviceprofileApEslConfig | undefined>;
65
+ /**
66
+ * IP AP settings
67
+ */
68
+ readonly ipConfig: pulumi.Output<outputs.org.DeviceprofileApIpConfig | undefined>;
69
+ /**
70
+ * LED AP settings
71
+ */
72
+ readonly led: pulumi.Output<outputs.org.DeviceprofileApLed | undefined>;
73
+ /**
74
+ * Mesh AP settings
75
+ */
76
+ readonly mesh: pulumi.Output<outputs.org.DeviceprofileApMesh | undefined>;
77
+ readonly name: pulumi.Output<string>;
78
+ readonly ntpServers: pulumi.Output<string[] | undefined>;
79
+ readonly orgId: pulumi.Output<string>;
80
+ /**
81
+ * whether to enable power out through module port (for APH) or eth1 (for APL/BT11)
82
+ */
83
+ readonly poePassthrough: pulumi.Output<boolean>;
84
+ /**
85
+ * power related configs
86
+ */
87
+ readonly pwrConfig: pulumi.Output<outputs.org.DeviceprofileApPwrConfig | undefined>;
88
+ /**
89
+ * Radio AP settings
90
+ */
91
+ readonly radioConfig: pulumi.Output<outputs.org.DeviceprofileApRadioConfig | undefined>;
92
+ readonly siteId: pulumi.Output<string | undefined>;
93
+ /**
94
+ * Device Type. enum: `ap`
95
+ */
96
+ readonly type: pulumi.Output<string>;
97
+ readonly uplinkPortConfig: pulumi.Output<outputs.org.DeviceprofileApUplinkPortConfig | undefined>;
98
+ /**
99
+ * USB AP settings
100
+ * Note: if native imagotag is enabled, BLE will be disabled automatically
101
+ * Note: legacy, new config moved to ESL Config.
102
+ */
103
+ readonly usbConfig: pulumi.Output<outputs.org.DeviceprofileApUsbConfig | undefined>;
104
+ /**
105
+ * a dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
106
+ */
107
+ readonly vars: pulumi.Output<{
108
+ [key: string]: string;
109
+ } | undefined>;
110
+ /**
111
+ * Create a DeviceprofileAp resource with the given unique name, arguments, and options.
112
+ *
113
+ * @param name The _unique_ name of the resource.
114
+ * @param args The arguments to use to populate this resource's properties.
115
+ * @param opts A bag of options that control this resource's behavior.
116
+ */
117
+ constructor(name: string, args: DeviceprofileApArgs, opts?: pulumi.CustomResourceOptions);
118
+ }
119
+ /**
120
+ * Input properties used for looking up and filtering DeviceprofileAp resources.
121
+ */
122
+ export interface DeviceprofileApState {
123
+ /**
124
+ * Aeroscout AP settings
125
+ */
126
+ aeroscout?: pulumi.Input<inputs.org.DeviceprofileApAeroscout>;
127
+ /**
128
+ * BLE AP settings
129
+ */
130
+ bleConfig?: pulumi.Input<inputs.org.DeviceprofileApBleConfig>;
131
+ /**
132
+ * whether to disable eth1 port
133
+ */
134
+ disableEth1?: pulumi.Input<boolean>;
135
+ /**
136
+ * whether to disable eth2 port
137
+ */
138
+ disableEth2?: pulumi.Input<boolean>;
139
+ /**
140
+ * whether to disable eth3 port
141
+ */
142
+ disableEth3?: pulumi.Input<boolean>;
143
+ /**
144
+ * whether to disable module port
145
+ */
146
+ disableModule?: pulumi.Input<boolean>;
147
+ eslConfig?: pulumi.Input<inputs.org.DeviceprofileApEslConfig>;
148
+ /**
149
+ * IP AP settings
150
+ */
151
+ ipConfig?: pulumi.Input<inputs.org.DeviceprofileApIpConfig>;
152
+ /**
153
+ * LED AP settings
154
+ */
155
+ led?: pulumi.Input<inputs.org.DeviceprofileApLed>;
156
+ /**
157
+ * Mesh AP settings
158
+ */
159
+ mesh?: pulumi.Input<inputs.org.DeviceprofileApMesh>;
160
+ name?: pulumi.Input<string>;
161
+ ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
162
+ orgId?: pulumi.Input<string>;
163
+ /**
164
+ * whether to enable power out through module port (for APH) or eth1 (for APL/BT11)
165
+ */
166
+ poePassthrough?: pulumi.Input<boolean>;
167
+ /**
168
+ * power related configs
169
+ */
170
+ pwrConfig?: pulumi.Input<inputs.org.DeviceprofileApPwrConfig>;
171
+ /**
172
+ * Radio AP settings
173
+ */
174
+ radioConfig?: pulumi.Input<inputs.org.DeviceprofileApRadioConfig>;
175
+ siteId?: pulumi.Input<string>;
176
+ /**
177
+ * Device Type. enum: `ap`
178
+ */
179
+ type?: pulumi.Input<string>;
180
+ uplinkPortConfig?: pulumi.Input<inputs.org.DeviceprofileApUplinkPortConfig>;
181
+ /**
182
+ * USB AP settings
183
+ * Note: if native imagotag is enabled, BLE will be disabled automatically
184
+ * Note: legacy, new config moved to ESL Config.
185
+ */
186
+ usbConfig?: pulumi.Input<inputs.org.DeviceprofileApUsbConfig>;
187
+ /**
188
+ * a dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
189
+ */
190
+ vars?: pulumi.Input<{
191
+ [key: string]: pulumi.Input<string>;
192
+ }>;
193
+ }
194
+ /**
195
+ * The set of arguments for constructing a DeviceprofileAp resource.
196
+ */
197
+ export interface DeviceprofileApArgs {
198
+ /**
199
+ * Aeroscout AP settings
200
+ */
201
+ aeroscout?: pulumi.Input<inputs.org.DeviceprofileApAeroscout>;
202
+ /**
203
+ * BLE AP settings
204
+ */
205
+ bleConfig?: pulumi.Input<inputs.org.DeviceprofileApBleConfig>;
206
+ /**
207
+ * whether to disable eth1 port
208
+ */
209
+ disableEth1?: pulumi.Input<boolean>;
210
+ /**
211
+ * whether to disable eth2 port
212
+ */
213
+ disableEth2?: pulumi.Input<boolean>;
214
+ /**
215
+ * whether to disable eth3 port
216
+ */
217
+ disableEth3?: pulumi.Input<boolean>;
218
+ /**
219
+ * whether to disable module port
220
+ */
221
+ disableModule?: pulumi.Input<boolean>;
222
+ eslConfig?: pulumi.Input<inputs.org.DeviceprofileApEslConfig>;
223
+ /**
224
+ * IP AP settings
225
+ */
226
+ ipConfig?: pulumi.Input<inputs.org.DeviceprofileApIpConfig>;
227
+ /**
228
+ * LED AP settings
229
+ */
230
+ led?: pulumi.Input<inputs.org.DeviceprofileApLed>;
231
+ /**
232
+ * Mesh AP settings
233
+ */
234
+ mesh?: pulumi.Input<inputs.org.DeviceprofileApMesh>;
235
+ name?: pulumi.Input<string>;
236
+ ntpServers?: pulumi.Input<pulumi.Input<string>[]>;
237
+ orgId: pulumi.Input<string>;
238
+ /**
239
+ * whether to enable power out through module port (for APH) or eth1 (for APL/BT11)
240
+ */
241
+ poePassthrough?: pulumi.Input<boolean>;
242
+ /**
243
+ * power related configs
244
+ */
245
+ pwrConfig?: pulumi.Input<inputs.org.DeviceprofileApPwrConfig>;
246
+ /**
247
+ * Radio AP settings
248
+ */
249
+ radioConfig?: pulumi.Input<inputs.org.DeviceprofileApRadioConfig>;
250
+ siteId?: pulumi.Input<string>;
251
+ uplinkPortConfig?: pulumi.Input<inputs.org.DeviceprofileApUplinkPortConfig>;
252
+ /**
253
+ * USB AP settings
254
+ * Note: if native imagotag is enabled, BLE will be disabled automatically
255
+ * Note: legacy, new config moved to ESL Config.
256
+ */
257
+ usbConfig?: pulumi.Input<inputs.org.DeviceprofileApUsbConfig>;
258
+ /**
259
+ * a dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars
260
+ */
261
+ vars?: pulumi.Input<{
262
+ [key: string]: pulumi.Input<string>;
263
+ }>;
264
+ }
@@ -0,0 +1,112 @@
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.DeviceprofileAp = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource manages the AP Device Profiles.AP Device profiles for aps are used to specify a configuration that can be applied to a select set of aps from any site in the organization. They allow for efficient application of configurations based on ap groups, wlan groups, RF settings, and sites. Device profiles enable various use cases such as activating ethernet passthrough, applying different rf settings, applying mesh configuration, activating specific features like esl or vble, and more.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as junipermist from "@pulumi/juniper-mist";
16
+ *
17
+ * const deviceprofileApOne = new junipermist.org.DeviceprofileAp("deviceprofile_ap_one", {
18
+ * name: "deviceprofile_ap_one",
19
+ * orgId: terraformTest.id,
20
+ * eslConfig: {
21
+ * enabled: true,
22
+ * host: "1.2.3.4",
23
+ * type: "native",
24
+ * },
25
+ * });
26
+ * ```
27
+ */
28
+ class DeviceprofileAp extends pulumi.CustomResource {
29
+ /**
30
+ * Get an existing DeviceprofileAp resource's state with the given name, ID, and optional extra
31
+ * properties used to qualify the lookup.
32
+ *
33
+ * @param name The _unique_ name of the resulting resource.
34
+ * @param id The _unique_ provider ID of the resource to lookup.
35
+ * @param state Any extra arguments used during the lookup.
36
+ * @param opts Optional settings to control the behavior of the CustomResource.
37
+ */
38
+ static get(name, id, state, opts) {
39
+ return new DeviceprofileAp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
40
+ }
41
+ /**
42
+ * Returns true if the given object is an instance of DeviceprofileAp. This is designed to work even
43
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
+ */
45
+ static isInstance(obj) {
46
+ if (obj === undefined || obj === null) {
47
+ return false;
48
+ }
49
+ return obj['__pulumiType'] === DeviceprofileAp.__pulumiType;
50
+ }
51
+ constructor(name, argsOrState, opts) {
52
+ let resourceInputs = {};
53
+ opts = opts || {};
54
+ if (opts.id) {
55
+ const state = argsOrState;
56
+ resourceInputs["aeroscout"] = state ? state.aeroscout : undefined;
57
+ resourceInputs["bleConfig"] = state ? state.bleConfig : undefined;
58
+ resourceInputs["disableEth1"] = state ? state.disableEth1 : undefined;
59
+ resourceInputs["disableEth2"] = state ? state.disableEth2 : undefined;
60
+ resourceInputs["disableEth3"] = state ? state.disableEth3 : undefined;
61
+ resourceInputs["disableModule"] = state ? state.disableModule : undefined;
62
+ resourceInputs["eslConfig"] = state ? state.eslConfig : undefined;
63
+ resourceInputs["ipConfig"] = state ? state.ipConfig : undefined;
64
+ resourceInputs["led"] = state ? state.led : undefined;
65
+ resourceInputs["mesh"] = state ? state.mesh : undefined;
66
+ resourceInputs["name"] = state ? state.name : undefined;
67
+ resourceInputs["ntpServers"] = state ? state.ntpServers : undefined;
68
+ resourceInputs["orgId"] = state ? state.orgId : undefined;
69
+ resourceInputs["poePassthrough"] = state ? state.poePassthrough : undefined;
70
+ resourceInputs["pwrConfig"] = state ? state.pwrConfig : undefined;
71
+ resourceInputs["radioConfig"] = state ? state.radioConfig : undefined;
72
+ resourceInputs["siteId"] = state ? state.siteId : undefined;
73
+ resourceInputs["type"] = state ? state.type : undefined;
74
+ resourceInputs["uplinkPortConfig"] = state ? state.uplinkPortConfig : undefined;
75
+ resourceInputs["usbConfig"] = state ? state.usbConfig : undefined;
76
+ resourceInputs["vars"] = state ? state.vars : undefined;
77
+ }
78
+ else {
79
+ const args = argsOrState;
80
+ if ((!args || args.orgId === undefined) && !opts.urn) {
81
+ throw new Error("Missing required property 'orgId'");
82
+ }
83
+ resourceInputs["aeroscout"] = args ? args.aeroscout : undefined;
84
+ resourceInputs["bleConfig"] = args ? args.bleConfig : undefined;
85
+ resourceInputs["disableEth1"] = args ? args.disableEth1 : undefined;
86
+ resourceInputs["disableEth2"] = args ? args.disableEth2 : undefined;
87
+ resourceInputs["disableEth3"] = args ? args.disableEth3 : undefined;
88
+ resourceInputs["disableModule"] = args ? args.disableModule : undefined;
89
+ resourceInputs["eslConfig"] = args ? args.eslConfig : undefined;
90
+ resourceInputs["ipConfig"] = args ? args.ipConfig : undefined;
91
+ resourceInputs["led"] = args ? args.led : undefined;
92
+ resourceInputs["mesh"] = args ? args.mesh : undefined;
93
+ resourceInputs["name"] = args ? args.name : undefined;
94
+ resourceInputs["ntpServers"] = args ? args.ntpServers : undefined;
95
+ resourceInputs["orgId"] = args ? args.orgId : undefined;
96
+ resourceInputs["poePassthrough"] = args ? args.poePassthrough : undefined;
97
+ resourceInputs["pwrConfig"] = args ? args.pwrConfig : undefined;
98
+ resourceInputs["radioConfig"] = args ? args.radioConfig : undefined;
99
+ resourceInputs["siteId"] = args ? args.siteId : undefined;
100
+ resourceInputs["uplinkPortConfig"] = args ? args.uplinkPortConfig : undefined;
101
+ resourceInputs["usbConfig"] = args ? args.usbConfig : undefined;
102
+ resourceInputs["vars"] = args ? args.vars : undefined;
103
+ resourceInputs["type"] = undefined /*out*/;
104
+ }
105
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
106
+ super(DeviceprofileAp.__pulumiType, name, resourceInputs, opts);
107
+ }
108
+ }
109
+ exports.DeviceprofileAp = DeviceprofileAp;
110
+ /** @internal */
111
+ DeviceprofileAp.__pulumiType = 'junipermist:org/deviceprofileAp:DeviceprofileAp';
112
+ //# sourceMappingURL=deviceprofileAp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deviceprofileAp.js","sourceRoot":"","sources":["../../org/deviceprofileAp.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,64 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resourceis used to assign/unassign a device profile to one or multiple devicesThe `junipermist.org.DeviceprofileGateway` resource can be assigned to GatewaysThe `junipermist.org.DeviceprofileAp` resource can be assigned the Wireless Access Points
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as junipermist from "@pulumi/juniper-mist";
10
+ *
11
+ * const deviceprofileAssign = new junipermist.org.DeviceprofileAssign("deviceprofile_assign", {
12
+ * orgId: terraformTest.id,
13
+ * deviceprofileId: hubOne.id,
14
+ * macs: [
15
+ * "4c9614000000",
16
+ * "4c9614000001",
17
+ * ],
18
+ * });
19
+ * ```
20
+ */
21
+ export declare class DeviceprofileAssign extends pulumi.CustomResource {
22
+ /**
23
+ * Get an existing DeviceprofileAssign resource's state with the given name, ID, and optional extra
24
+ * properties used to qualify the lookup.
25
+ *
26
+ * @param name The _unique_ name of the resulting resource.
27
+ * @param id The _unique_ provider ID of the resource to lookup.
28
+ * @param state Any extra arguments used during the lookup.
29
+ * @param opts Optional settings to control the behavior of the CustomResource.
30
+ */
31
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DeviceprofileAssignState, opts?: pulumi.CustomResourceOptions): DeviceprofileAssign;
32
+ /**
33
+ * Returns true if the given object is an instance of DeviceprofileAssign. This is designed to work even
34
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
35
+ */
36
+ static isInstance(obj: any): obj is DeviceprofileAssign;
37
+ readonly deviceprofileId: pulumi.Output<string>;
38
+ readonly macs: pulumi.Output<string[]>;
39
+ readonly orgId: pulumi.Output<string>;
40
+ /**
41
+ * Create a DeviceprofileAssign resource with the given unique name, arguments, and options.
42
+ *
43
+ * @param name The _unique_ name of the resource.
44
+ * @param args The arguments to use to populate this resource's properties.
45
+ * @param opts A bag of options that control this resource's behavior.
46
+ */
47
+ constructor(name: string, args: DeviceprofileAssignArgs, opts?: pulumi.CustomResourceOptions);
48
+ }
49
+ /**
50
+ * Input properties used for looking up and filtering DeviceprofileAssign resources.
51
+ */
52
+ export interface DeviceprofileAssignState {
53
+ deviceprofileId?: pulumi.Input<string>;
54
+ macs?: pulumi.Input<pulumi.Input<string>[]>;
55
+ orgId?: pulumi.Input<string>;
56
+ }
57
+ /**
58
+ * The set of arguments for constructing a DeviceprofileAssign resource.
59
+ */
60
+ export interface DeviceprofileAssignArgs {
61
+ deviceprofileId: pulumi.Input<string>;
62
+ macs: pulumi.Input<pulumi.Input<string>[]>;
63
+ orgId: pulumi.Input<string>;
64
+ }