@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
package/ltm/index.js
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
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
|
+
function __export(m) {
|
|
5
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
+
}
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
const pulumi = require("@pulumi/pulumi");
|
|
9
|
+
const utilities = require("../utilities");
|
|
10
|
+
// Export members:
|
|
11
|
+
__export(require("./dataGroup"));
|
|
12
|
+
__export(require("./getDataGroup"));
|
|
13
|
+
__export(require("./getIrule"));
|
|
14
|
+
__export(require("./getMonitor"));
|
|
15
|
+
__export(require("./getNode"));
|
|
16
|
+
__export(require("./getPool"));
|
|
17
|
+
__export(require("./irule"));
|
|
18
|
+
__export(require("./monitor"));
|
|
19
|
+
__export(require("./node"));
|
|
20
|
+
__export(require("./persistenceProfileCookie"));
|
|
21
|
+
__export(require("./persistenceProfileDstAddr"));
|
|
22
|
+
__export(require("./persistenceProfileSrcAddr"));
|
|
23
|
+
__export(require("./persistenceProfileSsl"));
|
|
24
|
+
__export(require("./policy"));
|
|
25
|
+
__export(require("./pool"));
|
|
26
|
+
__export(require("./poolAttachment"));
|
|
27
|
+
__export(require("./profileClientSsl"));
|
|
28
|
+
__export(require("./profileFastHttp"));
|
|
29
|
+
__export(require("./profileFastL4"));
|
|
30
|
+
__export(require("./profileFtp"));
|
|
31
|
+
__export(require("./profileHttp"));
|
|
32
|
+
__export(require("./profileHttp2"));
|
|
33
|
+
__export(require("./profileHttpCompress"));
|
|
34
|
+
__export(require("./profileOneConnect"));
|
|
35
|
+
__export(require("./profileServerSsl"));
|
|
36
|
+
__export(require("./profileTcp"));
|
|
37
|
+
__export(require("./snat"));
|
|
38
|
+
__export(require("./snatPool"));
|
|
39
|
+
__export(require("./virtualAddress"));
|
|
40
|
+
__export(require("./virtualServer"));
|
|
41
|
+
// Import resources to register:
|
|
42
|
+
const dataGroup_1 = require("./dataGroup");
|
|
43
|
+
const irule_1 = require("./irule");
|
|
44
|
+
const monitor_1 = require("./monitor");
|
|
45
|
+
const node_1 = require("./node");
|
|
46
|
+
const persistenceProfileCookie_1 = require("./persistenceProfileCookie");
|
|
47
|
+
const persistenceProfileDstAddr_1 = require("./persistenceProfileDstAddr");
|
|
48
|
+
const persistenceProfileSrcAddr_1 = require("./persistenceProfileSrcAddr");
|
|
49
|
+
const persistenceProfileSsl_1 = require("./persistenceProfileSsl");
|
|
50
|
+
const policy_1 = require("./policy");
|
|
51
|
+
const pool_1 = require("./pool");
|
|
52
|
+
const poolAttachment_1 = require("./poolAttachment");
|
|
53
|
+
const profileClientSsl_1 = require("./profileClientSsl");
|
|
54
|
+
const profileFastHttp_1 = require("./profileFastHttp");
|
|
55
|
+
const profileFastL4_1 = require("./profileFastL4");
|
|
56
|
+
const profileFtp_1 = require("./profileFtp");
|
|
57
|
+
const profileHttp2_1 = require("./profileHttp2");
|
|
58
|
+
const profileHttp_1 = require("./profileHttp");
|
|
59
|
+
const profileHttpCompress_1 = require("./profileHttpCompress");
|
|
60
|
+
const profileOneConnect_1 = require("./profileOneConnect");
|
|
61
|
+
const profileServerSsl_1 = require("./profileServerSsl");
|
|
62
|
+
const profileTcp_1 = require("./profileTcp");
|
|
63
|
+
const snat_1 = require("./snat");
|
|
64
|
+
const snatPool_1 = require("./snatPool");
|
|
65
|
+
const virtualAddress_1 = require("./virtualAddress");
|
|
66
|
+
const virtualServer_1 = require("./virtualServer");
|
|
67
|
+
const _module = {
|
|
68
|
+
version: utilities.getVersion(),
|
|
69
|
+
construct: (name, type, urn) => {
|
|
70
|
+
switch (type) {
|
|
71
|
+
case "f5bigip:ltm/dataGroup:DataGroup":
|
|
72
|
+
return new dataGroup_1.DataGroup(name, undefined, { urn });
|
|
73
|
+
case "f5bigip:ltm/iRule:IRule":
|
|
74
|
+
return new irule_1.IRule(name, undefined, { urn });
|
|
75
|
+
case "f5bigip:ltm/monitor:Monitor":
|
|
76
|
+
return new monitor_1.Monitor(name, undefined, { urn });
|
|
77
|
+
case "f5bigip:ltm/node:Node":
|
|
78
|
+
return new node_1.Node(name, undefined, { urn });
|
|
79
|
+
case "f5bigip:ltm/persistenceProfileCookie:PersistenceProfileCookie":
|
|
80
|
+
return new persistenceProfileCookie_1.PersistenceProfileCookie(name, undefined, { urn });
|
|
81
|
+
case "f5bigip:ltm/persistenceProfileDstAddr:PersistenceProfileDstAddr":
|
|
82
|
+
return new persistenceProfileDstAddr_1.PersistenceProfileDstAddr(name, undefined, { urn });
|
|
83
|
+
case "f5bigip:ltm/persistenceProfileSrcAddr:PersistenceProfileSrcAddr":
|
|
84
|
+
return new persistenceProfileSrcAddr_1.PersistenceProfileSrcAddr(name, undefined, { urn });
|
|
85
|
+
case "f5bigip:ltm/persistenceProfileSsl:PersistenceProfileSsl":
|
|
86
|
+
return new persistenceProfileSsl_1.PersistenceProfileSsl(name, undefined, { urn });
|
|
87
|
+
case "f5bigip:ltm/policy:Policy":
|
|
88
|
+
return new policy_1.Policy(name, undefined, { urn });
|
|
89
|
+
case "f5bigip:ltm/pool:Pool":
|
|
90
|
+
return new pool_1.Pool(name, undefined, { urn });
|
|
91
|
+
case "f5bigip:ltm/poolAttachment:PoolAttachment":
|
|
92
|
+
return new poolAttachment_1.PoolAttachment(name, undefined, { urn });
|
|
93
|
+
case "f5bigip:ltm/profileClientSsl:ProfileClientSsl":
|
|
94
|
+
return new profileClientSsl_1.ProfileClientSsl(name, undefined, { urn });
|
|
95
|
+
case "f5bigip:ltm/profileFastHttp:ProfileFastHttp":
|
|
96
|
+
return new profileFastHttp_1.ProfileFastHttp(name, undefined, { urn });
|
|
97
|
+
case "f5bigip:ltm/profileFastL4:ProfileFastL4":
|
|
98
|
+
return new profileFastL4_1.ProfileFastL4(name, undefined, { urn });
|
|
99
|
+
case "f5bigip:ltm/profileFtp:ProfileFtp":
|
|
100
|
+
return new profileFtp_1.ProfileFtp(name, undefined, { urn });
|
|
101
|
+
case "f5bigip:ltm/profileHttp2:ProfileHttp2":
|
|
102
|
+
return new profileHttp2_1.ProfileHttp2(name, undefined, { urn });
|
|
103
|
+
case "f5bigip:ltm/profileHttp:ProfileHttp":
|
|
104
|
+
return new profileHttp_1.ProfileHttp(name, undefined, { urn });
|
|
105
|
+
case "f5bigip:ltm/profileHttpCompress:ProfileHttpCompress":
|
|
106
|
+
return new profileHttpCompress_1.ProfileHttpCompress(name, undefined, { urn });
|
|
107
|
+
case "f5bigip:ltm/profileOneConnect:ProfileOneConnect":
|
|
108
|
+
return new profileOneConnect_1.ProfileOneConnect(name, undefined, { urn });
|
|
109
|
+
case "f5bigip:ltm/profileServerSsl:ProfileServerSsl":
|
|
110
|
+
return new profileServerSsl_1.ProfileServerSsl(name, undefined, { urn });
|
|
111
|
+
case "f5bigip:ltm/profileTcp:ProfileTcp":
|
|
112
|
+
return new profileTcp_1.ProfileTcp(name, undefined, { urn });
|
|
113
|
+
case "f5bigip:ltm/snat:Snat":
|
|
114
|
+
return new snat_1.Snat(name, undefined, { urn });
|
|
115
|
+
case "f5bigip:ltm/snatPool:SnatPool":
|
|
116
|
+
return new snatPool_1.SnatPool(name, undefined, { urn });
|
|
117
|
+
case "f5bigip:ltm/virtualAddress:VirtualAddress":
|
|
118
|
+
return new virtualAddress_1.VirtualAddress(name, undefined, { urn });
|
|
119
|
+
case "f5bigip:ltm/virtualServer:VirtualServer":
|
|
120
|
+
return new virtualServer_1.VirtualServer(name, undefined, { urn });
|
|
121
|
+
default:
|
|
122
|
+
throw new Error(`unknown resource type ${type}`);
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
};
|
|
126
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/dataGroup", _module);
|
|
127
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/iRule", _module);
|
|
128
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/monitor", _module);
|
|
129
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/node", _module);
|
|
130
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/persistenceProfileCookie", _module);
|
|
131
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/persistenceProfileDstAddr", _module);
|
|
132
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/persistenceProfileSrcAddr", _module);
|
|
133
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/persistenceProfileSsl", _module);
|
|
134
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/policy", _module);
|
|
135
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/pool", _module);
|
|
136
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/poolAttachment", _module);
|
|
137
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileClientSsl", _module);
|
|
138
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileFastHttp", _module);
|
|
139
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileFastL4", _module);
|
|
140
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileFtp", _module);
|
|
141
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileHttp", _module);
|
|
142
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileHttp2", _module);
|
|
143
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileHttpCompress", _module);
|
|
144
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileOneConnect", _module);
|
|
145
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileServerSsl", _module);
|
|
146
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/profileTcp", _module);
|
|
147
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/snat", _module);
|
|
148
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/snatPool", _module);
|
|
149
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/virtualAddress", _module);
|
|
150
|
+
pulumi.runtime.registerResourceModule("f5bigip", "ltm/virtualServer", _module);
|
|
151
|
+
//# sourceMappingURL=index.js.map
|
package/ltm/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ltm/index.ts"],"names":[],"mappings":"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"}
|
package/ltm/irule.d.ts
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.ltm.IRule` Creates iRule on BIG-IP F5 device
|
|
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
|
+
export declare class IRule extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing IRule resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param state Any extra arguments used during the lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IRuleState, opts?: pulumi.CustomResourceOptions): IRule;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of IRule. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is IRule;
|
|
23
|
+
/**
|
|
24
|
+
* Body of the iRule
|
|
25
|
+
*/
|
|
26
|
+
readonly irule: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Name of the iRule
|
|
29
|
+
*/
|
|
30
|
+
readonly name: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* Create a IRule resource with the given unique name, arguments, and options.
|
|
33
|
+
*
|
|
34
|
+
* @param name The _unique_ name of the resource.
|
|
35
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
36
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
37
|
+
*/
|
|
38
|
+
constructor(name: string, args: IRuleArgs, opts?: pulumi.CustomResourceOptions);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Input properties used for looking up and filtering IRule resources.
|
|
42
|
+
*/
|
|
43
|
+
export interface IRuleState {
|
|
44
|
+
/**
|
|
45
|
+
* Body of the iRule
|
|
46
|
+
*/
|
|
47
|
+
irule?: pulumi.Input<string>;
|
|
48
|
+
/**
|
|
49
|
+
* Name of the iRule
|
|
50
|
+
*/
|
|
51
|
+
name?: pulumi.Input<string>;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* The set of arguments for constructing a IRule resource.
|
|
55
|
+
*/
|
|
56
|
+
export interface IRuleArgs {
|
|
57
|
+
/**
|
|
58
|
+
* Body of the iRule
|
|
59
|
+
*/
|
|
60
|
+
irule: pulumi.Input<string>;
|
|
61
|
+
/**
|
|
62
|
+
* Name of the iRule
|
|
63
|
+
*/
|
|
64
|
+
name: pulumi.Input<string>;
|
|
65
|
+
}
|
package/ltm/irule.js
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
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.IRule` Creates iRule on BIG-IP F5 device
|
|
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
|
+
class IRule extends pulumi.CustomResource {
|
|
13
|
+
constructor(name, argsOrState, opts) {
|
|
14
|
+
let inputs = {};
|
|
15
|
+
opts = opts || {};
|
|
16
|
+
if (opts.id) {
|
|
17
|
+
const state = argsOrState;
|
|
18
|
+
inputs["irule"] = state ? state.irule : undefined;
|
|
19
|
+
inputs["name"] = state ? state.name : undefined;
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
const args = argsOrState;
|
|
23
|
+
if ((!args || args.irule === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'irule'");
|
|
25
|
+
}
|
|
26
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'name'");
|
|
28
|
+
}
|
|
29
|
+
inputs["irule"] = args ? args.irule : undefined;
|
|
30
|
+
inputs["name"] = args ? args.name : undefined;
|
|
31
|
+
}
|
|
32
|
+
if (!opts.version) {
|
|
33
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
34
|
+
}
|
|
35
|
+
super(IRule.__pulumiType, name, inputs, opts);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Get an existing IRule resource's state with the given name, ID, and optional extra
|
|
39
|
+
* properties used to qualify the lookup.
|
|
40
|
+
*
|
|
41
|
+
* @param name The _unique_ name of the resulting resource.
|
|
42
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
43
|
+
* @param state Any extra arguments used during the lookup.
|
|
44
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
45
|
+
*/
|
|
46
|
+
static get(name, id, state, opts) {
|
|
47
|
+
return new IRule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Returns true if the given object is an instance of IRule. This is designed to work even
|
|
51
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
52
|
+
*/
|
|
53
|
+
static isInstance(obj) {
|
|
54
|
+
if (obj === undefined || obj === null) {
|
|
55
|
+
return false;
|
|
56
|
+
}
|
|
57
|
+
return obj['__pulumiType'] === IRule.__pulumiType;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.IRule = IRule;
|
|
61
|
+
/** @internal */
|
|
62
|
+
IRule.__pulumiType = 'f5bigip:ltm/iRule:IRule';
|
|
63
|
+
//# sourceMappingURL=irule.js.map
|
package/ltm/irule.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"irule.js","sourceRoot":"","sources":["../../ltm/irule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;GAIG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IA6C5C,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACnD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACjD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAClD,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;;AA1BL,sBAoEC;AAtDG,gBAAgB;AACO,kBAAY,GAAG,yBAAyB,CAAC"}
|
package/ltm/monitor.d.ts
ADDED
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.ltm.Monitor` Configures a custom monitor 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 monitor = new f5bigip.ltm.Monitor("monitor", {
|
|
14
|
+
* destination: "1.2.3.4:1234",
|
|
15
|
+
* interval: 999,
|
|
16
|
+
* name: "/Common/terraform_monitor",
|
|
17
|
+
* parent: "/Common/http",
|
|
18
|
+
* send: "GET /some/path
|
|
19
|
+
\n",
|
|
20
|
+
* timeout: 999,
|
|
21
|
+
* });
|
|
22
|
+
* const test_ftp_monitor = new f5bigip.ltm.Monitor("test-ftp-monitor", {
|
|
23
|
+
* destination: "*:8008",
|
|
24
|
+
* filename: "somefile",
|
|
25
|
+
* interval: 5,
|
|
26
|
+
* name: "/Common/ftp-test",
|
|
27
|
+
* parent: "/Common/ftp",
|
|
28
|
+
* timeUntilUp: 0,
|
|
29
|
+
* timeout: 16,
|
|
30
|
+
* });
|
|
31
|
+
* const test_postgresql_monitor = new f5bigip.ltm.Monitor("test-postgresql-monitor", {
|
|
32
|
+
* interval: 5,
|
|
33
|
+
* name: "/Common/test-postgresql-monitor",
|
|
34
|
+
* parent: "/Common/postgresql",
|
|
35
|
+
* password: "abcd1234",
|
|
36
|
+
* receive: "Test",
|
|
37
|
+
* send: "SELECT 'Test';",
|
|
38
|
+
* timeout: 16,
|
|
39
|
+
* username: "abcd",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
export declare class Monitor extends pulumi.CustomResource {
|
|
44
|
+
/**
|
|
45
|
+
* Get an existing Monitor 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?: MonitorState, opts?: pulumi.CustomResourceOptions): Monitor;
|
|
54
|
+
/**
|
|
55
|
+
* Returns true if the given object is an instance of Monitor. 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 Monitor;
|
|
59
|
+
/**
|
|
60
|
+
* Specifies whether adaptive response time monitoring is enabled for this monitor. The default is `disabled`.
|
|
61
|
+
*/
|
|
62
|
+
readonly adaptive: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* Specifies the absolute number of milliseconds that may not be exceeded by a monitor probe, regardless of Allowed Divergence.
|
|
65
|
+
*/
|
|
66
|
+
readonly adaptiveLimit: pulumi.Output<number>;
|
|
67
|
+
/**
|
|
68
|
+
* Specifies, when enabled, that the SSL options setting (in OpenSSL) is set to ALL. Accepts 'enabled' or 'disabled' values, the default value is 'enabled'.
|
|
69
|
+
*/
|
|
70
|
+
readonly compatibility: pulumi.Output<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* Specifies the database in which the user is created
|
|
73
|
+
*/
|
|
74
|
+
readonly database: pulumi.Output<string | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* Specify an alias address for monitoring
|
|
77
|
+
*/
|
|
78
|
+
readonly destination: pulumi.Output<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Specifies the full path and file name of the file that the system attempts to download. The health check is successful if the system can download the file.
|
|
81
|
+
*/
|
|
82
|
+
readonly filename: pulumi.Output<string | undefined>;
|
|
83
|
+
/**
|
|
84
|
+
* Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. The default is `5`
|
|
85
|
+
*/
|
|
86
|
+
readonly interval: pulumi.Output<number>;
|
|
87
|
+
/**
|
|
88
|
+
* Displays the differentiated services code point (DSCP).The default is `0 (zero)`.
|
|
89
|
+
*/
|
|
90
|
+
readonly ipDscp: pulumi.Output<number>;
|
|
91
|
+
/**
|
|
92
|
+
* Specifies whether the system automatically changes the status of a resource to Enabled at the next successful monitor check.
|
|
93
|
+
*/
|
|
94
|
+
readonly manualResume: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* Specifies the data transfer process (DTP) mode. The default value is passive. The options are passive (Specifies that the monitor sends a data transfer request to the FTP server. When the FTP server receives the request, the FTP server then initiates and establishes the data connection.) and active (Specifies that the monitor initiates and establishes the data connection with the FTP server.).
|
|
97
|
+
*/
|
|
98
|
+
readonly mode: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Specifies the Name of the LTM Monitor.Name of Monitor should be full path,full path is the combination of the `partition + monitor name`,For ex:`/Common/test-ltm-monitor`.
|
|
101
|
+
*/
|
|
102
|
+
readonly name: pulumi.Output<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Parent monitor for the system to use for setting initial values for the new monitor.
|
|
105
|
+
*/
|
|
106
|
+
readonly parent: pulumi.Output<string>;
|
|
107
|
+
/**
|
|
108
|
+
* Specifies the password if the monitored target requires authentication
|
|
109
|
+
*/
|
|
110
|
+
readonly password: pulumi.Output<string | undefined>;
|
|
111
|
+
/**
|
|
112
|
+
* Specifies the regular expression representing the text string that the monitor looks for in the returned resource.
|
|
113
|
+
*/
|
|
114
|
+
readonly receive: pulumi.Output<string | undefined>;
|
|
115
|
+
/**
|
|
116
|
+
* The system marks the node or pool member disabled when its response matches Receive Disable String but not Receive String.
|
|
117
|
+
*/
|
|
118
|
+
readonly receiveDisable: pulumi.Output<string | undefined>;
|
|
119
|
+
/**
|
|
120
|
+
* Instructs the system to mark the target resource down when the test is successful.
|
|
121
|
+
*/
|
|
122
|
+
readonly reverse: pulumi.Output<string>;
|
|
123
|
+
/**
|
|
124
|
+
* Specifies the text string that the monitor sends to the target object.
|
|
125
|
+
*/
|
|
126
|
+
readonly send: pulumi.Output<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Specifies the number of seconds to wait after a resource first responds correctly to the monitor before setting the resource to up.
|
|
129
|
+
*/
|
|
130
|
+
readonly timeUntilUp: pulumi.Output<number>;
|
|
131
|
+
/**
|
|
132
|
+
* Specifies the number of seconds the target has in which to respond to the monitor request. The default is `16` seconds
|
|
133
|
+
*/
|
|
134
|
+
readonly timeout: pulumi.Output<number>;
|
|
135
|
+
/**
|
|
136
|
+
* Specifies whether the monitor operates in transparent mode.
|
|
137
|
+
*/
|
|
138
|
+
readonly transparent: pulumi.Output<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Specifies the interval for the system to use to perform the health check when a resource is up. The default is `0(Disabled)`
|
|
141
|
+
*/
|
|
142
|
+
readonly upInterval: pulumi.Output<number>;
|
|
143
|
+
/**
|
|
144
|
+
* Specifies the user name if the monitored target requires authentication
|
|
145
|
+
*/
|
|
146
|
+
readonly username: pulumi.Output<string | undefined>;
|
|
147
|
+
/**
|
|
148
|
+
* Create a Monitor resource with the given unique name, arguments, and options.
|
|
149
|
+
*
|
|
150
|
+
* @param name The _unique_ name of the resource.
|
|
151
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
152
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
153
|
+
*/
|
|
154
|
+
constructor(name: string, args: MonitorArgs, opts?: pulumi.CustomResourceOptions);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Input properties used for looking up and filtering Monitor resources.
|
|
158
|
+
*/
|
|
159
|
+
export interface MonitorState {
|
|
160
|
+
/**
|
|
161
|
+
* Specifies whether adaptive response time monitoring is enabled for this monitor. The default is `disabled`.
|
|
162
|
+
*/
|
|
163
|
+
adaptive?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Specifies the absolute number of milliseconds that may not be exceeded by a monitor probe, regardless of Allowed Divergence.
|
|
166
|
+
*/
|
|
167
|
+
adaptiveLimit?: pulumi.Input<number>;
|
|
168
|
+
/**
|
|
169
|
+
* Specifies, when enabled, that the SSL options setting (in OpenSSL) is set to ALL. Accepts 'enabled' or 'disabled' values, the default value is 'enabled'.
|
|
170
|
+
*/
|
|
171
|
+
compatibility?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Specifies the database in which the user is created
|
|
174
|
+
*/
|
|
175
|
+
database?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Specify an alias address for monitoring
|
|
178
|
+
*/
|
|
179
|
+
destination?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* Specifies the full path and file name of the file that the system attempts to download. The health check is successful if the system can download the file.
|
|
182
|
+
*/
|
|
183
|
+
filename?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. The default is `5`
|
|
186
|
+
*/
|
|
187
|
+
interval?: pulumi.Input<number>;
|
|
188
|
+
/**
|
|
189
|
+
* Displays the differentiated services code point (DSCP).The default is `0 (zero)`.
|
|
190
|
+
*/
|
|
191
|
+
ipDscp?: pulumi.Input<number>;
|
|
192
|
+
/**
|
|
193
|
+
* Specifies whether the system automatically changes the status of a resource to Enabled at the next successful monitor check.
|
|
194
|
+
*/
|
|
195
|
+
manualResume?: pulumi.Input<string>;
|
|
196
|
+
/**
|
|
197
|
+
* Specifies the data transfer process (DTP) mode. The default value is passive. The options are passive (Specifies that the monitor sends a data transfer request to the FTP server. When the FTP server receives the request, the FTP server then initiates and establishes the data connection.) and active (Specifies that the monitor initiates and establishes the data connection with the FTP server.).
|
|
198
|
+
*/
|
|
199
|
+
mode?: pulumi.Input<string>;
|
|
200
|
+
/**
|
|
201
|
+
* Specifies the Name of the LTM Monitor.Name of Monitor should be full path,full path is the combination of the `partition + monitor name`,For ex:`/Common/test-ltm-monitor`.
|
|
202
|
+
*/
|
|
203
|
+
name?: pulumi.Input<string>;
|
|
204
|
+
/**
|
|
205
|
+
* Parent monitor for the system to use for setting initial values for the new monitor.
|
|
206
|
+
*/
|
|
207
|
+
parent?: pulumi.Input<string>;
|
|
208
|
+
/**
|
|
209
|
+
* Specifies the password if the monitored target requires authentication
|
|
210
|
+
*/
|
|
211
|
+
password?: pulumi.Input<string>;
|
|
212
|
+
/**
|
|
213
|
+
* Specifies the regular expression representing the text string that the monitor looks for in the returned resource.
|
|
214
|
+
*/
|
|
215
|
+
receive?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* The system marks the node or pool member disabled when its response matches Receive Disable String but not Receive String.
|
|
218
|
+
*/
|
|
219
|
+
receiveDisable?: pulumi.Input<string>;
|
|
220
|
+
/**
|
|
221
|
+
* Instructs the system to mark the target resource down when the test is successful.
|
|
222
|
+
*/
|
|
223
|
+
reverse?: pulumi.Input<string>;
|
|
224
|
+
/**
|
|
225
|
+
* Specifies the text string that the monitor sends to the target object.
|
|
226
|
+
*/
|
|
227
|
+
send?: pulumi.Input<string>;
|
|
228
|
+
/**
|
|
229
|
+
* Specifies the number of seconds to wait after a resource first responds correctly to the monitor before setting the resource to up.
|
|
230
|
+
*/
|
|
231
|
+
timeUntilUp?: pulumi.Input<number>;
|
|
232
|
+
/**
|
|
233
|
+
* Specifies the number of seconds the target has in which to respond to the monitor request. The default is `16` seconds
|
|
234
|
+
*/
|
|
235
|
+
timeout?: pulumi.Input<number>;
|
|
236
|
+
/**
|
|
237
|
+
* Specifies whether the monitor operates in transparent mode.
|
|
238
|
+
*/
|
|
239
|
+
transparent?: pulumi.Input<string>;
|
|
240
|
+
/**
|
|
241
|
+
* Specifies the interval for the system to use to perform the health check when a resource is up. The default is `0(Disabled)`
|
|
242
|
+
*/
|
|
243
|
+
upInterval?: pulumi.Input<number>;
|
|
244
|
+
/**
|
|
245
|
+
* Specifies the user name if the monitored target requires authentication
|
|
246
|
+
*/
|
|
247
|
+
username?: pulumi.Input<string>;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* The set of arguments for constructing a Monitor resource.
|
|
251
|
+
*/
|
|
252
|
+
export interface MonitorArgs {
|
|
253
|
+
/**
|
|
254
|
+
* Specifies whether adaptive response time monitoring is enabled for this monitor. The default is `disabled`.
|
|
255
|
+
*/
|
|
256
|
+
adaptive?: pulumi.Input<string>;
|
|
257
|
+
/**
|
|
258
|
+
* Specifies the absolute number of milliseconds that may not be exceeded by a monitor probe, regardless of Allowed Divergence.
|
|
259
|
+
*/
|
|
260
|
+
adaptiveLimit?: pulumi.Input<number>;
|
|
261
|
+
/**
|
|
262
|
+
* Specifies, when enabled, that the SSL options setting (in OpenSSL) is set to ALL. Accepts 'enabled' or 'disabled' values, the default value is 'enabled'.
|
|
263
|
+
*/
|
|
264
|
+
compatibility?: pulumi.Input<string>;
|
|
265
|
+
/**
|
|
266
|
+
* Specifies the database in which the user is created
|
|
267
|
+
*/
|
|
268
|
+
database?: pulumi.Input<string>;
|
|
269
|
+
/**
|
|
270
|
+
* Specify an alias address for monitoring
|
|
271
|
+
*/
|
|
272
|
+
destination?: pulumi.Input<string>;
|
|
273
|
+
/**
|
|
274
|
+
* Specifies the full path and file name of the file that the system attempts to download. The health check is successful if the system can download the file.
|
|
275
|
+
*/
|
|
276
|
+
filename?: pulumi.Input<string>;
|
|
277
|
+
/**
|
|
278
|
+
* Specifies, in seconds, the frequency at which the system issues the monitor check when either the resource is down or the status of the resource is unknown. The default is `5`
|
|
279
|
+
*/
|
|
280
|
+
interval?: pulumi.Input<number>;
|
|
281
|
+
/**
|
|
282
|
+
* Displays the differentiated services code point (DSCP).The default is `0 (zero)`.
|
|
283
|
+
*/
|
|
284
|
+
ipDscp?: pulumi.Input<number>;
|
|
285
|
+
/**
|
|
286
|
+
* Specifies whether the system automatically changes the status of a resource to Enabled at the next successful monitor check.
|
|
287
|
+
*/
|
|
288
|
+
manualResume?: pulumi.Input<string>;
|
|
289
|
+
/**
|
|
290
|
+
* Specifies the data transfer process (DTP) mode. The default value is passive. The options are passive (Specifies that the monitor sends a data transfer request to the FTP server. When the FTP server receives the request, the FTP server then initiates and establishes the data connection.) and active (Specifies that the monitor initiates and establishes the data connection with the FTP server.).
|
|
291
|
+
*/
|
|
292
|
+
mode?: pulumi.Input<string>;
|
|
293
|
+
/**
|
|
294
|
+
* Specifies the Name of the LTM Monitor.Name of Monitor should be full path,full path is the combination of the `partition + monitor name`,For ex:`/Common/test-ltm-monitor`.
|
|
295
|
+
*/
|
|
296
|
+
name: pulumi.Input<string>;
|
|
297
|
+
/**
|
|
298
|
+
* Parent monitor for the system to use for setting initial values for the new monitor.
|
|
299
|
+
*/
|
|
300
|
+
parent: pulumi.Input<string>;
|
|
301
|
+
/**
|
|
302
|
+
* Specifies the password if the monitored target requires authentication
|
|
303
|
+
*/
|
|
304
|
+
password?: pulumi.Input<string>;
|
|
305
|
+
/**
|
|
306
|
+
* Specifies the regular expression representing the text string that the monitor looks for in the returned resource.
|
|
307
|
+
*/
|
|
308
|
+
receive?: pulumi.Input<string>;
|
|
309
|
+
/**
|
|
310
|
+
* The system marks the node or pool member disabled when its response matches Receive Disable String but not Receive String.
|
|
311
|
+
*/
|
|
312
|
+
receiveDisable?: pulumi.Input<string>;
|
|
313
|
+
/**
|
|
314
|
+
* Instructs the system to mark the target resource down when the test is successful.
|
|
315
|
+
*/
|
|
316
|
+
reverse?: pulumi.Input<string>;
|
|
317
|
+
/**
|
|
318
|
+
* Specifies the text string that the monitor sends to the target object.
|
|
319
|
+
*/
|
|
320
|
+
send?: pulumi.Input<string>;
|
|
321
|
+
/**
|
|
322
|
+
* Specifies the number of seconds to wait after a resource first responds correctly to the monitor before setting the resource to up.
|
|
323
|
+
*/
|
|
324
|
+
timeUntilUp?: pulumi.Input<number>;
|
|
325
|
+
/**
|
|
326
|
+
* Specifies the number of seconds the target has in which to respond to the monitor request. The default is `16` seconds
|
|
327
|
+
*/
|
|
328
|
+
timeout?: pulumi.Input<number>;
|
|
329
|
+
/**
|
|
330
|
+
* Specifies whether the monitor operates in transparent mode.
|
|
331
|
+
*/
|
|
332
|
+
transparent?: pulumi.Input<string>;
|
|
333
|
+
/**
|
|
334
|
+
* Specifies the interval for the system to use to perform the health check when a resource is up. The default is `0(Disabled)`
|
|
335
|
+
*/
|
|
336
|
+
upInterval?: pulumi.Input<number>;
|
|
337
|
+
/**
|
|
338
|
+
* Specifies the user name if the monitored target requires authentication
|
|
339
|
+
*/
|
|
340
|
+
username?: pulumi.Input<string>;
|
|
341
|
+
}
|