@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,134 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ const pulumi = require("@pulumi/pulumi");
6
+ const utilities = require("../utilities");
7
+ /**
8
+ * `f5bigip.ltm.ProfileFtp` Configures a custom profile_ftp.
9
+ *
10
+ * Resources should be named with their "full path". The full path is the combination of the partition + name (example: /Common/my-pool ) or partition + directory + name of the resource (example: /Common/test/my-pool )
11
+ *
12
+ * ## Example Usage
13
+ * ### For Bigip versions (14.x - 16.x)
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as f5bigip from "@pulumi/f5bigip";
18
+ *
19
+ * const sanjose_ftp_profile = new f5bigip.ltm.ProfileFtp("sanjose-ftp-profile", {
20
+ * allowActiveMode: "enabled",
21
+ * defaultsFrom: "/Common/ftp",
22
+ * description: "test-tftp-profile",
23
+ * enforceTlssessionReuse: "enabled",
24
+ * ftpsMode: "allow",
25
+ * name: "/Common/sanjose-ftp-profile",
26
+ * port: 2020,
27
+ * });
28
+ * ```
29
+ * ### For Bigip versions (12.x - 13.x)
30
+ *
31
+ * ```typescript
32
+ * import * as pulumi from "@pulumi/pulumi";
33
+ * import * as f5bigip from "@pulumi/f5bigip";
34
+ *
35
+ * const sanjose_ftp_profile = new f5bigip.ltm.ProfileFtp("sanjose-ftp-profile", {
36
+ * allowFtps: "enabled",
37
+ * defaultsFrom: "/Common/ftp",
38
+ * description: "test-tftp-profile",
39
+ * name: "/Common/sanjose-ftp-profile",
40
+ * port: 2020,
41
+ * translateExtended: "enabled",
42
+ * });
43
+ * ```
44
+ * ## Common Arguments for all versions
45
+ *
46
+ * * `security` - (Optional)Specifies, when checked (enabled), that the system inspects FTP traffic for security vulnerabilities using an FTP security profile. This option is available only on systems licensed for BIG-IP ASM.
47
+ *
48
+ * * `port` - (Optional)Allows you to configure the FTP service to run on an alternate port. The default is 20.
49
+ *
50
+ * * `logProfile` - (Optional)Configures the ALG log profile that controls logging
51
+ *
52
+ * * `logPublisher` - (Optional)Configures the log publisher that handles events logging for this profile
53
+ *
54
+ * * `inheritParentProfile` - (Optional)Enables the FTP data channel to inherit the TCP profile used by the control channel.If disabled,the data channel uses FastL4 only.
55
+ *
56
+ * * `description` - (Optional)User defined description for FTP profile
57
+ */
58
+ class ProfileFtp extends pulumi.CustomResource {
59
+ constructor(name, argsOrState, opts) {
60
+ let inputs = {};
61
+ opts = opts || {};
62
+ if (opts.id) {
63
+ const state = argsOrState;
64
+ inputs["allowActiveMode"] = state ? state.allowActiveMode : undefined;
65
+ inputs["allowFtps"] = state ? state.allowFtps : undefined;
66
+ inputs["appService"] = state ? state.appService : undefined;
67
+ inputs["defaultsFrom"] = state ? state.defaultsFrom : undefined;
68
+ inputs["description"] = state ? state.description : undefined;
69
+ inputs["enforceTlssessionReuse"] = state ? state.enforceTlssessionReuse : undefined;
70
+ inputs["ftpsMode"] = state ? state.ftpsMode : undefined;
71
+ inputs["inheritParentProfile"] = state ? state.inheritParentProfile : undefined;
72
+ inputs["inheritVlanList"] = state ? state.inheritVlanList : undefined;
73
+ inputs["logProfile"] = state ? state.logProfile : undefined;
74
+ inputs["logPublisher"] = state ? state.logPublisher : undefined;
75
+ inputs["name"] = state ? state.name : undefined;
76
+ inputs["partition"] = state ? state.partition : undefined;
77
+ inputs["port"] = state ? state.port : undefined;
78
+ inputs["security"] = state ? state.security : undefined;
79
+ inputs["translateExtended"] = state ? state.translateExtended : undefined;
80
+ }
81
+ else {
82
+ const args = argsOrState;
83
+ if ((!args || args.name === undefined) && !opts.urn) {
84
+ throw new Error("Missing required property 'name'");
85
+ }
86
+ inputs["allowActiveMode"] = args ? args.allowActiveMode : undefined;
87
+ inputs["allowFtps"] = args ? args.allowFtps : undefined;
88
+ inputs["appService"] = args ? args.appService : undefined;
89
+ inputs["defaultsFrom"] = args ? args.defaultsFrom : undefined;
90
+ inputs["description"] = args ? args.description : undefined;
91
+ inputs["enforceTlssessionReuse"] = args ? args.enforceTlssessionReuse : undefined;
92
+ inputs["ftpsMode"] = args ? args.ftpsMode : undefined;
93
+ inputs["inheritParentProfile"] = args ? args.inheritParentProfile : undefined;
94
+ inputs["inheritVlanList"] = args ? args.inheritVlanList : undefined;
95
+ inputs["logProfile"] = args ? args.logProfile : undefined;
96
+ inputs["logPublisher"] = args ? args.logPublisher : undefined;
97
+ inputs["name"] = args ? args.name : undefined;
98
+ inputs["partition"] = args ? args.partition : undefined;
99
+ inputs["port"] = args ? args.port : undefined;
100
+ inputs["security"] = args ? args.security : undefined;
101
+ inputs["translateExtended"] = args ? args.translateExtended : undefined;
102
+ }
103
+ if (!opts.version) {
104
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
105
+ }
106
+ super(ProfileFtp.__pulumiType, name, inputs, opts);
107
+ }
108
+ /**
109
+ * Get an existing ProfileFtp resource's state with the given name, ID, and optional extra
110
+ * properties used to qualify the lookup.
111
+ *
112
+ * @param name The _unique_ name of the resulting resource.
113
+ * @param id The _unique_ provider ID of the resource to lookup.
114
+ * @param state Any extra arguments used during the lookup.
115
+ * @param opts Optional settings to control the behavior of the CustomResource.
116
+ */
117
+ static get(name, id, state, opts) {
118
+ return new ProfileFtp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
119
+ }
120
+ /**
121
+ * Returns true if the given object is an instance of ProfileFtp. This is designed to work even
122
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
123
+ */
124
+ static isInstance(obj) {
125
+ if (obj === undefined || obj === null) {
126
+ return false;
127
+ }
128
+ return obj['__pulumiType'] === ProfileFtp.__pulumiType;
129
+ }
130
+ }
131
+ exports.ProfileFtp = ProfileFtp;
132
+ /** @internal */
133
+ ProfileFtp.__pulumiType = 'f5bigip:ltm/profileFtp:ProfileFtp';
134
+ //# sourceMappingURL=profileFtp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"profileFtp.js","sourceRoot":"","sources":["../../ltm/profileFtp.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,397 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * `f5bigip.ltm.ProfileHttp` Configures a custom profileHttp for use by health checks.
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/my-pool.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as f5bigip from "@pulumi/f5bigip";
12
+ *
13
+ * const sanjose_http = new f5bigip.ltm.ProfileHttp("sanjose-http", {
14
+ * defaultsFrom: "/Common/http",
15
+ * fallbackHost: "titanic",
16
+ * fallbackStatusCodes: [
17
+ * "400",
18
+ * "500",
19
+ * "300",
20
+ * ],
21
+ * name: "/Common/sanjose-http",
22
+ * });
23
+ * ```
24
+ *
25
+ * ## Import
26
+ *
27
+ * BIG-IP LTM http profiles can be imported using the `name`, e.g. bash
28
+ *
29
+ * ```sh
30
+ * $ pulumi import f5bigip:ltm/profileHttp:ProfileHttp test-http /Common/test-http
31
+ * ```
32
+ */
33
+ export declare class ProfileHttp extends pulumi.CustomResource {
34
+ /**
35
+ * Get an existing ProfileHttp 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?: ProfileHttpState, opts?: pulumi.CustomResourceOptions): ProfileHttp;
44
+ /**
45
+ * Returns true if the given object is an instance of ProfileHttp. 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 ProfileHttp;
49
+ /**
50
+ * Enables or disables trusting the client IP address, and statistics from the client IP address, based on the request's XFF (X-forwarded-for) headers, if they exist.
51
+ */
52
+ readonly acceptXff: pulumi.Output<string>;
53
+ /**
54
+ * The application service to which the object belongs.
55
+ */
56
+ readonly appService: pulumi.Output<string | undefined>;
57
+ /**
58
+ * Specifies a quoted string for the basic authentication realm. The system sends this string to a client whenever authorization fails. The default value is `none`
59
+ */
60
+ readonly basicAuthRealm: pulumi.Output<string>;
61
+ /**
62
+ * Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
63
+ */
64
+ readonly defaultsFrom: pulumi.Output<string>;
65
+ /**
66
+ * Specifies user-defined description.
67
+ */
68
+ readonly description: pulumi.Output<string>;
69
+ /**
70
+ * Type a passphrase for cookie encryption.
71
+ */
72
+ readonly encryptCookieSecret: pulumi.Output<string | undefined>;
73
+ /**
74
+ * Type the cookie names for the system to encrypt.
75
+ */
76
+ readonly encryptCookies: pulumi.Output<string[] | undefined>;
77
+ /**
78
+ * Specifies an HTTP fallback host. HTTP redirection allows you to redirect HTTP traffic to another protocol identifier, host name, port number
79
+ */
80
+ readonly fallbackHost: pulumi.Output<string>;
81
+ /**
82
+ * Specifies one or more three-digit status codes that can be returned by an HTTP server,that should trigger a redirection to the fallback host.
83
+ */
84
+ readonly fallbackStatusCodes: pulumi.Output<string[] | undefined>;
85
+ /**
86
+ * Specifies the header string that you want to erase from an HTTP request. Default is `none`.
87
+ */
88
+ readonly headErase: pulumi.Output<string>;
89
+ /**
90
+ * Specifies a quoted header string that you want to insert into an HTTP request.Default is `none`.
91
+ */
92
+ readonly headInsert: pulumi.Output<string>;
93
+ /**
94
+ * Specifies, when enabled, that the system inserts an X-Forwarded-For header in an HTTP request with the client IP address, to use with connection pooling. The default is `Disabled`.
95
+ */
96
+ readonly insertXforwardedFor: pulumi.Output<string>;
97
+ /**
98
+ * Specifies the linear white space (LWS) separator that the system inserts when a header exceeds the maximum width you
99
+ * specify in the LWS Maximum Columns setting.
100
+ */
101
+ readonly lwsSeparator: pulumi.Output<string>;
102
+ /**
103
+ * Specifies the linear white space (LWS) separator that the system inserts when a header exceeds the maximum width you specify in the LWS Maximum Columns setting.
104
+ */
105
+ readonly lwsWidth: pulumi.Output<number>;
106
+ /**
107
+ * Specifies the name of the http profile,name of Profile should be full path. Full path is the combination of the `partition + profile name`,For example `/Common/test-http-profile`.
108
+ */
109
+ readonly name: pulumi.Output<string>;
110
+ /**
111
+ * Enables the system to perform HTTP header transformations for the purpose of keeping server-side connections open. This feature requires configuration of a OneConnect profile
112
+ */
113
+ readonly oneconnectTransformations: pulumi.Output<string>;
114
+ /**
115
+ * Specifies the proxy mode for this profile: reverse, explicit, or transparent. The default is `reverse`.
116
+ */
117
+ readonly proxyType: pulumi.Output<string>;
118
+ /**
119
+ * Specifies whether the system rewrites the URIs that are part of HTTP redirect (3XX) responses. The default is `none`.
120
+ */
121
+ readonly redirectRewrite: pulumi.Output<string>;
122
+ /**
123
+ * Specifies how the system handles HTTP content that is chunked by a client. The default is `preserve`.
124
+ */
125
+ readonly requestChunking: pulumi.Output<string>;
126
+ /**
127
+ * Specifies how the system handles HTTP content that is chunked by a server. The default is `selective`.
128
+ */
129
+ readonly responseChunking: pulumi.Output<string>;
130
+ /**
131
+ * Specifies headers that the BIG-IP system allows in an HTTP response.If you are specifying more than one header, separate the headers with a blank space.
132
+ */
133
+ readonly responseHeadersPermitteds: pulumi.Output<string[]>;
134
+ /**
135
+ * Specifies the value of the Server header in responses that the BIG-IP itself generates. The default is BigIP. If no
136
+ * string is specified, then no Server header will be added to such responses
137
+ */
138
+ readonly serverAgentName: pulumi.Output<string>;
139
+ /**
140
+ * Displays the administrative partition within which this profile resides.
141
+ */
142
+ readonly tmPartition: pulumi.Output<string | undefined>;
143
+ /**
144
+ * Specifies the hostname to include into Via header
145
+ */
146
+ readonly viaHostName: pulumi.Output<string>;
147
+ /**
148
+ * Specifies whether to append, remove, or preserve a Via header in an HTTP request
149
+ */
150
+ readonly viaRequest: pulumi.Output<string>;
151
+ /**
152
+ * Specifies whether to append, remove, or preserve a Via header in an HTTP request
153
+ */
154
+ readonly viaResponse: pulumi.Output<string>;
155
+ /**
156
+ * Specifies alternative XFF headers instead of the default X-forwarded-for header.
157
+ */
158
+ readonly xffAlternativeNames: pulumi.Output<string[]>;
159
+ /**
160
+ * Create a ProfileHttp resource with the given unique name, arguments, and options.
161
+ *
162
+ * @param name The _unique_ name of the resource.
163
+ * @param args The arguments to use to populate this resource's properties.
164
+ * @param opts A bag of options that control this resource's behavior.
165
+ */
166
+ constructor(name: string, args: ProfileHttpArgs, opts?: pulumi.CustomResourceOptions);
167
+ }
168
+ /**
169
+ * Input properties used for looking up and filtering ProfileHttp resources.
170
+ */
171
+ export interface ProfileHttpState {
172
+ /**
173
+ * Enables or disables trusting the client IP address, and statistics from the client IP address, based on the request's XFF (X-forwarded-for) headers, if they exist.
174
+ */
175
+ acceptXff?: pulumi.Input<string>;
176
+ /**
177
+ * The application service to which the object belongs.
178
+ */
179
+ appService?: pulumi.Input<string>;
180
+ /**
181
+ * Specifies a quoted string for the basic authentication realm. The system sends this string to a client whenever authorization fails. The default value is `none`
182
+ */
183
+ basicAuthRealm?: pulumi.Input<string>;
184
+ /**
185
+ * Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
186
+ */
187
+ defaultsFrom?: pulumi.Input<string>;
188
+ /**
189
+ * Specifies user-defined description.
190
+ */
191
+ description?: pulumi.Input<string>;
192
+ /**
193
+ * Type a passphrase for cookie encryption.
194
+ */
195
+ encryptCookieSecret?: pulumi.Input<string>;
196
+ /**
197
+ * Type the cookie names for the system to encrypt.
198
+ */
199
+ encryptCookies?: pulumi.Input<pulumi.Input<string>[]>;
200
+ /**
201
+ * Specifies an HTTP fallback host. HTTP redirection allows you to redirect HTTP traffic to another protocol identifier, host name, port number
202
+ */
203
+ fallbackHost?: pulumi.Input<string>;
204
+ /**
205
+ * Specifies one or more three-digit status codes that can be returned by an HTTP server,that should trigger a redirection to the fallback host.
206
+ */
207
+ fallbackStatusCodes?: pulumi.Input<pulumi.Input<string>[]>;
208
+ /**
209
+ * Specifies the header string that you want to erase from an HTTP request. Default is `none`.
210
+ */
211
+ headErase?: pulumi.Input<string>;
212
+ /**
213
+ * Specifies a quoted header string that you want to insert into an HTTP request.Default is `none`.
214
+ */
215
+ headInsert?: pulumi.Input<string>;
216
+ /**
217
+ * Specifies, when enabled, that the system inserts an X-Forwarded-For header in an HTTP request with the client IP address, to use with connection pooling. The default is `Disabled`.
218
+ */
219
+ insertXforwardedFor?: pulumi.Input<string>;
220
+ /**
221
+ * Specifies the linear white space (LWS) separator that the system inserts when a header exceeds the maximum width you
222
+ * specify in the LWS Maximum Columns setting.
223
+ */
224
+ lwsSeparator?: pulumi.Input<string>;
225
+ /**
226
+ * Specifies the linear white space (LWS) separator that the system inserts when a header exceeds the maximum width you specify in the LWS Maximum Columns setting.
227
+ */
228
+ lwsWidth?: pulumi.Input<number>;
229
+ /**
230
+ * Specifies the name of the http profile,name of Profile should be full path. Full path is the combination of the `partition + profile name`,For example `/Common/test-http-profile`.
231
+ */
232
+ name?: pulumi.Input<string>;
233
+ /**
234
+ * Enables the system to perform HTTP header transformations for the purpose of keeping server-side connections open. This feature requires configuration of a OneConnect profile
235
+ */
236
+ oneconnectTransformations?: pulumi.Input<string>;
237
+ /**
238
+ * Specifies the proxy mode for this profile: reverse, explicit, or transparent. The default is `reverse`.
239
+ */
240
+ proxyType?: pulumi.Input<string>;
241
+ /**
242
+ * Specifies whether the system rewrites the URIs that are part of HTTP redirect (3XX) responses. The default is `none`.
243
+ */
244
+ redirectRewrite?: pulumi.Input<string>;
245
+ /**
246
+ * Specifies how the system handles HTTP content that is chunked by a client. The default is `preserve`.
247
+ */
248
+ requestChunking?: pulumi.Input<string>;
249
+ /**
250
+ * Specifies how the system handles HTTP content that is chunked by a server. The default is `selective`.
251
+ */
252
+ responseChunking?: pulumi.Input<string>;
253
+ /**
254
+ * Specifies headers that the BIG-IP system allows in an HTTP response.If you are specifying more than one header, separate the headers with a blank space.
255
+ */
256
+ responseHeadersPermitteds?: pulumi.Input<pulumi.Input<string>[]>;
257
+ /**
258
+ * Specifies the value of the Server header in responses that the BIG-IP itself generates. The default is BigIP. If no
259
+ * string is specified, then no Server header will be added to such responses
260
+ */
261
+ serverAgentName?: pulumi.Input<string>;
262
+ /**
263
+ * Displays the administrative partition within which this profile resides.
264
+ */
265
+ tmPartition?: pulumi.Input<string>;
266
+ /**
267
+ * Specifies the hostname to include into Via header
268
+ */
269
+ viaHostName?: pulumi.Input<string>;
270
+ /**
271
+ * Specifies whether to append, remove, or preserve a Via header in an HTTP request
272
+ */
273
+ viaRequest?: pulumi.Input<string>;
274
+ /**
275
+ * Specifies whether to append, remove, or preserve a Via header in an HTTP request
276
+ */
277
+ viaResponse?: pulumi.Input<string>;
278
+ /**
279
+ * Specifies alternative XFF headers instead of the default X-forwarded-for header.
280
+ */
281
+ xffAlternativeNames?: pulumi.Input<pulumi.Input<string>[]>;
282
+ }
283
+ /**
284
+ * The set of arguments for constructing a ProfileHttp resource.
285
+ */
286
+ export interface ProfileHttpArgs {
287
+ /**
288
+ * Enables or disables trusting the client IP address, and statistics from the client IP address, based on the request's XFF (X-forwarded-for) headers, if they exist.
289
+ */
290
+ acceptXff?: pulumi.Input<string>;
291
+ /**
292
+ * The application service to which the object belongs.
293
+ */
294
+ appService?: pulumi.Input<string>;
295
+ /**
296
+ * Specifies a quoted string for the basic authentication realm. The system sends this string to a client whenever authorization fails. The default value is `none`
297
+ */
298
+ basicAuthRealm?: pulumi.Input<string>;
299
+ /**
300
+ * Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
301
+ */
302
+ defaultsFrom?: pulumi.Input<string>;
303
+ /**
304
+ * Specifies user-defined description.
305
+ */
306
+ description?: pulumi.Input<string>;
307
+ /**
308
+ * Type a passphrase for cookie encryption.
309
+ */
310
+ encryptCookieSecret?: pulumi.Input<string>;
311
+ /**
312
+ * Type the cookie names for the system to encrypt.
313
+ */
314
+ encryptCookies?: pulumi.Input<pulumi.Input<string>[]>;
315
+ /**
316
+ * Specifies an HTTP fallback host. HTTP redirection allows you to redirect HTTP traffic to another protocol identifier, host name, port number
317
+ */
318
+ fallbackHost?: pulumi.Input<string>;
319
+ /**
320
+ * Specifies one or more three-digit status codes that can be returned by an HTTP server,that should trigger a redirection to the fallback host.
321
+ */
322
+ fallbackStatusCodes?: pulumi.Input<pulumi.Input<string>[]>;
323
+ /**
324
+ * Specifies the header string that you want to erase from an HTTP request. Default is `none`.
325
+ */
326
+ headErase?: pulumi.Input<string>;
327
+ /**
328
+ * Specifies a quoted header string that you want to insert into an HTTP request.Default is `none`.
329
+ */
330
+ headInsert?: pulumi.Input<string>;
331
+ /**
332
+ * Specifies, when enabled, that the system inserts an X-Forwarded-For header in an HTTP request with the client IP address, to use with connection pooling. The default is `Disabled`.
333
+ */
334
+ insertXforwardedFor?: pulumi.Input<string>;
335
+ /**
336
+ * Specifies the linear white space (LWS) separator that the system inserts when a header exceeds the maximum width you
337
+ * specify in the LWS Maximum Columns setting.
338
+ */
339
+ lwsSeparator?: pulumi.Input<string>;
340
+ /**
341
+ * Specifies the linear white space (LWS) separator that the system inserts when a header exceeds the maximum width you specify in the LWS Maximum Columns setting.
342
+ */
343
+ lwsWidth?: pulumi.Input<number>;
344
+ /**
345
+ * Specifies the name of the http profile,name of Profile should be full path. Full path is the combination of the `partition + profile name`,For example `/Common/test-http-profile`.
346
+ */
347
+ name: pulumi.Input<string>;
348
+ /**
349
+ * Enables the system to perform HTTP header transformations for the purpose of keeping server-side connections open. This feature requires configuration of a OneConnect profile
350
+ */
351
+ oneconnectTransformations?: pulumi.Input<string>;
352
+ /**
353
+ * Specifies the proxy mode for this profile: reverse, explicit, or transparent. The default is `reverse`.
354
+ */
355
+ proxyType?: pulumi.Input<string>;
356
+ /**
357
+ * Specifies whether the system rewrites the URIs that are part of HTTP redirect (3XX) responses. The default is `none`.
358
+ */
359
+ redirectRewrite?: pulumi.Input<string>;
360
+ /**
361
+ * Specifies how the system handles HTTP content that is chunked by a client. The default is `preserve`.
362
+ */
363
+ requestChunking?: pulumi.Input<string>;
364
+ /**
365
+ * Specifies how the system handles HTTP content that is chunked by a server. The default is `selective`.
366
+ */
367
+ responseChunking?: pulumi.Input<string>;
368
+ /**
369
+ * Specifies headers that the BIG-IP system allows in an HTTP response.If you are specifying more than one header, separate the headers with a blank space.
370
+ */
371
+ responseHeadersPermitteds?: pulumi.Input<pulumi.Input<string>[]>;
372
+ /**
373
+ * Specifies the value of the Server header in responses that the BIG-IP itself generates. The default is BigIP. If no
374
+ * string is specified, then no Server header will be added to such responses
375
+ */
376
+ serverAgentName?: pulumi.Input<string>;
377
+ /**
378
+ * Displays the administrative partition within which this profile resides.
379
+ */
380
+ tmPartition?: pulumi.Input<string>;
381
+ /**
382
+ * Specifies the hostname to include into Via header
383
+ */
384
+ viaHostName?: pulumi.Input<string>;
385
+ /**
386
+ * Specifies whether to append, remove, or preserve a Via header in an HTTP request
387
+ */
388
+ viaRequest?: pulumi.Input<string>;
389
+ /**
390
+ * Specifies whether to append, remove, or preserve a Via header in an HTTP request
391
+ */
392
+ viaResponse?: pulumi.Input<string>;
393
+ /**
394
+ * Specifies alternative XFF headers instead of the default X-forwarded-for header.
395
+ */
396
+ xffAlternativeNames?: pulumi.Input<pulumi.Input<string>[]>;
397
+ }
@@ -0,0 +1,136 @@
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.ProfileHttp` Configures a custom profileHttp for use by health checks.
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 sanjose_http = new f5bigip.ltm.ProfileHttp("sanjose-http", {
19
+ * defaultsFrom: "/Common/http",
20
+ * fallbackHost: "titanic",
21
+ * fallbackStatusCodes: [
22
+ * "400",
23
+ * "500",
24
+ * "300",
25
+ * ],
26
+ * name: "/Common/sanjose-http",
27
+ * });
28
+ * ```
29
+ *
30
+ * ## Import
31
+ *
32
+ * BIG-IP LTM http profiles can be imported using the `name`, e.g. bash
33
+ *
34
+ * ```sh
35
+ * $ pulumi import f5bigip:ltm/profileHttp:ProfileHttp test-http /Common/test-http
36
+ * ```
37
+ */
38
+ class ProfileHttp extends pulumi.CustomResource {
39
+ constructor(name, argsOrState, opts) {
40
+ let inputs = {};
41
+ opts = opts || {};
42
+ if (opts.id) {
43
+ const state = argsOrState;
44
+ inputs["acceptXff"] = state ? state.acceptXff : undefined;
45
+ inputs["appService"] = state ? state.appService : undefined;
46
+ inputs["basicAuthRealm"] = state ? state.basicAuthRealm : undefined;
47
+ inputs["defaultsFrom"] = state ? state.defaultsFrom : undefined;
48
+ inputs["description"] = state ? state.description : undefined;
49
+ inputs["encryptCookieSecret"] = state ? state.encryptCookieSecret : undefined;
50
+ inputs["encryptCookies"] = state ? state.encryptCookies : undefined;
51
+ inputs["fallbackHost"] = state ? state.fallbackHost : undefined;
52
+ inputs["fallbackStatusCodes"] = state ? state.fallbackStatusCodes : undefined;
53
+ inputs["headErase"] = state ? state.headErase : undefined;
54
+ inputs["headInsert"] = state ? state.headInsert : undefined;
55
+ inputs["insertXforwardedFor"] = state ? state.insertXforwardedFor : undefined;
56
+ inputs["lwsSeparator"] = state ? state.lwsSeparator : undefined;
57
+ inputs["lwsWidth"] = state ? state.lwsWidth : undefined;
58
+ inputs["name"] = state ? state.name : undefined;
59
+ inputs["oneconnectTransformations"] = state ? state.oneconnectTransformations : undefined;
60
+ inputs["proxyType"] = state ? state.proxyType : undefined;
61
+ inputs["redirectRewrite"] = state ? state.redirectRewrite : undefined;
62
+ inputs["requestChunking"] = state ? state.requestChunking : undefined;
63
+ inputs["responseChunking"] = state ? state.responseChunking : undefined;
64
+ inputs["responseHeadersPermitteds"] = state ? state.responseHeadersPermitteds : undefined;
65
+ inputs["serverAgentName"] = state ? state.serverAgentName : undefined;
66
+ inputs["tmPartition"] = state ? state.tmPartition : undefined;
67
+ inputs["viaHostName"] = state ? state.viaHostName : undefined;
68
+ inputs["viaRequest"] = state ? state.viaRequest : undefined;
69
+ inputs["viaResponse"] = state ? state.viaResponse : undefined;
70
+ inputs["xffAlternativeNames"] = state ? state.xffAlternativeNames : undefined;
71
+ }
72
+ else {
73
+ const args = argsOrState;
74
+ if ((!args || args.name === undefined) && !opts.urn) {
75
+ throw new Error("Missing required property 'name'");
76
+ }
77
+ inputs["acceptXff"] = args ? args.acceptXff : undefined;
78
+ inputs["appService"] = args ? args.appService : undefined;
79
+ inputs["basicAuthRealm"] = args ? args.basicAuthRealm : undefined;
80
+ inputs["defaultsFrom"] = args ? args.defaultsFrom : undefined;
81
+ inputs["description"] = args ? args.description : undefined;
82
+ inputs["encryptCookieSecret"] = args ? args.encryptCookieSecret : undefined;
83
+ inputs["encryptCookies"] = args ? args.encryptCookies : undefined;
84
+ inputs["fallbackHost"] = args ? args.fallbackHost : undefined;
85
+ inputs["fallbackStatusCodes"] = args ? args.fallbackStatusCodes : undefined;
86
+ inputs["headErase"] = args ? args.headErase : undefined;
87
+ inputs["headInsert"] = args ? args.headInsert : undefined;
88
+ inputs["insertXforwardedFor"] = args ? args.insertXforwardedFor : undefined;
89
+ inputs["lwsSeparator"] = args ? args.lwsSeparator : undefined;
90
+ inputs["lwsWidth"] = args ? args.lwsWidth : undefined;
91
+ inputs["name"] = args ? args.name : undefined;
92
+ inputs["oneconnectTransformations"] = args ? args.oneconnectTransformations : undefined;
93
+ inputs["proxyType"] = args ? args.proxyType : undefined;
94
+ inputs["redirectRewrite"] = args ? args.redirectRewrite : undefined;
95
+ inputs["requestChunking"] = args ? args.requestChunking : undefined;
96
+ inputs["responseChunking"] = args ? args.responseChunking : undefined;
97
+ inputs["responseHeadersPermitteds"] = args ? args.responseHeadersPermitteds : undefined;
98
+ inputs["serverAgentName"] = args ? args.serverAgentName : undefined;
99
+ inputs["tmPartition"] = args ? args.tmPartition : undefined;
100
+ inputs["viaHostName"] = args ? args.viaHostName : undefined;
101
+ inputs["viaRequest"] = args ? args.viaRequest : undefined;
102
+ inputs["viaResponse"] = args ? args.viaResponse : undefined;
103
+ inputs["xffAlternativeNames"] = args ? args.xffAlternativeNames : undefined;
104
+ }
105
+ if (!opts.version) {
106
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
107
+ }
108
+ super(ProfileHttp.__pulumiType, name, inputs, opts);
109
+ }
110
+ /**
111
+ * Get an existing ProfileHttp resource's state with the given name, ID, and optional extra
112
+ * properties used to qualify the lookup.
113
+ *
114
+ * @param name The _unique_ name of the resulting resource.
115
+ * @param id The _unique_ provider ID of the resource to lookup.
116
+ * @param state Any extra arguments used during the lookup.
117
+ * @param opts Optional settings to control the behavior of the CustomResource.
118
+ */
119
+ static get(name, id, state, opts) {
120
+ return new ProfileHttp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
121
+ }
122
+ /**
123
+ * Returns true if the given object is an instance of ProfileHttp. This is designed to work even
124
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
125
+ */
126
+ static isInstance(obj) {
127
+ if (obj === undefined || obj === null) {
128
+ return false;
129
+ }
130
+ return obj['__pulumiType'] === ProfileHttp.__pulumiType;
131
+ }
132
+ }
133
+ exports.ProfileHttp = ProfileHttp;
134
+ /** @internal */
135
+ ProfileHttp.__pulumiType = 'f5bigip:ltm/profileHttp:ProfileHttp';
136
+ //# sourceMappingURL=profileHttp.js.map