@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
@@ -0,0 +1,221 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * `f5bigip.sys.SnmpTraps` provides details bout how to enable snmpTraps resource on BIG-IP
4
+ * ## Example Usage
5
+ *
6
+ * ```typescript
7
+ * import * as pulumi from "@pulumi/pulumi";
8
+ * import * as f5bigip from "@pulumi/f5bigip";
9
+ *
10
+ * const snmpTraps = new f5bigip.sys.SnmpTraps("snmp_traps", {
11
+ * community: "f5community",
12
+ * description: "Setup snmp traps",
13
+ * host: "195.10.10.1",
14
+ * name: "snmptraps",
15
+ * port: 111,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare class SnmpTraps extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing SnmpTraps 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?: SnmpTrapsState, opts?: pulumi.CustomResourceOptions): SnmpTraps;
30
+ /**
31
+ * Returns true if the given object is an instance of SnmpTraps. 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 SnmpTraps;
35
+ /**
36
+ * Encrypted password
37
+ */
38
+ readonly authPasswordencrypted: pulumi.Output<string | undefined>;
39
+ /**
40
+ * Specifies the protocol used to authenticate the user.
41
+ */
42
+ readonly authProtocol: pulumi.Output<string | undefined>;
43
+ /**
44
+ * Specifies the community string used for this trap.
45
+ */
46
+ readonly community: pulumi.Output<string | undefined>;
47
+ /**
48
+ * The port that the trap will be sent to.
49
+ */
50
+ readonly description: pulumi.Output<string | undefined>;
51
+ /**
52
+ * Specifies the authoritative security engine for SNMPv3.
53
+ */
54
+ readonly engineId: pulumi.Output<string | undefined>;
55
+ /**
56
+ * The host the trap will be sent to.
57
+ */
58
+ readonly host: pulumi.Output<string | undefined>;
59
+ /**
60
+ * Name of the snmp trap.
61
+ */
62
+ readonly name: pulumi.Output<string | undefined>;
63
+ /**
64
+ * User defined description.
65
+ */
66
+ readonly port: pulumi.Output<number | undefined>;
67
+ /**
68
+ * Specifies the clear text password used to encrypt traffic. This field will not be displayed.
69
+ */
70
+ readonly privacyPassword: pulumi.Output<string | undefined>;
71
+ /**
72
+ * Specifies the encrypted password used to encrypt traffic.
73
+ */
74
+ readonly privacyPasswordEncrypted: pulumi.Output<string | undefined>;
75
+ /**
76
+ * Specifies the protocol used to encrypt traffic.
77
+ */
78
+ readonly privacyProtocol: pulumi.Output<string | undefined>;
79
+ /**
80
+ * Specifies whether or not traffic is encrypted and whether or not authentication is required.
81
+ */
82
+ readonly securityLevel: pulumi.Output<string>;
83
+ /**
84
+ * Security name used in conjunction with SNMPv3.
85
+ */
86
+ readonly securityName: pulumi.Output<string | undefined>;
87
+ /**
88
+ * SNMP version used for sending the trap.
89
+ */
90
+ readonly version: pulumi.Output<string>;
91
+ /**
92
+ * Create a SnmpTraps resource with the given unique name, arguments, and options.
93
+ *
94
+ * @param name The _unique_ name of the resource.
95
+ * @param args The arguments to use to populate this resource's properties.
96
+ * @param opts A bag of options that control this resource's behavior.
97
+ */
98
+ constructor(name: string, args?: SnmpTrapsArgs, opts?: pulumi.CustomResourceOptions);
99
+ }
100
+ /**
101
+ * Input properties used for looking up and filtering SnmpTraps resources.
102
+ */
103
+ export interface SnmpTrapsState {
104
+ /**
105
+ * Encrypted password
106
+ */
107
+ authPasswordencrypted?: pulumi.Input<string>;
108
+ /**
109
+ * Specifies the protocol used to authenticate the user.
110
+ */
111
+ authProtocol?: pulumi.Input<string>;
112
+ /**
113
+ * Specifies the community string used for this trap.
114
+ */
115
+ community?: pulumi.Input<string>;
116
+ /**
117
+ * The port that the trap will be sent to.
118
+ */
119
+ description?: pulumi.Input<string>;
120
+ /**
121
+ * Specifies the authoritative security engine for SNMPv3.
122
+ */
123
+ engineId?: pulumi.Input<string>;
124
+ /**
125
+ * The host the trap will be sent to.
126
+ */
127
+ host?: pulumi.Input<string>;
128
+ /**
129
+ * Name of the snmp trap.
130
+ */
131
+ name?: pulumi.Input<string>;
132
+ /**
133
+ * User defined description.
134
+ */
135
+ port?: pulumi.Input<number>;
136
+ /**
137
+ * Specifies the clear text password used to encrypt traffic. This field will not be displayed.
138
+ */
139
+ privacyPassword?: pulumi.Input<string>;
140
+ /**
141
+ * Specifies the encrypted password used to encrypt traffic.
142
+ */
143
+ privacyPasswordEncrypted?: pulumi.Input<string>;
144
+ /**
145
+ * Specifies the protocol used to encrypt traffic.
146
+ */
147
+ privacyProtocol?: pulumi.Input<string>;
148
+ /**
149
+ * Specifies whether or not traffic is encrypted and whether or not authentication is required.
150
+ */
151
+ securityLevel?: pulumi.Input<string>;
152
+ /**
153
+ * Security name used in conjunction with SNMPv3.
154
+ */
155
+ securityName?: pulumi.Input<string>;
156
+ /**
157
+ * SNMP version used for sending the trap.
158
+ */
159
+ version?: pulumi.Input<string>;
160
+ }
161
+ /**
162
+ * The set of arguments for constructing a SnmpTraps resource.
163
+ */
164
+ export interface SnmpTrapsArgs {
165
+ /**
166
+ * Encrypted password
167
+ */
168
+ authPasswordencrypted?: pulumi.Input<string>;
169
+ /**
170
+ * Specifies the protocol used to authenticate the user.
171
+ */
172
+ authProtocol?: pulumi.Input<string>;
173
+ /**
174
+ * Specifies the community string used for this trap.
175
+ */
176
+ community?: pulumi.Input<string>;
177
+ /**
178
+ * The port that the trap will be sent to.
179
+ */
180
+ description?: pulumi.Input<string>;
181
+ /**
182
+ * Specifies the authoritative security engine for SNMPv3.
183
+ */
184
+ engineId?: pulumi.Input<string>;
185
+ /**
186
+ * The host the trap will be sent to.
187
+ */
188
+ host?: pulumi.Input<string>;
189
+ /**
190
+ * Name of the snmp trap.
191
+ */
192
+ name?: pulumi.Input<string>;
193
+ /**
194
+ * User defined description.
195
+ */
196
+ port?: pulumi.Input<number>;
197
+ /**
198
+ * Specifies the clear text password used to encrypt traffic. This field will not be displayed.
199
+ */
200
+ privacyPassword?: pulumi.Input<string>;
201
+ /**
202
+ * Specifies the encrypted password used to encrypt traffic.
203
+ */
204
+ privacyPasswordEncrypted?: pulumi.Input<string>;
205
+ /**
206
+ * Specifies the protocol used to encrypt traffic.
207
+ */
208
+ privacyProtocol?: pulumi.Input<string>;
209
+ /**
210
+ * Specifies whether or not traffic is encrypted and whether or not authentication is required.
211
+ */
212
+ securityLevel?: pulumi.Input<string>;
213
+ /**
214
+ * Security name used in conjunction with SNMPv3.
215
+ */
216
+ securityName?: pulumi.Input<string>;
217
+ /**
218
+ * SNMP version used for sending the trap.
219
+ */
220
+ version?: pulumi.Input<string>;
221
+ }
@@ -0,0 +1,93 @@
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.sys.SnmpTraps` provides details bout how to enable snmpTraps resource on BIG-IP
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as f5bigip from "@pulumi/f5bigip";
14
+ *
15
+ * const snmpTraps = new f5bigip.sys.SnmpTraps("snmp_traps", {
16
+ * community: "f5community",
17
+ * description: "Setup snmp traps",
18
+ * host: "195.10.10.1",
19
+ * name: "snmptraps",
20
+ * port: 111,
21
+ * });
22
+ * ```
23
+ */
24
+ class SnmpTraps extends pulumi.CustomResource {
25
+ constructor(name, argsOrState, opts) {
26
+ let inputs = {};
27
+ opts = opts || {};
28
+ if (opts.id) {
29
+ const state = argsOrState;
30
+ inputs["authPasswordencrypted"] = state ? state.authPasswordencrypted : undefined;
31
+ inputs["authProtocol"] = state ? state.authProtocol : undefined;
32
+ inputs["community"] = state ? state.community : undefined;
33
+ inputs["description"] = state ? state.description : undefined;
34
+ inputs["engineId"] = state ? state.engineId : undefined;
35
+ inputs["host"] = state ? state.host : undefined;
36
+ inputs["name"] = state ? state.name : undefined;
37
+ inputs["port"] = state ? state.port : undefined;
38
+ inputs["privacyPassword"] = state ? state.privacyPassword : undefined;
39
+ inputs["privacyPasswordEncrypted"] = state ? state.privacyPasswordEncrypted : undefined;
40
+ inputs["privacyProtocol"] = state ? state.privacyProtocol : undefined;
41
+ inputs["securityLevel"] = state ? state.securityLevel : undefined;
42
+ inputs["securityName"] = state ? state.securityName : undefined;
43
+ inputs["version"] = state ? state.version : undefined;
44
+ }
45
+ else {
46
+ const args = argsOrState;
47
+ inputs["authPasswordencrypted"] = args ? args.authPasswordencrypted : undefined;
48
+ inputs["authProtocol"] = args ? args.authProtocol : undefined;
49
+ inputs["community"] = args ? args.community : undefined;
50
+ inputs["description"] = args ? args.description : undefined;
51
+ inputs["engineId"] = args ? args.engineId : undefined;
52
+ inputs["host"] = args ? args.host : undefined;
53
+ inputs["name"] = args ? args.name : undefined;
54
+ inputs["port"] = args ? args.port : undefined;
55
+ inputs["privacyPassword"] = args ? args.privacyPassword : undefined;
56
+ inputs["privacyPasswordEncrypted"] = args ? args.privacyPasswordEncrypted : undefined;
57
+ inputs["privacyProtocol"] = args ? args.privacyProtocol : undefined;
58
+ inputs["securityLevel"] = args ? args.securityLevel : undefined;
59
+ inputs["securityName"] = args ? args.securityName : undefined;
60
+ inputs["version"] = args ? args.version : undefined;
61
+ }
62
+ if (!opts.version) {
63
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
64
+ }
65
+ super(SnmpTraps.__pulumiType, name, inputs, opts);
66
+ }
67
+ /**
68
+ * Get an existing SnmpTraps resource's state with the given name, ID, and optional extra
69
+ * properties used to qualify the lookup.
70
+ *
71
+ * @param name The _unique_ name of the resulting resource.
72
+ * @param id The _unique_ provider ID of the resource to lookup.
73
+ * @param state Any extra arguments used during the lookup.
74
+ * @param opts Optional settings to control the behavior of the CustomResource.
75
+ */
76
+ static get(name, id, state, opts) {
77
+ return new SnmpTraps(name, state, Object.assign(Object.assign({}, opts), { id: id }));
78
+ }
79
+ /**
80
+ * Returns true if the given object is an instance of SnmpTraps. This is designed to work even
81
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
82
+ */
83
+ static isInstance(obj) {
84
+ if (obj === undefined || obj === null) {
85
+ return false;
86
+ }
87
+ return obj['__pulumiType'] === SnmpTraps.__pulumiType;
88
+ }
89
+ }
90
+ exports.SnmpTraps = SnmpTraps;
91
+ /** @internal */
92
+ SnmpTraps.__pulumiType = 'f5bigip:sys/snmpTraps:SnmpTraps';
93
+ //# sourceMappingURL=snmpTraps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snmpTraps.js","sourceRoot":"","sources":["../../sys/snmpTraps.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IA6FhD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,MAAM,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,MAAM,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,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;YAChD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,MAAM,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,MAAM,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,MAAM,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,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;YAC9C,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;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,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;IApID;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;;AA1BL,8BAsIC;AAxHG,gBAAgB;AACO,sBAAY,GAAG,iCAAiC,CAAC"}
@@ -0,0 +1,177 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * `f5bigip.TrafficSelector` Manage IPSec Traffic Selectors on BIG-IP
4
+ *
5
+ * Resources should be named with their "full path". The full path is the combination of the partition + name (example: /Common/test-selector)
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as f5bigip from "@pulumi/f5bigip";
12
+ *
13
+ * const test_selector = new f5bigip.TrafficSelector("test-selector", {
14
+ * destinationAddress: "3.10.11.2/32",
15
+ * name: "/Common/test-selector",
16
+ * sourceAddress: "2.10.11.12/32",
17
+ * });
18
+ * ```
19
+ */
20
+ export declare class TrafficSelector extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing TrafficSelector resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TrafficSelectorState, opts?: pulumi.CustomResourceOptions): TrafficSelector;
31
+ /**
32
+ * Returns true if the given object is an instance of TrafficSelector. This is designed to work even
33
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
34
+ */
35
+ static isInstance(obj: any): obj is TrafficSelector;
36
+ /**
37
+ * Description of the traffic selector.
38
+ */
39
+ readonly description: pulumi.Output<string>;
40
+ /**
41
+ * Specifies the host or network IP address to which the application traffic is destined.When creating a new traffic selector, this parameter is required.
42
+ */
43
+ readonly destinationAddress: pulumi.Output<string>;
44
+ /**
45
+ * Specifies the IP port used by the application. The default value is `All Ports (0)`
46
+ */
47
+ readonly destinationPort: pulumi.Output<number>;
48
+ /**
49
+ * Specifies whether the traffic selector applies to inbound or outbound traffic, or both. The default value is `Both`.
50
+ */
51
+ readonly direction: pulumi.Output<string>;
52
+ /**
53
+ * Specifies the network protocol to use for this traffic. The default value is `All Protocols (255)`
54
+ */
55
+ readonly ipProtocol: pulumi.Output<number>;
56
+ /**
57
+ * Specifies the IPsec policy that tells the BIG-IP system how to handle the packets.When creating a new traffic selector, if this parameter is not specified, the default is `default-ipsec-policy`.
58
+ */
59
+ readonly ipsecPolicy: pulumi.Output<string>;
60
+ /**
61
+ * Name of the IPSec traffic-selector,it should be "full path".The full path is the combination of the partition + name of the IPSec traffic-selector.(For example `/Common/test-selector`)
62
+ */
63
+ readonly name: pulumi.Output<string>;
64
+ /**
65
+ * Specifies the order in which traffic is matched, if traffic can be matched to multiple traffic selectors.Traffic is matched to the traffic selector with the highest priority (lowest order number).
66
+ * When creating a new traffic selector, if this parameter is not specified, the default is `last`
67
+ */
68
+ readonly order: pulumi.Output<number>;
69
+ /**
70
+ * Specifies the host or network IP address from which the application traffic originates.When creating a new traffic selector, this parameter is required.
71
+ */
72
+ readonly sourceAddress: pulumi.Output<string>;
73
+ /**
74
+ * Specifies the IP port used by the application. The default value is `All Ports (0)`.
75
+ */
76
+ readonly sourcePort: pulumi.Output<number>;
77
+ /**
78
+ * Create a TrafficSelector resource with the given unique name, arguments, and options.
79
+ *
80
+ * @param name The _unique_ name of the resource.
81
+ * @param args The arguments to use to populate this resource's properties.
82
+ * @param opts A bag of options that control this resource's behavior.
83
+ */
84
+ constructor(name: string, args: TrafficSelectorArgs, opts?: pulumi.CustomResourceOptions);
85
+ }
86
+ /**
87
+ * Input properties used for looking up and filtering TrafficSelector resources.
88
+ */
89
+ export interface TrafficSelectorState {
90
+ /**
91
+ * Description of the traffic selector.
92
+ */
93
+ description?: pulumi.Input<string>;
94
+ /**
95
+ * Specifies the host or network IP address to which the application traffic is destined.When creating a new traffic selector, this parameter is required.
96
+ */
97
+ destinationAddress?: pulumi.Input<string>;
98
+ /**
99
+ * Specifies the IP port used by the application. The default value is `All Ports (0)`
100
+ */
101
+ destinationPort?: pulumi.Input<number>;
102
+ /**
103
+ * Specifies whether the traffic selector applies to inbound or outbound traffic, or both. The default value is `Both`.
104
+ */
105
+ direction?: pulumi.Input<string>;
106
+ /**
107
+ * Specifies the network protocol to use for this traffic. The default value is `All Protocols (255)`
108
+ */
109
+ ipProtocol?: pulumi.Input<number>;
110
+ /**
111
+ * Specifies the IPsec policy that tells the BIG-IP system how to handle the packets.When creating a new traffic selector, if this parameter is not specified, the default is `default-ipsec-policy`.
112
+ */
113
+ ipsecPolicy?: pulumi.Input<string>;
114
+ /**
115
+ * Name of the IPSec traffic-selector,it should be "full path".The full path is the combination of the partition + name of the IPSec traffic-selector.(For example `/Common/test-selector`)
116
+ */
117
+ name?: pulumi.Input<string>;
118
+ /**
119
+ * Specifies the order in which traffic is matched, if traffic can be matched to multiple traffic selectors.Traffic is matched to the traffic selector with the highest priority (lowest order number).
120
+ * When creating a new traffic selector, if this parameter is not specified, the default is `last`
121
+ */
122
+ order?: pulumi.Input<number>;
123
+ /**
124
+ * Specifies the host or network IP address from which the application traffic originates.When creating a new traffic selector, this parameter is required.
125
+ */
126
+ sourceAddress?: pulumi.Input<string>;
127
+ /**
128
+ * Specifies the IP port used by the application. The default value is `All Ports (0)`.
129
+ */
130
+ sourcePort?: pulumi.Input<number>;
131
+ }
132
+ /**
133
+ * The set of arguments for constructing a TrafficSelector resource.
134
+ */
135
+ export interface TrafficSelectorArgs {
136
+ /**
137
+ * Description of the traffic selector.
138
+ */
139
+ description?: pulumi.Input<string>;
140
+ /**
141
+ * Specifies the host or network IP address to which the application traffic is destined.When creating a new traffic selector, this parameter is required.
142
+ */
143
+ destinationAddress: pulumi.Input<string>;
144
+ /**
145
+ * Specifies the IP port used by the application. The default value is `All Ports (0)`
146
+ */
147
+ destinationPort?: pulumi.Input<number>;
148
+ /**
149
+ * Specifies whether the traffic selector applies to inbound or outbound traffic, or both. The default value is `Both`.
150
+ */
151
+ direction?: pulumi.Input<string>;
152
+ /**
153
+ * Specifies the network protocol to use for this traffic. The default value is `All Protocols (255)`
154
+ */
155
+ ipProtocol?: pulumi.Input<number>;
156
+ /**
157
+ * Specifies the IPsec policy that tells the BIG-IP system how to handle the packets.When creating a new traffic selector, if this parameter is not specified, the default is `default-ipsec-policy`.
158
+ */
159
+ ipsecPolicy?: pulumi.Input<string>;
160
+ /**
161
+ * Name of the IPSec traffic-selector,it should be "full path".The full path is the combination of the partition + name of the IPSec traffic-selector.(For example `/Common/test-selector`)
162
+ */
163
+ name: pulumi.Input<string>;
164
+ /**
165
+ * Specifies the order in which traffic is matched, if traffic can be matched to multiple traffic selectors.Traffic is matched to the traffic selector with the highest priority (lowest order number).
166
+ * When creating a new traffic selector, if this parameter is not specified, the default is `last`
167
+ */
168
+ order?: pulumi.Input<number>;
169
+ /**
170
+ * Specifies the host or network IP address from which the application traffic originates.When creating a new traffic selector, this parameter is required.
171
+ */
172
+ sourceAddress: pulumi.Input<string>;
173
+ /**
174
+ * Specifies the IP port used by the application. The default value is `All Ports (0)`.
175
+ */
176
+ sourcePort?: pulumi.Input<number>;
177
+ }
@@ -0,0 +1,95 @@
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.TrafficSelector` Manage IPSec Traffic Selectors on BIG-IP
9
+ *
10
+ * Resources should be named with their "full path". The full path is the combination of the partition + name (example: /Common/test-selector)
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_selector = new f5bigip.TrafficSelector("test-selector", {
19
+ * destinationAddress: "3.10.11.2/32",
20
+ * name: "/Common/test-selector",
21
+ * sourceAddress: "2.10.11.12/32",
22
+ * });
23
+ * ```
24
+ */
25
+ class TrafficSelector extends pulumi.CustomResource {
26
+ constructor(name, argsOrState, opts) {
27
+ let inputs = {};
28
+ opts = opts || {};
29
+ if (opts.id) {
30
+ const state = argsOrState;
31
+ inputs["description"] = state ? state.description : undefined;
32
+ inputs["destinationAddress"] = state ? state.destinationAddress : undefined;
33
+ inputs["destinationPort"] = state ? state.destinationPort : undefined;
34
+ inputs["direction"] = state ? state.direction : undefined;
35
+ inputs["ipProtocol"] = state ? state.ipProtocol : undefined;
36
+ inputs["ipsecPolicy"] = state ? state.ipsecPolicy : undefined;
37
+ inputs["name"] = state ? state.name : undefined;
38
+ inputs["order"] = state ? state.order : undefined;
39
+ inputs["sourceAddress"] = state ? state.sourceAddress : undefined;
40
+ inputs["sourcePort"] = state ? state.sourcePort : undefined;
41
+ }
42
+ else {
43
+ const args = argsOrState;
44
+ if ((!args || args.destinationAddress === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'destinationAddress'");
46
+ }
47
+ if ((!args || args.name === undefined) && !opts.urn) {
48
+ throw new Error("Missing required property 'name'");
49
+ }
50
+ if ((!args || args.sourceAddress === undefined) && !opts.urn) {
51
+ throw new Error("Missing required property 'sourceAddress'");
52
+ }
53
+ inputs["description"] = args ? args.description : undefined;
54
+ inputs["destinationAddress"] = args ? args.destinationAddress : undefined;
55
+ inputs["destinationPort"] = args ? args.destinationPort : undefined;
56
+ inputs["direction"] = args ? args.direction : undefined;
57
+ inputs["ipProtocol"] = args ? args.ipProtocol : undefined;
58
+ inputs["ipsecPolicy"] = args ? args.ipsecPolicy : undefined;
59
+ inputs["name"] = args ? args.name : undefined;
60
+ inputs["order"] = args ? args.order : undefined;
61
+ inputs["sourceAddress"] = args ? args.sourceAddress : undefined;
62
+ inputs["sourcePort"] = args ? args.sourcePort : undefined;
63
+ }
64
+ if (!opts.version) {
65
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
66
+ }
67
+ super(TrafficSelector.__pulumiType, name, inputs, opts);
68
+ }
69
+ /**
70
+ * Get an existing TrafficSelector resource's state with the given name, ID, and optional extra
71
+ * properties used to qualify the lookup.
72
+ *
73
+ * @param name The _unique_ name of the resulting resource.
74
+ * @param id The _unique_ provider ID of the resource to lookup.
75
+ * @param state Any extra arguments used during the lookup.
76
+ * @param opts Optional settings to control the behavior of the CustomResource.
77
+ */
78
+ static get(name, id, state, opts) {
79
+ return new TrafficSelector(name, state, Object.assign(Object.assign({}, opts), { id: id }));
80
+ }
81
+ /**
82
+ * Returns true if the given object is an instance of TrafficSelector. This is designed to work even
83
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
84
+ */
85
+ static isInstance(obj) {
86
+ if (obj === undefined || obj === null) {
87
+ return false;
88
+ }
89
+ return obj['__pulumiType'] === TrafficSelector.__pulumiType;
90
+ }
91
+ }
92
+ exports.TrafficSelector = TrafficSelector;
93
+ /** @internal */
94
+ TrafficSelector.__pulumiType = 'f5bigip:index/trafficSelector:TrafficSelector';
95
+ //# sourceMappingURL=trafficSelector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trafficSelector.js","sourceRoot":"","sources":["../trafficSelector.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import * as input from "./input";
2
+ import * as output from "./output";
3
+ export { input, output, };
package/types/index.js ADDED
@@ -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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ // Export sub-modules:
6
+ const input = require("./input");
7
+ exports.input = input;
8
+ const output = require("./output");
9
+ exports.output = output;
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,sBAAsB;AACtB,iCAAiC;AAI7B,sBAAK;AAHT,mCAAmC;AAI/B,wBAAM"}