@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,58 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source (`f5bigip.ltm.DataGroup`) to get the data group details available on BIG-IP
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
11
|
+
*
|
|
12
|
+
* const dG_TC3 = pulumi.output(f5bigip.ltm.getDataGroup({
|
|
13
|
+
* name: "test-dg",
|
|
14
|
+
* partition: "Common",
|
|
15
|
+
* }));
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getDataGroup(args: GetDataGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetDataGroupResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getDataGroup.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDataGroupArgs {
|
|
23
|
+
/**
|
|
24
|
+
* Name of the datagroup
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
/**
|
|
28
|
+
* partition of the datagroup
|
|
29
|
+
*/
|
|
30
|
+
partition: string;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies record of type (string/ip/integer)
|
|
33
|
+
*/
|
|
34
|
+
records?: inputs.ltm.GetDataGroupRecord[];
|
|
35
|
+
/**
|
|
36
|
+
* The Data Group type (string, ip, integer)"
|
|
37
|
+
*/
|
|
38
|
+
type?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A collection of values returned by getDataGroup.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetDataGroupResult {
|
|
44
|
+
/**
|
|
45
|
+
* The provider-assigned unique ID for this managed resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
readonly name: string;
|
|
49
|
+
readonly partition: string;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies record of type (string/ip/integer)
|
|
52
|
+
*/
|
|
53
|
+
readonly records: outputs.ltm.GetDataGroupRecord[];
|
|
54
|
+
/**
|
|
55
|
+
* The Data Group type (string, ip, integer)"
|
|
56
|
+
*/
|
|
57
|
+
readonly type: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
* Use this data source (`f5bigip.ltm.DataGroup`) to get the data group details available on BIG-IP
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
15
|
+
*
|
|
16
|
+
* const dG_TC3 = pulumi.output(f5bigip.ltm.getDataGroup({
|
|
17
|
+
* name: "test-dg",
|
|
18
|
+
* partition: "Common",
|
|
19
|
+
* }));
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getDataGroup(args, opts) {
|
|
23
|
+
if (!opts) {
|
|
24
|
+
opts = {};
|
|
25
|
+
}
|
|
26
|
+
if (!opts.version) {
|
|
27
|
+
opts.version = utilities.getVersion();
|
|
28
|
+
}
|
|
29
|
+
return pulumi.runtime.invoke("f5bigip:ltm/getDataGroup:getDataGroup", {
|
|
30
|
+
"name": args.name,
|
|
31
|
+
"partition": args.partition,
|
|
32
|
+
"records": args.records,
|
|
33
|
+
"type": args.type,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getDataGroup = getDataGroup;
|
|
37
|
+
//# sourceMappingURL=getDataGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDataGroup.js","sourceRoot":"","sources":["../../ltm/getDataGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oCAcC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source (`f5bigip.ltm.IRule`) to get the ltm irule details available on BIG-IP
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
10
|
+
*
|
|
11
|
+
* const test = pulumi.output(f5bigip.ltm.getIrule({
|
|
12
|
+
* name: "terraform_irule",
|
|
13
|
+
* partition: "Common",
|
|
14
|
+
* }));
|
|
15
|
+
*
|
|
16
|
+
* export const bigipIrule = test.irule;
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getIrule(args: GetIruleArgs, opts?: pulumi.InvokeOptions): Promise<GetIruleResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getIrule.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetIruleArgs {
|
|
24
|
+
/**
|
|
25
|
+
* Name of the irule
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
/**
|
|
29
|
+
* partition of the ltm irule
|
|
30
|
+
*/
|
|
31
|
+
partition: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getIrule.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetIruleResult {
|
|
37
|
+
/**
|
|
38
|
+
* The provider-assigned unique ID for this managed resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* Irule configured on bigip
|
|
43
|
+
*/
|
|
44
|
+
readonly irule: string;
|
|
45
|
+
/**
|
|
46
|
+
* Name of irule configured on bigip with full path
|
|
47
|
+
*/
|
|
48
|
+
readonly name: string;
|
|
49
|
+
/**
|
|
50
|
+
* Bigip partition in which rule is configured
|
|
51
|
+
*/
|
|
52
|
+
readonly partition: string;
|
|
53
|
+
}
|
package/ltm/getIrule.js
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
* Use this data source (`f5bigip.ltm.IRule`) to get the ltm irule details available on BIG-IP
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
15
|
+
*
|
|
16
|
+
* const test = pulumi.output(f5bigip.ltm.getIrule({
|
|
17
|
+
* name: "terraform_irule",
|
|
18
|
+
* partition: "Common",
|
|
19
|
+
* }));
|
|
20
|
+
*
|
|
21
|
+
* export const bigipIrule = test.irule;
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getIrule(args, opts) {
|
|
25
|
+
if (!opts) {
|
|
26
|
+
opts = {};
|
|
27
|
+
}
|
|
28
|
+
if (!opts.version) {
|
|
29
|
+
opts.version = utilities.getVersion();
|
|
30
|
+
}
|
|
31
|
+
return pulumi.runtime.invoke("f5bigip:ltm/getIrule:getIrule", {
|
|
32
|
+
"name": args.name,
|
|
33
|
+
"partition": args.partition,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getIrule = getIrule;
|
|
37
|
+
//# sourceMappingURL=getIrule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIrule.js","sourceRoot":"","sources":["../../ltm/getIrule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4BAYC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source (`f5bigip.ltm.Monitor`) to get the ltm monitor details available on BIG-IP
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
10
|
+
*
|
|
11
|
+
* const monitor_TC1 = pulumi.output(f5bigip.ltm.getMonitor({
|
|
12
|
+
* name: "test-monitor",
|
|
13
|
+
* partition: "Common",
|
|
14
|
+
* }));
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getMonitor(args: GetMonitorArgs, opts?: pulumi.InvokeOptions): Promise<GetMonitorResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getMonitor.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetMonitorArgs {
|
|
22
|
+
/**
|
|
23
|
+
* Name of the ltm monitor
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
/**
|
|
27
|
+
* partition of the ltm monitor
|
|
28
|
+
*/
|
|
29
|
+
partition: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of values returned by getMonitor.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetMonitorResult {
|
|
35
|
+
/**
|
|
36
|
+
* Displays whether adaptive response time monitoring is enabled for this monitor.
|
|
37
|
+
*/
|
|
38
|
+
readonly adaptive: string;
|
|
39
|
+
/**
|
|
40
|
+
* Displays whether adaptive response time monitoring is enabled for this monitor.
|
|
41
|
+
*/
|
|
42
|
+
readonly adaptiveLimit: number;
|
|
43
|
+
readonly database: string;
|
|
44
|
+
readonly defaultsFrom: string;
|
|
45
|
+
/**
|
|
46
|
+
* id will be full path name of ltm monitor.
|
|
47
|
+
*/
|
|
48
|
+
readonly destination: string;
|
|
49
|
+
readonly filename: string;
|
|
50
|
+
/**
|
|
51
|
+
* The provider-assigned unique ID for this managed resource.
|
|
52
|
+
*/
|
|
53
|
+
readonly id: string;
|
|
54
|
+
/**
|
|
55
|
+
* 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.
|
|
56
|
+
*/
|
|
57
|
+
readonly interval: number;
|
|
58
|
+
/**
|
|
59
|
+
* Displays the differentiated services code point (DSCP). DSCP is a 6-bit value in the Differentiated Services (DS) field of the IP header.
|
|
60
|
+
*/
|
|
61
|
+
readonly ipDscp: number;
|
|
62
|
+
/**
|
|
63
|
+
* Displays whether the system automatically changes the status of a resource to Enabled at the next successful monitor check.
|
|
64
|
+
*/
|
|
65
|
+
readonly manualResume: string;
|
|
66
|
+
readonly mode: string;
|
|
67
|
+
readonly name: string;
|
|
68
|
+
readonly partition: string;
|
|
69
|
+
readonly receiveDisable: string;
|
|
70
|
+
/**
|
|
71
|
+
* Instructs the system to mark the target resource down when the test is successful.
|
|
72
|
+
*/
|
|
73
|
+
readonly reverse: string;
|
|
74
|
+
readonly timeUntilUp: number;
|
|
75
|
+
readonly timeout: number;
|
|
76
|
+
/**
|
|
77
|
+
* Displays whether the monitor operates in transparent mode.
|
|
78
|
+
*/
|
|
79
|
+
readonly transparent: string;
|
|
80
|
+
readonly username: string;
|
|
81
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* Use this data source (`f5bigip.ltm.Monitor`) to get the ltm monitor details available on BIG-IP
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
15
|
+
*
|
|
16
|
+
* const monitor_TC1 = pulumi.output(f5bigip.ltm.getMonitor({
|
|
17
|
+
* name: "test-monitor",
|
|
18
|
+
* partition: "Common",
|
|
19
|
+
* }));
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getMonitor(args, opts) {
|
|
23
|
+
if (!opts) {
|
|
24
|
+
opts = {};
|
|
25
|
+
}
|
|
26
|
+
if (!opts.version) {
|
|
27
|
+
opts.version = utilities.getVersion();
|
|
28
|
+
}
|
|
29
|
+
return pulumi.runtime.invoke("f5bigip:ltm/getMonitor:getMonitor", {
|
|
30
|
+
"name": args.name,
|
|
31
|
+
"partition": args.partition,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getMonitor = getMonitor;
|
|
35
|
+
//# sourceMappingURL=getMonitor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getMonitor.js","sourceRoot":"","sources":["../../ltm/getMonitor.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gCAYC"}
|
package/ltm/getNode.d.ts
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source (`f5bigip.ltm.Node`) to get the ltm node details available on BIG-IP
|
|
5
|
+
*/
|
|
6
|
+
export declare function getNode(args: GetNodeArgs, opts?: pulumi.InvokeOptions): Promise<GetNodeResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getNode.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetNodeArgs {
|
|
11
|
+
/**
|
|
12
|
+
* The address of the node.
|
|
13
|
+
*/
|
|
14
|
+
address?: string;
|
|
15
|
+
/**
|
|
16
|
+
* User defined description of the node.
|
|
17
|
+
*/
|
|
18
|
+
description?: string;
|
|
19
|
+
fqdn?: inputs.ltm.GetNodeFqdn;
|
|
20
|
+
/**
|
|
21
|
+
* Full path of the node (partition and name)
|
|
22
|
+
*/
|
|
23
|
+
fullPath?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Name of the node.
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
/**
|
|
29
|
+
* partition of the node.
|
|
30
|
+
*/
|
|
31
|
+
partition: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getNode.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetNodeResult {
|
|
37
|
+
/**
|
|
38
|
+
* The address of the node.
|
|
39
|
+
*/
|
|
40
|
+
readonly address?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Node connection limit.
|
|
43
|
+
*/
|
|
44
|
+
readonly connectionLimit: number;
|
|
45
|
+
/**
|
|
46
|
+
* User defined description of the node.
|
|
47
|
+
*/
|
|
48
|
+
readonly description?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The dynamic ratio number for the node.
|
|
51
|
+
*/
|
|
52
|
+
readonly dynamicRatio: number;
|
|
53
|
+
readonly fqdn: outputs.ltm.GetNodeFqdn;
|
|
54
|
+
/**
|
|
55
|
+
* Full path of the node (partition and name)
|
|
56
|
+
*/
|
|
57
|
+
readonly fullPath?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The provider-assigned unique ID for this managed resource.
|
|
60
|
+
*/
|
|
61
|
+
readonly id: string;
|
|
62
|
+
/**
|
|
63
|
+
* Specifies the health monitors the system currently uses to monitor this node.
|
|
64
|
+
*/
|
|
65
|
+
readonly monitor: string;
|
|
66
|
+
readonly name: string;
|
|
67
|
+
readonly partition: string;
|
|
68
|
+
/**
|
|
69
|
+
* Node rate limit.
|
|
70
|
+
*/
|
|
71
|
+
readonly rateLimit: string;
|
|
72
|
+
/**
|
|
73
|
+
* Node ratio weight.
|
|
74
|
+
*/
|
|
75
|
+
readonly ratio: number;
|
|
76
|
+
readonly session: string;
|
|
77
|
+
/**
|
|
78
|
+
* The current state of the node.
|
|
79
|
+
*/
|
|
80
|
+
readonly state: string;
|
|
81
|
+
}
|
package/ltm/getNode.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
* Use this data source (`f5bigip.ltm.Node`) to get the ltm node details available on BIG-IP
|
|
9
|
+
*/
|
|
10
|
+
function getNode(args, opts) {
|
|
11
|
+
if (!opts) {
|
|
12
|
+
opts = {};
|
|
13
|
+
}
|
|
14
|
+
if (!opts.version) {
|
|
15
|
+
opts.version = utilities.getVersion();
|
|
16
|
+
}
|
|
17
|
+
return pulumi.runtime.invoke("f5bigip:ltm/getNode:getNode", {
|
|
18
|
+
"address": args.address,
|
|
19
|
+
"description": args.description,
|
|
20
|
+
"fqdn": args.fqdn,
|
|
21
|
+
"fullPath": args.fullPath,
|
|
22
|
+
"name": args.name,
|
|
23
|
+
"partition": args.partition,
|
|
24
|
+
}, opts);
|
|
25
|
+
}
|
|
26
|
+
exports.getNode = getNode;
|
|
27
|
+
//# sourceMappingURL=getNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNode.js","sourceRoot":"","sources":["../../ltm/getNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,0BAgBC"}
|
package/ltm/getPool.d.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source (`f5bigip.ltm.Pool`) to get the ltm monitor details available on BIG-IP
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
10
|
+
*
|
|
11
|
+
* const pool_Example = pulumi.output(f5bigip.ltm.getPool({
|
|
12
|
+
* name: "example-pool",
|
|
13
|
+
* partition: "Common",
|
|
14
|
+
* }));
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getPool(args: GetPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetPoolResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getPool.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetPoolArgs {
|
|
22
|
+
/**
|
|
23
|
+
* Name of the ltm monitor
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
/**
|
|
27
|
+
* partition of the ltm monitor
|
|
28
|
+
*/
|
|
29
|
+
partition: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of values returned by getPool.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetPoolResult {
|
|
35
|
+
/**
|
|
36
|
+
* Full path to the pool.
|
|
37
|
+
*/
|
|
38
|
+
readonly fullPath: string;
|
|
39
|
+
/**
|
|
40
|
+
* The provider-assigned unique ID for this managed resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
readonly name: string;
|
|
44
|
+
readonly partition: string;
|
|
45
|
+
}
|
package/ltm/getPool.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* Use this data source (`f5bigip.ltm.Pool`) to get the ltm monitor details available on BIG-IP
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
15
|
+
*
|
|
16
|
+
* const pool_Example = pulumi.output(f5bigip.ltm.getPool({
|
|
17
|
+
* name: "example-pool",
|
|
18
|
+
* partition: "Common",
|
|
19
|
+
* }));
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getPool(args, opts) {
|
|
23
|
+
if (!opts) {
|
|
24
|
+
opts = {};
|
|
25
|
+
}
|
|
26
|
+
if (!opts.version) {
|
|
27
|
+
opts.version = utilities.getVersion();
|
|
28
|
+
}
|
|
29
|
+
return pulumi.runtime.invoke("f5bigip:ltm/getPool:getPool", {
|
|
30
|
+
"name": args.name,
|
|
31
|
+
"partition": args.partition,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getPool = getPool;
|
|
35
|
+
//# sourceMappingURL=getPool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPool.js","sourceRoot":"","sources":["../../ltm/getPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0BAYC"}
|
package/ltm/index.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export * from "./dataGroup";
|
|
2
|
+
export * from "./getDataGroup";
|
|
3
|
+
export * from "./getIrule";
|
|
4
|
+
export * from "./getMonitor";
|
|
5
|
+
export * from "./getNode";
|
|
6
|
+
export * from "./getPool";
|
|
7
|
+
export * from "./irule";
|
|
8
|
+
export * from "./monitor";
|
|
9
|
+
export * from "./node";
|
|
10
|
+
export * from "./persistenceProfileCookie";
|
|
11
|
+
export * from "./persistenceProfileDstAddr";
|
|
12
|
+
export * from "./persistenceProfileSrcAddr";
|
|
13
|
+
export * from "./persistenceProfileSsl";
|
|
14
|
+
export * from "./policy";
|
|
15
|
+
export * from "./pool";
|
|
16
|
+
export * from "./poolAttachment";
|
|
17
|
+
export * from "./profileClientSsl";
|
|
18
|
+
export * from "./profileFastHttp";
|
|
19
|
+
export * from "./profileFastL4";
|
|
20
|
+
export * from "./profileFtp";
|
|
21
|
+
export * from "./profileHttp";
|
|
22
|
+
export * from "./profileHttp2";
|
|
23
|
+
export * from "./profileHttpCompress";
|
|
24
|
+
export * from "./profileOneConnect";
|
|
25
|
+
export * from "./profileServerSsl";
|
|
26
|
+
export * from "./profileTcp";
|
|
27
|
+
export * from "./snat";
|
|
28
|
+
export * from "./snatPool";
|
|
29
|
+
export * from "./virtualAddress";
|
|
30
|
+
export * from "./virtualServer";
|