@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/ltm/snat.d.ts ADDED
@@ -0,0 +1,199 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * `f5bigip.ltm.Snat` Manages a snat configuration
5
+ *
6
+ * For resources should be named with their "full path". The full path is the combination of the partition + name of the resource. For example /Common/my-pool.
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as f5bigip from "@pulumi/f5bigip";
13
+ *
14
+ * const test_snat = new f5bigip.ltm.Snat("test-snat", {
15
+ * autolasthop: "default",
16
+ * fullPath: "/Common/test-snat",
17
+ * mirror: "disabled",
18
+ * name: "TEST_SNAT_NAME",
19
+ * origins: [
20
+ * {
21
+ * name: "2.2.2.2",
22
+ * },
23
+ * {
24
+ * name: "3.3.3.3",
25
+ * },
26
+ * ],
27
+ * partition: "Common",
28
+ * translation: "/Common/136.1.1.1",
29
+ * vlansdisabled: true,
30
+ * });
31
+ * ```
32
+ */
33
+ export declare class Snat extends pulumi.CustomResource {
34
+ /**
35
+ * Get an existing Snat resource's state with the given name, ID, and optional extra
36
+ * properties used to qualify the lookup.
37
+ *
38
+ * @param name The _unique_ name of the resulting resource.
39
+ * @param id The _unique_ provider ID of the resource to lookup.
40
+ * @param state Any extra arguments used during the lookup.
41
+ * @param opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SnatState, opts?: pulumi.CustomResourceOptions): Snat;
44
+ /**
45
+ * Returns true if the given object is an instance of Snat. This is designed to work even
46
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
47
+ */
48
+ static isInstance(obj: any): obj is Snat;
49
+ /**
50
+ * -(Optional) Specifies whether to automatically map last hop for pools or not. The default is to use next level's default.
51
+ */
52
+ readonly autolasthop: pulumi.Output<string | undefined>;
53
+ /**
54
+ * Fullpath
55
+ */
56
+ readonly fullPath: pulumi.Output<string | undefined>;
57
+ /**
58
+ * Enables or disables mirroring of SNAT connections.
59
+ */
60
+ readonly mirror: pulumi.Output<string | undefined>;
61
+ /**
62
+ * Name of the snat
63
+ */
64
+ readonly name: pulumi.Output<string>;
65
+ /**
66
+ * IP or hostname of the snat
67
+ */
68
+ readonly origins: pulumi.Output<outputs.ltm.SnatOrigin[]>;
69
+ /**
70
+ * Displays the administrative partition within which this profile resides
71
+ */
72
+ readonly partition: pulumi.Output<string | undefined>;
73
+ /**
74
+ * Specifies the name of a SNAT pool. You can only use this option when automap and translation are not used.
75
+ */
76
+ readonly snatpool: pulumi.Output<string | undefined>;
77
+ /**
78
+ * Specifies whether the system preserves the source port of the connection. The default is preserve. Use of the preserve-strict setting should be restricted to UDP only under very special circumstances such as nPath or transparent (that is, no translation of any other L3/L4 field), where there is a 1:1 relationship between virtual IP addresses and node addresses, or when clustered multi-processing (CMP) is disabled. The change setting is useful for obfuscating internal network addresses.
79
+ */
80
+ readonly sourceport: pulumi.Output<string | undefined>;
81
+ /**
82
+ * Specifies the name of a translated IP address. Note that translated addresses are outside the traffic management system. You can only use this option when automap and snatpool are not used.
83
+ */
84
+ readonly translation: pulumi.Output<string | undefined>;
85
+ /**
86
+ * Specifies the name of the VLAN to which you want to assign the SNAT. The default is vlans-enabled.
87
+ */
88
+ readonly vlans: pulumi.Output<string[] | undefined>;
89
+ /**
90
+ * Disables the SNAT on all VLANs.
91
+ */
92
+ readonly vlansdisabled: pulumi.Output<boolean | undefined>;
93
+ /**
94
+ * Create a Snat resource with the given unique name, arguments, and options.
95
+ *
96
+ * @param name The _unique_ name of the resource.
97
+ * @param args The arguments to use to populate this resource's properties.
98
+ * @param opts A bag of options that control this resource's behavior.
99
+ */
100
+ constructor(name: string, args: SnatArgs, opts?: pulumi.CustomResourceOptions);
101
+ }
102
+ /**
103
+ * Input properties used for looking up and filtering Snat resources.
104
+ */
105
+ export interface SnatState {
106
+ /**
107
+ * -(Optional) Specifies whether to automatically map last hop for pools or not. The default is to use next level's default.
108
+ */
109
+ autolasthop?: pulumi.Input<string>;
110
+ /**
111
+ * Fullpath
112
+ */
113
+ fullPath?: pulumi.Input<string>;
114
+ /**
115
+ * Enables or disables mirroring of SNAT connections.
116
+ */
117
+ mirror?: pulumi.Input<string>;
118
+ /**
119
+ * Name of the snat
120
+ */
121
+ name?: pulumi.Input<string>;
122
+ /**
123
+ * IP or hostname of the snat
124
+ */
125
+ origins?: pulumi.Input<pulumi.Input<inputs.ltm.SnatOrigin>[]>;
126
+ /**
127
+ * Displays the administrative partition within which this profile resides
128
+ */
129
+ partition?: pulumi.Input<string>;
130
+ /**
131
+ * Specifies the name of a SNAT pool. You can only use this option when automap and translation are not used.
132
+ */
133
+ snatpool?: pulumi.Input<string>;
134
+ /**
135
+ * Specifies whether the system preserves the source port of the connection. The default is preserve. Use of the preserve-strict setting should be restricted to UDP only under very special circumstances such as nPath or transparent (that is, no translation of any other L3/L4 field), where there is a 1:1 relationship between virtual IP addresses and node addresses, or when clustered multi-processing (CMP) is disabled. The change setting is useful for obfuscating internal network addresses.
136
+ */
137
+ sourceport?: pulumi.Input<string>;
138
+ /**
139
+ * Specifies the name of a translated IP address. Note that translated addresses are outside the traffic management system. You can only use this option when automap and snatpool are not used.
140
+ */
141
+ translation?: pulumi.Input<string>;
142
+ /**
143
+ * Specifies the name of the VLAN to which you want to assign the SNAT. The default is vlans-enabled.
144
+ */
145
+ vlans?: pulumi.Input<pulumi.Input<string>[]>;
146
+ /**
147
+ * Disables the SNAT on all VLANs.
148
+ */
149
+ vlansdisabled?: pulumi.Input<boolean>;
150
+ }
151
+ /**
152
+ * The set of arguments for constructing a Snat resource.
153
+ */
154
+ export interface SnatArgs {
155
+ /**
156
+ * -(Optional) Specifies whether to automatically map last hop for pools or not. The default is to use next level's default.
157
+ */
158
+ autolasthop?: pulumi.Input<string>;
159
+ /**
160
+ * Fullpath
161
+ */
162
+ fullPath?: pulumi.Input<string>;
163
+ /**
164
+ * Enables or disables mirroring of SNAT connections.
165
+ */
166
+ mirror?: pulumi.Input<string>;
167
+ /**
168
+ * Name of the snat
169
+ */
170
+ name: pulumi.Input<string>;
171
+ /**
172
+ * IP or hostname of the snat
173
+ */
174
+ origins: pulumi.Input<pulumi.Input<inputs.ltm.SnatOrigin>[]>;
175
+ /**
176
+ * Displays the administrative partition within which this profile resides
177
+ */
178
+ partition?: pulumi.Input<string>;
179
+ /**
180
+ * Specifies the name of a SNAT pool. You can only use this option when automap and translation are not used.
181
+ */
182
+ snatpool?: pulumi.Input<string>;
183
+ /**
184
+ * Specifies whether the system preserves the source port of the connection. The default is preserve. Use of the preserve-strict setting should be restricted to UDP only under very special circumstances such as nPath or transparent (that is, no translation of any other L3/L4 field), where there is a 1:1 relationship between virtual IP addresses and node addresses, or when clustered multi-processing (CMP) is disabled. The change setting is useful for obfuscating internal network addresses.
185
+ */
186
+ sourceport?: pulumi.Input<string>;
187
+ /**
188
+ * Specifies the name of a translated IP address. Note that translated addresses are outside the traffic management system. You can only use this option when automap and snatpool are not used.
189
+ */
190
+ translation?: pulumi.Input<string>;
191
+ /**
192
+ * Specifies the name of the VLAN to which you want to assign the SNAT. The default is vlans-enabled.
193
+ */
194
+ vlans?: pulumi.Input<pulumi.Input<string>[]>;
195
+ /**
196
+ * Disables the SNAT on all VLANs.
197
+ */
198
+ vlansdisabled?: pulumi.Input<boolean>;
199
+ }
package/ltm/snat.js ADDED
@@ -0,0 +1,106 @@
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.ltm.Snat` Manages a snat configuration
9
+ *
10
+ * For resources should be named with their "full path". The full path is the combination of the partition + name of the resource. For example /Common/my-pool.
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as f5bigip from "@pulumi/f5bigip";
17
+ *
18
+ * const test_snat = new f5bigip.ltm.Snat("test-snat", {
19
+ * autolasthop: "default",
20
+ * fullPath: "/Common/test-snat",
21
+ * mirror: "disabled",
22
+ * name: "TEST_SNAT_NAME",
23
+ * origins: [
24
+ * {
25
+ * name: "2.2.2.2",
26
+ * },
27
+ * {
28
+ * name: "3.3.3.3",
29
+ * },
30
+ * ],
31
+ * partition: "Common",
32
+ * translation: "/Common/136.1.1.1",
33
+ * vlansdisabled: true,
34
+ * });
35
+ * ```
36
+ */
37
+ class Snat extends pulumi.CustomResource {
38
+ constructor(name, argsOrState, opts) {
39
+ let inputs = {};
40
+ opts = opts || {};
41
+ if (opts.id) {
42
+ const state = argsOrState;
43
+ inputs["autolasthop"] = state ? state.autolasthop : undefined;
44
+ inputs["fullPath"] = state ? state.fullPath : undefined;
45
+ inputs["mirror"] = state ? state.mirror : undefined;
46
+ inputs["name"] = state ? state.name : undefined;
47
+ inputs["origins"] = state ? state.origins : undefined;
48
+ inputs["partition"] = state ? state.partition : undefined;
49
+ inputs["snatpool"] = state ? state.snatpool : undefined;
50
+ inputs["sourceport"] = state ? state.sourceport : undefined;
51
+ inputs["translation"] = state ? state.translation : undefined;
52
+ inputs["vlans"] = state ? state.vlans : undefined;
53
+ inputs["vlansdisabled"] = state ? state.vlansdisabled : undefined;
54
+ }
55
+ else {
56
+ const args = argsOrState;
57
+ if ((!args || args.name === undefined) && !opts.urn) {
58
+ throw new Error("Missing required property 'name'");
59
+ }
60
+ if ((!args || args.origins === undefined) && !opts.urn) {
61
+ throw new Error("Missing required property 'origins'");
62
+ }
63
+ inputs["autolasthop"] = args ? args.autolasthop : undefined;
64
+ inputs["fullPath"] = args ? args.fullPath : undefined;
65
+ inputs["mirror"] = args ? args.mirror : undefined;
66
+ inputs["name"] = args ? args.name : undefined;
67
+ inputs["origins"] = args ? args.origins : undefined;
68
+ inputs["partition"] = args ? args.partition : undefined;
69
+ inputs["snatpool"] = args ? args.snatpool : undefined;
70
+ inputs["sourceport"] = args ? args.sourceport : undefined;
71
+ inputs["translation"] = args ? args.translation : undefined;
72
+ inputs["vlans"] = args ? args.vlans : undefined;
73
+ inputs["vlansdisabled"] = args ? args.vlansdisabled : undefined;
74
+ }
75
+ if (!opts.version) {
76
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
77
+ }
78
+ super(Snat.__pulumiType, name, inputs, opts);
79
+ }
80
+ /**
81
+ * Get an existing Snat resource's state with the given name, ID, and optional extra
82
+ * properties used to qualify the lookup.
83
+ *
84
+ * @param name The _unique_ name of the resulting resource.
85
+ * @param id The _unique_ provider ID of the resource to lookup.
86
+ * @param state Any extra arguments used during the lookup.
87
+ * @param opts Optional settings to control the behavior of the CustomResource.
88
+ */
89
+ static get(name, id, state, opts) {
90
+ return new Snat(name, state, Object.assign(Object.assign({}, opts), { id: id }));
91
+ }
92
+ /**
93
+ * Returns true if the given object is an instance of Snat. This is designed to work even
94
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
95
+ */
96
+ static isInstance(obj) {
97
+ if (obj === undefined || obj === null) {
98
+ return false;
99
+ }
100
+ return obj['__pulumiType'] === Snat.__pulumiType;
101
+ }
102
+ }
103
+ exports.Snat = Snat;
104
+ /** @internal */
105
+ Snat.__pulumiType = 'f5bigip:ltm/snat:Snat';
106
+ //# sourceMappingURL=snat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snat.js","sourceRoot":"","sources":["../../ltm/snat.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,80 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * `f5bigip.ltm.SnatPool` Collections of SNAT translation addresses
4
+ *
5
+ * Resource should be named with their "full path". The full path is the combination of the partition + name of the resource, for example /Common/my-snatpool.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as f5bigip from "@pulumi/f5bigip";
12
+ *
13
+ * const snatpoolSanjose = new f5bigip.ltm.SnatPool("snatpool_sanjose", {
14
+ * members: [
15
+ * "191.1.1.1",
16
+ * "194.2.2.2",
17
+ * ],
18
+ * name: "/Common/snatpool_sanjose",
19
+ * });
20
+ * ```
21
+ */
22
+ export declare class SnatPool extends pulumi.CustomResource {
23
+ /**
24
+ * Get an existing SnatPool resource's state with the given name, ID, and optional extra
25
+ * properties used to qualify the lookup.
26
+ *
27
+ * @param name The _unique_ name of the resulting resource.
28
+ * @param id The _unique_ provider ID of the resource to lookup.
29
+ * @param state Any extra arguments used during the lookup.
30
+ * @param opts Optional settings to control the behavior of the CustomResource.
31
+ */
32
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SnatPoolState, opts?: pulumi.CustomResourceOptions): SnatPool;
33
+ /**
34
+ * Returns true if the given object is an instance of SnatPool. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj: any): obj is SnatPool;
38
+ /**
39
+ * Specifies a translation address to add to or delete from a SNAT pool (at least one address is required)
40
+ */
41
+ readonly members: pulumi.Output<string[]>;
42
+ /**
43
+ * Name of the snatpool
44
+ */
45
+ readonly name: pulumi.Output<string>;
46
+ /**
47
+ * Create a SnatPool resource with the given unique name, arguments, and options.
48
+ *
49
+ * @param name The _unique_ name of the resource.
50
+ * @param args The arguments to use to populate this resource's properties.
51
+ * @param opts A bag of options that control this resource's behavior.
52
+ */
53
+ constructor(name: string, args: SnatPoolArgs, opts?: pulumi.CustomResourceOptions);
54
+ }
55
+ /**
56
+ * Input properties used for looking up and filtering SnatPool resources.
57
+ */
58
+ export interface SnatPoolState {
59
+ /**
60
+ * Specifies a translation address to add to or delete from a SNAT pool (at least one address is required)
61
+ */
62
+ members?: pulumi.Input<pulumi.Input<string>[]>;
63
+ /**
64
+ * Name of the snatpool
65
+ */
66
+ name?: pulumi.Input<string>;
67
+ }
68
+ /**
69
+ * The set of arguments for constructing a SnatPool resource.
70
+ */
71
+ export interface SnatPoolArgs {
72
+ /**
73
+ * Specifies a translation address to add to or delete from a SNAT pool (at least one address is required)
74
+ */
75
+ members: pulumi.Input<pulumi.Input<string>[]>;
76
+ /**
77
+ * Name of the snatpool
78
+ */
79
+ name: pulumi.Input<string>;
80
+ }
@@ -0,0 +1,78 @@
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.ltm.SnatPool` Collections of SNAT translation addresses
9
+ *
10
+ * Resource should be named with their "full path". The full path is the combination of the partition + name of the resource, for example /Common/my-snatpool.
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as f5bigip from "@pulumi/f5bigip";
17
+ *
18
+ * const snatpoolSanjose = new f5bigip.ltm.SnatPool("snatpool_sanjose", {
19
+ * members: [
20
+ * "191.1.1.1",
21
+ * "194.2.2.2",
22
+ * ],
23
+ * name: "/Common/snatpool_sanjose",
24
+ * });
25
+ * ```
26
+ */
27
+ class SnatPool extends pulumi.CustomResource {
28
+ constructor(name, argsOrState, opts) {
29
+ let inputs = {};
30
+ opts = opts || {};
31
+ if (opts.id) {
32
+ const state = argsOrState;
33
+ inputs["members"] = state ? state.members : undefined;
34
+ inputs["name"] = state ? state.name : undefined;
35
+ }
36
+ else {
37
+ const args = argsOrState;
38
+ if ((!args || args.members === undefined) && !opts.urn) {
39
+ throw new Error("Missing required property 'members'");
40
+ }
41
+ if ((!args || args.name === undefined) && !opts.urn) {
42
+ throw new Error("Missing required property 'name'");
43
+ }
44
+ inputs["members"] = args ? args.members : undefined;
45
+ inputs["name"] = args ? args.name : undefined;
46
+ }
47
+ if (!opts.version) {
48
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
49
+ }
50
+ super(SnatPool.__pulumiType, name, inputs, opts);
51
+ }
52
+ /**
53
+ * Get an existing SnatPool resource's state with the given name, ID, and optional extra
54
+ * properties used to qualify the lookup.
55
+ *
56
+ * @param name The _unique_ name of the resulting resource.
57
+ * @param id The _unique_ provider ID of the resource to lookup.
58
+ * @param state Any extra arguments used during the lookup.
59
+ * @param opts Optional settings to control the behavior of the CustomResource.
60
+ */
61
+ static get(name, id, state, opts) {
62
+ return new SnatPool(name, state, Object.assign(Object.assign({}, opts), { id: id }));
63
+ }
64
+ /**
65
+ * Returns true if the given object is an instance of SnatPool. This is designed to work even
66
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
67
+ */
68
+ static isInstance(obj) {
69
+ if (obj === undefined || obj === null) {
70
+ return false;
71
+ }
72
+ return obj['__pulumiType'] === SnatPool.__pulumiType;
73
+ }
74
+ }
75
+ exports.SnatPool = SnatPool;
76
+ /** @internal */
77
+ SnatPool.__pulumiType = 'f5bigip:ltm/snatPool:SnatPool';
78
+ //# sourceMappingURL=snatPool.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snatPool.js","sourceRoot":"","sources":["../../ltm/snatPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IA6C/C,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACnD;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;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,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,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,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACrD,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;;AA1BL,4BAoEC;AAtDG,gBAAgB;AACO,qBAAY,GAAG,+BAA+B,CAAC"}
@@ -0,0 +1,149 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * `f5bigip.ltm.VirtualAddress` Configures Virtual Server
4
+ *
5
+ * For resources should be named with their "full path". The full path is the combination of the partition + name of the resource. For example /Common/virtual_server.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as f5bigip from "@pulumi/f5bigip";
12
+ *
13
+ * const vsVa = new f5bigip.ltm.VirtualAddress("vs_va", {
14
+ * advertizeRoute: "enabled",
15
+ * name: "/Common/xxxxx",
16
+ * });
17
+ * ```
18
+ */
19
+ export declare class VirtualAddress extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing VirtualAddress 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?: VirtualAddressState, opts?: pulumi.CustomResourceOptions): VirtualAddress;
30
+ /**
31
+ * Returns true if the given object is an instance of VirtualAddress. 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 VirtualAddress;
35
+ /**
36
+ * Enabled dynamic routing of the address ( In versions prior to BIG-IP 13.0.0 HF1, you can configure the Route Advertisement option for a virtual address to be either Enabled or Disabled only. Beginning with BIG-IP 13.0.0 HF1, F5 added more settings for the Route Advertisement option. In addition, the Enabled setting is deprecated and replaced by the Selective setting. For more information, please look into KB article https://support.f5.com/csp/article/K85543242 )
37
+ */
38
+ readonly advertizeRoute: pulumi.Output<string | undefined>;
39
+ /**
40
+ * Enable or disable ARP for the virtual address
41
+ */
42
+ readonly arp: pulumi.Output<boolean | undefined>;
43
+ /**
44
+ * Automatically delete the virtual address with the virtual server
45
+ */
46
+ readonly autoDelete: pulumi.Output<boolean | undefined>;
47
+ /**
48
+ * Max number of connections for virtual address
49
+ */
50
+ readonly connLimit: pulumi.Output<number | undefined>;
51
+ /**
52
+ * Enable or disable the virtual address
53
+ */
54
+ readonly enabled: pulumi.Output<boolean | undefined>;
55
+ /**
56
+ * Specifies how the system sends responses to ICMP echo requests on a per-virtual address basis.
57
+ */
58
+ readonly icmpEcho: pulumi.Output<string | undefined>;
59
+ /**
60
+ * Name of the virtual address
61
+ */
62
+ readonly name: pulumi.Output<string>;
63
+ /**
64
+ * Specify the partition and traffic group
65
+ */
66
+ readonly trafficGroup: pulumi.Output<string | undefined>;
67
+ /**
68
+ * Create a VirtualAddress resource with the given unique name, arguments, and options.
69
+ *
70
+ * @param name The _unique_ name of the resource.
71
+ * @param args The arguments to use to populate this resource's properties.
72
+ * @param opts A bag of options that control this resource's behavior.
73
+ */
74
+ constructor(name: string, args: VirtualAddressArgs, opts?: pulumi.CustomResourceOptions);
75
+ }
76
+ /**
77
+ * Input properties used for looking up and filtering VirtualAddress resources.
78
+ */
79
+ export interface VirtualAddressState {
80
+ /**
81
+ * Enabled dynamic routing of the address ( In versions prior to BIG-IP 13.0.0 HF1, you can configure the Route Advertisement option for a virtual address to be either Enabled or Disabled only. Beginning with BIG-IP 13.0.0 HF1, F5 added more settings for the Route Advertisement option. In addition, the Enabled setting is deprecated and replaced by the Selective setting. For more information, please look into KB article https://support.f5.com/csp/article/K85543242 )
82
+ */
83
+ advertizeRoute?: pulumi.Input<string>;
84
+ /**
85
+ * Enable or disable ARP for the virtual address
86
+ */
87
+ arp?: pulumi.Input<boolean>;
88
+ /**
89
+ * Automatically delete the virtual address with the virtual server
90
+ */
91
+ autoDelete?: pulumi.Input<boolean>;
92
+ /**
93
+ * Max number of connections for virtual address
94
+ */
95
+ connLimit?: pulumi.Input<number>;
96
+ /**
97
+ * Enable or disable the virtual address
98
+ */
99
+ enabled?: pulumi.Input<boolean>;
100
+ /**
101
+ * Specifies how the system sends responses to ICMP echo requests on a per-virtual address basis.
102
+ */
103
+ icmpEcho?: pulumi.Input<string>;
104
+ /**
105
+ * Name of the virtual address
106
+ */
107
+ name?: pulumi.Input<string>;
108
+ /**
109
+ * Specify the partition and traffic group
110
+ */
111
+ trafficGroup?: pulumi.Input<string>;
112
+ }
113
+ /**
114
+ * The set of arguments for constructing a VirtualAddress resource.
115
+ */
116
+ export interface VirtualAddressArgs {
117
+ /**
118
+ * Enabled dynamic routing of the address ( In versions prior to BIG-IP 13.0.0 HF1, you can configure the Route Advertisement option for a virtual address to be either Enabled or Disabled only. Beginning with BIG-IP 13.0.0 HF1, F5 added more settings for the Route Advertisement option. In addition, the Enabled setting is deprecated and replaced by the Selective setting. For more information, please look into KB article https://support.f5.com/csp/article/K85543242 )
119
+ */
120
+ advertizeRoute?: pulumi.Input<string>;
121
+ /**
122
+ * Enable or disable ARP for the virtual address
123
+ */
124
+ arp?: pulumi.Input<boolean>;
125
+ /**
126
+ * Automatically delete the virtual address with the virtual server
127
+ */
128
+ autoDelete?: pulumi.Input<boolean>;
129
+ /**
130
+ * Max number of connections for virtual address
131
+ */
132
+ connLimit?: pulumi.Input<number>;
133
+ /**
134
+ * Enable or disable the virtual address
135
+ */
136
+ enabled?: pulumi.Input<boolean>;
137
+ /**
138
+ * Specifies how the system sends responses to ICMP echo requests on a per-virtual address basis.
139
+ */
140
+ icmpEcho?: pulumi.Input<string>;
141
+ /**
142
+ * Name of the virtual address
143
+ */
144
+ name: pulumi.Input<string>;
145
+ /**
146
+ * Specify the partition and traffic group
147
+ */
148
+ trafficGroup?: pulumi.Input<string>;
149
+ }