@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,309 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Configures a cookie persistence profile
|
|
4
|
+
*
|
|
5
|
+
* ## Example
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
10
|
+
*
|
|
11
|
+
* const testPpcookie = new f5bigip.ltm.PersistenceProfileCookie("testPpcookie", {
|
|
12
|
+
* name: "/Common/terraform_cookie",
|
|
13
|
+
* defaultsFrom: "/Common/cookie",
|
|
14
|
+
* matchAcrossPools: "enabled",
|
|
15
|
+
* matchAcrossServices: "enabled",
|
|
16
|
+
* matchAcrossVirtuals: "enabled",
|
|
17
|
+
* timeout: 3600,
|
|
18
|
+
* overrideConnLimit: "enabled",
|
|
19
|
+
* alwaysSend: "enabled",
|
|
20
|
+
* cookieEncryption: "required",
|
|
21
|
+
* cookieEncryptionPassphrase: "iam",
|
|
22
|
+
* cookieName: "ham",
|
|
23
|
+
* expiration: "1:0:0",
|
|
24
|
+
* hashLength: 0,
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Reference
|
|
29
|
+
*
|
|
30
|
+
* `name` - (Required) Name of the virtual address
|
|
31
|
+
*
|
|
32
|
+
* `defaultsFrom` - (Required) Parent cookie persistence profile
|
|
33
|
+
*
|
|
34
|
+
* `matchAcrossPools` (Optional) (enabled or disabled) match across pools with given persistence record
|
|
35
|
+
*
|
|
36
|
+
* `matchAcrossServices` (Optional) (enabled or disabled) match across services with given persistence record
|
|
37
|
+
*
|
|
38
|
+
* `matchAcrossVirtuals` (Optional) (enabled or disabled) match across virtual servers with given persistence record
|
|
39
|
+
*
|
|
40
|
+
* `method` (Optional) Specifies the type of cookie processing that the system uses. The default value is insert
|
|
41
|
+
*
|
|
42
|
+
* `mirror` (Optional) (enabled or disabled) mirror persistence record
|
|
43
|
+
*
|
|
44
|
+
* `timeout` (Optional) (enabled or disabled) Timeout for persistence of the session in seconds
|
|
45
|
+
*
|
|
46
|
+
* `overrideConnLimit` (Optional) (enabled or disabled) Enable or dissable pool member connection limits are overridden for persisted clients. Per-virtual connection limits remain hard limits and are not overridden.
|
|
47
|
+
*
|
|
48
|
+
* `alwaysSend` (Optional) (enabled or disabled) always send cookies
|
|
49
|
+
*
|
|
50
|
+
* `cookieEncryption` (Optional) (required, preferred, or disabled) To required, preferred, or disabled policy for cookie encryption
|
|
51
|
+
*
|
|
52
|
+
* `cookieEncryptionPassphrase` (Optional) (required, preferred, or disabled) Passphrase for encrypted cookies. The field is encrypted on the server and will always return differently then set.
|
|
53
|
+
* If this is configured specify `ignoreChanges` under the `lifecycle` block to ignore returned encrypted value.
|
|
54
|
+
*
|
|
55
|
+
* `cookieName` (Optional) Name of the cookie to track persistence
|
|
56
|
+
*
|
|
57
|
+
* `expiration` (Optional) Expiration TTL for cookie specified in DAY:HOUR:MIN:SECONDS (Examples: 1:0:0:0 one day, 1:0:0 one hour, 30:0 thirty minutes)
|
|
58
|
+
*
|
|
59
|
+
* `hashLength` (Optional) (Integer) Length of hash to apply to cookie
|
|
60
|
+
*
|
|
61
|
+
* `hashOffset` (Optional) (Integer) Number of characters to skip in the cookie for the hash
|
|
62
|
+
*
|
|
63
|
+
* `httponly` (Optional) (enabled or disabled) Sending only over http
|
|
64
|
+
*/
|
|
65
|
+
export declare class PersistenceProfileCookie extends pulumi.CustomResource {
|
|
66
|
+
/**
|
|
67
|
+
* Get an existing PersistenceProfileCookie resource's state with the given name, ID, and optional extra
|
|
68
|
+
* properties used to qualify the lookup.
|
|
69
|
+
*
|
|
70
|
+
* @param name The _unique_ name of the resulting resource.
|
|
71
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
72
|
+
* @param state Any extra arguments used during the lookup.
|
|
73
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
74
|
+
*/
|
|
75
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PersistenceProfileCookieState, opts?: pulumi.CustomResourceOptions): PersistenceProfileCookie;
|
|
76
|
+
/**
|
|
77
|
+
* Returns true if the given object is an instance of PersistenceProfileCookie. This is designed to work even
|
|
78
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
79
|
+
*/
|
|
80
|
+
static isInstance(obj: any): obj is PersistenceProfileCookie;
|
|
81
|
+
/**
|
|
82
|
+
* To enable _ disable always sending cookies
|
|
83
|
+
*/
|
|
84
|
+
readonly alwaysSend: pulumi.Output<string>;
|
|
85
|
+
readonly appService: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* To required, preferred, or disabled policy for cookie encryption
|
|
88
|
+
*/
|
|
89
|
+
readonly cookieEncryption: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Passphrase for encrypted cookies
|
|
92
|
+
*/
|
|
93
|
+
readonly cookieEncryptionPassphrase: pulumi.Output<string>;
|
|
94
|
+
/**
|
|
95
|
+
* Name of the cookie to track persistence
|
|
96
|
+
*/
|
|
97
|
+
readonly cookieName: pulumi.Output<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Inherit defaults from parent profile
|
|
100
|
+
*/
|
|
101
|
+
readonly defaultsFrom: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Expiration TTL for cookie specified in D:H:M:S or in seconds
|
|
104
|
+
*/
|
|
105
|
+
readonly expiration: pulumi.Output<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Length of hash to apply to cookie
|
|
108
|
+
*/
|
|
109
|
+
readonly hashLength: pulumi.Output<number>;
|
|
110
|
+
/**
|
|
111
|
+
* Number of characters to skip in the cookie for the hash
|
|
112
|
+
*/
|
|
113
|
+
readonly hashOffset: pulumi.Output<number>;
|
|
114
|
+
/**
|
|
115
|
+
* To enable _ disable sending only over http
|
|
116
|
+
*/
|
|
117
|
+
readonly httponly: pulumi.Output<string>;
|
|
118
|
+
/**
|
|
119
|
+
* To enable _ disable match across pools with given persistence record
|
|
120
|
+
*/
|
|
121
|
+
readonly matchAcrossPools: pulumi.Output<string>;
|
|
122
|
+
/**
|
|
123
|
+
* To enable _ disable match across services with given persistence record
|
|
124
|
+
*/
|
|
125
|
+
readonly matchAcrossServices: pulumi.Output<string>;
|
|
126
|
+
/**
|
|
127
|
+
* To enable _ disable match across virtual servers with given persistence record
|
|
128
|
+
*/
|
|
129
|
+
readonly matchAcrossVirtuals: pulumi.Output<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Specifies the type of cookie processing that the system uses
|
|
132
|
+
*/
|
|
133
|
+
readonly method: pulumi.Output<string>;
|
|
134
|
+
/**
|
|
135
|
+
* To enable _ disable
|
|
136
|
+
*/
|
|
137
|
+
readonly mirror: pulumi.Output<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Name of the persistence profile
|
|
140
|
+
*/
|
|
141
|
+
readonly name: pulumi.Output<string>;
|
|
142
|
+
/**
|
|
143
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
144
|
+
* limits remain hard limits and are not overridden.
|
|
145
|
+
*/
|
|
146
|
+
readonly overrideConnLimit: pulumi.Output<string>;
|
|
147
|
+
/**
|
|
148
|
+
* Timeout for persistence of the session
|
|
149
|
+
*/
|
|
150
|
+
readonly timeout: pulumi.Output<number>;
|
|
151
|
+
/**
|
|
152
|
+
* Create a PersistenceProfileCookie resource with the given unique name, arguments, and options.
|
|
153
|
+
*
|
|
154
|
+
* @param name The _unique_ name of the resource.
|
|
155
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
156
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
157
|
+
*/
|
|
158
|
+
constructor(name: string, args: PersistenceProfileCookieArgs, opts?: pulumi.CustomResourceOptions);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Input properties used for looking up and filtering PersistenceProfileCookie resources.
|
|
162
|
+
*/
|
|
163
|
+
export interface PersistenceProfileCookieState {
|
|
164
|
+
/**
|
|
165
|
+
* To enable _ disable always sending cookies
|
|
166
|
+
*/
|
|
167
|
+
alwaysSend?: pulumi.Input<string>;
|
|
168
|
+
appService?: pulumi.Input<string>;
|
|
169
|
+
/**
|
|
170
|
+
* To required, preferred, or disabled policy for cookie encryption
|
|
171
|
+
*/
|
|
172
|
+
cookieEncryption?: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* Passphrase for encrypted cookies
|
|
175
|
+
*/
|
|
176
|
+
cookieEncryptionPassphrase?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Name of the cookie to track persistence
|
|
179
|
+
*/
|
|
180
|
+
cookieName?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Inherit defaults from parent profile
|
|
183
|
+
*/
|
|
184
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Expiration TTL for cookie specified in D:H:M:S or in seconds
|
|
187
|
+
*/
|
|
188
|
+
expiration?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* Length of hash to apply to cookie
|
|
191
|
+
*/
|
|
192
|
+
hashLength?: pulumi.Input<number>;
|
|
193
|
+
/**
|
|
194
|
+
* Number of characters to skip in the cookie for the hash
|
|
195
|
+
*/
|
|
196
|
+
hashOffset?: pulumi.Input<number>;
|
|
197
|
+
/**
|
|
198
|
+
* To enable _ disable sending only over http
|
|
199
|
+
*/
|
|
200
|
+
httponly?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* To enable _ disable match across pools with given persistence record
|
|
203
|
+
*/
|
|
204
|
+
matchAcrossPools?: pulumi.Input<string>;
|
|
205
|
+
/**
|
|
206
|
+
* To enable _ disable match across services with given persistence record
|
|
207
|
+
*/
|
|
208
|
+
matchAcrossServices?: pulumi.Input<string>;
|
|
209
|
+
/**
|
|
210
|
+
* To enable _ disable match across virtual servers with given persistence record
|
|
211
|
+
*/
|
|
212
|
+
matchAcrossVirtuals?: pulumi.Input<string>;
|
|
213
|
+
/**
|
|
214
|
+
* Specifies the type of cookie processing that the system uses
|
|
215
|
+
*/
|
|
216
|
+
method?: pulumi.Input<string>;
|
|
217
|
+
/**
|
|
218
|
+
* To enable _ disable
|
|
219
|
+
*/
|
|
220
|
+
mirror?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* Name of the persistence profile
|
|
223
|
+
*/
|
|
224
|
+
name?: pulumi.Input<string>;
|
|
225
|
+
/**
|
|
226
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
227
|
+
* limits remain hard limits and are not overridden.
|
|
228
|
+
*/
|
|
229
|
+
overrideConnLimit?: pulumi.Input<string>;
|
|
230
|
+
/**
|
|
231
|
+
* Timeout for persistence of the session
|
|
232
|
+
*/
|
|
233
|
+
timeout?: pulumi.Input<number>;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* The set of arguments for constructing a PersistenceProfileCookie resource.
|
|
237
|
+
*/
|
|
238
|
+
export interface PersistenceProfileCookieArgs {
|
|
239
|
+
/**
|
|
240
|
+
* To enable _ disable always sending cookies
|
|
241
|
+
*/
|
|
242
|
+
alwaysSend?: pulumi.Input<string>;
|
|
243
|
+
appService?: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* To required, preferred, or disabled policy for cookie encryption
|
|
246
|
+
*/
|
|
247
|
+
cookieEncryption?: pulumi.Input<string>;
|
|
248
|
+
/**
|
|
249
|
+
* Passphrase for encrypted cookies
|
|
250
|
+
*/
|
|
251
|
+
cookieEncryptionPassphrase?: pulumi.Input<string>;
|
|
252
|
+
/**
|
|
253
|
+
* Name of the cookie to track persistence
|
|
254
|
+
*/
|
|
255
|
+
cookieName?: pulumi.Input<string>;
|
|
256
|
+
/**
|
|
257
|
+
* Inherit defaults from parent profile
|
|
258
|
+
*/
|
|
259
|
+
defaultsFrom: pulumi.Input<string>;
|
|
260
|
+
/**
|
|
261
|
+
* Expiration TTL for cookie specified in D:H:M:S or in seconds
|
|
262
|
+
*/
|
|
263
|
+
expiration?: pulumi.Input<string>;
|
|
264
|
+
/**
|
|
265
|
+
* Length of hash to apply to cookie
|
|
266
|
+
*/
|
|
267
|
+
hashLength?: pulumi.Input<number>;
|
|
268
|
+
/**
|
|
269
|
+
* Number of characters to skip in the cookie for the hash
|
|
270
|
+
*/
|
|
271
|
+
hashOffset?: pulumi.Input<number>;
|
|
272
|
+
/**
|
|
273
|
+
* To enable _ disable sending only over http
|
|
274
|
+
*/
|
|
275
|
+
httponly?: pulumi.Input<string>;
|
|
276
|
+
/**
|
|
277
|
+
* To enable _ disable match across pools with given persistence record
|
|
278
|
+
*/
|
|
279
|
+
matchAcrossPools?: pulumi.Input<string>;
|
|
280
|
+
/**
|
|
281
|
+
* To enable _ disable match across services with given persistence record
|
|
282
|
+
*/
|
|
283
|
+
matchAcrossServices?: pulumi.Input<string>;
|
|
284
|
+
/**
|
|
285
|
+
* To enable _ disable match across virtual servers with given persistence record
|
|
286
|
+
*/
|
|
287
|
+
matchAcrossVirtuals?: pulumi.Input<string>;
|
|
288
|
+
/**
|
|
289
|
+
* Specifies the type of cookie processing that the system uses
|
|
290
|
+
*/
|
|
291
|
+
method?: pulumi.Input<string>;
|
|
292
|
+
/**
|
|
293
|
+
* To enable _ disable
|
|
294
|
+
*/
|
|
295
|
+
mirror?: pulumi.Input<string>;
|
|
296
|
+
/**
|
|
297
|
+
* Name of the persistence profile
|
|
298
|
+
*/
|
|
299
|
+
name: pulumi.Input<string>;
|
|
300
|
+
/**
|
|
301
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
302
|
+
* limits remain hard limits and are not overridden.
|
|
303
|
+
*/
|
|
304
|
+
overrideConnLimit?: pulumi.Input<string>;
|
|
305
|
+
/**
|
|
306
|
+
* Timeout for persistence of the session
|
|
307
|
+
*/
|
|
308
|
+
timeout?: pulumi.Input<number>;
|
|
309
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
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
|
+
* Configures a cookie persistence profile
|
|
9
|
+
*
|
|
10
|
+
* ## Example
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
15
|
+
*
|
|
16
|
+
* const testPpcookie = new f5bigip.ltm.PersistenceProfileCookie("testPpcookie", {
|
|
17
|
+
* name: "/Common/terraform_cookie",
|
|
18
|
+
* defaultsFrom: "/Common/cookie",
|
|
19
|
+
* matchAcrossPools: "enabled",
|
|
20
|
+
* matchAcrossServices: "enabled",
|
|
21
|
+
* matchAcrossVirtuals: "enabled",
|
|
22
|
+
* timeout: 3600,
|
|
23
|
+
* overrideConnLimit: "enabled",
|
|
24
|
+
* alwaysSend: "enabled",
|
|
25
|
+
* cookieEncryption: "required",
|
|
26
|
+
* cookieEncryptionPassphrase: "iam",
|
|
27
|
+
* cookieName: "ham",
|
|
28
|
+
* expiration: "1:0:0",
|
|
29
|
+
* hashLength: 0,
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
33
|
+
* ## Reference
|
|
34
|
+
*
|
|
35
|
+
* `name` - (Required) Name of the virtual address
|
|
36
|
+
*
|
|
37
|
+
* `defaultsFrom` - (Required) Parent cookie persistence profile
|
|
38
|
+
*
|
|
39
|
+
* `matchAcrossPools` (Optional) (enabled or disabled) match across pools with given persistence record
|
|
40
|
+
*
|
|
41
|
+
* `matchAcrossServices` (Optional) (enabled or disabled) match across services with given persistence record
|
|
42
|
+
*
|
|
43
|
+
* `matchAcrossVirtuals` (Optional) (enabled or disabled) match across virtual servers with given persistence record
|
|
44
|
+
*
|
|
45
|
+
* `method` (Optional) Specifies the type of cookie processing that the system uses. The default value is insert
|
|
46
|
+
*
|
|
47
|
+
* `mirror` (Optional) (enabled or disabled) mirror persistence record
|
|
48
|
+
*
|
|
49
|
+
* `timeout` (Optional) (enabled or disabled) Timeout for persistence of the session in seconds
|
|
50
|
+
*
|
|
51
|
+
* `overrideConnLimit` (Optional) (enabled or disabled) Enable or dissable pool member connection limits are overridden for persisted clients. Per-virtual connection limits remain hard limits and are not overridden.
|
|
52
|
+
*
|
|
53
|
+
* `alwaysSend` (Optional) (enabled or disabled) always send cookies
|
|
54
|
+
*
|
|
55
|
+
* `cookieEncryption` (Optional) (required, preferred, or disabled) To required, preferred, or disabled policy for cookie encryption
|
|
56
|
+
*
|
|
57
|
+
* `cookieEncryptionPassphrase` (Optional) (required, preferred, or disabled) Passphrase for encrypted cookies. The field is encrypted on the server and will always return differently then set.
|
|
58
|
+
* If this is configured specify `ignoreChanges` under the `lifecycle` block to ignore returned encrypted value.
|
|
59
|
+
*
|
|
60
|
+
* `cookieName` (Optional) Name of the cookie to track persistence
|
|
61
|
+
*
|
|
62
|
+
* `expiration` (Optional) Expiration TTL for cookie specified in DAY:HOUR:MIN:SECONDS (Examples: 1:0:0:0 one day, 1:0:0 one hour, 30:0 thirty minutes)
|
|
63
|
+
*
|
|
64
|
+
* `hashLength` (Optional) (Integer) Length of hash to apply to cookie
|
|
65
|
+
*
|
|
66
|
+
* `hashOffset` (Optional) (Integer) Number of characters to skip in the cookie for the hash
|
|
67
|
+
*
|
|
68
|
+
* `httponly` (Optional) (enabled or disabled) Sending only over http
|
|
69
|
+
*/
|
|
70
|
+
class PersistenceProfileCookie extends pulumi.CustomResource {
|
|
71
|
+
constructor(name, argsOrState, opts) {
|
|
72
|
+
let inputs = {};
|
|
73
|
+
opts = opts || {};
|
|
74
|
+
if (opts.id) {
|
|
75
|
+
const state = argsOrState;
|
|
76
|
+
inputs["alwaysSend"] = state ? state.alwaysSend : undefined;
|
|
77
|
+
inputs["appService"] = state ? state.appService : undefined;
|
|
78
|
+
inputs["cookieEncryption"] = state ? state.cookieEncryption : undefined;
|
|
79
|
+
inputs["cookieEncryptionPassphrase"] = state ? state.cookieEncryptionPassphrase : undefined;
|
|
80
|
+
inputs["cookieName"] = state ? state.cookieName : undefined;
|
|
81
|
+
inputs["defaultsFrom"] = state ? state.defaultsFrom : undefined;
|
|
82
|
+
inputs["expiration"] = state ? state.expiration : undefined;
|
|
83
|
+
inputs["hashLength"] = state ? state.hashLength : undefined;
|
|
84
|
+
inputs["hashOffset"] = state ? state.hashOffset : undefined;
|
|
85
|
+
inputs["httponly"] = state ? state.httponly : undefined;
|
|
86
|
+
inputs["matchAcrossPools"] = state ? state.matchAcrossPools : undefined;
|
|
87
|
+
inputs["matchAcrossServices"] = state ? state.matchAcrossServices : undefined;
|
|
88
|
+
inputs["matchAcrossVirtuals"] = state ? state.matchAcrossVirtuals : undefined;
|
|
89
|
+
inputs["method"] = state ? state.method : undefined;
|
|
90
|
+
inputs["mirror"] = state ? state.mirror : undefined;
|
|
91
|
+
inputs["name"] = state ? state.name : undefined;
|
|
92
|
+
inputs["overrideConnLimit"] = state ? state.overrideConnLimit : undefined;
|
|
93
|
+
inputs["timeout"] = state ? state.timeout : undefined;
|
|
94
|
+
}
|
|
95
|
+
else {
|
|
96
|
+
const args = argsOrState;
|
|
97
|
+
if ((!args || args.defaultsFrom === undefined) && !opts.urn) {
|
|
98
|
+
throw new Error("Missing required property 'defaultsFrom'");
|
|
99
|
+
}
|
|
100
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
101
|
+
throw new Error("Missing required property 'name'");
|
|
102
|
+
}
|
|
103
|
+
inputs["alwaysSend"] = args ? args.alwaysSend : undefined;
|
|
104
|
+
inputs["appService"] = args ? args.appService : undefined;
|
|
105
|
+
inputs["cookieEncryption"] = args ? args.cookieEncryption : undefined;
|
|
106
|
+
inputs["cookieEncryptionPassphrase"] = args ? args.cookieEncryptionPassphrase : undefined;
|
|
107
|
+
inputs["cookieName"] = args ? args.cookieName : undefined;
|
|
108
|
+
inputs["defaultsFrom"] = args ? args.defaultsFrom : undefined;
|
|
109
|
+
inputs["expiration"] = args ? args.expiration : undefined;
|
|
110
|
+
inputs["hashLength"] = args ? args.hashLength : undefined;
|
|
111
|
+
inputs["hashOffset"] = args ? args.hashOffset : undefined;
|
|
112
|
+
inputs["httponly"] = args ? args.httponly : undefined;
|
|
113
|
+
inputs["matchAcrossPools"] = args ? args.matchAcrossPools : undefined;
|
|
114
|
+
inputs["matchAcrossServices"] = args ? args.matchAcrossServices : undefined;
|
|
115
|
+
inputs["matchAcrossVirtuals"] = args ? args.matchAcrossVirtuals : undefined;
|
|
116
|
+
inputs["method"] = args ? args.method : undefined;
|
|
117
|
+
inputs["mirror"] = args ? args.mirror : undefined;
|
|
118
|
+
inputs["name"] = args ? args.name : undefined;
|
|
119
|
+
inputs["overrideConnLimit"] = args ? args.overrideConnLimit : undefined;
|
|
120
|
+
inputs["timeout"] = args ? args.timeout : undefined;
|
|
121
|
+
}
|
|
122
|
+
if (!opts.version) {
|
|
123
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
124
|
+
}
|
|
125
|
+
super(PersistenceProfileCookie.__pulumiType, name, inputs, opts);
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Get an existing PersistenceProfileCookie resource's state with the given name, ID, and optional extra
|
|
129
|
+
* properties used to qualify the lookup.
|
|
130
|
+
*
|
|
131
|
+
* @param name The _unique_ name of the resulting resource.
|
|
132
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
133
|
+
* @param state Any extra arguments used during the lookup.
|
|
134
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
135
|
+
*/
|
|
136
|
+
static get(name, id, state, opts) {
|
|
137
|
+
return new PersistenceProfileCookie(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Returns true if the given object is an instance of PersistenceProfileCookie. This is designed to work even
|
|
141
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
142
|
+
*/
|
|
143
|
+
static isInstance(obj) {
|
|
144
|
+
if (obj === undefined || obj === null) {
|
|
145
|
+
return false;
|
|
146
|
+
}
|
|
147
|
+
return obj['__pulumiType'] === PersistenceProfileCookie.__pulumiType;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
exports.PersistenceProfileCookie = PersistenceProfileCookie;
|
|
151
|
+
/** @internal */
|
|
152
|
+
PersistenceProfileCookie.__pulumiType = 'f5bigip:ltm/persistenceProfileCookie:PersistenceProfileCookie';
|
|
153
|
+
//# sourceMappingURL=persistenceProfileCookie.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"persistenceProfileCookie.js","sourceRoot":"","sources":["../../ltm/persistenceProfileCookie.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Configures a cookie persistence profile
|
|
4
|
+
*
|
|
5
|
+
* ## Example
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
10
|
+
*
|
|
11
|
+
* const dstaddr = new f5bigip.ltm.PersistenceProfileDstAddr("dstaddr", {
|
|
12
|
+
* defaultsFrom: "/Common/dest_addr",
|
|
13
|
+
* hashAlgorithm: "carp",
|
|
14
|
+
* mask: "255.255.255.255",
|
|
15
|
+
* matchAcrossPools: "enabled",
|
|
16
|
+
* matchAcrossServices: "enabled",
|
|
17
|
+
* matchAcrossVirtuals: "enabled",
|
|
18
|
+
* mirror: "enabled",
|
|
19
|
+
* name: "/Common/terraform_ppdstaddr",
|
|
20
|
+
* overrideConnLimit: "enabled",
|
|
21
|
+
* timeout: 3600,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Reference
|
|
26
|
+
*
|
|
27
|
+
* `name` - (Required) Name of the virtual address
|
|
28
|
+
*
|
|
29
|
+
* `defaultsFrom` - (Optional) Specifies the existing profile from which the system imports settings for the new profile.
|
|
30
|
+
*
|
|
31
|
+
* `matchAcrossPools` (Optional) (enabled or disabled) match across pools with given persistence record
|
|
32
|
+
*
|
|
33
|
+
* `matchAcrossServices` (Optional) (enabled or disabled) match across services with given persistence record
|
|
34
|
+
*
|
|
35
|
+
* `matchAcrossVirtuals` (Optional) (enabled or disabled) match across virtual servers with given persistence record
|
|
36
|
+
*
|
|
37
|
+
* `mirror` (Optional) (enabled or disabled) mirror persistence record
|
|
38
|
+
*
|
|
39
|
+
* `timeout` (Optional) (enabled or disabled) Timeout for persistence of the session in seconds
|
|
40
|
+
*
|
|
41
|
+
* `overrideConnLimit` (Optional) (enabled or disabled) Enable or dissable pool member connection limits are overridden for persisted clients. Per-virtual connection limits remain hard limits and are not overridden.
|
|
42
|
+
*/
|
|
43
|
+
export declare class PersistenceProfileDstAddr extends pulumi.CustomResource {
|
|
44
|
+
/**
|
|
45
|
+
* Get an existing PersistenceProfileDstAddr resource's state with the given name, ID, and optional extra
|
|
46
|
+
* properties used to qualify the lookup.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resulting resource.
|
|
49
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
50
|
+
* @param state Any extra arguments used during the lookup.
|
|
51
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
52
|
+
*/
|
|
53
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PersistenceProfileDstAddrState, opts?: pulumi.CustomResourceOptions): PersistenceProfileDstAddr;
|
|
54
|
+
/**
|
|
55
|
+
* Returns true if the given object is an instance of PersistenceProfileDstAddr. This is designed to work even
|
|
56
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
57
|
+
*/
|
|
58
|
+
static isInstance(obj: any): obj is PersistenceProfileDstAddr;
|
|
59
|
+
readonly appService: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Inherit defaults from parent profile
|
|
62
|
+
*/
|
|
63
|
+
readonly defaultsFrom: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* Specify the hash algorithm
|
|
66
|
+
*/
|
|
67
|
+
readonly hashAlgorithm: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Identify a range of source IP addresses to manage together as a single source address affinity persistent connection
|
|
70
|
+
* when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
|
|
71
|
+
*/
|
|
72
|
+
readonly mask: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* To enable _ disable match across pools with given persistence record
|
|
75
|
+
*/
|
|
76
|
+
readonly matchAcrossPools: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* To enable _ disable match across services with given persistence record
|
|
79
|
+
*/
|
|
80
|
+
readonly matchAcrossServices: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* To enable _ disable match across services with given persistence record
|
|
83
|
+
*/
|
|
84
|
+
readonly matchAcrossVirtuals: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* To enable _ disable
|
|
87
|
+
*/
|
|
88
|
+
readonly mirror: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Name of the persistence profile
|
|
91
|
+
*/
|
|
92
|
+
readonly name: pulumi.Output<string>;
|
|
93
|
+
/**
|
|
94
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
95
|
+
* limits remain hard limits and are not overridden.
|
|
96
|
+
*/
|
|
97
|
+
readonly overrideConnLimit: pulumi.Output<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Timeout for persistence of the session
|
|
100
|
+
*/
|
|
101
|
+
readonly timeout: pulumi.Output<number>;
|
|
102
|
+
/**
|
|
103
|
+
* Create a PersistenceProfileDstAddr resource with the given unique name, arguments, and options.
|
|
104
|
+
*
|
|
105
|
+
* @param name The _unique_ name of the resource.
|
|
106
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
107
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
108
|
+
*/
|
|
109
|
+
constructor(name: string, args: PersistenceProfileDstAddrArgs, opts?: pulumi.CustomResourceOptions);
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Input properties used for looking up and filtering PersistenceProfileDstAddr resources.
|
|
113
|
+
*/
|
|
114
|
+
export interface PersistenceProfileDstAddrState {
|
|
115
|
+
appService?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* Inherit defaults from parent profile
|
|
118
|
+
*/
|
|
119
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* Specify the hash algorithm
|
|
122
|
+
*/
|
|
123
|
+
hashAlgorithm?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* Identify a range of source IP addresses to manage together as a single source address affinity persistent connection
|
|
126
|
+
* when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
|
|
127
|
+
*/
|
|
128
|
+
mask?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* To enable _ disable match across pools with given persistence record
|
|
131
|
+
*/
|
|
132
|
+
matchAcrossPools?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* To enable _ disable match across services with given persistence record
|
|
135
|
+
*/
|
|
136
|
+
matchAcrossServices?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* To enable _ disable match across services with given persistence record
|
|
139
|
+
*/
|
|
140
|
+
matchAcrossVirtuals?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* To enable _ disable
|
|
143
|
+
*/
|
|
144
|
+
mirror?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* Name of the persistence profile
|
|
147
|
+
*/
|
|
148
|
+
name?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
151
|
+
* limits remain hard limits and are not overridden.
|
|
152
|
+
*/
|
|
153
|
+
overrideConnLimit?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Timeout for persistence of the session
|
|
156
|
+
*/
|
|
157
|
+
timeout?: pulumi.Input<number>;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* The set of arguments for constructing a PersistenceProfileDstAddr resource.
|
|
161
|
+
*/
|
|
162
|
+
export interface PersistenceProfileDstAddrArgs {
|
|
163
|
+
appService?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Inherit defaults from parent profile
|
|
166
|
+
*/
|
|
167
|
+
defaultsFrom: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Specify the hash algorithm
|
|
170
|
+
*/
|
|
171
|
+
hashAlgorithm?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Identify a range of source IP addresses to manage together as a single source address affinity persistent connection
|
|
174
|
+
* when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
|
|
175
|
+
*/
|
|
176
|
+
mask?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* To enable _ disable match across pools with given persistence record
|
|
179
|
+
*/
|
|
180
|
+
matchAcrossPools?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* To enable _ disable match across services with given persistence record
|
|
183
|
+
*/
|
|
184
|
+
matchAcrossServices?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* To enable _ disable match across services with given persistence record
|
|
187
|
+
*/
|
|
188
|
+
matchAcrossVirtuals?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* To enable _ disable
|
|
191
|
+
*/
|
|
192
|
+
mirror?: pulumi.Input<string>;
|
|
193
|
+
/**
|
|
194
|
+
* Name of the persistence profile
|
|
195
|
+
*/
|
|
196
|
+
name: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
199
|
+
* limits remain hard limits and are not overridden.
|
|
200
|
+
*/
|
|
201
|
+
overrideConnLimit?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* Timeout for persistence of the session
|
|
204
|
+
*/
|
|
205
|
+
timeout?: pulumi.Input<number>;
|
|
206
|
+
}
|