@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/command.d.ts ADDED
@@ -0,0 +1,80 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * `f5bigip.Command` Run TMSH commands on F5 devices
4
+ *
5
+ * This resource is helpful to send TMSH command to an BIG-IP node and returns the results read from the device
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as f5bigip from "@pulumi/f5bigip";
11
+ *
12
+ * //create ltm node
13
+ * const test_command = new f5bigip.Command("test-command", {
14
+ * commands: ["delete ltm node 10.10.10.70"],
15
+ * when: "destroy",
16
+ * });
17
+ * ```
18
+ */
19
+ export declare class Command extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing Command resource's state with the given name, ID, and optional extra
22
+ * properties used to qualify the lookup.
23
+ *
24
+ * @param name The _unique_ name of the resulting resource.
25
+ * @param id The _unique_ provider ID of the resource to lookup.
26
+ * @param state Any extra arguments used during the lookup.
27
+ * @param opts Optional settings to control the behavior of the CustomResource.
28
+ */
29
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CommandState, opts?: pulumi.CustomResourceOptions): Command;
30
+ /**
31
+ * Returns true if the given object is an instance of Command. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj: any): obj is Command;
35
+ /**
36
+ * The resulting output from the `commands` executed
37
+ */
38
+ readonly commandResults: pulumi.Output<string[]>;
39
+ /**
40
+ * The commands to send to the remote BIG-IP device over the configured provider. The resulting output from the command is returned and added to `commandResult`
41
+ */
42
+ readonly commands: pulumi.Output<string[]>;
43
+ readonly when: pulumi.Output<string | undefined>;
44
+ /**
45
+ * Create a Command 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: CommandArgs, opts?: pulumi.CustomResourceOptions);
52
+ }
53
+ /**
54
+ * Input properties used for looking up and filtering Command resources.
55
+ */
56
+ export interface CommandState {
57
+ /**
58
+ * The resulting output from the `commands` executed
59
+ */
60
+ commandResults?: pulumi.Input<pulumi.Input<string>[]>;
61
+ /**
62
+ * The commands to send to the remote BIG-IP device over the configured provider. The resulting output from the command is returned and added to `commandResult`
63
+ */
64
+ commands?: pulumi.Input<pulumi.Input<string>[]>;
65
+ when?: pulumi.Input<string>;
66
+ }
67
+ /**
68
+ * The set of arguments for constructing a Command resource.
69
+ */
70
+ export interface CommandArgs {
71
+ /**
72
+ * The resulting output from the `commands` executed
73
+ */
74
+ commandResults?: pulumi.Input<pulumi.Input<string>[]>;
75
+ /**
76
+ * The commands to send to the remote BIG-IP device over the configured provider. The resulting output from the command is returned and added to `commandResult`
77
+ */
78
+ commands: pulumi.Input<pulumi.Input<string>[]>;
79
+ when?: pulumi.Input<string>;
80
+ }
package/command.js ADDED
@@ -0,0 +1,74 @@
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
+ const pulumi = require("@pulumi/pulumi");
6
+ const utilities = require("./utilities");
7
+ /**
8
+ * `f5bigip.Command` Run TMSH commands on F5 devices
9
+ *
10
+ * This resource is helpful to send TMSH command to an BIG-IP node and returns the results read from the device
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as f5bigip from "@pulumi/f5bigip";
16
+ *
17
+ * //create ltm node
18
+ * const test_command = new f5bigip.Command("test-command", {
19
+ * commands: ["delete ltm node 10.10.10.70"],
20
+ * when: "destroy",
21
+ * });
22
+ * ```
23
+ */
24
+ class Command extends pulumi.CustomResource {
25
+ constructor(name, argsOrState, opts) {
26
+ let inputs = {};
27
+ opts = opts || {};
28
+ if (opts.id) {
29
+ const state = argsOrState;
30
+ inputs["commandResults"] = state ? state.commandResults : undefined;
31
+ inputs["commands"] = state ? state.commands : undefined;
32
+ inputs["when"] = state ? state.when : undefined;
33
+ }
34
+ else {
35
+ const args = argsOrState;
36
+ if ((!args || args.commands === undefined) && !opts.urn) {
37
+ throw new Error("Missing required property 'commands'");
38
+ }
39
+ inputs["commandResults"] = args ? args.commandResults : undefined;
40
+ inputs["commands"] = args ? args.commands : undefined;
41
+ inputs["when"] = args ? args.when : undefined;
42
+ }
43
+ if (!opts.version) {
44
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
45
+ }
46
+ super(Command.__pulumiType, name, inputs, opts);
47
+ }
48
+ /**
49
+ * Get an existing Command resource's state with the given name, ID, and optional extra
50
+ * properties used to qualify the lookup.
51
+ *
52
+ * @param name The _unique_ name of the resulting resource.
53
+ * @param id The _unique_ provider ID of the resource to lookup.
54
+ * @param state Any extra arguments used during the lookup.
55
+ * @param opts Optional settings to control the behavior of the CustomResource.
56
+ */
57
+ static get(name, id, state, opts) {
58
+ return new Command(name, state, Object.assign(Object.assign({}, opts), { id: id }));
59
+ }
60
+ /**
61
+ * Returns true if the given object is an instance of Command. This is designed to work even
62
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
63
+ */
64
+ static isInstance(obj) {
65
+ if (obj === undefined || obj === null) {
66
+ return false;
67
+ }
68
+ return obj['__pulumiType'] === Command.__pulumiType;
69
+ }
70
+ }
71
+ exports.Command = Command;
72
+ /** @internal */
73
+ Command.__pulumiType = 'f5bigip:index/command:Command';
74
+ //# sourceMappingURL=command.js.map
package/command.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.js","sourceRoot":"","sources":["../command.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IA8C9C,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACnD;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACjD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACpD,CAAC;IAlED;;;;;;;;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;;AA1BL,0BAoEC;AAtDG,gBAAgB;AACO,oBAAY,GAAG,+BAA+B,CAAC"}
@@ -0,0 +1,291 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * `f5bigip.CommonLicenseManageBigIq` This Resource is used for BIGIP/Provider License Management from BIGIQ
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as f5bigip from "@pulumi/f5bigip";
10
+ *
11
+ * // MANAGED Regkey Pool
12
+ * const testExampleCommonLicenseManageBigIq = new f5bigip.CommonLicenseManageBigIq("testExampleCommonLicenseManageBigIq", {
13
+ * bigiqAddress: _var.bigiq,
14
+ * bigiqUser: _var.bigiq_un,
15
+ * bigiqPassword: _var.bigiq_pw,
16
+ * licensePoolname: "regkeypool_name",
17
+ * assignmentType: "MANAGED",
18
+ * });
19
+ * // UNMANAGED Regkey Pool
20
+ * const testExampleIndex_commonLicenseManageBigIqCommonLicenseManageBigIq = new f5bigip.CommonLicenseManageBigIq("testExampleIndex/commonLicenseManageBigIqCommonLicenseManageBigIq", {
21
+ * bigiqAddress: _var.bigiq,
22
+ * bigiqUser: _var.bigiq_un,
23
+ * bigiqPassword: _var.bigiq_pw,
24
+ * licensePoolname: "regkeypool_name",
25
+ * assignmentType: "UNMANAGED",
26
+ * });
27
+ * // UNMANAGED Utility Pool
28
+ * const testExampleF5bigipIndex_commonLicenseManageBigIqCommonLicenseManageBigIq = new f5bigip.CommonLicenseManageBigIq("testExampleF5bigipIndex/commonLicenseManageBigIqCommonLicenseManageBigIq", {
29
+ * bigiqAddress: _var.bigiq,
30
+ * bigiqUser: _var.bigiq_un,
31
+ * bigiqPassword: _var.bigiq_pw,
32
+ * licensePoolname: "utilitypool_name",
33
+ * assignmentType: "UNMANAGED",
34
+ * unitOfMeasure: "yearly",
35
+ * skukeyword1: "BTHSM200M",
36
+ * });
37
+ * // UNREACHABLE Regkey Pool
38
+ * const testExampleF5bigipIndex_commonLicenseManageBigIqCommonLicenseManageBigIq1 = new f5bigip.CommonLicenseManageBigIq("testExampleF5bigipIndex/commonLicenseManageBigIqCommonLicenseManageBigIq1", {
39
+ * bigiqAddress: "xxx.xxx.xxx.xxx",
40
+ * bigiqUser: "xxxx",
41
+ * bigiqPassword: "xxxxx",
42
+ * licensePoolname: "regkey_pool_name",
43
+ * assignmentType: "UNREACHABLE",
44
+ * macAddress: "FA:16:3E:1B:6D:32",
45
+ * hypervisor: "azure",
46
+ * });
47
+ * // MANAGED Purchased Pool
48
+ * const testExampleF5bigipIndex_commonLicenseManageBigIqCommonLicenseManageBigIq2 = new f5bigip.CommonLicenseManageBigIq("testExampleF5bigipIndex/commonLicenseManageBigIqCommonLicenseManageBigIq2", {
49
+ * bigiqAddress: _var.bigiq,
50
+ * bigiqUser: _var.bigiq_un,
51
+ * bigiqPassword: _var.bigiq_pw,
52
+ * licensePoolname: "purchased_pool_name",
53
+ * assignmentType: "MANAGED",
54
+ * });
55
+ * // UNMANAGED Purchased Pool
56
+ * const testExampleF5bigipIndex_commonLicenseManageBigIqCommonLicenseManageBigIq3 = new f5bigip.CommonLicenseManageBigIq("testExampleF5bigipIndex/commonLicenseManageBigIqCommonLicenseManageBigIq3", {
57
+ * bigiqAddress: _var.bigiq,
58
+ * bigiqUser: _var.bigiq_un,
59
+ * bigiqPassword: _var.bigiq_pw,
60
+ * licensePoolname: "purchased_pool_name",
61
+ * assignmentType: "UNMANAGED",
62
+ * });
63
+ * ```
64
+ */
65
+ export declare class CommonLicenseManageBigIq extends pulumi.CustomResource {
66
+ /**
67
+ * Get an existing CommonLicenseManageBigIq resource's state with the given name, ID, and optional extra
68
+ * properties used to qualify the lookup.
69
+ *
70
+ * @param name The _unique_ name of the resulting resource.
71
+ * @param id The _unique_ provider ID of the resource to lookup.
72
+ * @param state Any extra arguments used during the lookup.
73
+ * @param opts Optional settings to control the behavior of the CustomResource.
74
+ */
75
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CommonLicenseManageBigIqState, opts?: pulumi.CustomResourceOptions): CommonLicenseManageBigIq;
76
+ /**
77
+ * Returns true if the given object is an instance of CommonLicenseManageBigIq. This is designed to work even
78
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
79
+ */
80
+ static isInstance(obj: any): obj is CommonLicenseManageBigIq;
81
+ /**
82
+ * The type of assignment, which is determined by whether the BIG-IP is unreachable, unmanaged, or managed by BIG-IQ. Possible values: “UNREACHABLE”, “UNMANAGED”, or “MANAGED”.
83
+ */
84
+ readonly assignmentType: pulumi.Output<string>;
85
+ /**
86
+ * BIGIQ License Manager IP Address, variable type `string`
87
+ */
88
+ readonly bigiqAddress: pulumi.Output<string>;
89
+ /**
90
+ * BIGIQ Login reference for token authentication
91
+ */
92
+ readonly bigiqLoginRef: pulumi.Output<string | undefined>;
93
+ /**
94
+ * BIGIQ License Manager password. variable type `string`
95
+ */
96
+ readonly bigiqPassword: pulumi.Output<string>;
97
+ /**
98
+ * type `int`, BIGIQ License Manager Port number, specify if port is other than `443`
99
+ */
100
+ readonly bigiqPort: pulumi.Output<string | undefined>;
101
+ /**
102
+ * type `bool`, if set to `true` enables Token based Authentication,default is `false`
103
+ */
104
+ readonly bigiqTokenAuth: pulumi.Output<boolean | undefined>;
105
+ /**
106
+ * BIGIQ License Manager username, variable type `string`
107
+ */
108
+ readonly bigiqUser: pulumi.Output<string>;
109
+ /**
110
+ * Status of Licence Assignment
111
+ */
112
+ readonly deviceLicenseStatus: pulumi.Output<string>;
113
+ /**
114
+ * Identifies the platform running the BIG-IP VE. Possible values: “aws”, “azure”, “gce”, “vmware”, “hyperv”, “kvm”, or “xen”. type `string`
115
+ */
116
+ readonly hypervisor: pulumi.Output<string | undefined>;
117
+ /**
118
+ * License Assignment is done with specified `key`, supported only with RegKeypool type License assignement. type `string`
119
+ */
120
+ readonly key: pulumi.Output<string | undefined>;
121
+ /**
122
+ * A name given to the license pool. type `string`
123
+ */
124
+ readonly licensePoolname: pulumi.Output<string>;
125
+ /**
126
+ * MAC address of the BIG-IP. type `string`
127
+ */
128
+ readonly macAddress: pulumi.Output<string | undefined>;
129
+ /**
130
+ * An optional offering name. type `string`
131
+ */
132
+ readonly skukeyword1: pulumi.Output<string | undefined>;
133
+ /**
134
+ * An optional offering name. type `string`
135
+ */
136
+ readonly skukeyword2: pulumi.Output<string | undefined>;
137
+ /**
138
+ * For an unreachable BIG-IP, you can provide an optional description for the assignment in this field.
139
+ */
140
+ readonly tenant: pulumi.Output<string | undefined>;
141
+ /**
142
+ * The units used to measure billing. For example, “hourly” or “daily”. Type `string`
143
+ */
144
+ readonly unitOfMeasure: pulumi.Output<string | undefined>;
145
+ /**
146
+ * Create a CommonLicenseManageBigIq resource with the given unique name, arguments, and options.
147
+ *
148
+ * @param name The _unique_ name of the resource.
149
+ * @param args The arguments to use to populate this resource's properties.
150
+ * @param opts A bag of options that control this resource's behavior.
151
+ */
152
+ constructor(name: string, args: CommonLicenseManageBigIqArgs, opts?: pulumi.CustomResourceOptions);
153
+ }
154
+ /**
155
+ * Input properties used for looking up and filtering CommonLicenseManageBigIq resources.
156
+ */
157
+ export interface CommonLicenseManageBigIqState {
158
+ /**
159
+ * The type of assignment, which is determined by whether the BIG-IP is unreachable, unmanaged, or managed by BIG-IQ. Possible values: “UNREACHABLE”, “UNMANAGED”, or “MANAGED”.
160
+ */
161
+ assignmentType?: pulumi.Input<string>;
162
+ /**
163
+ * BIGIQ License Manager IP Address, variable type `string`
164
+ */
165
+ bigiqAddress?: pulumi.Input<string>;
166
+ /**
167
+ * BIGIQ Login reference for token authentication
168
+ */
169
+ bigiqLoginRef?: pulumi.Input<string>;
170
+ /**
171
+ * BIGIQ License Manager password. variable type `string`
172
+ */
173
+ bigiqPassword?: pulumi.Input<string>;
174
+ /**
175
+ * type `int`, BIGIQ License Manager Port number, specify if port is other than `443`
176
+ */
177
+ bigiqPort?: pulumi.Input<string>;
178
+ /**
179
+ * type `bool`, if set to `true` enables Token based Authentication,default is `false`
180
+ */
181
+ bigiqTokenAuth?: pulumi.Input<boolean>;
182
+ /**
183
+ * BIGIQ License Manager username, variable type `string`
184
+ */
185
+ bigiqUser?: pulumi.Input<string>;
186
+ /**
187
+ * Status of Licence Assignment
188
+ */
189
+ deviceLicenseStatus?: pulumi.Input<string>;
190
+ /**
191
+ * Identifies the platform running the BIG-IP VE. Possible values: “aws”, “azure”, “gce”, “vmware”, “hyperv”, “kvm”, or “xen”. type `string`
192
+ */
193
+ hypervisor?: pulumi.Input<string>;
194
+ /**
195
+ * License Assignment is done with specified `key`, supported only with RegKeypool type License assignement. type `string`
196
+ */
197
+ key?: pulumi.Input<string>;
198
+ /**
199
+ * A name given to the license pool. type `string`
200
+ */
201
+ licensePoolname?: pulumi.Input<string>;
202
+ /**
203
+ * MAC address of the BIG-IP. type `string`
204
+ */
205
+ macAddress?: pulumi.Input<string>;
206
+ /**
207
+ * An optional offering name. type `string`
208
+ */
209
+ skukeyword1?: pulumi.Input<string>;
210
+ /**
211
+ * An optional offering name. type `string`
212
+ */
213
+ skukeyword2?: pulumi.Input<string>;
214
+ /**
215
+ * For an unreachable BIG-IP, you can provide an optional description for the assignment in this field.
216
+ */
217
+ tenant?: pulumi.Input<string>;
218
+ /**
219
+ * The units used to measure billing. For example, “hourly” or “daily”. Type `string`
220
+ */
221
+ unitOfMeasure?: pulumi.Input<string>;
222
+ }
223
+ /**
224
+ * The set of arguments for constructing a CommonLicenseManageBigIq resource.
225
+ */
226
+ export interface CommonLicenseManageBigIqArgs {
227
+ /**
228
+ * The type of assignment, which is determined by whether the BIG-IP is unreachable, unmanaged, or managed by BIG-IQ. Possible values: “UNREACHABLE”, “UNMANAGED”, or “MANAGED”.
229
+ */
230
+ assignmentType: pulumi.Input<string>;
231
+ /**
232
+ * BIGIQ License Manager IP Address, variable type `string`
233
+ */
234
+ bigiqAddress: pulumi.Input<string>;
235
+ /**
236
+ * BIGIQ Login reference for token authentication
237
+ */
238
+ bigiqLoginRef?: pulumi.Input<string>;
239
+ /**
240
+ * BIGIQ License Manager password. variable type `string`
241
+ */
242
+ bigiqPassword: pulumi.Input<string>;
243
+ /**
244
+ * type `int`, BIGIQ License Manager Port number, specify if port is other than `443`
245
+ */
246
+ bigiqPort?: pulumi.Input<string>;
247
+ /**
248
+ * type `bool`, if set to `true` enables Token based Authentication,default is `false`
249
+ */
250
+ bigiqTokenAuth?: pulumi.Input<boolean>;
251
+ /**
252
+ * BIGIQ License Manager username, variable type `string`
253
+ */
254
+ bigiqUser: pulumi.Input<string>;
255
+ /**
256
+ * Status of Licence Assignment
257
+ */
258
+ deviceLicenseStatus?: pulumi.Input<string>;
259
+ /**
260
+ * Identifies the platform running the BIG-IP VE. Possible values: “aws”, “azure”, “gce”, “vmware”, “hyperv”, “kvm”, or “xen”. type `string`
261
+ */
262
+ hypervisor?: pulumi.Input<string>;
263
+ /**
264
+ * License Assignment is done with specified `key`, supported only with RegKeypool type License assignement. type `string`
265
+ */
266
+ key?: pulumi.Input<string>;
267
+ /**
268
+ * A name given to the license pool. type `string`
269
+ */
270
+ licensePoolname: pulumi.Input<string>;
271
+ /**
272
+ * MAC address of the BIG-IP. type `string`
273
+ */
274
+ macAddress?: pulumi.Input<string>;
275
+ /**
276
+ * An optional offering name. type `string`
277
+ */
278
+ skukeyword1?: pulumi.Input<string>;
279
+ /**
280
+ * An optional offering name. type `string`
281
+ */
282
+ skukeyword2?: pulumi.Input<string>;
283
+ /**
284
+ * For an unreachable BIG-IP, you can provide an optional description for the assignment in this field.
285
+ */
286
+ tenant?: pulumi.Input<string>;
287
+ /**
288
+ * The units used to measure billing. For example, “hourly” or “daily”. Type `string`
289
+ */
290
+ unitOfMeasure?: pulumi.Input<string>;
291
+ }
@@ -0,0 +1,158 @@
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
+ const pulumi = require("@pulumi/pulumi");
6
+ const utilities = require("./utilities");
7
+ /**
8
+ * `f5bigip.CommonLicenseManageBigIq` This Resource is used for BIGIP/Provider License Management from BIGIQ
9
+ *
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as f5bigip from "@pulumi/f5bigip";
15
+ *
16
+ * // MANAGED Regkey Pool
17
+ * const testExampleCommonLicenseManageBigIq = new f5bigip.CommonLicenseManageBigIq("testExampleCommonLicenseManageBigIq", {
18
+ * bigiqAddress: _var.bigiq,
19
+ * bigiqUser: _var.bigiq_un,
20
+ * bigiqPassword: _var.bigiq_pw,
21
+ * licensePoolname: "regkeypool_name",
22
+ * assignmentType: "MANAGED",
23
+ * });
24
+ * // UNMANAGED Regkey Pool
25
+ * const testExampleIndex_commonLicenseManageBigIqCommonLicenseManageBigIq = new f5bigip.CommonLicenseManageBigIq("testExampleIndex/commonLicenseManageBigIqCommonLicenseManageBigIq", {
26
+ * bigiqAddress: _var.bigiq,
27
+ * bigiqUser: _var.bigiq_un,
28
+ * bigiqPassword: _var.bigiq_pw,
29
+ * licensePoolname: "regkeypool_name",
30
+ * assignmentType: "UNMANAGED",
31
+ * });
32
+ * // UNMANAGED Utility Pool
33
+ * const testExampleF5bigipIndex_commonLicenseManageBigIqCommonLicenseManageBigIq = new f5bigip.CommonLicenseManageBigIq("testExampleF5bigipIndex/commonLicenseManageBigIqCommonLicenseManageBigIq", {
34
+ * bigiqAddress: _var.bigiq,
35
+ * bigiqUser: _var.bigiq_un,
36
+ * bigiqPassword: _var.bigiq_pw,
37
+ * licensePoolname: "utilitypool_name",
38
+ * assignmentType: "UNMANAGED",
39
+ * unitOfMeasure: "yearly",
40
+ * skukeyword1: "BTHSM200M",
41
+ * });
42
+ * // UNREACHABLE Regkey Pool
43
+ * const testExampleF5bigipIndex_commonLicenseManageBigIqCommonLicenseManageBigIq1 = new f5bigip.CommonLicenseManageBigIq("testExampleF5bigipIndex/commonLicenseManageBigIqCommonLicenseManageBigIq1", {
44
+ * bigiqAddress: "xxx.xxx.xxx.xxx",
45
+ * bigiqUser: "xxxx",
46
+ * bigiqPassword: "xxxxx",
47
+ * licensePoolname: "regkey_pool_name",
48
+ * assignmentType: "UNREACHABLE",
49
+ * macAddress: "FA:16:3E:1B:6D:32",
50
+ * hypervisor: "azure",
51
+ * });
52
+ * // MANAGED Purchased Pool
53
+ * const testExampleF5bigipIndex_commonLicenseManageBigIqCommonLicenseManageBigIq2 = new f5bigip.CommonLicenseManageBigIq("testExampleF5bigipIndex/commonLicenseManageBigIqCommonLicenseManageBigIq2", {
54
+ * bigiqAddress: _var.bigiq,
55
+ * bigiqUser: _var.bigiq_un,
56
+ * bigiqPassword: _var.bigiq_pw,
57
+ * licensePoolname: "purchased_pool_name",
58
+ * assignmentType: "MANAGED",
59
+ * });
60
+ * // UNMANAGED Purchased Pool
61
+ * const testExampleF5bigipIndex_commonLicenseManageBigIqCommonLicenseManageBigIq3 = new f5bigip.CommonLicenseManageBigIq("testExampleF5bigipIndex/commonLicenseManageBigIqCommonLicenseManageBigIq3", {
62
+ * bigiqAddress: _var.bigiq,
63
+ * bigiqUser: _var.bigiq_un,
64
+ * bigiqPassword: _var.bigiq_pw,
65
+ * licensePoolname: "purchased_pool_name",
66
+ * assignmentType: "UNMANAGED",
67
+ * });
68
+ * ```
69
+ */
70
+ class CommonLicenseManageBigIq extends pulumi.CustomResource {
71
+ constructor(name, argsOrState, opts) {
72
+ let inputs = {};
73
+ opts = opts || {};
74
+ if (opts.id) {
75
+ const state = argsOrState;
76
+ inputs["assignmentType"] = state ? state.assignmentType : undefined;
77
+ inputs["bigiqAddress"] = state ? state.bigiqAddress : undefined;
78
+ inputs["bigiqLoginRef"] = state ? state.bigiqLoginRef : undefined;
79
+ inputs["bigiqPassword"] = state ? state.bigiqPassword : undefined;
80
+ inputs["bigiqPort"] = state ? state.bigiqPort : undefined;
81
+ inputs["bigiqTokenAuth"] = state ? state.bigiqTokenAuth : undefined;
82
+ inputs["bigiqUser"] = state ? state.bigiqUser : undefined;
83
+ inputs["deviceLicenseStatus"] = state ? state.deviceLicenseStatus : undefined;
84
+ inputs["hypervisor"] = state ? state.hypervisor : undefined;
85
+ inputs["key"] = state ? state.key : undefined;
86
+ inputs["licensePoolname"] = state ? state.licensePoolname : undefined;
87
+ inputs["macAddress"] = state ? state.macAddress : undefined;
88
+ inputs["skukeyword1"] = state ? state.skukeyword1 : undefined;
89
+ inputs["skukeyword2"] = state ? state.skukeyword2 : undefined;
90
+ inputs["tenant"] = state ? state.tenant : undefined;
91
+ inputs["unitOfMeasure"] = state ? state.unitOfMeasure : undefined;
92
+ }
93
+ else {
94
+ const args = argsOrState;
95
+ if ((!args || args.assignmentType === undefined) && !opts.urn) {
96
+ throw new Error("Missing required property 'assignmentType'");
97
+ }
98
+ if ((!args || args.bigiqAddress === undefined) && !opts.urn) {
99
+ throw new Error("Missing required property 'bigiqAddress'");
100
+ }
101
+ if ((!args || args.bigiqPassword === undefined) && !opts.urn) {
102
+ throw new Error("Missing required property 'bigiqPassword'");
103
+ }
104
+ if ((!args || args.bigiqUser === undefined) && !opts.urn) {
105
+ throw new Error("Missing required property 'bigiqUser'");
106
+ }
107
+ if ((!args || args.licensePoolname === undefined) && !opts.urn) {
108
+ throw new Error("Missing required property 'licensePoolname'");
109
+ }
110
+ inputs["assignmentType"] = args ? args.assignmentType : undefined;
111
+ inputs["bigiqAddress"] = args ? args.bigiqAddress : undefined;
112
+ inputs["bigiqLoginRef"] = args ? args.bigiqLoginRef : undefined;
113
+ inputs["bigiqPassword"] = args ? args.bigiqPassword : undefined;
114
+ inputs["bigiqPort"] = args ? args.bigiqPort : undefined;
115
+ inputs["bigiqTokenAuth"] = args ? args.bigiqTokenAuth : undefined;
116
+ inputs["bigiqUser"] = args ? args.bigiqUser : undefined;
117
+ inputs["deviceLicenseStatus"] = args ? args.deviceLicenseStatus : undefined;
118
+ inputs["hypervisor"] = args ? args.hypervisor : undefined;
119
+ inputs["key"] = args ? args.key : undefined;
120
+ inputs["licensePoolname"] = args ? args.licensePoolname : undefined;
121
+ inputs["macAddress"] = args ? args.macAddress : undefined;
122
+ inputs["skukeyword1"] = args ? args.skukeyword1 : undefined;
123
+ inputs["skukeyword2"] = args ? args.skukeyword2 : undefined;
124
+ inputs["tenant"] = args ? args.tenant : undefined;
125
+ inputs["unitOfMeasure"] = args ? args.unitOfMeasure : undefined;
126
+ }
127
+ if (!opts.version) {
128
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
129
+ }
130
+ super(CommonLicenseManageBigIq.__pulumiType, name, inputs, opts);
131
+ }
132
+ /**
133
+ * Get an existing CommonLicenseManageBigIq resource's state with the given name, ID, and optional extra
134
+ * properties used to qualify the lookup.
135
+ *
136
+ * @param name The _unique_ name of the resulting resource.
137
+ * @param id The _unique_ provider ID of the resource to lookup.
138
+ * @param state Any extra arguments used during the lookup.
139
+ * @param opts Optional settings to control the behavior of the CustomResource.
140
+ */
141
+ static get(name, id, state, opts) {
142
+ return new CommonLicenseManageBigIq(name, state, Object.assign(Object.assign({}, opts), { id: id }));
143
+ }
144
+ /**
145
+ * Returns true if the given object is an instance of CommonLicenseManageBigIq. This is designed to work even
146
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
147
+ */
148
+ static isInstance(obj) {
149
+ if (obj === undefined || obj === null) {
150
+ return false;
151
+ }
152
+ return obj['__pulumiType'] === CommonLicenseManageBigIq.__pulumiType;
153
+ }
154
+ }
155
+ exports.CommonLicenseManageBigIq = CommonLicenseManageBigIq;
156
+ /** @internal */
157
+ CommonLicenseManageBigIq.__pulumiType = 'f5bigip:index/commonLicenseManageBigIq:CommonLicenseManageBigIq';
158
+ //# sourceMappingURL=commonLicenseManageBigIq.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commonLicenseManageBigIq.js","sourceRoot":"","sources":["../commonLicenseManageBigIq.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export * from "./vars";
@@ -0,0 +1,10 @@
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
+ function __export(m) {
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ // Export members:
9
+ __export(require("./vars"));
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../config/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;AAEjF,kBAAkB;AAClB,4BAAuB"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Domain name/IP of the BigIP
3
+ */
4
+ export declare let address: string | undefined;
5
+ /**
6
+ * Login reference for token authentication (see BIG-IP REST docs for details)
7
+ */
8
+ export declare let loginRef: string | undefined;
9
+ /**
10
+ * The user's password. Leave empty if using token_value
11
+ */
12
+ export declare let password: string | undefined;
13
+ /**
14
+ * Management Port to connect to Bigip
15
+ */
16
+ export declare let port: string | undefined;
17
+ /**
18
+ * If this flag set to true,sending telemetry data to TEEM will be disabled
19
+ */
20
+ export declare let teemDisable: boolean | undefined;
21
+ /**
22
+ * Enable to use an external authentication source (LDAP, TACACS, etc)
23
+ */
24
+ export declare let tokenAuth: boolean | undefined;
25
+ /**
26
+ * A token generated outside the provider, in place of password
27
+ */
28
+ export declare let tokenValue: string | undefined;
29
+ /**
30
+ * Username with API access to the BigIP
31
+ */
32
+ export declare let username: string | undefined;