@pulumi/f5bigip 3.4.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 (219) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +60 -0
  3. package/as3.d.ts +575 -0
  4. package/as3.js +524 -0
  5. package/as3.js.map +1 -0
  6. package/bigIqAs3.d.ts +153 -0
  7. package/bigIqAs3.js +97 -0
  8. package/bigIqAs3.js.map +1 -0
  9. package/cm/device.d.ts +102 -0
  10. package/cm/device.js +80 -0
  11. package/cm/device.js.map +1 -0
  12. package/cm/deviceGroup.d.ts +182 -0
  13. package/cm/deviceGroup.js +93 -0
  14. package/cm/deviceGroup.js.map +1 -0
  15. package/cm/index.d.ts +2 -0
  16. package/cm/index.js +31 -0
  17. package/cm/index.js.map +1 -0
  18. package/command.d.ts +80 -0
  19. package/command.js +74 -0
  20. package/command.js.map +1 -0
  21. package/commonLicenseManageBigIq.d.ts +291 -0
  22. package/commonLicenseManageBigIq.js +158 -0
  23. package/commonLicenseManageBigIq.js.map +1 -0
  24. package/config/index.d.ts +1 -0
  25. package/config/index.js +10 -0
  26. package/config/index.js.map +1 -0
  27. package/config/vars.d.ts +32 -0
  28. package/config/vars.js +39 -0
  29. package/config/vars.js.map +1 -0
  30. package/do.d.ts +95 -0
  31. package/do.js +74 -0
  32. package/do.js.map +1 -0
  33. package/eventServiceDiscovery.d.ts +61 -0
  34. package/eventServiceDiscovery.js +55 -0
  35. package/eventServiceDiscovery.js.map +1 -0
  36. package/fastApplication.d.ts +92 -0
  37. package/fastApplication.js +75 -0
  38. package/fastApplication.js.map +1 -0
  39. package/fastTemplate.d.ts +76 -0
  40. package/fastTemplate.js +64 -0
  41. package/fastTemplate.js.map +1 -0
  42. package/index.d.ts +21 -0
  43. package/index.js +107 -0
  44. package/index.js.map +1 -0
  45. package/ipsecPolicy.d.ts +214 -0
  46. package/ipsecPolicy.js +100 -0
  47. package/ipsecPolicy.js.map +1 -0
  48. package/ltm/dataGroup.d.ts +100 -0
  49. package/ltm/dataGroup.js +87 -0
  50. package/ltm/dataGroup.js.map +1 -0
  51. package/ltm/getDataGroup.d.ts +58 -0
  52. package/ltm/getDataGroup.js +37 -0
  53. package/ltm/getDataGroup.js.map +1 -0
  54. package/ltm/getIrule.d.ts +53 -0
  55. package/ltm/getIrule.js +37 -0
  56. package/ltm/getIrule.js.map +1 -0
  57. package/ltm/getMonitor.d.ts +81 -0
  58. package/ltm/getMonitor.js +35 -0
  59. package/ltm/getMonitor.js.map +1 -0
  60. package/ltm/getNode.d.ts +81 -0
  61. package/ltm/getNode.js +27 -0
  62. package/ltm/getNode.js.map +1 -0
  63. package/ltm/getPool.d.ts +45 -0
  64. package/ltm/getPool.js +35 -0
  65. package/ltm/getPool.js.map +1 -0
  66. package/ltm/index.d.ts +30 -0
  67. package/ltm/index.js +151 -0
  68. package/ltm/index.js.map +1 -0
  69. package/ltm/irule.d.ts +65 -0
  70. package/ltm/irule.js +63 -0
  71. package/ltm/irule.js.map +1 -0
  72. package/ltm/monitor.d.ts +341 -0
  73. package/ltm/monitor.js +139 -0
  74. package/ltm/monitor.js.map +1 -0
  75. package/ltm/node.d.ts +186 -0
  76. package/ltm/node.js +102 -0
  77. package/ltm/node.js.map +1 -0
  78. package/ltm/persistenceProfileCookie.d.ts +309 -0
  79. package/ltm/persistenceProfileCookie.js +153 -0
  80. package/ltm/persistenceProfileCookie.js.map +1 -0
  81. package/ltm/persistenceProfileDstAddr.d.ts +206 -0
  82. package/ltm/persistenceProfileDstAddr.js +117 -0
  83. package/ltm/persistenceProfileDstAddr.js.map +1 -0
  84. package/ltm/persistenceProfileSrcAddr.d.ts +225 -0
  85. package/ltm/persistenceProfileSrcAddr.js +126 -0
  86. package/ltm/persistenceProfileSrcAddr.js.map +1 -0
  87. package/ltm/persistenceProfileSsl.d.ts +177 -0
  88. package/ltm/persistenceProfileSsl.js +111 -0
  89. package/ltm/persistenceProfileSsl.js.map +1 -0
  90. package/ltm/policy.d.ts +143 -0
  91. package/ltm/policy.js +97 -0
  92. package/ltm/policy.js.map +1 -0
  93. package/ltm/pool.d.ts +179 -0
  94. package/ltm/pool.js +94 -0
  95. package/ltm/pool.js.map +1 -0
  96. package/ltm/poolAttachment.d.ts +197 -0
  97. package/ltm/poolAttachment.js +135 -0
  98. package/ltm/poolAttachment.js.map +1 -0
  99. package/ltm/profileClientSsl.d.ts +725 -0
  100. package/ltm/profileClientSsl.js +180 -0
  101. package/ltm/profileClientSsl.js.map +1 -0
  102. package/ltm/profileFastHttp.d.ts +194 -0
  103. package/ltm/profileFastHttp.js +99 -0
  104. package/ltm/profileFastHttp.js.map +1 -0
  105. package/ltm/profileFastL4.d.ts +188 -0
  106. package/ltm/profileFastL4.js +103 -0
  107. package/ltm/profileFastL4.js.map +1 -0
  108. package/ltm/profileFtp.d.ts +285 -0
  109. package/ltm/profileFtp.js +134 -0
  110. package/ltm/profileFtp.js.map +1 -0
  111. package/ltm/profileHttp.d.ts +397 -0
  112. package/ltm/profileHttp.js +136 -0
  113. package/ltm/profileHttp.js.map +1 -0
  114. package/ltm/profileHttp2.d.ts +223 -0
  115. package/ltm/profileHttp2.js +108 -0
  116. package/ltm/profileHttp2.js.map +1 -0
  117. package/ltm/profileHttpCompress.d.ts +132 -0
  118. package/ltm/profileHttpCompress.js +87 -0
  119. package/ltm/profileHttpCompress.js.map +1 -0
  120. package/ltm/profileOneConnect.d.ts +180 -0
  121. package/ltm/profileOneConnect.js +95 -0
  122. package/ltm/profileOneConnect.js.map +1 -0
  123. package/ltm/profileServerSsl.d.ts +676 -0
  124. package/ltm/profileServerSsl.js +170 -0
  125. package/ltm/profileServerSsl.js.map +1 -0
  126. package/ltm/profileTcp.d.ts +179 -0
  127. package/ltm/profileTcp.js +94 -0
  128. package/ltm/profileTcp.js.map +1 -0
  129. package/ltm/snat.d.ts +199 -0
  130. package/ltm/snat.js +106 -0
  131. package/ltm/snat.js.map +1 -0
  132. package/ltm/snatPool.d.ts +80 -0
  133. package/ltm/snatPool.js +78 -0
  134. package/ltm/snatPool.js.map +1 -0
  135. package/ltm/virtualAddress.d.ts +149 -0
  136. package/ltm/virtualAddress.js +84 -0
  137. package/ltm/virtualAddress.js.map +1 -0
  138. package/ltm/virtualServer.d.ts +355 -0
  139. package/ltm/virtualServer.js +153 -0
  140. package/ltm/virtualServer.js.map +1 -0
  141. package/net/index.d.ts +3 -0
  142. package/net/index.js +36 -0
  143. package/net/index.js.map +1 -0
  144. package/net/route.d.ts +114 -0
  145. package/net/route.js +82 -0
  146. package/net/route.js.map +1 -0
  147. package/net/selfIp.d.ts +105 -0
  148. package/net/selfIp.js +86 -0
  149. package/net/selfIp.js.map +1 -0
  150. package/net/vlan.d.ts +94 -0
  151. package/net/vlan.js +78 -0
  152. package/net/vlan.js.map +1 -0
  153. package/netIkePeer.d.ts +460 -0
  154. package/netIkePeer.js +138 -0
  155. package/netIkePeer.js.map +1 -0
  156. package/netTunnel.d.ts +256 -0
  157. package/netTunnel.js +107 -0
  158. package/netTunnel.js.map +1 -0
  159. package/package.json +26 -0
  160. package/package.json.bak +25 -0
  161. package/package.json.dev +25 -0
  162. package/provider.d.ts +83 -0
  163. package/provider.js +53 -0
  164. package/provider.js.map +1 -0
  165. package/scripts/install-pulumi-plugin.js +21 -0
  166. package/ssl/certificate.d.ts +102 -0
  167. package/ssl/certificate.js +80 -0
  168. package/ssl/certificate.js.map +1 -0
  169. package/ssl/getCertificate.d.ts +50 -0
  170. package/ssl/getCertificate.js +37 -0
  171. package/ssl/getCertificate.js.map +1 -0
  172. package/ssl/getVWanConfig.d.ts +80 -0
  173. package/ssl/getVWanConfig.js +50 -0
  174. package/ssl/getVWanConfig.js.map +1 -0
  175. package/ssl/index.d.ts +4 -0
  176. package/ssl/index.js +33 -0
  177. package/ssl/index.js.map +1 -0
  178. package/ssl/key.d.ts +102 -0
  179. package/ssl/key.js +80 -0
  180. package/ssl/key.js.map +1 -0
  181. package/sys/bigIpLicense.d.ts +60 -0
  182. package/sys/bigIpLicense.js +58 -0
  183. package/sys/bigIpLicense.js.map +1 -0
  184. package/sys/dns.d.ts +101 -0
  185. package/sys/dns.js +76 -0
  186. package/sys/dns.js.map +1 -0
  187. package/sys/iapp.d.ts +241 -0
  188. package/sys/iapp.js +118 -0
  189. package/sys/iapp.js.map +1 -0
  190. package/sys/index.d.ts +7 -0
  191. package/sys/index.js +56 -0
  192. package/sys/index.js.map +1 -0
  193. package/sys/ntp.d.ts +89 -0
  194. package/sys/ntp.js +74 -0
  195. package/sys/ntp.js.map +1 -0
  196. package/sys/provision.d.ts +126 -0
  197. package/sys/provision.js +81 -0
  198. package/sys/provision.js.map +1 -0
  199. package/sys/snmp.d.ts +87 -0
  200. package/sys/snmp.js +69 -0
  201. package/sys/snmp.js.map +1 -0
  202. package/sys/snmpTraps.d.ts +221 -0
  203. package/sys/snmpTraps.js +93 -0
  204. package/sys/snmpTraps.js.map +1 -0
  205. package/trafficSelector.d.ts +177 -0
  206. package/trafficSelector.js +95 -0
  207. package/trafficSelector.js.map +1 -0
  208. package/types/index.d.ts +3 -0
  209. package/types/index.js +10 -0
  210. package/types/index.js.map +1 -0
  211. package/types/input.d.ts +353 -0
  212. package/types/input.js +5 -0
  213. package/types/input.js.map +1 -0
  214. package/types/output.d.ts +352 -0
  215. package/types/output.js +5 -0
  216. package/types/output.js.map +1 -0
  217. package/utilities.d.ts +4 -0
  218. package/utilities.js +51 -0
  219. package/utilities.js.map +1 -0
package/as3.d.ts ADDED
@@ -0,0 +1,575 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * `f5bigip.As3` provides details about bigip as3 resource
4
+ *
5
+ * This resource is helpful to configure as3 declarative JSON on BIG-IP.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as f5bigip from "@pulumi/f5bigip";
12
+ * import * from "fs";
13
+ *
14
+ * // Example Usage for json file
15
+ * const as3_example1As3 = new f5bigip.As3("as3-example1As3", {as3Json: fs.readFileSync("example1.json")});
16
+ * // Example Usage for json file with tenant filter
17
+ * const as3_example1Index_as3As3 = new f5bigip.As3("as3-example1Index/as3As3", {
18
+ * as3Json: fs.readFileSync("example2.json"),
19
+ * tenantFilter: "Sample_03",
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * As3 resources can be imported using the partition name, e.g., ( use comma separated partition names if there are multiple partitions in as3 deployments )
26
+ *
27
+ * ```sh
28
+ * $ pulumi import f5bigip:index/as3:As3 bigip_as3.test Sample_http_01
29
+ * ```
30
+ *
31
+ * ```sh
32
+ * $ pulumi import f5bigip:index/as3:As3 bigip_as3.test Sample_http_01,Sample_non_http_01
33
+ * ```
34
+ *
35
+ * #### Import examples ( single and multiple partitions )
36
+ *
37
+ * ```sh
38
+ * $ pulumi import f5bigip:index/as3:As3 test Sample_http_01
39
+ * ```
40
+ *
41
+ * bigip_as3.testImporting from ID "Sample_http_01"... bigip_as3.testImport prepared!
42
+ *
43
+ * Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show # bigip_as3.testresource "bigip_as3" "test" {
44
+ *
45
+ * as3_json
46
+ *
47
+ * = jsonencode(
48
+ *
49
+ * {
50
+ *
51
+ * action
52
+ *
53
+ * = "deploy"
54
+ *
55
+ * class
56
+ *
57
+ * = "AS3"
58
+ *
59
+ * declaration = {
60
+ *
61
+ * Sample_http_01 = {
62
+ *
63
+ * A1
64
+ *
65
+ * = {
66
+ *
67
+ * class
68
+ *
69
+ * = "Application"
70
+ *
71
+ * jsessionid = {
72
+ *
73
+ * class
74
+ *
75
+ * = "Persist"
76
+ *
77
+ * cookieMethod
78
+ *
79
+ * = "hash"
80
+ *
81
+ * cookieName
82
+ *
83
+ * = "JSESSIONID"
84
+ *
85
+ * persistenceMethod = "cookie"
86
+ *
87
+ * }
88
+ *
89
+ * service
90
+ *
91
+ * = {
92
+ *
93
+ * class
94
+ *
95
+ * = "Service_HTTP"
96
+ *
97
+ * persistenceMethods = [
98
+ *
99
+ * {
100
+ *
101
+ * use = "jsessionid"
102
+ *
103
+ * },
104
+ *
105
+ * ]
106
+ *
107
+ * pool
108
+ *
109
+ * = "web_pool"
110
+ *
111
+ * virtualAddresses
112
+ *
113
+ * = [
114
+ *
115
+ * "10.0.2.10",
116
+ *
117
+ * ]
118
+ *
119
+ * }
120
+ *
121
+ * web_pool
122
+ *
123
+ * = {
124
+ *
125
+ * class
126
+ *
127
+ * = "Pool"
128
+ *
129
+ * members
130
+ *
131
+ * = [
132
+ *
133
+ * {
134
+ *
135
+ * serverAddresses = [
136
+ *
137
+ * "192.0.2.10",
138
+ *
139
+ * "192.0.2.11",
140
+ *
141
+ * ]
142
+ *
143
+ * servicePort
144
+ *
145
+ * = 80
146
+ *
147
+ * },
148
+ *
149
+ * ]
150
+ *
151
+ * monitors = [
152
+ *
153
+ * "http",
154
+ *
155
+ * ]
156
+ *
157
+ * }
158
+ *
159
+ * }
160
+ *
161
+ * class = "Tenant"
162
+ *
163
+ * }
164
+ *
165
+ * class
166
+ *
167
+ * = "ADC"
168
+ *
169
+ * id
170
+ *
171
+ * = "UDP_DNS_Sample"
172
+ *
173
+ * label
174
+ *
175
+ * = "UDP_DNS_Sample"
176
+ *
177
+ * remark
178
+ *
179
+ * = "Sample of a UDP DNS Load Balancer Service"
180
+ *
181
+ * schemaVersion
182
+ *
183
+ * = "3.0.0"
184
+ *
185
+ * }
186
+ *
187
+ * persist
188
+ *
189
+ * = true
190
+ *
191
+ * }
192
+ *
193
+ * )
194
+ *
195
+ * id
196
+ *
197
+ * = "Sample_http_01"
198
+ *
199
+ * tenant_filter = "Sample_http_01"
200
+ *
201
+ * tenant_list
202
+ *
203
+ * = "Sample_http_01" }
204
+ *
205
+ * ```sh
206
+ * $ pulumi import f5bigip:index/as3:As3 test Sample_http_01,Sample_non_http_01
207
+ * ```
208
+ *
209
+ * bigip_as3.testImporting from ID "Sample_http_01,Sample_non_http_01"... bigip_as3.testImport prepared!
210
+ *
211
+ * Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01,Sample_non_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show # bigip_as3.testresource "bigip_as3" "test" {
212
+ *
213
+ * as3_json
214
+ *
215
+ * = jsonencode(
216
+ *
217
+ * {
218
+ *
219
+ * action
220
+ *
221
+ * = "deploy"
222
+ *
223
+ * class
224
+ *
225
+ * = "AS3"
226
+ *
227
+ * declaration = {
228
+ *
229
+ * Sample_http_01
230
+ *
231
+ * = {
232
+ *
233
+ * A1
234
+ *
235
+ * = {
236
+ *
237
+ * class
238
+ *
239
+ * = "Application"
240
+ *
241
+ * jsessionid = {
242
+ *
243
+ * class
244
+ *
245
+ * = "Persist"
246
+ *
247
+ * cookieMethod
248
+ *
249
+ * = "hash"
250
+ *
251
+ * cookieName
252
+ *
253
+ * = "JSESSIONID"
254
+ *
255
+ * persistenceMethod = "cookie"
256
+ *
257
+ * }
258
+ *
259
+ * service
260
+ *
261
+ * = {
262
+ *
263
+ * class
264
+ *
265
+ * = "Service_HTTP"
266
+ *
267
+ * persistenceMethods = [
268
+ *
269
+ * {
270
+ *
271
+ * use = "jsessionid"
272
+ *
273
+ * },
274
+ *
275
+ * ]
276
+ *
277
+ * pool
278
+ *
279
+ * = "web_pool"
280
+ *
281
+ * virtualAddresses
282
+ *
283
+ * = [
284
+ *
285
+ * "10.0.2.10",
286
+ *
287
+ * ]
288
+ *
289
+ * }
290
+ *
291
+ * web_pool
292
+ *
293
+ * = {
294
+ *
295
+ * class
296
+ *
297
+ * = "Pool"
298
+ *
299
+ * members
300
+ *
301
+ * = [
302
+ *
303
+ * {
304
+ *
305
+ * serverAddresses = [
306
+ *
307
+ * "192.0.2.10",
308
+ *
309
+ * "192.0.2.11",
310
+ *
311
+ * ]
312
+ *
313
+ * servicePort
314
+ *
315
+ * = 80
316
+ *
317
+ * },
318
+ *
319
+ * ]
320
+ *
321
+ * monitors = [
322
+ *
323
+ * "http",
324
+ *
325
+ * ]
326
+ *
327
+ * }
328
+ *
329
+ * }
330
+ *
331
+ * class = "Tenant"
332
+ *
333
+ * }
334
+ *
335
+ * Sample_non_http_01 = {
336
+ *
337
+ * DNS_Service = {
338
+ *
339
+ * Pool1
340
+ *
341
+ * = {
342
+ *
343
+ * class
344
+ *
345
+ * = "Pool"
346
+ *
347
+ * members
348
+ *
349
+ * = [
350
+ *
351
+ * {
352
+ *
353
+ * serverAddresses = [
354
+ *
355
+ * "10.1.10.100",
356
+ *
357
+ * ]
358
+ *
359
+ * servicePort
360
+ *
361
+ * = 53
362
+ *
363
+ * },
364
+ *
365
+ * {
366
+ *
367
+ * serverAddresses = [
368
+ *
369
+ * "10.1.10.101",
370
+ *
371
+ * ]
372
+ *
373
+ * servicePort
374
+ *
375
+ * = 53
376
+ *
377
+ * },
378
+ *
379
+ * ]
380
+ *
381
+ * monitors = [
382
+ *
383
+ * "icmp",
384
+ *
385
+ * ]
386
+ *
387
+ * }
388
+ *
389
+ * class
390
+ *
391
+ * = "Application"
392
+ *
393
+ * service = {
394
+ *
395
+ * class
396
+ *
397
+ * = "Service_UDP"
398
+ *
399
+ * pool
400
+ *
401
+ * = "Pool1"
402
+ *
403
+ * virtualAddresses = [
404
+ *
405
+ * "10.1.20.121",
406
+ *
407
+ * ]
408
+ *
409
+ * virtualPort
410
+ *
411
+ * = 53
412
+ *
413
+ * }
414
+ *
415
+ * }
416
+ *
417
+ * class
418
+ *
419
+ * = "Tenant"
420
+ *
421
+ * }
422
+ *
423
+ * class
424
+ *
425
+ * = "ADC"
426
+ *
427
+ * id
428
+ *
429
+ * = "UDP_DNS_Sample"
430
+ *
431
+ * label
432
+ *
433
+ * = "UDP_DNS_Sample"
434
+ *
435
+ * remark
436
+ *
437
+ * = "Sample of a UDP DNS Load Balancer Service"
438
+ *
439
+ * schemaVersion
440
+ *
441
+ * = "3.0.0"
442
+ *
443
+ * }
444
+ *
445
+ * persist
446
+ *
447
+ * = true
448
+ *
449
+ * }
450
+ *
451
+ * )
452
+ *
453
+ * id
454
+ *
455
+ * = "Sample_http_01,Sample_non_http_01"
456
+ *
457
+ * tenant_filter = "Sample_http_01,Sample_non_http_01"
458
+ *
459
+ * tenant_list
460
+ *
461
+ * = "Sample_http_01,Sample_non_http_01" } * `AS3 documentation` - https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/composing-a-declaration.html
462
+ */
463
+ export declare class As3 extends pulumi.CustomResource {
464
+ /**
465
+ * Get an existing As3 resource's state with the given name, ID, and optional extra
466
+ * properties used to qualify the lookup.
467
+ *
468
+ * @param name The _unique_ name of the resulting resource.
469
+ * @param id The _unique_ provider ID of the resource to lookup.
470
+ * @param state Any extra arguments used during the lookup.
471
+ * @param opts Optional settings to control the behavior of the CustomResource.
472
+ */
473
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: As3State, opts?: pulumi.CustomResourceOptions): As3;
474
+ /**
475
+ * Returns true if the given object is an instance of As3. This is designed to work even
476
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
477
+ */
478
+ static isInstance(obj: any): obj is As3;
479
+ /**
480
+ * Name of Application
481
+ */
482
+ readonly applicationList: pulumi.Output<string>;
483
+ /**
484
+ * Path/Filename of Declarative AS3 JSON which is a json file used with builtin ```file``` function
485
+ */
486
+ readonly as3Json: pulumi.Output<string>;
487
+ /**
488
+ * Set True if you want to ignore metadata changes during update. By default it is set to false
489
+ */
490
+ readonly ignoreMetadata: pulumi.Output<boolean | undefined>;
491
+ /**
492
+ * If there are multiple tenants on a BIG-IP, this attribute helps the user to set a particular tenant to which he want to reflect the changes. Other tenants will neither be created nor be modified.
493
+ */
494
+ readonly tenantFilter: pulumi.Output<string | undefined>;
495
+ /**
496
+ * Name of Tenant
497
+ */
498
+ readonly tenantList: pulumi.Output<string>;
499
+ /**
500
+ * Name of Tenant
501
+ *
502
+ * @deprecated this attribute is no longer in use
503
+ */
504
+ readonly tenantName: pulumi.Output<string | undefined>;
505
+ /**
506
+ * Create a As3 resource with the given unique name, arguments, and options.
507
+ *
508
+ * @param name The _unique_ name of the resource.
509
+ * @param args The arguments to use to populate this resource's properties.
510
+ * @param opts A bag of options that control this resource's behavior.
511
+ */
512
+ constructor(name: string, args: As3Args, opts?: pulumi.CustomResourceOptions);
513
+ }
514
+ /**
515
+ * Input properties used for looking up and filtering As3 resources.
516
+ */
517
+ export interface As3State {
518
+ /**
519
+ * Name of Application
520
+ */
521
+ applicationList?: pulumi.Input<string>;
522
+ /**
523
+ * Path/Filename of Declarative AS3 JSON which is a json file used with builtin ```file``` function
524
+ */
525
+ as3Json?: pulumi.Input<string>;
526
+ /**
527
+ * Set True if you want to ignore metadata changes during update. By default it is set to false
528
+ */
529
+ ignoreMetadata?: pulumi.Input<boolean>;
530
+ /**
531
+ * If there are multiple tenants on a BIG-IP, this attribute helps the user to set a particular tenant to which he want to reflect the changes. Other tenants will neither be created nor be modified.
532
+ */
533
+ tenantFilter?: pulumi.Input<string>;
534
+ /**
535
+ * Name of Tenant
536
+ */
537
+ tenantList?: pulumi.Input<string>;
538
+ /**
539
+ * Name of Tenant
540
+ *
541
+ * @deprecated this attribute is no longer in use
542
+ */
543
+ tenantName?: pulumi.Input<string>;
544
+ }
545
+ /**
546
+ * The set of arguments for constructing a As3 resource.
547
+ */
548
+ export interface As3Args {
549
+ /**
550
+ * Name of Application
551
+ */
552
+ applicationList?: pulumi.Input<string>;
553
+ /**
554
+ * Path/Filename of Declarative AS3 JSON which is a json file used with builtin ```file``` function
555
+ */
556
+ as3Json: pulumi.Input<string>;
557
+ /**
558
+ * Set True if you want to ignore metadata changes during update. By default it is set to false
559
+ */
560
+ ignoreMetadata?: pulumi.Input<boolean>;
561
+ /**
562
+ * If there are multiple tenants on a BIG-IP, this attribute helps the user to set a particular tenant to which he want to reflect the changes. Other tenants will neither be created nor be modified.
563
+ */
564
+ tenantFilter?: pulumi.Input<string>;
565
+ /**
566
+ * Name of Tenant
567
+ */
568
+ tenantList?: pulumi.Input<string>;
569
+ /**
570
+ * Name of Tenant
571
+ *
572
+ * @deprecated this attribute is no longer in use
573
+ */
574
+ tenantName?: pulumi.Input<string>;
575
+ }