@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,117 @@
|
|
|
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 dstaddr = new f5bigip.ltm.PersistenceProfileDstAddr("dstaddr", {
|
|
17
|
+
* defaultsFrom: "/Common/dest_addr",
|
|
18
|
+
* hashAlgorithm: "carp",
|
|
19
|
+
* mask: "255.255.255.255",
|
|
20
|
+
* matchAcrossPools: "enabled",
|
|
21
|
+
* matchAcrossServices: "enabled",
|
|
22
|
+
* matchAcrossVirtuals: "enabled",
|
|
23
|
+
* mirror: "enabled",
|
|
24
|
+
* name: "/Common/terraform_ppdstaddr",
|
|
25
|
+
* overrideConnLimit: "enabled",
|
|
26
|
+
* timeout: 3600,
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* ## Reference
|
|
31
|
+
*
|
|
32
|
+
* `name` - (Required) Name of the virtual address
|
|
33
|
+
*
|
|
34
|
+
* `defaultsFrom` - (Optional) Specifies the existing profile from which the system imports settings for the new profile.
|
|
35
|
+
*
|
|
36
|
+
* `matchAcrossPools` (Optional) (enabled or disabled) match across pools with given persistence record
|
|
37
|
+
*
|
|
38
|
+
* `matchAcrossServices` (Optional) (enabled or disabled) match across services with given persistence record
|
|
39
|
+
*
|
|
40
|
+
* `matchAcrossVirtuals` (Optional) (enabled or disabled) match across virtual servers with given persistence record
|
|
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
|
+
class PersistenceProfileDstAddr extends pulumi.CustomResource {
|
|
49
|
+
constructor(name, argsOrState, opts) {
|
|
50
|
+
let inputs = {};
|
|
51
|
+
opts = opts || {};
|
|
52
|
+
if (opts.id) {
|
|
53
|
+
const state = argsOrState;
|
|
54
|
+
inputs["appService"] = state ? state.appService : undefined;
|
|
55
|
+
inputs["defaultsFrom"] = state ? state.defaultsFrom : undefined;
|
|
56
|
+
inputs["hashAlgorithm"] = state ? state.hashAlgorithm : undefined;
|
|
57
|
+
inputs["mask"] = state ? state.mask : undefined;
|
|
58
|
+
inputs["matchAcrossPools"] = state ? state.matchAcrossPools : undefined;
|
|
59
|
+
inputs["matchAcrossServices"] = state ? state.matchAcrossServices : undefined;
|
|
60
|
+
inputs["matchAcrossVirtuals"] = state ? state.matchAcrossVirtuals : undefined;
|
|
61
|
+
inputs["mirror"] = state ? state.mirror : undefined;
|
|
62
|
+
inputs["name"] = state ? state.name : undefined;
|
|
63
|
+
inputs["overrideConnLimit"] = state ? state.overrideConnLimit : undefined;
|
|
64
|
+
inputs["timeout"] = state ? state.timeout : undefined;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
const args = argsOrState;
|
|
68
|
+
if ((!args || args.defaultsFrom === undefined) && !opts.urn) {
|
|
69
|
+
throw new Error("Missing required property 'defaultsFrom'");
|
|
70
|
+
}
|
|
71
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
72
|
+
throw new Error("Missing required property 'name'");
|
|
73
|
+
}
|
|
74
|
+
inputs["appService"] = args ? args.appService : undefined;
|
|
75
|
+
inputs["defaultsFrom"] = args ? args.defaultsFrom : undefined;
|
|
76
|
+
inputs["hashAlgorithm"] = args ? args.hashAlgorithm : undefined;
|
|
77
|
+
inputs["mask"] = args ? args.mask : undefined;
|
|
78
|
+
inputs["matchAcrossPools"] = args ? args.matchAcrossPools : undefined;
|
|
79
|
+
inputs["matchAcrossServices"] = args ? args.matchAcrossServices : undefined;
|
|
80
|
+
inputs["matchAcrossVirtuals"] = args ? args.matchAcrossVirtuals : undefined;
|
|
81
|
+
inputs["mirror"] = args ? args.mirror : undefined;
|
|
82
|
+
inputs["name"] = args ? args.name : undefined;
|
|
83
|
+
inputs["overrideConnLimit"] = args ? args.overrideConnLimit : undefined;
|
|
84
|
+
inputs["timeout"] = args ? args.timeout : undefined;
|
|
85
|
+
}
|
|
86
|
+
if (!opts.version) {
|
|
87
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
88
|
+
}
|
|
89
|
+
super(PersistenceProfileDstAddr.__pulumiType, name, inputs, opts);
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Get an existing PersistenceProfileDstAddr resource's state with the given name, ID, and optional extra
|
|
93
|
+
* properties used to qualify the lookup.
|
|
94
|
+
*
|
|
95
|
+
* @param name The _unique_ name of the resulting resource.
|
|
96
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
97
|
+
* @param state Any extra arguments used during the lookup.
|
|
98
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
99
|
+
*/
|
|
100
|
+
static get(name, id, state, opts) {
|
|
101
|
+
return new PersistenceProfileDstAddr(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Returns true if the given object is an instance of PersistenceProfileDstAddr. This is designed to work even
|
|
105
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
106
|
+
*/
|
|
107
|
+
static isInstance(obj) {
|
|
108
|
+
if (obj === undefined || obj === null) {
|
|
109
|
+
return false;
|
|
110
|
+
}
|
|
111
|
+
return obj['__pulumiType'] === PersistenceProfileDstAddr.__pulumiType;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
exports.PersistenceProfileDstAddr = PersistenceProfileDstAddr;
|
|
115
|
+
/** @internal */
|
|
116
|
+
PersistenceProfileDstAddr.__pulumiType = 'f5bigip:ltm/persistenceProfileDstAddr:PersistenceProfileDstAddr';
|
|
117
|
+
//# sourceMappingURL=persistenceProfileDstAddr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"persistenceProfileDstAddr.js","sourceRoot":"","sources":["../../ltm/persistenceProfileDstAddr.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Configures a source address 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 srcaddr = new f5bigip.ltm.PersistenceProfileSrcAddr("srcaddr", {
|
|
12
|
+
* defaultsFrom: "/Common/source_addr",
|
|
13
|
+
* hashAlgorithm: "carp",
|
|
14
|
+
* mapProxies: "enabled",
|
|
15
|
+
* mask: "255.255.255.255",
|
|
16
|
+
* matchAcrossPools: "enabled",
|
|
17
|
+
* matchAcrossServices: "enabled",
|
|
18
|
+
* matchAcrossVirtuals: "enabled",
|
|
19
|
+
* mirror: "enabled",
|
|
20
|
+
* name: "/Common/terraform_srcaddr",
|
|
21
|
+
* overrideConnLimit: "enabled",
|
|
22
|
+
* timeout: 3600,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Reference
|
|
27
|
+
*
|
|
28
|
+
* `name` - (Required) Name of the virtual address
|
|
29
|
+
*
|
|
30
|
+
* `defaultsFrom` - (Required) Parent cookie persistence profile
|
|
31
|
+
*
|
|
32
|
+
* `matchAcrossPools` (Optional) (enabled or disabled) match across pools with given persistence record
|
|
33
|
+
*
|
|
34
|
+
* `matchAcrossServices` (Optional) (enabled or disabled) match across services with given persistence record
|
|
35
|
+
*
|
|
36
|
+
* `matchAcrossVirtuals` (Optional) (enabled or disabled) match across virtual servers with given persistence record
|
|
37
|
+
*
|
|
38
|
+
* `mirror` (Optional) (enabled or disabled) mirror persistence record
|
|
39
|
+
*
|
|
40
|
+
* `timeout` (Optional) (enabled or disabled) Timeout for persistence of the session in seconds
|
|
41
|
+
*
|
|
42
|
+
* `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.
|
|
43
|
+
*
|
|
44
|
+
* `hashAlgorithm` (Optional) Specify the hash algorithm
|
|
45
|
+
*
|
|
46
|
+
* `mask` (Optional) Identify a range of source IP addresses to manage together as a single source address affinity persistent connection when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
|
|
47
|
+
*
|
|
48
|
+
* `mapProxies` (Optional) (enabled or disabled) Directs all to the same single pool member
|
|
49
|
+
*/
|
|
50
|
+
export declare class PersistenceProfileSrcAddr extends pulumi.CustomResource {
|
|
51
|
+
/**
|
|
52
|
+
* Get an existing PersistenceProfileSrcAddr resource's state with the given name, ID, and optional extra
|
|
53
|
+
* properties used to qualify the lookup.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resulting resource.
|
|
56
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
57
|
+
* @param state Any extra arguments used during the lookup.
|
|
58
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
|
+
*/
|
|
60
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PersistenceProfileSrcAddrState, opts?: pulumi.CustomResourceOptions): PersistenceProfileSrcAddr;
|
|
61
|
+
/**
|
|
62
|
+
* Returns true if the given object is an instance of PersistenceProfileSrcAddr. This is designed to work even
|
|
63
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
64
|
+
*/
|
|
65
|
+
static isInstance(obj: any): obj is PersistenceProfileSrcAddr;
|
|
66
|
+
readonly appService: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Inherit defaults from parent profile
|
|
69
|
+
*/
|
|
70
|
+
readonly defaultsFrom: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Specify the hash algorithm
|
|
73
|
+
*/
|
|
74
|
+
readonly hashAlgorithm: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* To enable _ disable directs all to the same single pool member
|
|
77
|
+
*/
|
|
78
|
+
readonly mapProxies: pulumi.Output<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Identify a range of source IP addresses to manage together as a single source address affinity persistent connection
|
|
81
|
+
* when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
|
|
82
|
+
*/
|
|
83
|
+
readonly mask: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* To enable _ disable match across pools with given persistence record
|
|
86
|
+
*/
|
|
87
|
+
readonly matchAcrossPools: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* To enable _ disable match across services with given persistence record
|
|
90
|
+
*/
|
|
91
|
+
readonly matchAcrossServices: pulumi.Output<string>;
|
|
92
|
+
/**
|
|
93
|
+
* To enable _ disable match across services with given persistence record
|
|
94
|
+
*/
|
|
95
|
+
readonly matchAcrossVirtuals: pulumi.Output<string>;
|
|
96
|
+
/**
|
|
97
|
+
* To enable _ disable
|
|
98
|
+
*/
|
|
99
|
+
readonly mirror: pulumi.Output<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Name of the persistence profile
|
|
102
|
+
*/
|
|
103
|
+
readonly name: pulumi.Output<string>;
|
|
104
|
+
/**
|
|
105
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
106
|
+
* limits remain hard limits and are not overridden.
|
|
107
|
+
*/
|
|
108
|
+
readonly overrideConnLimit: pulumi.Output<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Timeout for persistence of the session
|
|
111
|
+
*/
|
|
112
|
+
readonly timeout: pulumi.Output<number>;
|
|
113
|
+
/**
|
|
114
|
+
* Create a PersistenceProfileSrcAddr resource with the given unique name, arguments, and options.
|
|
115
|
+
*
|
|
116
|
+
* @param name The _unique_ name of the resource.
|
|
117
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
118
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
119
|
+
*/
|
|
120
|
+
constructor(name: string, args: PersistenceProfileSrcAddrArgs, opts?: pulumi.CustomResourceOptions);
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Input properties used for looking up and filtering PersistenceProfileSrcAddr resources.
|
|
124
|
+
*/
|
|
125
|
+
export interface PersistenceProfileSrcAddrState {
|
|
126
|
+
appService?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Inherit defaults from parent profile
|
|
129
|
+
*/
|
|
130
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* Specify the hash algorithm
|
|
133
|
+
*/
|
|
134
|
+
hashAlgorithm?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* To enable _ disable directs all to the same single pool member
|
|
137
|
+
*/
|
|
138
|
+
mapProxies?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Identify a range of source IP addresses to manage together as a single source address affinity persistent connection
|
|
141
|
+
* when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
|
|
142
|
+
*/
|
|
143
|
+
mask?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* To enable _ disable match across pools with given persistence record
|
|
146
|
+
*/
|
|
147
|
+
matchAcrossPools?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* To enable _ disable match across services with given persistence record
|
|
150
|
+
*/
|
|
151
|
+
matchAcrossServices?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* To enable _ disable match across services with given persistence record
|
|
154
|
+
*/
|
|
155
|
+
matchAcrossVirtuals?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* To enable _ disable
|
|
158
|
+
*/
|
|
159
|
+
mirror?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Name of the persistence profile
|
|
162
|
+
*/
|
|
163
|
+
name?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
166
|
+
* limits remain hard limits and are not overridden.
|
|
167
|
+
*/
|
|
168
|
+
overrideConnLimit?: pulumi.Input<string>;
|
|
169
|
+
/**
|
|
170
|
+
* Timeout for persistence of the session
|
|
171
|
+
*/
|
|
172
|
+
timeout?: pulumi.Input<number>;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* The set of arguments for constructing a PersistenceProfileSrcAddr resource.
|
|
176
|
+
*/
|
|
177
|
+
export interface PersistenceProfileSrcAddrArgs {
|
|
178
|
+
appService?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* Inherit defaults from parent profile
|
|
181
|
+
*/
|
|
182
|
+
defaultsFrom: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* Specify the hash algorithm
|
|
185
|
+
*/
|
|
186
|
+
hashAlgorithm?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* To enable _ disable directs all to the same single pool member
|
|
189
|
+
*/
|
|
190
|
+
mapProxies?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* Identify a range of source IP addresses to manage together as a single source address affinity persistent connection
|
|
193
|
+
* when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
|
|
194
|
+
*/
|
|
195
|
+
mask?: pulumi.Input<string>;
|
|
196
|
+
/**
|
|
197
|
+
* To enable _ disable match across pools with given persistence record
|
|
198
|
+
*/
|
|
199
|
+
matchAcrossPools?: pulumi.Input<string>;
|
|
200
|
+
/**
|
|
201
|
+
* To enable _ disable match across services with given persistence record
|
|
202
|
+
*/
|
|
203
|
+
matchAcrossServices?: pulumi.Input<string>;
|
|
204
|
+
/**
|
|
205
|
+
* To enable _ disable match across services with given persistence record
|
|
206
|
+
*/
|
|
207
|
+
matchAcrossVirtuals?: pulumi.Input<string>;
|
|
208
|
+
/**
|
|
209
|
+
* To enable _ disable
|
|
210
|
+
*/
|
|
211
|
+
mirror?: pulumi.Input<string>;
|
|
212
|
+
/**
|
|
213
|
+
* Name of the persistence profile
|
|
214
|
+
*/
|
|
215
|
+
name: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
218
|
+
* limits remain hard limits and are not overridden.
|
|
219
|
+
*/
|
|
220
|
+
overrideConnLimit?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* Timeout for persistence of the session
|
|
223
|
+
*/
|
|
224
|
+
timeout?: pulumi.Input<number>;
|
|
225
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
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 source address 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 srcaddr = new f5bigip.ltm.PersistenceProfileSrcAddr("srcaddr", {
|
|
17
|
+
* defaultsFrom: "/Common/source_addr",
|
|
18
|
+
* hashAlgorithm: "carp",
|
|
19
|
+
* mapProxies: "enabled",
|
|
20
|
+
* mask: "255.255.255.255",
|
|
21
|
+
* matchAcrossPools: "enabled",
|
|
22
|
+
* matchAcrossServices: "enabled",
|
|
23
|
+
* matchAcrossVirtuals: "enabled",
|
|
24
|
+
* mirror: "enabled",
|
|
25
|
+
* name: "/Common/terraform_srcaddr",
|
|
26
|
+
* overrideConnLimit: "enabled",
|
|
27
|
+
* timeout: 3600,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* ## Reference
|
|
32
|
+
*
|
|
33
|
+
* `name` - (Required) Name of the virtual address
|
|
34
|
+
*
|
|
35
|
+
* `defaultsFrom` - (Required) Parent cookie persistence profile
|
|
36
|
+
*
|
|
37
|
+
* `matchAcrossPools` (Optional) (enabled or disabled) match across pools with given persistence record
|
|
38
|
+
*
|
|
39
|
+
* `matchAcrossServices` (Optional) (enabled or disabled) match across services with given persistence record
|
|
40
|
+
*
|
|
41
|
+
* `matchAcrossVirtuals` (Optional) (enabled or disabled) match across virtual servers with given persistence record
|
|
42
|
+
*
|
|
43
|
+
* `mirror` (Optional) (enabled or disabled) mirror persistence record
|
|
44
|
+
*
|
|
45
|
+
* `timeout` (Optional) (enabled or disabled) Timeout for persistence of the session in seconds
|
|
46
|
+
*
|
|
47
|
+
* `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.
|
|
48
|
+
*
|
|
49
|
+
* `hashAlgorithm` (Optional) Specify the hash algorithm
|
|
50
|
+
*
|
|
51
|
+
* `mask` (Optional) Identify a range of source IP addresses to manage together as a single source address affinity persistent connection when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
|
|
52
|
+
*
|
|
53
|
+
* `mapProxies` (Optional) (enabled or disabled) Directs all to the same single pool member
|
|
54
|
+
*/
|
|
55
|
+
class PersistenceProfileSrcAddr extends pulumi.CustomResource {
|
|
56
|
+
constructor(name, argsOrState, opts) {
|
|
57
|
+
let inputs = {};
|
|
58
|
+
opts = opts || {};
|
|
59
|
+
if (opts.id) {
|
|
60
|
+
const state = argsOrState;
|
|
61
|
+
inputs["appService"] = state ? state.appService : undefined;
|
|
62
|
+
inputs["defaultsFrom"] = state ? state.defaultsFrom : undefined;
|
|
63
|
+
inputs["hashAlgorithm"] = state ? state.hashAlgorithm : undefined;
|
|
64
|
+
inputs["mapProxies"] = state ? state.mapProxies : undefined;
|
|
65
|
+
inputs["mask"] = state ? state.mask : undefined;
|
|
66
|
+
inputs["matchAcrossPools"] = state ? state.matchAcrossPools : undefined;
|
|
67
|
+
inputs["matchAcrossServices"] = state ? state.matchAcrossServices : undefined;
|
|
68
|
+
inputs["matchAcrossVirtuals"] = state ? state.matchAcrossVirtuals : undefined;
|
|
69
|
+
inputs["mirror"] = state ? state.mirror : undefined;
|
|
70
|
+
inputs["name"] = state ? state.name : undefined;
|
|
71
|
+
inputs["overrideConnLimit"] = state ? state.overrideConnLimit : undefined;
|
|
72
|
+
inputs["timeout"] = state ? state.timeout : undefined;
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
const args = argsOrState;
|
|
76
|
+
if ((!args || args.defaultsFrom === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'defaultsFrom'");
|
|
78
|
+
}
|
|
79
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
80
|
+
throw new Error("Missing required property 'name'");
|
|
81
|
+
}
|
|
82
|
+
inputs["appService"] = args ? args.appService : undefined;
|
|
83
|
+
inputs["defaultsFrom"] = args ? args.defaultsFrom : undefined;
|
|
84
|
+
inputs["hashAlgorithm"] = args ? args.hashAlgorithm : undefined;
|
|
85
|
+
inputs["mapProxies"] = args ? args.mapProxies : undefined;
|
|
86
|
+
inputs["mask"] = args ? args.mask : undefined;
|
|
87
|
+
inputs["matchAcrossPools"] = args ? args.matchAcrossPools : undefined;
|
|
88
|
+
inputs["matchAcrossServices"] = args ? args.matchAcrossServices : undefined;
|
|
89
|
+
inputs["matchAcrossVirtuals"] = args ? args.matchAcrossVirtuals : undefined;
|
|
90
|
+
inputs["mirror"] = args ? args.mirror : undefined;
|
|
91
|
+
inputs["name"] = args ? args.name : undefined;
|
|
92
|
+
inputs["overrideConnLimit"] = args ? args.overrideConnLimit : undefined;
|
|
93
|
+
inputs["timeout"] = args ? args.timeout : undefined;
|
|
94
|
+
}
|
|
95
|
+
if (!opts.version) {
|
|
96
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
97
|
+
}
|
|
98
|
+
super(PersistenceProfileSrcAddr.__pulumiType, name, inputs, opts);
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Get an existing PersistenceProfileSrcAddr resource's state with the given name, ID, and optional extra
|
|
102
|
+
* properties used to qualify the lookup.
|
|
103
|
+
*
|
|
104
|
+
* @param name The _unique_ name of the resulting resource.
|
|
105
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
106
|
+
* @param state Any extra arguments used during the lookup.
|
|
107
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
108
|
+
*/
|
|
109
|
+
static get(name, id, state, opts) {
|
|
110
|
+
return new PersistenceProfileSrcAddr(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Returns true if the given object is an instance of PersistenceProfileSrcAddr. This is designed to work even
|
|
114
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
115
|
+
*/
|
|
116
|
+
static isInstance(obj) {
|
|
117
|
+
if (obj === undefined || obj === null) {
|
|
118
|
+
return false;
|
|
119
|
+
}
|
|
120
|
+
return obj['__pulumiType'] === PersistenceProfileSrcAddr.__pulumiType;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
exports.PersistenceProfileSrcAddr = PersistenceProfileSrcAddr;
|
|
124
|
+
/** @internal */
|
|
125
|
+
PersistenceProfileSrcAddr.__pulumiType = 'f5bigip:ltm/persistenceProfileSrcAddr:PersistenceProfileSrcAddr';
|
|
126
|
+
//# sourceMappingURL=persistenceProfileSrcAddr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"persistenceProfileSrcAddr.js","sourceRoot":"","sources":["../../ltm/persistenceProfileSrcAddr.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Configures an SSL 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 ppssl = new f5bigip.ltm.PersistenceProfileSsl("ppssl", {
|
|
12
|
+
* defaultsFrom: "/Common/ssl",
|
|
13
|
+
* matchAcrossPools: "enabled",
|
|
14
|
+
* matchAcrossServices: "enabled",
|
|
15
|
+
* matchAcrossVirtuals: "enabled",
|
|
16
|
+
* mirror: "enabled",
|
|
17
|
+
* name: "/Common/terraform_ssl",
|
|
18
|
+
* overrideConnLimit: "enabled",
|
|
19
|
+
* timeout: 3600,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ## Reference
|
|
24
|
+
*
|
|
25
|
+
* `name` - (Required) Name of the virtual address
|
|
26
|
+
*
|
|
27
|
+
* `defaultsFrom` - (Required) Parent cookie persistence profile
|
|
28
|
+
*
|
|
29
|
+
* `matchAcrossPools` (Optional) (enabled or disabled) match across pools with given persistence record
|
|
30
|
+
*
|
|
31
|
+
* `matchAcrossServices` (Optional) (enabled or disabled) match across services with given persistence record
|
|
32
|
+
*
|
|
33
|
+
* `matchAcrossVirtuals` (Optional) (enabled or disabled) match across virtual servers with given persistence record
|
|
34
|
+
*
|
|
35
|
+
* `mirror` (Optional) (enabled or disabled) mirror persistence record
|
|
36
|
+
*
|
|
37
|
+
* `timeout` (Optional) (enabled or disabled) Timeout for persistence of the session in seconds
|
|
38
|
+
*
|
|
39
|
+
* `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.
|
|
40
|
+
*/
|
|
41
|
+
export declare class PersistenceProfileSsl extends pulumi.CustomResource {
|
|
42
|
+
/**
|
|
43
|
+
* Get an existing PersistenceProfileSsl resource's state with the given name, ID, and optional extra
|
|
44
|
+
* properties used to qualify the lookup.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resulting resource.
|
|
47
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
48
|
+
* @param state Any extra arguments used during the lookup.
|
|
49
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
50
|
+
*/
|
|
51
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PersistenceProfileSslState, opts?: pulumi.CustomResourceOptions): PersistenceProfileSsl;
|
|
52
|
+
/**
|
|
53
|
+
* Returns true if the given object is an instance of PersistenceProfileSsl. This is designed to work even
|
|
54
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
55
|
+
*/
|
|
56
|
+
static isInstance(obj: any): obj is PersistenceProfileSsl;
|
|
57
|
+
readonly appService: pulumi.Output<string | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* Inherit defaults from parent profile
|
|
60
|
+
*/
|
|
61
|
+
readonly defaultsFrom: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* To enable _ disable match across pools with given persistence record
|
|
64
|
+
*/
|
|
65
|
+
readonly matchAcrossPools: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* To enable _ disable match across services with given persistence record
|
|
68
|
+
*/
|
|
69
|
+
readonly matchAcrossServices: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* To enable _ disable match across services with given persistence record
|
|
72
|
+
*/
|
|
73
|
+
readonly matchAcrossVirtuals: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* To enable _ disable
|
|
76
|
+
*/
|
|
77
|
+
readonly mirror: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Name of the persistence profile
|
|
80
|
+
*/
|
|
81
|
+
readonly name: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
84
|
+
* limits remain hard limits and are not overridden.
|
|
85
|
+
*/
|
|
86
|
+
readonly overrideConnLimit: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* Timeout for persistence of the session
|
|
89
|
+
*/
|
|
90
|
+
readonly timeout: pulumi.Output<number | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Create a PersistenceProfileSsl resource with the given unique name, arguments, and options.
|
|
93
|
+
*
|
|
94
|
+
* @param name The _unique_ name of the resource.
|
|
95
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
96
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
97
|
+
*/
|
|
98
|
+
constructor(name: string, args: PersistenceProfileSslArgs, opts?: pulumi.CustomResourceOptions);
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Input properties used for looking up and filtering PersistenceProfileSsl resources.
|
|
102
|
+
*/
|
|
103
|
+
export interface PersistenceProfileSslState {
|
|
104
|
+
appService?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Inherit defaults from parent profile
|
|
107
|
+
*/
|
|
108
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* To enable _ disable match across pools with given persistence record
|
|
111
|
+
*/
|
|
112
|
+
matchAcrossPools?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* To enable _ disable match across services with given persistence record
|
|
115
|
+
*/
|
|
116
|
+
matchAcrossServices?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* To enable _ disable match across services with given persistence record
|
|
119
|
+
*/
|
|
120
|
+
matchAcrossVirtuals?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* To enable _ disable
|
|
123
|
+
*/
|
|
124
|
+
mirror?: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* Name of the persistence profile
|
|
127
|
+
*/
|
|
128
|
+
name?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
131
|
+
* limits remain hard limits and are not overridden.
|
|
132
|
+
*/
|
|
133
|
+
overrideConnLimit?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Timeout for persistence of the session
|
|
136
|
+
*/
|
|
137
|
+
timeout?: pulumi.Input<number>;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* The set of arguments for constructing a PersistenceProfileSsl resource.
|
|
141
|
+
*/
|
|
142
|
+
export interface PersistenceProfileSslArgs {
|
|
143
|
+
appService?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Inherit defaults from parent profile
|
|
146
|
+
*/
|
|
147
|
+
defaultsFrom: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* To enable _ disable match across pools with given persistence record
|
|
150
|
+
*/
|
|
151
|
+
matchAcrossPools?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* To enable _ disable match across services with given persistence record
|
|
154
|
+
*/
|
|
155
|
+
matchAcrossServices?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* To enable _ disable match across services with given persistence record
|
|
158
|
+
*/
|
|
159
|
+
matchAcrossVirtuals?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* To enable _ disable
|
|
162
|
+
*/
|
|
163
|
+
mirror?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Name of the persistence profile
|
|
166
|
+
*/
|
|
167
|
+
name: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection
|
|
170
|
+
* limits remain hard limits and are not overridden.
|
|
171
|
+
*/
|
|
172
|
+
overrideConnLimit?: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* Timeout for persistence of the session
|
|
175
|
+
*/
|
|
176
|
+
timeout?: pulumi.Input<number>;
|
|
177
|
+
}
|