@pulumi/juniper-mist 0.0.7 → 0.0.8
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 +24 -0
- package/device/ap.js +24 -0
- package/device/ap.js.map +1 -1
- package/device/base.d.ts +24 -0
- package/device/base.js +24 -0
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +24 -0
- package/device/gateway.js +24 -0
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.d.ts +24 -2
- package/device/gatewayCluster.js +24 -2
- package/device/gatewayCluster.js.map +1 -1
- package/device/switch.d.ts +24 -0
- package/device/switch.js +24 -0
- package/device/switch.js.map +1 -1
- package/org/base.d.ts +24 -0
- package/org/base.js +24 -0
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +24 -0
- package/org/deviceprofileAp.js +24 -0
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +24 -0
- package/org/deviceprofileGateway.js +24 -0
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/gatewaytemplate.d.ts +24 -0
- package/org/gatewaytemplate.js +24 -0
- package/org/gatewaytemplate.js.map +1 -1
- package/org/getPsks.d.ts +72 -0
- package/org/getPsks.js +54 -0
- package/org/getPsks.js.map +1 -0
- package/org/getWebhooks.d.ts +61 -0
- package/org/getWebhooks.js +49 -0
- package/org/getWebhooks.js.map +1 -0
- package/org/idpprofile.d.ts +24 -0
- package/org/idpprofile.js +24 -0
- package/org/idpprofile.js.map +1 -1
- package/org/index.d.ts +12 -0
- package/org/index.js +18 -2
- package/org/index.js.map +1 -1
- package/org/inventory.d.ts +24 -0
- package/org/inventory.js +24 -0
- package/org/inventory.js.map +1 -1
- package/org/nacrule.d.ts +24 -0
- package/org/nacrule.js +24 -0
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +24 -0
- package/org/nactag.js +24 -0
- package/org/nactag.js.map +1 -1
- package/org/network.d.ts +24 -0
- package/org/network.js +24 -0
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +24 -0
- package/org/networktemplate.js +24 -0
- package/org/networktemplate.js.map +1 -1
- package/org/psk.d.ts +237 -0
- package/org/psk.js +134 -0
- package/org/psk.js.map +1 -0
- package/org/rftemplate.d.ts +24 -0
- package/org/rftemplate.js +24 -0
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +24 -0
- package/org/service.js +24 -0
- package/org/service.js.map +1 -1
- package/org/servicepolicy.d.ts +24 -0
- package/org/servicepolicy.js +24 -0
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +24 -0
- package/org/setting.js +24 -0
- package/org/setting.js.map +1 -1
- package/org/sitegroup.d.ts +24 -0
- package/org/sitegroup.js +24 -0
- package/org/sitegroup.js.map +1 -1
- package/org/vpn.d.ts +24 -0
- package/org/vpn.js +24 -0
- package/org/vpn.js.map +1 -1
- package/org/webhook.d.ts +261 -0
- package/org/webhook.js +119 -0
- package/org/webhook.js.map +1 -0
- package/org/wlan.d.ts +24 -0
- package/org/wlan.js +24 -0
- package/org/wlan.js.map +1 -1
- package/org/wlantemplate.d.ts +24 -0
- package/org/wlantemplate.js +24 -0
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.d.ts +24 -0
- package/org/wxrule.js +24 -0
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +24 -0
- package/org/wxtag.js +24 -0
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/site/base.d.ts +24 -0
- package/site/base.js +24 -0
- package/site/base.js.map +1 -1
- package/site/getPsks.d.ts +72 -0
- package/site/getPsks.js +54 -0
- package/site/getPsks.js.map +1 -0
- package/site/getWebhooks.d.ts +39 -0
- package/site/getWebhooks.js +27 -0
- package/site/getWebhooks.js.map +1 -0
- package/site/index.d.ts +12 -0
- package/site/index.js +17 -1
- package/site/index.js.map +1 -1
- package/site/networktemplate.d.ts +24 -0
- package/site/networktemplate.js +24 -0
- package/site/networktemplate.js.map +1 -1
- package/site/psk.d.ts +215 -0
- package/site/psk.js +132 -0
- package/site/psk.js.map +1 -0
- package/site/setting.d.ts +24 -0
- package/site/setting.js +24 -0
- package/site/setting.js.map +1 -1
- package/site/webhook.d.ts +291 -0
- package/site/webhook.js +149 -0
- package/site/webhook.js.map +1 -0
- package/site/wlan.d.ts +24 -0
- package/site/wlan.js +24 -0
- package/site/wlan.js.map +1 -1
- package/site/wxrule.d.ts +24 -0
- package/site/wxrule.js +24 -0
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +24 -0
- package/site/wxtag.js +24 -0
- package/site/wxtag.js.map +1 -1
- package/types/input.d.ts +11 -8
- package/types/output.d.ts +272 -8
package/org/psk.d.ts
ADDED
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides the list of Org PSKs.
|
|
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 pskOne = new junipermist.org.Psk("psk_one", {
|
|
12
|
+
* orgId: terraformTest.id,
|
|
13
|
+
* name: "JNP-FR-PAR",
|
|
14
|
+
* passphrase: "secretone",
|
|
15
|
+
* ssid: wlanOne.ssid,
|
|
16
|
+
* usage: "multi",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* ```sh
|
|
23
|
+
* $ pulumi import junipermist:org/psk:Psk Using terraform import, import `mist_org_psk` using the `import` command:
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* Gateway cluster can be imported by specifying the org_id and the psk_id
|
|
27
|
+
*
|
|
28
|
+
* ```sh
|
|
29
|
+
* $ pulumi import junipermist:org/psk:Psk psk_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_psk` with `id={org_id}.{psk_id}`:
|
|
33
|
+
*
|
|
34
|
+
* tf
|
|
35
|
+
*
|
|
36
|
+
* import {
|
|
37
|
+
*
|
|
38
|
+
* to = mist_org_psk.psk_one
|
|
39
|
+
*
|
|
40
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309"
|
|
41
|
+
*
|
|
42
|
+
* }
|
|
43
|
+
*/
|
|
44
|
+
export declare class Psk extends pulumi.CustomResource {
|
|
45
|
+
/**
|
|
46
|
+
* Get an existing Psk resource's state with the given name, ID, and optional extra
|
|
47
|
+
* properties used to qualify the lookup.
|
|
48
|
+
*
|
|
49
|
+
* @param name The _unique_ name of the resulting resource.
|
|
50
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
51
|
+
* @param state Any extra arguments used during the lookup.
|
|
52
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
53
|
+
*/
|
|
54
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PskState, opts?: pulumi.CustomResourceOptions): Psk;
|
|
55
|
+
/**
|
|
56
|
+
* Returns true if the given object is an instance of Psk. This is designed to work even
|
|
57
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
58
|
+
*/
|
|
59
|
+
static isInstance(obj: any): obj is Psk;
|
|
60
|
+
/**
|
|
61
|
+
* email to send psk expiring notifications to
|
|
62
|
+
*/
|
|
63
|
+
readonly email: pulumi.Output<string | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Expire time for this PSK key (epoch time in seconds). Default `null` (as no expiration)
|
|
66
|
+
*/
|
|
67
|
+
readonly expireTime: pulumi.Output<number>;
|
|
68
|
+
/**
|
|
69
|
+
* Number of days before psk is expired. Used as to when to start sending reminder notification when the psk is about to expire
|
|
70
|
+
*/
|
|
71
|
+
readonly expiryNotificationTime: pulumi.Output<number | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* if `usage`==`single`, the mac that this PSK ties to, empty if `auto-binding`
|
|
74
|
+
*/
|
|
75
|
+
readonly mac: pulumi.Output<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* if `usage`==`macs`, this list contains N number of client mac addresses or mac patterns(11:22:*) or both. This list is capped at 5000
|
|
78
|
+
*/
|
|
79
|
+
readonly macs: pulumi.Output<string[] | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* For Org PSK Only. Max concurrent users for this PSK key. Default is 0 (unlimited)
|
|
82
|
+
*/
|
|
83
|
+
readonly maxUsage: pulumi.Output<number>;
|
|
84
|
+
readonly name: pulumi.Output<string>;
|
|
85
|
+
readonly note: pulumi.Output<string | undefined>;
|
|
86
|
+
/**
|
|
87
|
+
* If set to true, reminder notification will be sent when psk is about to expire
|
|
88
|
+
*/
|
|
89
|
+
readonly notifyExpiry: pulumi.Output<boolean>;
|
|
90
|
+
/**
|
|
91
|
+
* If set to true, notification will be sent when psk is created or edited
|
|
92
|
+
*/
|
|
93
|
+
readonly notifyOnCreateOrEdit: pulumi.Output<boolean | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* previous passphrase of the PSK if it has been rotated
|
|
96
|
+
*/
|
|
97
|
+
readonly oldPassphrase: pulumi.Output<string | undefined>;
|
|
98
|
+
readonly orgId: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* passphrase of the PSK (8-63 character or 64 in hex)
|
|
101
|
+
*/
|
|
102
|
+
readonly passphrase: pulumi.Output<string>;
|
|
103
|
+
readonly role: pulumi.Output<string | undefined>;
|
|
104
|
+
/**
|
|
105
|
+
* SSID this PSK should be applicable to
|
|
106
|
+
*/
|
|
107
|
+
readonly ssid: pulumi.Output<string>;
|
|
108
|
+
/**
|
|
109
|
+
* enum: `macs`, `multi`, `single`
|
|
110
|
+
*/
|
|
111
|
+
readonly usage: pulumi.Output<string>;
|
|
112
|
+
readonly vlanId: pulumi.Output<string | undefined>;
|
|
113
|
+
/**
|
|
114
|
+
* Create a Psk resource with the given unique name, arguments, and options.
|
|
115
|
+
*
|
|
116
|
+
* @param name The _unique_ name of the resource.
|
|
117
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
118
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
119
|
+
*/
|
|
120
|
+
constructor(name: string, args: PskArgs, opts?: pulumi.CustomResourceOptions);
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Input properties used for looking up and filtering Psk resources.
|
|
124
|
+
*/
|
|
125
|
+
export interface PskState {
|
|
126
|
+
/**
|
|
127
|
+
* email to send psk expiring notifications to
|
|
128
|
+
*/
|
|
129
|
+
email?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Expire time for this PSK key (epoch time in seconds). Default `null` (as no expiration)
|
|
132
|
+
*/
|
|
133
|
+
expireTime?: pulumi.Input<number>;
|
|
134
|
+
/**
|
|
135
|
+
* Number of days before psk is expired. Used as to when to start sending reminder notification when the psk is about to expire
|
|
136
|
+
*/
|
|
137
|
+
expiryNotificationTime?: pulumi.Input<number>;
|
|
138
|
+
/**
|
|
139
|
+
* if `usage`==`single`, the mac that this PSK ties to, empty if `auto-binding`
|
|
140
|
+
*/
|
|
141
|
+
mac?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* if `usage`==`macs`, this list contains N number of client mac addresses or mac patterns(11:22:*) or both. This list is capped at 5000
|
|
144
|
+
*/
|
|
145
|
+
macs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
146
|
+
/**
|
|
147
|
+
* For Org PSK Only. Max concurrent users for this PSK key. Default is 0 (unlimited)
|
|
148
|
+
*/
|
|
149
|
+
maxUsage?: pulumi.Input<number>;
|
|
150
|
+
name?: pulumi.Input<string>;
|
|
151
|
+
note?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* If set to true, reminder notification will be sent when psk is about to expire
|
|
154
|
+
*/
|
|
155
|
+
notifyExpiry?: pulumi.Input<boolean>;
|
|
156
|
+
/**
|
|
157
|
+
* If set to true, notification will be sent when psk is created or edited
|
|
158
|
+
*/
|
|
159
|
+
notifyOnCreateOrEdit?: pulumi.Input<boolean>;
|
|
160
|
+
/**
|
|
161
|
+
* previous passphrase of the PSK if it has been rotated
|
|
162
|
+
*/
|
|
163
|
+
oldPassphrase?: pulumi.Input<string>;
|
|
164
|
+
orgId?: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* passphrase of the PSK (8-63 character or 64 in hex)
|
|
167
|
+
*/
|
|
168
|
+
passphrase?: pulumi.Input<string>;
|
|
169
|
+
role?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* SSID this PSK should be applicable to
|
|
172
|
+
*/
|
|
173
|
+
ssid?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* enum: `macs`, `multi`, `single`
|
|
176
|
+
*/
|
|
177
|
+
usage?: pulumi.Input<string>;
|
|
178
|
+
vlanId?: pulumi.Input<string>;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* The set of arguments for constructing a Psk resource.
|
|
182
|
+
*/
|
|
183
|
+
export interface PskArgs {
|
|
184
|
+
/**
|
|
185
|
+
* email to send psk expiring notifications to
|
|
186
|
+
*/
|
|
187
|
+
email?: pulumi.Input<string>;
|
|
188
|
+
/**
|
|
189
|
+
* Expire time for this PSK key (epoch time in seconds). Default `null` (as no expiration)
|
|
190
|
+
*/
|
|
191
|
+
expireTime?: pulumi.Input<number>;
|
|
192
|
+
/**
|
|
193
|
+
* Number of days before psk is expired. Used as to when to start sending reminder notification when the psk is about to expire
|
|
194
|
+
*/
|
|
195
|
+
expiryNotificationTime?: pulumi.Input<number>;
|
|
196
|
+
/**
|
|
197
|
+
* if `usage`==`single`, the mac that this PSK ties to, empty if `auto-binding`
|
|
198
|
+
*/
|
|
199
|
+
mac?: pulumi.Input<string>;
|
|
200
|
+
/**
|
|
201
|
+
* if `usage`==`macs`, this list contains N number of client mac addresses or mac patterns(11:22:*) or both. This list is capped at 5000
|
|
202
|
+
*/
|
|
203
|
+
macs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
204
|
+
/**
|
|
205
|
+
* For Org PSK Only. Max concurrent users for this PSK key. Default is 0 (unlimited)
|
|
206
|
+
*/
|
|
207
|
+
maxUsage?: pulumi.Input<number>;
|
|
208
|
+
name?: pulumi.Input<string>;
|
|
209
|
+
note?: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* If set to true, reminder notification will be sent when psk is about to expire
|
|
212
|
+
*/
|
|
213
|
+
notifyExpiry?: pulumi.Input<boolean>;
|
|
214
|
+
/**
|
|
215
|
+
* If set to true, notification will be sent when psk is created or edited
|
|
216
|
+
*/
|
|
217
|
+
notifyOnCreateOrEdit?: pulumi.Input<boolean>;
|
|
218
|
+
/**
|
|
219
|
+
* previous passphrase of the PSK if it has been rotated
|
|
220
|
+
*/
|
|
221
|
+
oldPassphrase?: pulumi.Input<string>;
|
|
222
|
+
orgId: pulumi.Input<string>;
|
|
223
|
+
/**
|
|
224
|
+
* passphrase of the PSK (8-63 character or 64 in hex)
|
|
225
|
+
*/
|
|
226
|
+
passphrase: pulumi.Input<string>;
|
|
227
|
+
role?: pulumi.Input<string>;
|
|
228
|
+
/**
|
|
229
|
+
* SSID this PSK should be applicable to
|
|
230
|
+
*/
|
|
231
|
+
ssid: pulumi.Input<string>;
|
|
232
|
+
/**
|
|
233
|
+
* enum: `macs`, `multi`, `single`
|
|
234
|
+
*/
|
|
235
|
+
usage?: pulumi.Input<string>;
|
|
236
|
+
vlanId?: pulumi.Input<string>;
|
|
237
|
+
}
|
package/org/psk.js
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
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.Psk = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Org PSKs.
|
|
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 pskOne = new junipermist.org.Psk("psk_one", {
|
|
18
|
+
* orgId: terraformTest.id,
|
|
19
|
+
* name: "JNP-FR-PAR",
|
|
20
|
+
* passphrase: "secretone",
|
|
21
|
+
* ssid: wlanOne.ssid,
|
|
22
|
+
* usage: "multi",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* ```sh
|
|
29
|
+
* $ pulumi import junipermist:org/psk:Psk Using terraform import, import `mist_org_psk` using the `import` command:
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* Gateway cluster can be imported by specifying the org_id and the psk_id
|
|
33
|
+
*
|
|
34
|
+
* ```sh
|
|
35
|
+
* $ pulumi import junipermist:org/psk:Psk psk_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_psk` with `id={org_id}.{psk_id}`:
|
|
39
|
+
*
|
|
40
|
+
* tf
|
|
41
|
+
*
|
|
42
|
+
* import {
|
|
43
|
+
*
|
|
44
|
+
* to = mist_org_psk.psk_one
|
|
45
|
+
*
|
|
46
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309"
|
|
47
|
+
*
|
|
48
|
+
* }
|
|
49
|
+
*/
|
|
50
|
+
class Psk extends pulumi.CustomResource {
|
|
51
|
+
/**
|
|
52
|
+
* Get an existing Psk resource's state with the given name, ID, and optional extra
|
|
53
|
+
* properties used to qualify the lookup.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resulting resource.
|
|
56
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
57
|
+
* @param state Any extra arguments used during the lookup.
|
|
58
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
|
+
*/
|
|
60
|
+
static get(name, id, state, opts) {
|
|
61
|
+
return new Psk(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Returns true if the given object is an instance of Psk. This is designed to work even
|
|
65
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
+
*/
|
|
67
|
+
static isInstance(obj) {
|
|
68
|
+
if (obj === undefined || obj === null) {
|
|
69
|
+
return false;
|
|
70
|
+
}
|
|
71
|
+
return obj['__pulumiType'] === Psk.__pulumiType;
|
|
72
|
+
}
|
|
73
|
+
constructor(name, argsOrState, opts) {
|
|
74
|
+
let resourceInputs = {};
|
|
75
|
+
opts = opts || {};
|
|
76
|
+
if (opts.id) {
|
|
77
|
+
const state = argsOrState;
|
|
78
|
+
resourceInputs["email"] = state ? state.email : undefined;
|
|
79
|
+
resourceInputs["expireTime"] = state ? state.expireTime : undefined;
|
|
80
|
+
resourceInputs["expiryNotificationTime"] = state ? state.expiryNotificationTime : undefined;
|
|
81
|
+
resourceInputs["mac"] = state ? state.mac : undefined;
|
|
82
|
+
resourceInputs["macs"] = state ? state.macs : undefined;
|
|
83
|
+
resourceInputs["maxUsage"] = state ? state.maxUsage : undefined;
|
|
84
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
85
|
+
resourceInputs["note"] = state ? state.note : undefined;
|
|
86
|
+
resourceInputs["notifyExpiry"] = state ? state.notifyExpiry : undefined;
|
|
87
|
+
resourceInputs["notifyOnCreateOrEdit"] = state ? state.notifyOnCreateOrEdit : undefined;
|
|
88
|
+
resourceInputs["oldPassphrase"] = state ? state.oldPassphrase : undefined;
|
|
89
|
+
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
90
|
+
resourceInputs["passphrase"] = state ? state.passphrase : undefined;
|
|
91
|
+
resourceInputs["role"] = state ? state.role : undefined;
|
|
92
|
+
resourceInputs["ssid"] = state ? state.ssid : undefined;
|
|
93
|
+
resourceInputs["usage"] = state ? state.usage : undefined;
|
|
94
|
+
resourceInputs["vlanId"] = state ? state.vlanId : undefined;
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
const args = argsOrState;
|
|
98
|
+
if ((!args || args.orgId === undefined) && !opts.urn) {
|
|
99
|
+
throw new Error("Missing required property 'orgId'");
|
|
100
|
+
}
|
|
101
|
+
if ((!args || args.passphrase === undefined) && !opts.urn) {
|
|
102
|
+
throw new Error("Missing required property 'passphrase'");
|
|
103
|
+
}
|
|
104
|
+
if ((!args || args.ssid === undefined) && !opts.urn) {
|
|
105
|
+
throw new Error("Missing required property 'ssid'");
|
|
106
|
+
}
|
|
107
|
+
resourceInputs["email"] = args ? args.email : undefined;
|
|
108
|
+
resourceInputs["expireTime"] = args ? args.expireTime : undefined;
|
|
109
|
+
resourceInputs["expiryNotificationTime"] = args ? args.expiryNotificationTime : undefined;
|
|
110
|
+
resourceInputs["mac"] = args ? args.mac : undefined;
|
|
111
|
+
resourceInputs["macs"] = args ? args.macs : undefined;
|
|
112
|
+
resourceInputs["maxUsage"] = args ? args.maxUsage : undefined;
|
|
113
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
114
|
+
resourceInputs["note"] = args ? args.note : undefined;
|
|
115
|
+
resourceInputs["notifyExpiry"] = args ? args.notifyExpiry : undefined;
|
|
116
|
+
resourceInputs["notifyOnCreateOrEdit"] = args ? args.notifyOnCreateOrEdit : undefined;
|
|
117
|
+
resourceInputs["oldPassphrase"] = (args === null || args === void 0 ? void 0 : args.oldPassphrase) ? pulumi.secret(args.oldPassphrase) : undefined;
|
|
118
|
+
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
119
|
+
resourceInputs["passphrase"] = (args === null || args === void 0 ? void 0 : args.passphrase) ? pulumi.secret(args.passphrase) : undefined;
|
|
120
|
+
resourceInputs["role"] = args ? args.role : undefined;
|
|
121
|
+
resourceInputs["ssid"] = args ? args.ssid : undefined;
|
|
122
|
+
resourceInputs["usage"] = args ? args.usage : undefined;
|
|
123
|
+
resourceInputs["vlanId"] = args ? args.vlanId : undefined;
|
|
124
|
+
}
|
|
125
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
126
|
+
const secretOpts = { additionalSecretOutputs: ["oldPassphrase", "passphrase"] };
|
|
127
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
128
|
+
super(Psk.__pulumiType, name, resourceInputs, opts);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
exports.Psk = Psk;
|
|
132
|
+
/** @internal */
|
|
133
|
+
Psk.__pulumiType = 'junipermist:org/psk:Psk';
|
|
134
|
+
//# sourceMappingURL=psk.js.map
|
package/org/psk.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"psk.js","sourceRoot":"","sources":["../../org/psk.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1D,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,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;IAgED,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,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,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,eAAe,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,aAAa,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACtG,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,UAAU,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC7F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,eAAe,EAAE,YAAY,CAAC,EAAE,CAAC;QAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;;AAjJL,kBAkJC;AApIG,gBAAgB;AACO,gBAAY,GAAG,yBAAyB,CAAC"}
|
package/org/rftemplate.d.ts
CHANGED
|
@@ -3,6 +3,30 @@ import * as inputs from "../types/input";
|
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
5
|
* This manages the RF Templates.The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import junipermist:org/rftemplate:Rftemplate Using terraform import, import `mist_org_rftemplate` using the `import` command:
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* Gateway cluster can be imported by specifying the org_id and the rftemplate_id
|
|
14
|
+
*
|
|
15
|
+
* ```sh
|
|
16
|
+
* $ pulumi import junipermist:org/rftemplate:Rftemplate rftemplate_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_rftemplate` with `id={org_id}.{rftemplate_id}`:
|
|
20
|
+
*
|
|
21
|
+
* tf
|
|
22
|
+
*
|
|
23
|
+
* import {
|
|
24
|
+
*
|
|
25
|
+
* to = mist_org_rftemplate.rftemplate_one
|
|
26
|
+
*
|
|
27
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309"
|
|
28
|
+
*
|
|
29
|
+
* }
|
|
6
30
|
*/
|
|
7
31
|
export declare class Rftemplate extends pulumi.CustomResource {
|
|
8
32
|
/**
|
package/org/rftemplate.js
CHANGED
|
@@ -7,6 +7,30 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
9
|
* This manages the RF Templates.The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import junipermist:org/rftemplate:Rftemplate Using terraform import, import `mist_org_rftemplate` using the `import` command:
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* Gateway cluster can be imported by specifying the org_id and the rftemplate_id
|
|
18
|
+
*
|
|
19
|
+
* ```sh
|
|
20
|
+
* $ pulumi import junipermist:org/rftemplate:Rftemplate rftemplate_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_rftemplate` with `id={org_id}.{rftemplate_id}`:
|
|
24
|
+
*
|
|
25
|
+
* tf
|
|
26
|
+
*
|
|
27
|
+
* import {
|
|
28
|
+
*
|
|
29
|
+
* to = mist_org_rftemplate.rftemplate_one
|
|
30
|
+
*
|
|
31
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309"
|
|
32
|
+
*
|
|
33
|
+
* }
|
|
10
34
|
*/
|
|
11
35
|
class Rftemplate extends pulumi.CustomResource {
|
|
12
36
|
/**
|
package/org/rftemplate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rftemplate.js","sourceRoot":"","sources":["../../org/rftemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"rftemplate.js","sourceRoot":"","sources":["../../org/rftemplate.ts"],"names":[],"mappings":"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"}
|
package/org/service.d.ts
CHANGED
|
@@ -3,6 +3,30 @@ import * as inputs from "../types/input";
|
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
5
|
* This resource manages WAN Assurance Services (Applications).The Services are used in the `servicePolicies` from the Gateway configuration and Gateway templates, or can be used in the Org Service Policies (`orgServicepolicy` resource).
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import junipermist:org/service:Service Using terraform import, import `mist_org_service` using the `import` command:
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* Gateway cluster can be imported by specifying the org_id and the service_id
|
|
14
|
+
*
|
|
15
|
+
* ```sh
|
|
16
|
+
* $ pulumi import junipermist:org/service:Service service_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_service` with `id={org_id}.{service_id}`:
|
|
20
|
+
*
|
|
21
|
+
* tf
|
|
22
|
+
*
|
|
23
|
+
* import {
|
|
24
|
+
*
|
|
25
|
+
* to = mist_org_service.service_one
|
|
26
|
+
*
|
|
27
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309"
|
|
28
|
+
*
|
|
29
|
+
* }
|
|
6
30
|
*/
|
|
7
31
|
export declare class Service extends pulumi.CustomResource {
|
|
8
32
|
/**
|
package/org/service.js
CHANGED
|
@@ -7,6 +7,30 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
9
|
* This resource manages WAN Assurance Services (Applications).The Services are used in the `servicePolicies` from the Gateway configuration and Gateway templates, or can be used in the Org Service Policies (`orgServicepolicy` resource).
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import junipermist:org/service:Service Using terraform import, import `mist_org_service` using the `import` command:
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* Gateway cluster can be imported by specifying the org_id and the service_id
|
|
18
|
+
*
|
|
19
|
+
* ```sh
|
|
20
|
+
* $ pulumi import junipermist:org/service:Service service_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_service` with `id={org_id}.{service_id}`:
|
|
24
|
+
*
|
|
25
|
+
* tf
|
|
26
|
+
*
|
|
27
|
+
* import {
|
|
28
|
+
*
|
|
29
|
+
* to = mist_org_service.service_one
|
|
30
|
+
*
|
|
31
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309"
|
|
32
|
+
*
|
|
33
|
+
* }
|
|
10
34
|
*/
|
|
11
35
|
class Service extends pulumi.CustomResource {
|
|
12
36
|
/**
|
package/org/service.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../org/service.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../org/service.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAoED,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,+BAA+B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,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,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,+BAA+B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YACxG,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AAnJL,0BAoJC;AAtIG,gBAAgB;AACO,oBAAY,GAAG,iCAAiC,CAAC"}
|
package/org/servicepolicy.d.ts
CHANGED
|
@@ -3,6 +3,30 @@ import * as inputs from "../types/input";
|
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
5
|
* This resource manages WAN Assurance Service Policies (Application Policiess).The Service Policies are used in the `servicepolicyPolicies` from the Gateway configuration and Gateway templates.They can be used to manage common policies betweeen multiples configurations
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import junipermist:org/servicepolicy:Servicepolicy Using terraform import, import `mist_org_servicepolicy` using the `import` command:
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* Gateway cluster can be imported by specifying the org_id and the servicepolicy_id
|
|
14
|
+
*
|
|
15
|
+
* ```sh
|
|
16
|
+
* $ pulumi import junipermist:org/servicepolicy:Servicepolicy servicepolicy_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_servicepolicy` with `id={org_id}.{servicepolicy_id}`:
|
|
20
|
+
*
|
|
21
|
+
* tf
|
|
22
|
+
*
|
|
23
|
+
* import {
|
|
24
|
+
*
|
|
25
|
+
* to = mist_org_servicepolicy.servicepolicy_one
|
|
26
|
+
*
|
|
27
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309"
|
|
28
|
+
*
|
|
29
|
+
* }
|
|
6
30
|
*/
|
|
7
31
|
export declare class Servicepolicy extends pulumi.CustomResource {
|
|
8
32
|
/**
|
package/org/servicepolicy.js
CHANGED
|
@@ -7,6 +7,30 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
9
|
* This resource manages WAN Assurance Service Policies (Application Policiess).The Service Policies are used in the `servicepolicyPolicies` from the Gateway configuration and Gateway templates.They can be used to manage common policies betweeen multiples configurations
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import junipermist:org/servicepolicy:Servicepolicy Using terraform import, import `mist_org_servicepolicy` using the `import` command:
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* Gateway cluster can be imported by specifying the org_id and the servicepolicy_id
|
|
18
|
+
*
|
|
19
|
+
* ```sh
|
|
20
|
+
* $ pulumi import junipermist:org/servicepolicy:Servicepolicy servicepolicy_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_servicepolicy` with `id={org_id}.{servicepolicy_id}`:
|
|
24
|
+
*
|
|
25
|
+
* tf
|
|
26
|
+
*
|
|
27
|
+
* import {
|
|
28
|
+
*
|
|
29
|
+
* to = mist_org_servicepolicy.servicepolicy_one
|
|
30
|
+
*
|
|
31
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309"
|
|
32
|
+
*
|
|
33
|
+
* }
|
|
10
34
|
*/
|
|
11
35
|
class Servicepolicy extends pulumi.CustomResource {
|
|
12
36
|
/**
|
package/org/servicepolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"servicepolicy.js","sourceRoot":"","sources":["../../org/servicepolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"servicepolicy.js","sourceRoot":"","sources":["../../org/servicepolicy.ts"],"names":[],"mappings":"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"}
|
package/org/setting.d.ts
CHANGED
|
@@ -21,6 +21,30 @@ import * as outputs from "../types/output";
|
|
|
21
21
|
* },
|
|
22
22
|
* });
|
|
23
23
|
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import junipermist:org/setting:Setting Using terraform import, import `mist_org_setting` using the `import` command:
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* Gateway cluster can be imported by specifying the org_id
|
|
32
|
+
*
|
|
33
|
+
* ```sh
|
|
34
|
+
* $ pulumi import junipermist:org/setting:Setting setting_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* In Terraform v1.5.0 and later, use an import block to import `mist_org_setting` with `id={org_id}`:
|
|
38
|
+
*
|
|
39
|
+
* tf
|
|
40
|
+
*
|
|
41
|
+
* import {
|
|
42
|
+
*
|
|
43
|
+
* to = mist_org_setting.setting_one
|
|
44
|
+
*
|
|
45
|
+
* id = "17b46405-3a6d-4715-8bb4-6bb6d06f316a"
|
|
46
|
+
*
|
|
47
|
+
* }
|
|
24
48
|
*/
|
|
25
49
|
export declare class Setting extends pulumi.CustomResource {
|
|
26
50
|
/**
|