@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.
- package/LICENSE +202 -0
- package/README.md +60 -0
- package/as3.d.ts +575 -0
- package/as3.js +524 -0
- package/as3.js.map +1 -0
- package/bigIqAs3.d.ts +153 -0
- package/bigIqAs3.js +97 -0
- package/bigIqAs3.js.map +1 -0
- package/cm/device.d.ts +102 -0
- package/cm/device.js +80 -0
- package/cm/device.js.map +1 -0
- package/cm/deviceGroup.d.ts +182 -0
- package/cm/deviceGroup.js +93 -0
- package/cm/deviceGroup.js.map +1 -0
- package/cm/index.d.ts +2 -0
- package/cm/index.js +31 -0
- package/cm/index.js.map +1 -0
- package/command.d.ts +80 -0
- package/command.js +74 -0
- package/command.js.map +1 -0
- package/commonLicenseManageBigIq.d.ts +291 -0
- package/commonLicenseManageBigIq.js +158 -0
- package/commonLicenseManageBigIq.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +10 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +32 -0
- package/config/vars.js +39 -0
- package/config/vars.js.map +1 -0
- package/do.d.ts +95 -0
- package/do.js +74 -0
- package/do.js.map +1 -0
- package/eventServiceDiscovery.d.ts +61 -0
- package/eventServiceDiscovery.js +55 -0
- package/eventServiceDiscovery.js.map +1 -0
- package/fastApplication.d.ts +92 -0
- package/fastApplication.js +75 -0
- package/fastApplication.js.map +1 -0
- package/fastTemplate.d.ts +76 -0
- package/fastTemplate.js +64 -0
- package/fastTemplate.js.map +1 -0
- package/index.d.ts +21 -0
- package/index.js +107 -0
- package/index.js.map +1 -0
- package/ipsecPolicy.d.ts +214 -0
- package/ipsecPolicy.js +100 -0
- package/ipsecPolicy.js.map +1 -0
- package/ltm/dataGroup.d.ts +100 -0
- package/ltm/dataGroup.js +87 -0
- package/ltm/dataGroup.js.map +1 -0
- package/ltm/getDataGroup.d.ts +58 -0
- package/ltm/getDataGroup.js +37 -0
- package/ltm/getDataGroup.js.map +1 -0
- package/ltm/getIrule.d.ts +53 -0
- package/ltm/getIrule.js +37 -0
- package/ltm/getIrule.js.map +1 -0
- package/ltm/getMonitor.d.ts +81 -0
- package/ltm/getMonitor.js +35 -0
- package/ltm/getMonitor.js.map +1 -0
- package/ltm/getNode.d.ts +81 -0
- package/ltm/getNode.js +27 -0
- package/ltm/getNode.js.map +1 -0
- package/ltm/getPool.d.ts +45 -0
- package/ltm/getPool.js +35 -0
- package/ltm/getPool.js.map +1 -0
- package/ltm/index.d.ts +30 -0
- package/ltm/index.js +151 -0
- package/ltm/index.js.map +1 -0
- package/ltm/irule.d.ts +65 -0
- package/ltm/irule.js +63 -0
- package/ltm/irule.js.map +1 -0
- package/ltm/monitor.d.ts +341 -0
- package/ltm/monitor.js +139 -0
- package/ltm/monitor.js.map +1 -0
- package/ltm/node.d.ts +186 -0
- package/ltm/node.js +102 -0
- package/ltm/node.js.map +1 -0
- package/ltm/persistenceProfileCookie.d.ts +309 -0
- package/ltm/persistenceProfileCookie.js +153 -0
- package/ltm/persistenceProfileCookie.js.map +1 -0
- package/ltm/persistenceProfileDstAddr.d.ts +206 -0
- package/ltm/persistenceProfileDstAddr.js +117 -0
- package/ltm/persistenceProfileDstAddr.js.map +1 -0
- package/ltm/persistenceProfileSrcAddr.d.ts +225 -0
- package/ltm/persistenceProfileSrcAddr.js +126 -0
- package/ltm/persistenceProfileSrcAddr.js.map +1 -0
- package/ltm/persistenceProfileSsl.d.ts +177 -0
- package/ltm/persistenceProfileSsl.js +111 -0
- package/ltm/persistenceProfileSsl.js.map +1 -0
- package/ltm/policy.d.ts +143 -0
- package/ltm/policy.js +97 -0
- package/ltm/policy.js.map +1 -0
- package/ltm/pool.d.ts +179 -0
- package/ltm/pool.js +94 -0
- package/ltm/pool.js.map +1 -0
- package/ltm/poolAttachment.d.ts +197 -0
- package/ltm/poolAttachment.js +135 -0
- package/ltm/poolAttachment.js.map +1 -0
- package/ltm/profileClientSsl.d.ts +725 -0
- package/ltm/profileClientSsl.js +180 -0
- package/ltm/profileClientSsl.js.map +1 -0
- package/ltm/profileFastHttp.d.ts +194 -0
- package/ltm/profileFastHttp.js +99 -0
- package/ltm/profileFastHttp.js.map +1 -0
- package/ltm/profileFastL4.d.ts +188 -0
- package/ltm/profileFastL4.js +103 -0
- package/ltm/profileFastL4.js.map +1 -0
- package/ltm/profileFtp.d.ts +285 -0
- package/ltm/profileFtp.js +134 -0
- package/ltm/profileFtp.js.map +1 -0
- package/ltm/profileHttp.d.ts +397 -0
- package/ltm/profileHttp.js +136 -0
- package/ltm/profileHttp.js.map +1 -0
- package/ltm/profileHttp2.d.ts +223 -0
- package/ltm/profileHttp2.js +108 -0
- package/ltm/profileHttp2.js.map +1 -0
- package/ltm/profileHttpCompress.d.ts +132 -0
- package/ltm/profileHttpCompress.js +87 -0
- package/ltm/profileHttpCompress.js.map +1 -0
- package/ltm/profileOneConnect.d.ts +180 -0
- package/ltm/profileOneConnect.js +95 -0
- package/ltm/profileOneConnect.js.map +1 -0
- package/ltm/profileServerSsl.d.ts +676 -0
- package/ltm/profileServerSsl.js +170 -0
- package/ltm/profileServerSsl.js.map +1 -0
- package/ltm/profileTcp.d.ts +179 -0
- package/ltm/profileTcp.js +94 -0
- package/ltm/profileTcp.js.map +1 -0
- package/ltm/snat.d.ts +199 -0
- package/ltm/snat.js +106 -0
- package/ltm/snat.js.map +1 -0
- package/ltm/snatPool.d.ts +80 -0
- package/ltm/snatPool.js +78 -0
- package/ltm/snatPool.js.map +1 -0
- package/ltm/virtualAddress.d.ts +149 -0
- package/ltm/virtualAddress.js +84 -0
- package/ltm/virtualAddress.js.map +1 -0
- package/ltm/virtualServer.d.ts +355 -0
- package/ltm/virtualServer.js +153 -0
- package/ltm/virtualServer.js.map +1 -0
- package/net/index.d.ts +3 -0
- package/net/index.js +36 -0
- package/net/index.js.map +1 -0
- package/net/route.d.ts +114 -0
- package/net/route.js +82 -0
- package/net/route.js.map +1 -0
- package/net/selfIp.d.ts +105 -0
- package/net/selfIp.js +86 -0
- package/net/selfIp.js.map +1 -0
- package/net/vlan.d.ts +94 -0
- package/net/vlan.js +78 -0
- package/net/vlan.js.map +1 -0
- package/netIkePeer.d.ts +460 -0
- package/netIkePeer.js +138 -0
- package/netIkePeer.js.map +1 -0
- package/netTunnel.d.ts +256 -0
- package/netTunnel.js +107 -0
- package/netTunnel.js.map +1 -0
- package/package.json +26 -0
- package/package.json.bak +25 -0
- package/package.json.dev +25 -0
- package/provider.d.ts +83 -0
- package/provider.js +53 -0
- package/provider.js.map +1 -0
- package/scripts/install-pulumi-plugin.js +21 -0
- package/ssl/certificate.d.ts +102 -0
- package/ssl/certificate.js +80 -0
- package/ssl/certificate.js.map +1 -0
- package/ssl/getCertificate.d.ts +50 -0
- package/ssl/getCertificate.js +37 -0
- package/ssl/getCertificate.js.map +1 -0
- package/ssl/getVWanConfig.d.ts +80 -0
- package/ssl/getVWanConfig.js +50 -0
- package/ssl/getVWanConfig.js.map +1 -0
- package/ssl/index.d.ts +4 -0
- package/ssl/index.js +33 -0
- package/ssl/index.js.map +1 -0
- package/ssl/key.d.ts +102 -0
- package/ssl/key.js +80 -0
- package/ssl/key.js.map +1 -0
- package/sys/bigIpLicense.d.ts +60 -0
- package/sys/bigIpLicense.js +58 -0
- package/sys/bigIpLicense.js.map +1 -0
- package/sys/dns.d.ts +101 -0
- package/sys/dns.js +76 -0
- package/sys/dns.js.map +1 -0
- package/sys/iapp.d.ts +241 -0
- package/sys/iapp.js +118 -0
- package/sys/iapp.js.map +1 -0
- package/sys/index.d.ts +7 -0
- package/sys/index.js +56 -0
- package/sys/index.js.map +1 -0
- package/sys/ntp.d.ts +89 -0
- package/sys/ntp.js +74 -0
- package/sys/ntp.js.map +1 -0
- package/sys/provision.d.ts +126 -0
- package/sys/provision.js +81 -0
- package/sys/provision.js.map +1 -0
- package/sys/snmp.d.ts +87 -0
- package/sys/snmp.js +69 -0
- package/sys/snmp.js.map +1 -0
- package/sys/snmpTraps.d.ts +221 -0
- package/sys/snmpTraps.js +93 -0
- package/sys/snmpTraps.js.map +1 -0
- package/trafficSelector.d.ts +177 -0
- package/trafficSelector.js +95 -0
- package/trafficSelector.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +10 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +353 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +352 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +51 -0
- package/utilities.js.map +1 -0
|
@@ -0,0 +1,180 @@
|
|
|
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.ProfileClientSsl` Manages client SSL profiles on a BIG-IP
|
|
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
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
17
|
+
*
|
|
18
|
+
* const test_ClientSsl = new f5bigip.ltm.ProfileClientSsl("test-ClientSsl", {
|
|
19
|
+
* authenticate: "always",
|
|
20
|
+
* ciphers: "DEFAULT",
|
|
21
|
+
* defaultsFrom: "/Common/clientssl",
|
|
22
|
+
* name: "/Common/test-ClientSsl",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
class ProfileClientSsl extends pulumi.CustomResource {
|
|
27
|
+
constructor(name, argsOrState, opts) {
|
|
28
|
+
let inputs = {};
|
|
29
|
+
opts = opts || {};
|
|
30
|
+
if (opts.id) {
|
|
31
|
+
const state = argsOrState;
|
|
32
|
+
inputs["alertTimeout"] = state ? state.alertTimeout : undefined;
|
|
33
|
+
inputs["allowNonSsl"] = state ? state.allowNonSsl : undefined;
|
|
34
|
+
inputs["authenticate"] = state ? state.authenticate : undefined;
|
|
35
|
+
inputs["authenticateDepth"] = state ? state.authenticateDepth : undefined;
|
|
36
|
+
inputs["c3dClientFallbackCert"] = state ? state.c3dClientFallbackCert : undefined;
|
|
37
|
+
inputs["c3dDropUnknownOcspStatus"] = state ? state.c3dDropUnknownOcspStatus : undefined;
|
|
38
|
+
inputs["c3dOcsp"] = state ? state.c3dOcsp : undefined;
|
|
39
|
+
inputs["caFile"] = state ? state.caFile : undefined;
|
|
40
|
+
inputs["cacheSize"] = state ? state.cacheSize : undefined;
|
|
41
|
+
inputs["cacheTimeout"] = state ? state.cacheTimeout : undefined;
|
|
42
|
+
inputs["cert"] = state ? state.cert : undefined;
|
|
43
|
+
inputs["certExtensionIncludes"] = state ? state.certExtensionIncludes : undefined;
|
|
44
|
+
inputs["certKeyChains"] = state ? state.certKeyChains : undefined;
|
|
45
|
+
inputs["certLifeSpan"] = state ? state.certLifeSpan : undefined;
|
|
46
|
+
inputs["certLookupByIpaddrPort"] = state ? state.certLookupByIpaddrPort : undefined;
|
|
47
|
+
inputs["chain"] = state ? state.chain : undefined;
|
|
48
|
+
inputs["ciphers"] = state ? state.ciphers : undefined;
|
|
49
|
+
inputs["clientCertCa"] = state ? state.clientCertCa : undefined;
|
|
50
|
+
inputs["crlFile"] = state ? state.crlFile : undefined;
|
|
51
|
+
inputs["defaultsFrom"] = state ? state.defaultsFrom : undefined;
|
|
52
|
+
inputs["forwardProxyBypassDefaultAction"] = state ? state.forwardProxyBypassDefaultAction : undefined;
|
|
53
|
+
inputs["fullPath"] = state ? state.fullPath : undefined;
|
|
54
|
+
inputs["generation"] = state ? state.generation : undefined;
|
|
55
|
+
inputs["genericAlert"] = state ? state.genericAlert : undefined;
|
|
56
|
+
inputs["handshakeTimeout"] = state ? state.handshakeTimeout : undefined;
|
|
57
|
+
inputs["inheritCertKeychain"] = state ? state.inheritCertKeychain : undefined;
|
|
58
|
+
inputs["key"] = state ? state.key : undefined;
|
|
59
|
+
inputs["modSslMethods"] = state ? state.modSslMethods : undefined;
|
|
60
|
+
inputs["mode"] = state ? state.mode : undefined;
|
|
61
|
+
inputs["name"] = state ? state.name : undefined;
|
|
62
|
+
inputs["partition"] = state ? state.partition : undefined;
|
|
63
|
+
inputs["passphrase"] = state ? state.passphrase : undefined;
|
|
64
|
+
inputs["peerCertMode"] = state ? state.peerCertMode : undefined;
|
|
65
|
+
inputs["proxyCaCert"] = state ? state.proxyCaCert : undefined;
|
|
66
|
+
inputs["proxyCaKey"] = state ? state.proxyCaKey : undefined;
|
|
67
|
+
inputs["proxyCaPassphrase"] = state ? state.proxyCaPassphrase : undefined;
|
|
68
|
+
inputs["proxySsl"] = state ? state.proxySsl : undefined;
|
|
69
|
+
inputs["proxySslPassthrough"] = state ? state.proxySslPassthrough : undefined;
|
|
70
|
+
inputs["renegotiatePeriod"] = state ? state.renegotiatePeriod : undefined;
|
|
71
|
+
inputs["renegotiateSize"] = state ? state.renegotiateSize : undefined;
|
|
72
|
+
inputs["renegotiation"] = state ? state.renegotiation : undefined;
|
|
73
|
+
inputs["retainCertificate"] = state ? state.retainCertificate : undefined;
|
|
74
|
+
inputs["secureRenegotiation"] = state ? state.secureRenegotiation : undefined;
|
|
75
|
+
inputs["serverName"] = state ? state.serverName : undefined;
|
|
76
|
+
inputs["sessionMirroring"] = state ? state.sessionMirroring : undefined;
|
|
77
|
+
inputs["sessionTicket"] = state ? state.sessionTicket : undefined;
|
|
78
|
+
inputs["sniDefault"] = state ? state.sniDefault : undefined;
|
|
79
|
+
inputs["sniRequire"] = state ? state.sniRequire : undefined;
|
|
80
|
+
inputs["sslC3d"] = state ? state.sslC3d : undefined;
|
|
81
|
+
inputs["sslForwardProxy"] = state ? state.sslForwardProxy : undefined;
|
|
82
|
+
inputs["sslForwardProxyBypass"] = state ? state.sslForwardProxyBypass : undefined;
|
|
83
|
+
inputs["sslSignHash"] = state ? state.sslSignHash : undefined;
|
|
84
|
+
inputs["strictResume"] = state ? state.strictResume : undefined;
|
|
85
|
+
inputs["tmOptions"] = state ? state.tmOptions : undefined;
|
|
86
|
+
inputs["uncleanShutdown"] = state ? state.uncleanShutdown : undefined;
|
|
87
|
+
}
|
|
88
|
+
else {
|
|
89
|
+
const args = argsOrState;
|
|
90
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
91
|
+
throw new Error("Missing required property 'name'");
|
|
92
|
+
}
|
|
93
|
+
inputs["alertTimeout"] = args ? args.alertTimeout : undefined;
|
|
94
|
+
inputs["allowNonSsl"] = args ? args.allowNonSsl : undefined;
|
|
95
|
+
inputs["authenticate"] = args ? args.authenticate : undefined;
|
|
96
|
+
inputs["authenticateDepth"] = args ? args.authenticateDepth : undefined;
|
|
97
|
+
inputs["c3dClientFallbackCert"] = args ? args.c3dClientFallbackCert : undefined;
|
|
98
|
+
inputs["c3dDropUnknownOcspStatus"] = args ? args.c3dDropUnknownOcspStatus : undefined;
|
|
99
|
+
inputs["c3dOcsp"] = args ? args.c3dOcsp : undefined;
|
|
100
|
+
inputs["caFile"] = args ? args.caFile : undefined;
|
|
101
|
+
inputs["cacheSize"] = args ? args.cacheSize : undefined;
|
|
102
|
+
inputs["cacheTimeout"] = args ? args.cacheTimeout : undefined;
|
|
103
|
+
inputs["cert"] = args ? args.cert : undefined;
|
|
104
|
+
inputs["certExtensionIncludes"] = args ? args.certExtensionIncludes : undefined;
|
|
105
|
+
inputs["certKeyChains"] = args ? args.certKeyChains : undefined;
|
|
106
|
+
inputs["certLifeSpan"] = args ? args.certLifeSpan : undefined;
|
|
107
|
+
inputs["certLookupByIpaddrPort"] = args ? args.certLookupByIpaddrPort : undefined;
|
|
108
|
+
inputs["chain"] = args ? args.chain : undefined;
|
|
109
|
+
inputs["ciphers"] = args ? args.ciphers : undefined;
|
|
110
|
+
inputs["clientCertCa"] = args ? args.clientCertCa : undefined;
|
|
111
|
+
inputs["crlFile"] = args ? args.crlFile : undefined;
|
|
112
|
+
inputs["defaultsFrom"] = args ? args.defaultsFrom : undefined;
|
|
113
|
+
inputs["forwardProxyBypassDefaultAction"] = args ? args.forwardProxyBypassDefaultAction : undefined;
|
|
114
|
+
inputs["fullPath"] = args ? args.fullPath : undefined;
|
|
115
|
+
inputs["generation"] = args ? args.generation : undefined;
|
|
116
|
+
inputs["genericAlert"] = args ? args.genericAlert : undefined;
|
|
117
|
+
inputs["handshakeTimeout"] = args ? args.handshakeTimeout : undefined;
|
|
118
|
+
inputs["inheritCertKeychain"] = args ? args.inheritCertKeychain : undefined;
|
|
119
|
+
inputs["key"] = args ? args.key : undefined;
|
|
120
|
+
inputs["modSslMethods"] = args ? args.modSslMethods : undefined;
|
|
121
|
+
inputs["mode"] = args ? args.mode : undefined;
|
|
122
|
+
inputs["name"] = args ? args.name : undefined;
|
|
123
|
+
inputs["partition"] = args ? args.partition : undefined;
|
|
124
|
+
inputs["passphrase"] = args ? args.passphrase : undefined;
|
|
125
|
+
inputs["peerCertMode"] = args ? args.peerCertMode : undefined;
|
|
126
|
+
inputs["proxyCaCert"] = args ? args.proxyCaCert : undefined;
|
|
127
|
+
inputs["proxyCaKey"] = args ? args.proxyCaKey : undefined;
|
|
128
|
+
inputs["proxyCaPassphrase"] = args ? args.proxyCaPassphrase : undefined;
|
|
129
|
+
inputs["proxySsl"] = args ? args.proxySsl : undefined;
|
|
130
|
+
inputs["proxySslPassthrough"] = args ? args.proxySslPassthrough : undefined;
|
|
131
|
+
inputs["renegotiatePeriod"] = args ? args.renegotiatePeriod : undefined;
|
|
132
|
+
inputs["renegotiateSize"] = args ? args.renegotiateSize : undefined;
|
|
133
|
+
inputs["renegotiation"] = args ? args.renegotiation : undefined;
|
|
134
|
+
inputs["retainCertificate"] = args ? args.retainCertificate : undefined;
|
|
135
|
+
inputs["secureRenegotiation"] = args ? args.secureRenegotiation : undefined;
|
|
136
|
+
inputs["serverName"] = args ? args.serverName : undefined;
|
|
137
|
+
inputs["sessionMirroring"] = args ? args.sessionMirroring : undefined;
|
|
138
|
+
inputs["sessionTicket"] = args ? args.sessionTicket : undefined;
|
|
139
|
+
inputs["sniDefault"] = args ? args.sniDefault : undefined;
|
|
140
|
+
inputs["sniRequire"] = args ? args.sniRequire : undefined;
|
|
141
|
+
inputs["sslC3d"] = args ? args.sslC3d : undefined;
|
|
142
|
+
inputs["sslForwardProxy"] = args ? args.sslForwardProxy : undefined;
|
|
143
|
+
inputs["sslForwardProxyBypass"] = args ? args.sslForwardProxyBypass : undefined;
|
|
144
|
+
inputs["sslSignHash"] = args ? args.sslSignHash : undefined;
|
|
145
|
+
inputs["strictResume"] = args ? args.strictResume : undefined;
|
|
146
|
+
inputs["tmOptions"] = args ? args.tmOptions : undefined;
|
|
147
|
+
inputs["uncleanShutdown"] = args ? args.uncleanShutdown : undefined;
|
|
148
|
+
}
|
|
149
|
+
if (!opts.version) {
|
|
150
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
151
|
+
}
|
|
152
|
+
super(ProfileClientSsl.__pulumiType, name, inputs, opts);
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* Get an existing ProfileClientSsl resource's state with the given name, ID, and optional extra
|
|
156
|
+
* properties used to qualify the lookup.
|
|
157
|
+
*
|
|
158
|
+
* @param name The _unique_ name of the resulting resource.
|
|
159
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
160
|
+
* @param state Any extra arguments used during the lookup.
|
|
161
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
162
|
+
*/
|
|
163
|
+
static get(name, id, state, opts) {
|
|
164
|
+
return new ProfileClientSsl(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Returns true if the given object is an instance of ProfileClientSsl. This is designed to work even
|
|
168
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
169
|
+
*/
|
|
170
|
+
static isInstance(obj) {
|
|
171
|
+
if (obj === undefined || obj === null) {
|
|
172
|
+
return false;
|
|
173
|
+
}
|
|
174
|
+
return obj['__pulumiType'] === ProfileClientSsl.__pulumiType;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
exports.ProfileClientSsl = ProfileClientSsl;
|
|
178
|
+
/** @internal */
|
|
179
|
+
ProfileClientSsl.__pulumiType = 'f5bigip:ltm/profileClientSsl:ProfileClientSsl';
|
|
180
|
+
//# sourceMappingURL=profileClientSsl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profileClientSsl.js","sourceRoot":"","sources":["../../ltm/profileClientSsl.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.ltm.ProfileFastHttp` Configures a custom profileFasthttp 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 sjfasthttpprofile = new f5bigip.ltm.ProfileFastHttp("sjfasthttpprofile", {
|
|
14
|
+
* connpoolMaxreuse: 2,
|
|
15
|
+
* connpoolMaxsize: 2048,
|
|
16
|
+
* connpoolMinsize: 0,
|
|
17
|
+
* connpoolReplenish: "enabled",
|
|
18
|
+
* connpoolStep: 4,
|
|
19
|
+
* connpoolidleTimeoutoverride: 0,
|
|
20
|
+
* defaultsFrom: "/Common/fasthttp",
|
|
21
|
+
* forcehttp10response: "disabled",
|
|
22
|
+
* idleTimeout: 300,
|
|
23
|
+
* maxheaderSize: 32768,
|
|
24
|
+
* name: "/Common/sjfasthttpprofile",
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare class ProfileFastHttp extends pulumi.CustomResource {
|
|
29
|
+
/**
|
|
30
|
+
* Get an existing ProfileFastHttp resource's state with the given name, ID, and optional extra
|
|
31
|
+
* properties used to qualify the lookup.
|
|
32
|
+
*
|
|
33
|
+
* @param name The _unique_ name of the resulting resource.
|
|
34
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
35
|
+
* @param state Any extra arguments used during the lookup.
|
|
36
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
37
|
+
*/
|
|
38
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProfileFastHttpState, opts?: pulumi.CustomResourceOptions): ProfileFastHttp;
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of ProfileFastHttp. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj: any): obj is ProfileFastHttp;
|
|
44
|
+
/**
|
|
45
|
+
* Specifies the maximum number of times that the system can re-use a current connection. The default value is 0 (zero).
|
|
46
|
+
*/
|
|
47
|
+
readonly connpoolMaxreuse: pulumi.Output<number>;
|
|
48
|
+
/**
|
|
49
|
+
* Specifies the maximum number of connections to a load balancing pool. A setting of 0 specifies that a pool can accept an unlimited number of connections. The default value is 2048.
|
|
50
|
+
*/
|
|
51
|
+
readonly connpoolMaxsize: pulumi.Output<number>;
|
|
52
|
+
/**
|
|
53
|
+
* Specifies the minimum number of connections to a load balancing pool. A setting of 0 specifies that there is no minimum. The default value is 10.
|
|
54
|
+
*/
|
|
55
|
+
readonly connpoolMinsize: pulumi.Output<number>;
|
|
56
|
+
/**
|
|
57
|
+
* The default value is enabled. When this option is enabled, the system replenishes the number of connections to a load balancing pool to the number of connections that existed when the server closed the connection to the pool. When disabled, the system replenishes the connection that was closed by the server, only when there are fewer connections to the pool than the number of connections set in the connpool-min-size connections option. Also see the connpool-min-size option..
|
|
58
|
+
*/
|
|
59
|
+
readonly connpoolReplenish: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Specifies the increment in which the system makes additional connections available, when all available connections are in use. The default value is 4.
|
|
62
|
+
*/
|
|
63
|
+
readonly connpoolStep: pulumi.Output<number>;
|
|
64
|
+
/**
|
|
65
|
+
* Specifies the number of seconds after which a server-side connection in a OneConnect pool is eligible for deletion, when the connection has no traffic.The value of this option overrides the idle-timeout value that you specify. The default value is 0 (zero) seconds, which disables the override setting.
|
|
66
|
+
*/
|
|
67
|
+
readonly connpoolidleTimeoutoverride: pulumi.Output<number>;
|
|
68
|
+
/**
|
|
69
|
+
* 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.
|
|
70
|
+
*/
|
|
71
|
+
readonly defaultsFrom: pulumi.Output<string | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* Specifies whether to rewrite the HTTP version in the status line of the server to HTTP 1.0 to discourage the client from pipelining or chunking data. The default value is disabled.
|
|
74
|
+
*/
|
|
75
|
+
readonly forcehttp10response: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Specifies an idle timeout in seconds. This setting specifies the number of seconds that a connection is idle before the connection is eligible for deletion.When you specify an idle timeout for the Fast L4 profile, the value must be greater than the bigdb database variable Pva.Scrub time in msec for it to work properly.The default value is 300 seconds.
|
|
78
|
+
*/
|
|
79
|
+
readonly idleTimeout: pulumi.Output<number>;
|
|
80
|
+
/**
|
|
81
|
+
* Specifies the maximum amount of HTTP header data that the system buffers before making a load balancing decision. The default setting is 32768.
|
|
82
|
+
*/
|
|
83
|
+
readonly maxheaderSize: pulumi.Output<number>;
|
|
84
|
+
/**
|
|
85
|
+
* Name of the profile_fasthttp
|
|
86
|
+
*/
|
|
87
|
+
readonly name: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Create a ProfileFastHttp resource with the given unique name, arguments, and options.
|
|
90
|
+
*
|
|
91
|
+
* @param name The _unique_ name of the resource.
|
|
92
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
93
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
94
|
+
*/
|
|
95
|
+
constructor(name: string, args: ProfileFastHttpArgs, opts?: pulumi.CustomResourceOptions);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Input properties used for looking up and filtering ProfileFastHttp resources.
|
|
99
|
+
*/
|
|
100
|
+
export interface ProfileFastHttpState {
|
|
101
|
+
/**
|
|
102
|
+
* Specifies the maximum number of times that the system can re-use a current connection. The default value is 0 (zero).
|
|
103
|
+
*/
|
|
104
|
+
connpoolMaxreuse?: pulumi.Input<number>;
|
|
105
|
+
/**
|
|
106
|
+
* Specifies the maximum number of connections to a load balancing pool. A setting of 0 specifies that a pool can accept an unlimited number of connections. The default value is 2048.
|
|
107
|
+
*/
|
|
108
|
+
connpoolMaxsize?: pulumi.Input<number>;
|
|
109
|
+
/**
|
|
110
|
+
* Specifies the minimum number of connections to a load balancing pool. A setting of 0 specifies that there is no minimum. The default value is 10.
|
|
111
|
+
*/
|
|
112
|
+
connpoolMinsize?: pulumi.Input<number>;
|
|
113
|
+
/**
|
|
114
|
+
* The default value is enabled. When this option is enabled, the system replenishes the number of connections to a load balancing pool to the number of connections that existed when the server closed the connection to the pool. When disabled, the system replenishes the connection that was closed by the server, only when there are fewer connections to the pool than the number of connections set in the connpool-min-size connections option. Also see the connpool-min-size option..
|
|
115
|
+
*/
|
|
116
|
+
connpoolReplenish?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Specifies the increment in which the system makes additional connections available, when all available connections are in use. The default value is 4.
|
|
119
|
+
*/
|
|
120
|
+
connpoolStep?: pulumi.Input<number>;
|
|
121
|
+
/**
|
|
122
|
+
* Specifies the number of seconds after which a server-side connection in a OneConnect pool is eligible for deletion, when the connection has no traffic.The value of this option overrides the idle-timeout value that you specify. The default value is 0 (zero) seconds, which disables the override setting.
|
|
123
|
+
*/
|
|
124
|
+
connpoolidleTimeoutoverride?: pulumi.Input<number>;
|
|
125
|
+
/**
|
|
126
|
+
* 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.
|
|
127
|
+
*/
|
|
128
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Specifies whether to rewrite the HTTP version in the status line of the server to HTTP 1.0 to discourage the client from pipelining or chunking data. The default value is disabled.
|
|
131
|
+
*/
|
|
132
|
+
forcehttp10response?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* Specifies an idle timeout in seconds. This setting specifies the number of seconds that a connection is idle before the connection is eligible for deletion.When you specify an idle timeout for the Fast L4 profile, the value must be greater than the bigdb database variable Pva.Scrub time in msec for it to work properly.The default value is 300 seconds.
|
|
135
|
+
*/
|
|
136
|
+
idleTimeout?: pulumi.Input<number>;
|
|
137
|
+
/**
|
|
138
|
+
* Specifies the maximum amount of HTTP header data that the system buffers before making a load balancing decision. The default setting is 32768.
|
|
139
|
+
*/
|
|
140
|
+
maxheaderSize?: pulumi.Input<number>;
|
|
141
|
+
/**
|
|
142
|
+
* Name of the profile_fasthttp
|
|
143
|
+
*/
|
|
144
|
+
name?: pulumi.Input<string>;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* The set of arguments for constructing a ProfileFastHttp resource.
|
|
148
|
+
*/
|
|
149
|
+
export interface ProfileFastHttpArgs {
|
|
150
|
+
/**
|
|
151
|
+
* Specifies the maximum number of times that the system can re-use a current connection. The default value is 0 (zero).
|
|
152
|
+
*/
|
|
153
|
+
connpoolMaxreuse?: pulumi.Input<number>;
|
|
154
|
+
/**
|
|
155
|
+
* Specifies the maximum number of connections to a load balancing pool. A setting of 0 specifies that a pool can accept an unlimited number of connections. The default value is 2048.
|
|
156
|
+
*/
|
|
157
|
+
connpoolMaxsize?: pulumi.Input<number>;
|
|
158
|
+
/**
|
|
159
|
+
* Specifies the minimum number of connections to a load balancing pool. A setting of 0 specifies that there is no minimum. The default value is 10.
|
|
160
|
+
*/
|
|
161
|
+
connpoolMinsize?: pulumi.Input<number>;
|
|
162
|
+
/**
|
|
163
|
+
* The default value is enabled. When this option is enabled, the system replenishes the number of connections to a load balancing pool to the number of connections that existed when the server closed the connection to the pool. When disabled, the system replenishes the connection that was closed by the server, only when there are fewer connections to the pool than the number of connections set in the connpool-min-size connections option. Also see the connpool-min-size option..
|
|
164
|
+
*/
|
|
165
|
+
connpoolReplenish?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* Specifies the increment in which the system makes additional connections available, when all available connections are in use. The default value is 4.
|
|
168
|
+
*/
|
|
169
|
+
connpoolStep?: pulumi.Input<number>;
|
|
170
|
+
/**
|
|
171
|
+
* Specifies the number of seconds after which a server-side connection in a OneConnect pool is eligible for deletion, when the connection has no traffic.The value of this option overrides the idle-timeout value that you specify. The default value is 0 (zero) seconds, which disables the override setting.
|
|
172
|
+
*/
|
|
173
|
+
connpoolidleTimeoutoverride?: pulumi.Input<number>;
|
|
174
|
+
/**
|
|
175
|
+
* 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.
|
|
176
|
+
*/
|
|
177
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* Specifies whether to rewrite the HTTP version in the status line of the server to HTTP 1.0 to discourage the client from pipelining or chunking data. The default value is disabled.
|
|
180
|
+
*/
|
|
181
|
+
forcehttp10response?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Specifies an idle timeout in seconds. This setting specifies the number of seconds that a connection is idle before the connection is eligible for deletion.When you specify an idle timeout for the Fast L4 profile, the value must be greater than the bigdb database variable Pva.Scrub time in msec for it to work properly.The default value is 300 seconds.
|
|
184
|
+
*/
|
|
185
|
+
idleTimeout?: pulumi.Input<number>;
|
|
186
|
+
/**
|
|
187
|
+
* Specifies the maximum amount of HTTP header data that the system buffers before making a load balancing decision. The default setting is 32768.
|
|
188
|
+
*/
|
|
189
|
+
maxheaderSize?: pulumi.Input<number>;
|
|
190
|
+
/**
|
|
191
|
+
* Name of the profile_fasthttp
|
|
192
|
+
*/
|
|
193
|
+
name: pulumi.Input<string>;
|
|
194
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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.ProfileFastHttp` Configures a custom profileFasthttp 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 sjfasthttpprofile = new f5bigip.ltm.ProfileFastHttp("sjfasthttpprofile", {
|
|
19
|
+
* connpoolMaxreuse: 2,
|
|
20
|
+
* connpoolMaxsize: 2048,
|
|
21
|
+
* connpoolMinsize: 0,
|
|
22
|
+
* connpoolReplenish: "enabled",
|
|
23
|
+
* connpoolStep: 4,
|
|
24
|
+
* connpoolidleTimeoutoverride: 0,
|
|
25
|
+
* defaultsFrom: "/Common/fasthttp",
|
|
26
|
+
* forcehttp10response: "disabled",
|
|
27
|
+
* idleTimeout: 300,
|
|
28
|
+
* maxheaderSize: 32768,
|
|
29
|
+
* name: "/Common/sjfasthttpprofile",
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
class ProfileFastHttp extends pulumi.CustomResource {
|
|
34
|
+
constructor(name, argsOrState, opts) {
|
|
35
|
+
let inputs = {};
|
|
36
|
+
opts = opts || {};
|
|
37
|
+
if (opts.id) {
|
|
38
|
+
const state = argsOrState;
|
|
39
|
+
inputs["connpoolMaxreuse"] = state ? state.connpoolMaxreuse : undefined;
|
|
40
|
+
inputs["connpoolMaxsize"] = state ? state.connpoolMaxsize : undefined;
|
|
41
|
+
inputs["connpoolMinsize"] = state ? state.connpoolMinsize : undefined;
|
|
42
|
+
inputs["connpoolReplenish"] = state ? state.connpoolReplenish : undefined;
|
|
43
|
+
inputs["connpoolStep"] = state ? state.connpoolStep : undefined;
|
|
44
|
+
inputs["connpoolidleTimeoutoverride"] = state ? state.connpoolidleTimeoutoverride : undefined;
|
|
45
|
+
inputs["defaultsFrom"] = state ? state.defaultsFrom : undefined;
|
|
46
|
+
inputs["forcehttp10response"] = state ? state.forcehttp10response : undefined;
|
|
47
|
+
inputs["idleTimeout"] = state ? state.idleTimeout : undefined;
|
|
48
|
+
inputs["maxheaderSize"] = state ? state.maxheaderSize : undefined;
|
|
49
|
+
inputs["name"] = state ? state.name : undefined;
|
|
50
|
+
}
|
|
51
|
+
else {
|
|
52
|
+
const args = argsOrState;
|
|
53
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'name'");
|
|
55
|
+
}
|
|
56
|
+
inputs["connpoolMaxreuse"] = args ? args.connpoolMaxreuse : undefined;
|
|
57
|
+
inputs["connpoolMaxsize"] = args ? args.connpoolMaxsize : undefined;
|
|
58
|
+
inputs["connpoolMinsize"] = args ? args.connpoolMinsize : undefined;
|
|
59
|
+
inputs["connpoolReplenish"] = args ? args.connpoolReplenish : undefined;
|
|
60
|
+
inputs["connpoolStep"] = args ? args.connpoolStep : undefined;
|
|
61
|
+
inputs["connpoolidleTimeoutoverride"] = args ? args.connpoolidleTimeoutoverride : undefined;
|
|
62
|
+
inputs["defaultsFrom"] = args ? args.defaultsFrom : undefined;
|
|
63
|
+
inputs["forcehttp10response"] = args ? args.forcehttp10response : undefined;
|
|
64
|
+
inputs["idleTimeout"] = args ? args.idleTimeout : undefined;
|
|
65
|
+
inputs["maxheaderSize"] = args ? args.maxheaderSize : undefined;
|
|
66
|
+
inputs["name"] = args ? args.name : undefined;
|
|
67
|
+
}
|
|
68
|
+
if (!opts.version) {
|
|
69
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
70
|
+
}
|
|
71
|
+
super(ProfileFastHttp.__pulumiType, name, inputs, opts);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Get an existing ProfileFastHttp resource's state with the given name, ID, and optional extra
|
|
75
|
+
* properties used to qualify the lookup.
|
|
76
|
+
*
|
|
77
|
+
* @param name The _unique_ name of the resulting resource.
|
|
78
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
79
|
+
* @param state Any extra arguments used during the lookup.
|
|
80
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
81
|
+
*/
|
|
82
|
+
static get(name, id, state, opts) {
|
|
83
|
+
return new ProfileFastHttp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Returns true if the given object is an instance of ProfileFastHttp. This is designed to work even
|
|
87
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
88
|
+
*/
|
|
89
|
+
static isInstance(obj) {
|
|
90
|
+
if (obj === undefined || obj === null) {
|
|
91
|
+
return false;
|
|
92
|
+
}
|
|
93
|
+
return obj['__pulumiType'] === ProfileFastHttp.__pulumiType;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
exports.ProfileFastHttp = ProfileFastHttp;
|
|
97
|
+
/** @internal */
|
|
98
|
+
ProfileFastHttp.__pulumiType = 'f5bigip:ltm/profileFastHttp:ProfileFastHttp';
|
|
99
|
+
//# sourceMappingURL=profileFastHttp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profileFastHttp.js","sourceRoot":"","sources":["../../ltm/profileFastHttp.ts"],"names":[],"mappings":"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"}
|