@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,188 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.ltm.ProfileFastL4` Configures a custom profileFastl4 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 profileFastl4 = new f5bigip.ltm.ProfileFastL4("profile_fastl4", {
|
|
14
|
+
* clientTimeout: 40,
|
|
15
|
+
* defaultsFrom: "/Common/fastL4",
|
|
16
|
+
* explicitflowMigration: "enabled",
|
|
17
|
+
* hardwareSyncookie: "enabled",
|
|
18
|
+
* idleTimeout: "200",
|
|
19
|
+
* iptosToclient: "pass-through",
|
|
20
|
+
* iptosToserver: "pass-through",
|
|
21
|
+
* keepaliveInterval: "disabled", //This cannot take enabled
|
|
22
|
+
* name: "/Common/sjfastl4profile",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* BIG-IP LTM fastl4 profiles can be imported using the `name`, e.g.
|
|
29
|
+
*
|
|
30
|
+
* ```sh
|
|
31
|
+
* $ pulumi import f5bigip:ltm/profileFastL4:ProfileFastL4 test-fastl4 /Common/test-fastl4
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export declare class ProfileFastL4 extends pulumi.CustomResource {
|
|
35
|
+
/**
|
|
36
|
+
* Get an existing ProfileFastL4 resource's state with the given name, ID, and optional extra
|
|
37
|
+
* properties used to qualify the lookup.
|
|
38
|
+
*
|
|
39
|
+
* @param name The _unique_ name of the resulting resource.
|
|
40
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
41
|
+
* @param state Any extra arguments used during the lookup.
|
|
42
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
43
|
+
*/
|
|
44
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProfileFastL4State, opts?: pulumi.CustomResourceOptions): ProfileFastL4;
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if the given object is an instance of ProfileFastL4. This is designed to work even
|
|
47
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
48
|
+
*/
|
|
49
|
+
static isInstance(obj: any): obj is ProfileFastL4;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies late binding client timeout in seconds. This setting specifies the number of seconds allowed for a client to transmit enough data to select a server when late binding is enabled. If it expires timeout-recovery mode will dictate what action to take.
|
|
52
|
+
*/
|
|
53
|
+
readonly clientTimeout: pulumi.Output<number>;
|
|
54
|
+
/**
|
|
55
|
+
* 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.
|
|
56
|
+
*/
|
|
57
|
+
readonly defaultsFrom: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Enables or disables late binding explicit flow migration that allows iRules to control when flows move from software to hardware. Explicit flow migration is disabled by default hence BIG-IP automatically migrates flows from software to hardware.
|
|
60
|
+
*/
|
|
61
|
+
readonly explicitflowMigration: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Enables or disables hardware SYN cookie support when PVA10 is present on the system. Note that when you set the hardware syncookie option to enabled, you may also want to set the following bigdb database variables using the "/sys modify db" command, based on your requirements: pva.SynCookies.Full.ConnectionThreshold (default: 500000), pva.SynCookies.Assist.ConnectionThreshold (default: 500000) pva.SynCookies.ClientWindow (default: 0). The default value is disabled.
|
|
64
|
+
*/
|
|
65
|
+
readonly hardwareSyncookie: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* 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.
|
|
68
|
+
*/
|
|
69
|
+
readonly idleTimeout: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Specifies an IP ToS number for the client side. This option specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to clients. The default value is 65535 (pass-through), which indicates, do not modify.
|
|
72
|
+
*/
|
|
73
|
+
readonly iptosToclient: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Specifies an IP ToS number for the server side. This setting specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to servers. The default value is 65535 (pass-through), which indicates, do not modify.
|
|
76
|
+
*/
|
|
77
|
+
readonly iptosToserver: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Specifies the keep alive probe interval, in seconds. The default value is disabled (0 seconds).
|
|
80
|
+
*/
|
|
81
|
+
readonly keepaliveInterval: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Name of the profile_fastl4
|
|
84
|
+
*/
|
|
85
|
+
readonly name: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Displays the administrative partition within which this profile resides
|
|
88
|
+
*/
|
|
89
|
+
readonly partition: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Create a ProfileFastL4 resource with the given unique name, arguments, and options.
|
|
92
|
+
*
|
|
93
|
+
* @param name The _unique_ name of the resource.
|
|
94
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
95
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
96
|
+
*/
|
|
97
|
+
constructor(name: string, args: ProfileFastL4Args, opts?: pulumi.CustomResourceOptions);
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Input properties used for looking up and filtering ProfileFastL4 resources.
|
|
101
|
+
*/
|
|
102
|
+
export interface ProfileFastL4State {
|
|
103
|
+
/**
|
|
104
|
+
* Specifies late binding client timeout in seconds. This setting specifies the number of seconds allowed for a client to transmit enough data to select a server when late binding is enabled. If it expires timeout-recovery mode will dictate what action to take.
|
|
105
|
+
*/
|
|
106
|
+
clientTimeout?: pulumi.Input<number>;
|
|
107
|
+
/**
|
|
108
|
+
* 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.
|
|
109
|
+
*/
|
|
110
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* Enables or disables late binding explicit flow migration that allows iRules to control when flows move from software to hardware. Explicit flow migration is disabled by default hence BIG-IP automatically migrates flows from software to hardware.
|
|
113
|
+
*/
|
|
114
|
+
explicitflowMigration?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* Enables or disables hardware SYN cookie support when PVA10 is present on the system. Note that when you set the hardware syncookie option to enabled, you may also want to set the following bigdb database variables using the "/sys modify db" command, based on your requirements: pva.SynCookies.Full.ConnectionThreshold (default: 500000), pva.SynCookies.Assist.ConnectionThreshold (default: 500000) pva.SynCookies.ClientWindow (default: 0). The default value is disabled.
|
|
117
|
+
*/
|
|
118
|
+
hardwareSyncookie?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* 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.
|
|
121
|
+
*/
|
|
122
|
+
idleTimeout?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* Specifies an IP ToS number for the client side. This option specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to clients. The default value is 65535 (pass-through), which indicates, do not modify.
|
|
125
|
+
*/
|
|
126
|
+
iptosToclient?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Specifies an IP ToS number for the server side. This setting specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to servers. The default value is 65535 (pass-through), which indicates, do not modify.
|
|
129
|
+
*/
|
|
130
|
+
iptosToserver?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* Specifies the keep alive probe interval, in seconds. The default value is disabled (0 seconds).
|
|
133
|
+
*/
|
|
134
|
+
keepaliveInterval?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Name of the profile_fastl4
|
|
137
|
+
*/
|
|
138
|
+
name?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Displays the administrative partition within which this profile resides
|
|
141
|
+
*/
|
|
142
|
+
partition?: pulumi.Input<string>;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* The set of arguments for constructing a ProfileFastL4 resource.
|
|
146
|
+
*/
|
|
147
|
+
export interface ProfileFastL4Args {
|
|
148
|
+
/**
|
|
149
|
+
* Specifies late binding client timeout in seconds. This setting specifies the number of seconds allowed for a client to transmit enough data to select a server when late binding is enabled. If it expires timeout-recovery mode will dictate what action to take.
|
|
150
|
+
*/
|
|
151
|
+
clientTimeout?: pulumi.Input<number>;
|
|
152
|
+
/**
|
|
153
|
+
* 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.
|
|
154
|
+
*/
|
|
155
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Enables or disables late binding explicit flow migration that allows iRules to control when flows move from software to hardware. Explicit flow migration is disabled by default hence BIG-IP automatically migrates flows from software to hardware.
|
|
158
|
+
*/
|
|
159
|
+
explicitflowMigration?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Enables or disables hardware SYN cookie support when PVA10 is present on the system. Note that when you set the hardware syncookie option to enabled, you may also want to set the following bigdb database variables using the "/sys modify db" command, based on your requirements: pva.SynCookies.Full.ConnectionThreshold (default: 500000), pva.SynCookies.Assist.ConnectionThreshold (default: 500000) pva.SynCookies.ClientWindow (default: 0). The default value is disabled.
|
|
162
|
+
*/
|
|
163
|
+
hardwareSyncookie?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* 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.
|
|
166
|
+
*/
|
|
167
|
+
idleTimeout?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Specifies an IP ToS number for the client side. This option specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to clients. The default value is 65535 (pass-through), which indicates, do not modify.
|
|
170
|
+
*/
|
|
171
|
+
iptosToclient?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Specifies an IP ToS number for the server side. This setting specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to servers. The default value is 65535 (pass-through), which indicates, do not modify.
|
|
174
|
+
*/
|
|
175
|
+
iptosToserver?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Specifies the keep alive probe interval, in seconds. The default value is disabled (0 seconds).
|
|
178
|
+
*/
|
|
179
|
+
keepaliveInterval?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* Name of the profile_fastl4
|
|
182
|
+
*/
|
|
183
|
+
name: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* Displays the administrative partition within which this profile resides
|
|
186
|
+
*/
|
|
187
|
+
partition?: pulumi.Input<string>;
|
|
188
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
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.ProfileFastL4` Configures a custom profileFastl4 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 profileFastl4 = new f5bigip.ltm.ProfileFastL4("profile_fastl4", {
|
|
19
|
+
* clientTimeout: 40,
|
|
20
|
+
* defaultsFrom: "/Common/fastL4",
|
|
21
|
+
* explicitflowMigration: "enabled",
|
|
22
|
+
* hardwareSyncookie: "enabled",
|
|
23
|
+
* idleTimeout: "200",
|
|
24
|
+
* iptosToclient: "pass-through",
|
|
25
|
+
* iptosToserver: "pass-through",
|
|
26
|
+
* keepaliveInterval: "disabled", //This cannot take enabled
|
|
27
|
+
* name: "/Common/sjfastl4profile",
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* ## Import
|
|
32
|
+
*
|
|
33
|
+
* BIG-IP LTM fastl4 profiles can be imported using the `name`, e.g.
|
|
34
|
+
*
|
|
35
|
+
* ```sh
|
|
36
|
+
* $ pulumi import f5bigip:ltm/profileFastL4:ProfileFastL4 test-fastl4 /Common/test-fastl4
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
class ProfileFastL4 extends pulumi.CustomResource {
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let inputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
inputs["clientTimeout"] = state ? state.clientTimeout : undefined;
|
|
46
|
+
inputs["defaultsFrom"] = state ? state.defaultsFrom : undefined;
|
|
47
|
+
inputs["explicitflowMigration"] = state ? state.explicitflowMigration : undefined;
|
|
48
|
+
inputs["hardwareSyncookie"] = state ? state.hardwareSyncookie : undefined;
|
|
49
|
+
inputs["idleTimeout"] = state ? state.idleTimeout : undefined;
|
|
50
|
+
inputs["iptosToclient"] = state ? state.iptosToclient : undefined;
|
|
51
|
+
inputs["iptosToserver"] = state ? state.iptosToserver : undefined;
|
|
52
|
+
inputs["keepaliveInterval"] = state ? state.keepaliveInterval : undefined;
|
|
53
|
+
inputs["name"] = state ? state.name : undefined;
|
|
54
|
+
inputs["partition"] = state ? state.partition : undefined;
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
const args = argsOrState;
|
|
58
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
59
|
+
throw new Error("Missing required property 'name'");
|
|
60
|
+
}
|
|
61
|
+
inputs["clientTimeout"] = args ? args.clientTimeout : undefined;
|
|
62
|
+
inputs["defaultsFrom"] = args ? args.defaultsFrom : undefined;
|
|
63
|
+
inputs["explicitflowMigration"] = args ? args.explicitflowMigration : undefined;
|
|
64
|
+
inputs["hardwareSyncookie"] = args ? args.hardwareSyncookie : undefined;
|
|
65
|
+
inputs["idleTimeout"] = args ? args.idleTimeout : undefined;
|
|
66
|
+
inputs["iptosToclient"] = args ? args.iptosToclient : undefined;
|
|
67
|
+
inputs["iptosToserver"] = args ? args.iptosToserver : undefined;
|
|
68
|
+
inputs["keepaliveInterval"] = args ? args.keepaliveInterval : undefined;
|
|
69
|
+
inputs["name"] = args ? args.name : undefined;
|
|
70
|
+
inputs["partition"] = args ? args.partition : undefined;
|
|
71
|
+
}
|
|
72
|
+
if (!opts.version) {
|
|
73
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
74
|
+
}
|
|
75
|
+
super(ProfileFastL4.__pulumiType, name, inputs, opts);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Get an existing ProfileFastL4 resource's state with the given name, ID, and optional extra
|
|
79
|
+
* properties used to qualify the lookup.
|
|
80
|
+
*
|
|
81
|
+
* @param name The _unique_ name of the resulting resource.
|
|
82
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
83
|
+
* @param state Any extra arguments used during the lookup.
|
|
84
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
85
|
+
*/
|
|
86
|
+
static get(name, id, state, opts) {
|
|
87
|
+
return new ProfileFastL4(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Returns true if the given object is an instance of ProfileFastL4. This is designed to work even
|
|
91
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
92
|
+
*/
|
|
93
|
+
static isInstance(obj) {
|
|
94
|
+
if (obj === undefined || obj === null) {
|
|
95
|
+
return false;
|
|
96
|
+
}
|
|
97
|
+
return obj['__pulumiType'] === ProfileFastL4.__pulumiType;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
exports.ProfileFastL4 = ProfileFastL4;
|
|
101
|
+
/** @internal */
|
|
102
|
+
ProfileFastL4.__pulumiType = 'f5bigip:ltm/profileFastL4:ProfileFastL4';
|
|
103
|
+
//# sourceMappingURL=profileFastL4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profileFastL4.js","sourceRoot":"","sources":["../../ltm/profileFastL4.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.ltm.ProfileFtp` Configures a custom profile_ftp.
|
|
4
|
+
*
|
|
5
|
+
* 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 )
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
* ### For Bigip versions (14.x - 16.x)
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
13
|
+
*
|
|
14
|
+
* const sanjose_ftp_profile = new f5bigip.ltm.ProfileFtp("sanjose-ftp-profile", {
|
|
15
|
+
* allowActiveMode: "enabled",
|
|
16
|
+
* defaultsFrom: "/Common/ftp",
|
|
17
|
+
* description: "test-tftp-profile",
|
|
18
|
+
* enforceTlssessionReuse: "enabled",
|
|
19
|
+
* ftpsMode: "allow",
|
|
20
|
+
* name: "/Common/sanjose-ftp-profile",
|
|
21
|
+
* port: 2020,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
* ### For Bigip versions (12.x - 13.x)
|
|
25
|
+
*
|
|
26
|
+
* ```typescript
|
|
27
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
28
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
29
|
+
*
|
|
30
|
+
* const sanjose_ftp_profile = new f5bigip.ltm.ProfileFtp("sanjose-ftp-profile", {
|
|
31
|
+
* allowFtps: "enabled",
|
|
32
|
+
* defaultsFrom: "/Common/ftp",
|
|
33
|
+
* description: "test-tftp-profile",
|
|
34
|
+
* name: "/Common/sanjose-ftp-profile",
|
|
35
|
+
* port: 2020,
|
|
36
|
+
* translateExtended: "enabled",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
* ## Common Arguments for all versions
|
|
40
|
+
*
|
|
41
|
+
* * `security` - (Optional)Specifies, when checked (enabled), that the system inspects FTP traffic for security vulnerabilities using an FTP security profile. This option is available only on systems licensed for BIG-IP ASM.
|
|
42
|
+
*
|
|
43
|
+
* * `port` - (Optional)Allows you to configure the FTP service to run on an alternate port. The default is 20.
|
|
44
|
+
*
|
|
45
|
+
* * `logProfile` - (Optional)Configures the ALG log profile that controls logging
|
|
46
|
+
*
|
|
47
|
+
* * `logPublisher` - (Optional)Configures the log publisher that handles events logging for this profile
|
|
48
|
+
*
|
|
49
|
+
* * `inheritParentProfile` - (Optional)Enables the FTP data channel to inherit the TCP profile used by the control channel.If disabled,the data channel uses FastL4 only.
|
|
50
|
+
*
|
|
51
|
+
* * `description` - (Optional)User defined description for FTP profile
|
|
52
|
+
*/
|
|
53
|
+
export declare class ProfileFtp extends pulumi.CustomResource {
|
|
54
|
+
/**
|
|
55
|
+
* Get an existing ProfileFtp resource's state with the given name, ID, and optional extra
|
|
56
|
+
* properties used to qualify the lookup.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resulting resource.
|
|
59
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
60
|
+
* @param state Any extra arguments used during the lookup.
|
|
61
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
62
|
+
*/
|
|
63
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProfileFtpState, opts?: pulumi.CustomResourceOptions): ProfileFtp;
|
|
64
|
+
/**
|
|
65
|
+
* Returns true if the given object is an instance of ProfileFtp. This is designed to work even
|
|
66
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
67
|
+
*/
|
|
68
|
+
static isInstance(obj: any): obj is ProfileFtp;
|
|
69
|
+
/**
|
|
70
|
+
* Specifies, when selected (enabled), that the system allows FTP Active Transfer mode. The default value is enabled
|
|
71
|
+
*/
|
|
72
|
+
readonly allowActiveMode: pulumi.Output<string | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* Allow explicit FTPS negotiation. The default is disabled.When enabled (selected), that the system allows explicit FTPS negotiation for SSL or TLS.
|
|
75
|
+
*/
|
|
76
|
+
readonly allowFtps: pulumi.Output<string | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* The application service to which the object belongs.
|
|
79
|
+
*/
|
|
80
|
+
readonly appService: pulumi.Output<string | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* 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.
|
|
83
|
+
*/
|
|
84
|
+
readonly defaultsFrom: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* User defined description
|
|
87
|
+
*/
|
|
88
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* Specifies, when selected (enabled), that the system enforces the data connection to reuse a TLS session. The default value is unchecked (disabled)
|
|
91
|
+
*/
|
|
92
|
+
readonly enforceTlssessionReuse: pulumi.Output<string | undefined>;
|
|
93
|
+
/**
|
|
94
|
+
* Specifies if you want to Disallow, Allow, or Require FTPS mode. The default is Disallow
|
|
95
|
+
*/
|
|
96
|
+
readonly ftpsMode: pulumi.Output<string | undefined>;
|
|
97
|
+
/**
|
|
98
|
+
* Enables the FTP data channel to inherit the TCP profile used by the control channel.If disabled,the data channel uses
|
|
99
|
+
* FastL4 only.
|
|
100
|
+
*/
|
|
101
|
+
readonly inheritParentProfile: pulumi.Output<string | undefined>;
|
|
102
|
+
/**
|
|
103
|
+
* inherent vlan list
|
|
104
|
+
*/
|
|
105
|
+
readonly inheritVlanList: pulumi.Output<string | undefined>;
|
|
106
|
+
/**
|
|
107
|
+
* Configures the ALG log profile that controls logging
|
|
108
|
+
*/
|
|
109
|
+
readonly logProfile: pulumi.Output<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Configures the log publisher that handles events logging for this profile
|
|
112
|
+
*/
|
|
113
|
+
readonly logPublisher: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Name of the profile_ftp
|
|
116
|
+
*/
|
|
117
|
+
readonly name: pulumi.Output<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Displays the administrative partition within which this profile resides
|
|
120
|
+
*/
|
|
121
|
+
readonly partition: pulumi.Output<string>;
|
|
122
|
+
/**
|
|
123
|
+
* Specifies a service for the data channel port used for this FTP profile. The default port is ftp-data.
|
|
124
|
+
*/
|
|
125
|
+
readonly port: pulumi.Output<number | undefined>;
|
|
126
|
+
/**
|
|
127
|
+
* Enables secure FTP traffic for the BIG-IP Application Security Manager. You can set the security option only if the
|
|
128
|
+
* system is licensed for the BIG-IP Application Security Manager. The default value is disabled.
|
|
129
|
+
*/
|
|
130
|
+
readonly security: pulumi.Output<string>;
|
|
131
|
+
/**
|
|
132
|
+
* Specifies, when selected (enabled), that the system uses ensures compatibility between IP version 4 and IP version 6 clients and servers when using the FTP protocol. The default is selected (enabled).
|
|
133
|
+
*/
|
|
134
|
+
readonly translateExtended: pulumi.Output<string | undefined>;
|
|
135
|
+
/**
|
|
136
|
+
* Create a ProfileFtp resource with the given unique name, arguments, and options.
|
|
137
|
+
*
|
|
138
|
+
* @param name The _unique_ name of the resource.
|
|
139
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
140
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
141
|
+
*/
|
|
142
|
+
constructor(name: string, args: ProfileFtpArgs, opts?: pulumi.CustomResourceOptions);
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Input properties used for looking up and filtering ProfileFtp resources.
|
|
146
|
+
*/
|
|
147
|
+
export interface ProfileFtpState {
|
|
148
|
+
/**
|
|
149
|
+
* Specifies, when selected (enabled), that the system allows FTP Active Transfer mode. The default value is enabled
|
|
150
|
+
*/
|
|
151
|
+
allowActiveMode?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Allow explicit FTPS negotiation. The default is disabled.When enabled (selected), that the system allows explicit FTPS negotiation for SSL or TLS.
|
|
154
|
+
*/
|
|
155
|
+
allowFtps?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* The application service to which the object belongs.
|
|
158
|
+
*/
|
|
159
|
+
appService?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* 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.
|
|
162
|
+
*/
|
|
163
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* User defined description
|
|
166
|
+
*/
|
|
167
|
+
description?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Specifies, when selected (enabled), that the system enforces the data connection to reuse a TLS session. The default value is unchecked (disabled)
|
|
170
|
+
*/
|
|
171
|
+
enforceTlssessionReuse?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Specifies if you want to Disallow, Allow, or Require FTPS mode. The default is Disallow
|
|
174
|
+
*/
|
|
175
|
+
ftpsMode?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Enables the FTP data channel to inherit the TCP profile used by the control channel.If disabled,the data channel uses
|
|
178
|
+
* FastL4 only.
|
|
179
|
+
*/
|
|
180
|
+
inheritParentProfile?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* inherent vlan list
|
|
183
|
+
*/
|
|
184
|
+
inheritVlanList?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Configures the ALG log profile that controls logging
|
|
187
|
+
*/
|
|
188
|
+
logProfile?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* Configures the log publisher that handles events logging for this profile
|
|
191
|
+
*/
|
|
192
|
+
logPublisher?: pulumi.Input<string>;
|
|
193
|
+
/**
|
|
194
|
+
* Name of the profile_ftp
|
|
195
|
+
*/
|
|
196
|
+
name?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* Displays the administrative partition within which this profile resides
|
|
199
|
+
*/
|
|
200
|
+
partition?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* Specifies a service for the data channel port used for this FTP profile. The default port is ftp-data.
|
|
203
|
+
*/
|
|
204
|
+
port?: pulumi.Input<number>;
|
|
205
|
+
/**
|
|
206
|
+
* Enables secure FTP traffic for the BIG-IP Application Security Manager. You can set the security option only if the
|
|
207
|
+
* system is licensed for the BIG-IP Application Security Manager. The default value is disabled.
|
|
208
|
+
*/
|
|
209
|
+
security?: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* Specifies, when selected (enabled), that the system uses ensures compatibility between IP version 4 and IP version 6 clients and servers when using the FTP protocol. The default is selected (enabled).
|
|
212
|
+
*/
|
|
213
|
+
translateExtended?: pulumi.Input<string>;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* The set of arguments for constructing a ProfileFtp resource.
|
|
217
|
+
*/
|
|
218
|
+
export interface ProfileFtpArgs {
|
|
219
|
+
/**
|
|
220
|
+
* Specifies, when selected (enabled), that the system allows FTP Active Transfer mode. The default value is enabled
|
|
221
|
+
*/
|
|
222
|
+
allowActiveMode?: pulumi.Input<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Allow explicit FTPS negotiation. The default is disabled.When enabled (selected), that the system allows explicit FTPS negotiation for SSL or TLS.
|
|
225
|
+
*/
|
|
226
|
+
allowFtps?: pulumi.Input<string>;
|
|
227
|
+
/**
|
|
228
|
+
* The application service to which the object belongs.
|
|
229
|
+
*/
|
|
230
|
+
appService?: pulumi.Input<string>;
|
|
231
|
+
/**
|
|
232
|
+
* 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.
|
|
233
|
+
*/
|
|
234
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
235
|
+
/**
|
|
236
|
+
* User defined description
|
|
237
|
+
*/
|
|
238
|
+
description?: pulumi.Input<string>;
|
|
239
|
+
/**
|
|
240
|
+
* Specifies, when selected (enabled), that the system enforces the data connection to reuse a TLS session. The default value is unchecked (disabled)
|
|
241
|
+
*/
|
|
242
|
+
enforceTlssessionReuse?: pulumi.Input<string>;
|
|
243
|
+
/**
|
|
244
|
+
* Specifies if you want to Disallow, Allow, or Require FTPS mode. The default is Disallow
|
|
245
|
+
*/
|
|
246
|
+
ftpsMode?: pulumi.Input<string>;
|
|
247
|
+
/**
|
|
248
|
+
* Enables the FTP data channel to inherit the TCP profile used by the control channel.If disabled,the data channel uses
|
|
249
|
+
* FastL4 only.
|
|
250
|
+
*/
|
|
251
|
+
inheritParentProfile?: pulumi.Input<string>;
|
|
252
|
+
/**
|
|
253
|
+
* inherent vlan list
|
|
254
|
+
*/
|
|
255
|
+
inheritVlanList?: pulumi.Input<string>;
|
|
256
|
+
/**
|
|
257
|
+
* Configures the ALG log profile that controls logging
|
|
258
|
+
*/
|
|
259
|
+
logProfile?: pulumi.Input<string>;
|
|
260
|
+
/**
|
|
261
|
+
* Configures the log publisher that handles events logging for this profile
|
|
262
|
+
*/
|
|
263
|
+
logPublisher?: pulumi.Input<string>;
|
|
264
|
+
/**
|
|
265
|
+
* Name of the profile_ftp
|
|
266
|
+
*/
|
|
267
|
+
name: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* Displays the administrative partition within which this profile resides
|
|
270
|
+
*/
|
|
271
|
+
partition?: pulumi.Input<string>;
|
|
272
|
+
/**
|
|
273
|
+
* Specifies a service for the data channel port used for this FTP profile. The default port is ftp-data.
|
|
274
|
+
*/
|
|
275
|
+
port?: pulumi.Input<number>;
|
|
276
|
+
/**
|
|
277
|
+
* Enables secure FTP traffic for the BIG-IP Application Security Manager. You can set the security option only if the
|
|
278
|
+
* system is licensed for the BIG-IP Application Security Manager. The default value is disabled.
|
|
279
|
+
*/
|
|
280
|
+
security?: pulumi.Input<string>;
|
|
281
|
+
/**
|
|
282
|
+
* Specifies, when selected (enabled), that the system uses ensures compatibility between IP version 4 and IP version 6 clients and servers when using the FTP protocol. The default is selected (enabled).
|
|
283
|
+
*/
|
|
284
|
+
translateExtended?: pulumi.Input<string>;
|
|
285
|
+
}
|