@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/index.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export * from "./as3";
|
|
2
|
+
export * from "./bigIqAs3";
|
|
3
|
+
export * from "./command";
|
|
4
|
+
export * from "./commonLicenseManageBigIq";
|
|
5
|
+
export * from "./do";
|
|
6
|
+
export * from "./eventServiceDiscovery";
|
|
7
|
+
export * from "./fastApplication";
|
|
8
|
+
export * from "./fastTemplate";
|
|
9
|
+
export * from "./ipsecPolicy";
|
|
10
|
+
export * from "./netIkePeer";
|
|
11
|
+
export * from "./netTunnel";
|
|
12
|
+
export * from "./provider";
|
|
13
|
+
export * from "./trafficSelector";
|
|
14
|
+
import * as cm from "./cm";
|
|
15
|
+
import * as config from "./config";
|
|
16
|
+
import * as ltm from "./ltm";
|
|
17
|
+
import * as net from "./net";
|
|
18
|
+
import * as ssl from "./ssl";
|
|
19
|
+
import * as sys from "./sys";
|
|
20
|
+
import * as types from "./types";
|
|
21
|
+
export { cm, config, ltm, net, ssl, sys, types, };
|
package/index.js
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
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("./as3"));
|
|
12
|
+
__export(require("./bigIqAs3"));
|
|
13
|
+
__export(require("./command"));
|
|
14
|
+
__export(require("./commonLicenseManageBigIq"));
|
|
15
|
+
__export(require("./do"));
|
|
16
|
+
__export(require("./eventServiceDiscovery"));
|
|
17
|
+
__export(require("./fastApplication"));
|
|
18
|
+
__export(require("./fastTemplate"));
|
|
19
|
+
__export(require("./ipsecPolicy"));
|
|
20
|
+
__export(require("./netIkePeer"));
|
|
21
|
+
__export(require("./netTunnel"));
|
|
22
|
+
__export(require("./provider"));
|
|
23
|
+
__export(require("./trafficSelector"));
|
|
24
|
+
// Export sub-modules:
|
|
25
|
+
const cm = require("./cm");
|
|
26
|
+
exports.cm = cm;
|
|
27
|
+
const config = require("./config");
|
|
28
|
+
exports.config = config;
|
|
29
|
+
const ltm = require("./ltm");
|
|
30
|
+
exports.ltm = ltm;
|
|
31
|
+
const net = require("./net");
|
|
32
|
+
exports.net = net;
|
|
33
|
+
const ssl = require("./ssl");
|
|
34
|
+
exports.ssl = ssl;
|
|
35
|
+
const sys = require("./sys");
|
|
36
|
+
exports.sys = sys;
|
|
37
|
+
const types = require("./types");
|
|
38
|
+
exports.types = types;
|
|
39
|
+
// Import resources to register:
|
|
40
|
+
const as3_1 = require("./as3");
|
|
41
|
+
const bigIqAs3_1 = require("./bigIqAs3");
|
|
42
|
+
const command_1 = require("./command");
|
|
43
|
+
const commonLicenseManageBigIq_1 = require("./commonLicenseManageBigIq");
|
|
44
|
+
const do_1 = require("./do");
|
|
45
|
+
const eventServiceDiscovery_1 = require("./eventServiceDiscovery");
|
|
46
|
+
const fastApplication_1 = require("./fastApplication");
|
|
47
|
+
const fastTemplate_1 = require("./fastTemplate");
|
|
48
|
+
const ipsecPolicy_1 = require("./ipsecPolicy");
|
|
49
|
+
const netIkePeer_1 = require("./netIkePeer");
|
|
50
|
+
const netTunnel_1 = require("./netTunnel");
|
|
51
|
+
const trafficSelector_1 = require("./trafficSelector");
|
|
52
|
+
const _module = {
|
|
53
|
+
version: utilities.getVersion(),
|
|
54
|
+
construct: (name, type, urn) => {
|
|
55
|
+
switch (type) {
|
|
56
|
+
case "f5bigip:index/as3:As3":
|
|
57
|
+
return new as3_1.As3(name, undefined, { urn });
|
|
58
|
+
case "f5bigip:index/bigIqAs3:BigIqAs3":
|
|
59
|
+
return new bigIqAs3_1.BigIqAs3(name, undefined, { urn });
|
|
60
|
+
case "f5bigip:index/command:Command":
|
|
61
|
+
return new command_1.Command(name, undefined, { urn });
|
|
62
|
+
case "f5bigip:index/commonLicenseManageBigIq:CommonLicenseManageBigIq":
|
|
63
|
+
return new commonLicenseManageBigIq_1.CommonLicenseManageBigIq(name, undefined, { urn });
|
|
64
|
+
case "f5bigip:index/do:Do":
|
|
65
|
+
return new do_1.Do(name, undefined, { urn });
|
|
66
|
+
case "f5bigip:index/eventServiceDiscovery:EventServiceDiscovery":
|
|
67
|
+
return new eventServiceDiscovery_1.EventServiceDiscovery(name, undefined, { urn });
|
|
68
|
+
case "f5bigip:index/fastApplication:FastApplication":
|
|
69
|
+
return new fastApplication_1.FastApplication(name, undefined, { urn });
|
|
70
|
+
case "f5bigip:index/fastTemplate:FastTemplate":
|
|
71
|
+
return new fastTemplate_1.FastTemplate(name, undefined, { urn });
|
|
72
|
+
case "f5bigip:index/ipsecPolicy:IpsecPolicy":
|
|
73
|
+
return new ipsecPolicy_1.IpsecPolicy(name, undefined, { urn });
|
|
74
|
+
case "f5bigip:index/netIkePeer:NetIkePeer":
|
|
75
|
+
return new netIkePeer_1.NetIkePeer(name, undefined, { urn });
|
|
76
|
+
case "f5bigip:index/netTunnel:NetTunnel":
|
|
77
|
+
return new netTunnel_1.NetTunnel(name, undefined, { urn });
|
|
78
|
+
case "f5bigip:index/trafficSelector:TrafficSelector":
|
|
79
|
+
return new trafficSelector_1.TrafficSelector(name, undefined, { urn });
|
|
80
|
+
default:
|
|
81
|
+
throw new Error(`unknown resource type ${type}`);
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
};
|
|
85
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/as3", _module);
|
|
86
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/bigIqAs3", _module);
|
|
87
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/command", _module);
|
|
88
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/commonLicenseManageBigIq", _module);
|
|
89
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/do", _module);
|
|
90
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/eventServiceDiscovery", _module);
|
|
91
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/fastApplication", _module);
|
|
92
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/fastTemplate", _module);
|
|
93
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/ipsecPolicy", _module);
|
|
94
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/netIkePeer", _module);
|
|
95
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/netTunnel", _module);
|
|
96
|
+
pulumi.runtime.registerResourceModule("f5bigip", "index/trafficSelector", _module);
|
|
97
|
+
const provider_1 = require("./provider");
|
|
98
|
+
pulumi.runtime.registerResourcePackage("f5bigip", {
|
|
99
|
+
version: utilities.getVersion(),
|
|
100
|
+
constructProvider: (name, type, urn) => {
|
|
101
|
+
if (type !== "pulumi:providers:f5bigip") {
|
|
102
|
+
throw new Error(`unknown provider type ${type}`);
|
|
103
|
+
}
|
|
104
|
+
return new provider_1.Provider(name, undefined, { urn });
|
|
105
|
+
},
|
|
106
|
+
});
|
|
107
|
+
//# sourceMappingURL=index.js.map
|
package/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/ipsecPolicy.d.ts
ADDED
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.IpsecPolicy` Manage IPSec policies on a BIG-IP
|
|
4
|
+
*
|
|
5
|
+
* Resources should be named with their "full path". The full path is the combination of the partition + name (example: /Common/test-policy)
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
12
|
+
*
|
|
13
|
+
* const test_policy = new f5bigip.IpsecPolicy("test-policy", {
|
|
14
|
+
* authAlgorithm: "sha1",
|
|
15
|
+
* description: "created by terraform provider",
|
|
16
|
+
* encryptAlgorithm: "3des",
|
|
17
|
+
* ipcomp: "deflate",
|
|
18
|
+
* lifetime: 3,
|
|
19
|
+
* mode: "tunnel",
|
|
20
|
+
* name: "/Common/test-policy",
|
|
21
|
+
* protocol: "esp",
|
|
22
|
+
* tunnelLocalAddress: "192.168.1.1",
|
|
23
|
+
* tunnelRemoteAddress: "10.10.1.1",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class IpsecPolicy extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing IpsecPolicy resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IpsecPolicyState, opts?: pulumi.CustomResourceOptions): IpsecPolicy;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of IpsecPolicy. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is IpsecPolicy;
|
|
43
|
+
/**
|
|
44
|
+
* Specifies the algorithm to use for IKE authentication. Valid choices are: `sha1, sha256, sha384, sha512, aes-gcm128,
|
|
45
|
+
* aes-gcm192, aes-gcm256, aes-gmac128, aes-gmac192, aes-gmac256`
|
|
46
|
+
*/
|
|
47
|
+
readonly authAlgorithm: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* Description of the IPSec policy.
|
|
50
|
+
*/
|
|
51
|
+
readonly description: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* Specifies the algorithm to use for IKE encryption. Valid choices are: `null, 3des, aes128, aes192, aes256, aes-gmac256,
|
|
54
|
+
* aes-gmac192, aes-gmac128, aes-gcm256, aes-gcm192, aes-gcm256, aes-gcm128`
|
|
55
|
+
*/
|
|
56
|
+
readonly encryptAlgorithm: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* Specifies whether to use IPComp encapsulation. Valid choices are: `none", null", deflate`
|
|
59
|
+
*/
|
|
60
|
+
readonly ipcomp: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* Specifies the length of time before the IKE security association expires, in kilobytes.
|
|
63
|
+
*/
|
|
64
|
+
readonly kbLifetime: pulumi.Output<number>;
|
|
65
|
+
/**
|
|
66
|
+
* Specifies the length of time before the IKE security association expires, in minutes.
|
|
67
|
+
*/
|
|
68
|
+
readonly lifetime: pulumi.Output<number>;
|
|
69
|
+
/**
|
|
70
|
+
* Specifies the processing mode. Valid choices are: `transport, interface, isession, tunnel`
|
|
71
|
+
*/
|
|
72
|
+
readonly mode: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* Name of the IPSec policy,it should be "full path".The full path is the combination of the partition + name of the IPSec policy.(For example `/Common/test-policy`)
|
|
75
|
+
*/
|
|
76
|
+
readonly name: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* Specifies the Diffie-Hellman group to use for IKE Phase 2 negotiation. Valid choices are: `none, modp768, modp1024, modp1536, modp2048, modp3072,
|
|
79
|
+
* modp4096, modp6144, modp8192`
|
|
80
|
+
*/
|
|
81
|
+
readonly perfectForwardSecrecy: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Specifies the IPsec protocol. Valid choices are: `ah, esp`
|
|
84
|
+
*/
|
|
85
|
+
readonly protocol: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Specifies the local endpoint IP address of the IPsec tunnel. This parameter is only valid when mode is tunnel.
|
|
88
|
+
*/
|
|
89
|
+
readonly tunnelLocalAddress: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Specifies the remote endpoint IP address of the IPsec tunnel. This parameter is only valid when mode is tunnel.
|
|
92
|
+
*/
|
|
93
|
+
readonly tunnelRemoteAddress: pulumi.Output<string>;
|
|
94
|
+
/**
|
|
95
|
+
* Create a IpsecPolicy resource with the given unique name, arguments, and options.
|
|
96
|
+
*
|
|
97
|
+
* @param name The _unique_ name of the resource.
|
|
98
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
99
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
100
|
+
*/
|
|
101
|
+
constructor(name: string, args: IpsecPolicyArgs, opts?: pulumi.CustomResourceOptions);
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Input properties used for looking up and filtering IpsecPolicy resources.
|
|
105
|
+
*/
|
|
106
|
+
export interface IpsecPolicyState {
|
|
107
|
+
/**
|
|
108
|
+
* Specifies the algorithm to use for IKE authentication. Valid choices are: `sha1, sha256, sha384, sha512, aes-gcm128,
|
|
109
|
+
* aes-gcm192, aes-gcm256, aes-gmac128, aes-gmac192, aes-gmac256`
|
|
110
|
+
*/
|
|
111
|
+
authAlgorithm?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Description of the IPSec policy.
|
|
114
|
+
*/
|
|
115
|
+
description?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* Specifies the algorithm to use for IKE encryption. Valid choices are: `null, 3des, aes128, aes192, aes256, aes-gmac256,
|
|
118
|
+
* aes-gmac192, aes-gmac128, aes-gcm256, aes-gcm192, aes-gcm256, aes-gcm128`
|
|
119
|
+
*/
|
|
120
|
+
encryptAlgorithm?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Specifies whether to use IPComp encapsulation. Valid choices are: `none", null", deflate`
|
|
123
|
+
*/
|
|
124
|
+
ipcomp?: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* Specifies the length of time before the IKE security association expires, in kilobytes.
|
|
127
|
+
*/
|
|
128
|
+
kbLifetime?: pulumi.Input<number>;
|
|
129
|
+
/**
|
|
130
|
+
* Specifies the length of time before the IKE security association expires, in minutes.
|
|
131
|
+
*/
|
|
132
|
+
lifetime?: pulumi.Input<number>;
|
|
133
|
+
/**
|
|
134
|
+
* Specifies the processing mode. Valid choices are: `transport, interface, isession, tunnel`
|
|
135
|
+
*/
|
|
136
|
+
mode?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* Name of the IPSec policy,it should be "full path".The full path is the combination of the partition + name of the IPSec policy.(For example `/Common/test-policy`)
|
|
139
|
+
*/
|
|
140
|
+
name?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* Specifies the Diffie-Hellman group to use for IKE Phase 2 negotiation. Valid choices are: `none, modp768, modp1024, modp1536, modp2048, modp3072,
|
|
143
|
+
* modp4096, modp6144, modp8192`
|
|
144
|
+
*/
|
|
145
|
+
perfectForwardSecrecy?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Specifies the IPsec protocol. Valid choices are: `ah, esp`
|
|
148
|
+
*/
|
|
149
|
+
protocol?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* Specifies the local endpoint IP address of the IPsec tunnel. This parameter is only valid when mode is tunnel.
|
|
152
|
+
*/
|
|
153
|
+
tunnelLocalAddress?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Specifies the remote endpoint IP address of the IPsec tunnel. This parameter is only valid when mode is tunnel.
|
|
156
|
+
*/
|
|
157
|
+
tunnelRemoteAddress?: pulumi.Input<string>;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* The set of arguments for constructing a IpsecPolicy resource.
|
|
161
|
+
*/
|
|
162
|
+
export interface IpsecPolicyArgs {
|
|
163
|
+
/**
|
|
164
|
+
* Specifies the algorithm to use for IKE authentication. Valid choices are: `sha1, sha256, sha384, sha512, aes-gcm128,
|
|
165
|
+
* aes-gcm192, aes-gcm256, aes-gmac128, aes-gmac192, aes-gmac256`
|
|
166
|
+
*/
|
|
167
|
+
authAlgorithm?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Description of the IPSec policy.
|
|
170
|
+
*/
|
|
171
|
+
description?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Specifies the algorithm to use for IKE encryption. Valid choices are: `null, 3des, aes128, aes192, aes256, aes-gmac256,
|
|
174
|
+
* aes-gmac192, aes-gmac128, aes-gcm256, aes-gcm192, aes-gcm256, aes-gcm128`
|
|
175
|
+
*/
|
|
176
|
+
encryptAlgorithm?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Specifies whether to use IPComp encapsulation. Valid choices are: `none", null", deflate`
|
|
179
|
+
*/
|
|
180
|
+
ipcomp?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Specifies the length of time before the IKE security association expires, in kilobytes.
|
|
183
|
+
*/
|
|
184
|
+
kbLifetime?: pulumi.Input<number>;
|
|
185
|
+
/**
|
|
186
|
+
* Specifies the length of time before the IKE security association expires, in minutes.
|
|
187
|
+
*/
|
|
188
|
+
lifetime?: pulumi.Input<number>;
|
|
189
|
+
/**
|
|
190
|
+
* Specifies the processing mode. Valid choices are: `transport, interface, isession, tunnel`
|
|
191
|
+
*/
|
|
192
|
+
mode?: pulumi.Input<string>;
|
|
193
|
+
/**
|
|
194
|
+
* Name of the IPSec policy,it should be "full path".The full path is the combination of the partition + name of the IPSec policy.(For example `/Common/test-policy`)
|
|
195
|
+
*/
|
|
196
|
+
name: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* Specifies the Diffie-Hellman group to use for IKE Phase 2 negotiation. Valid choices are: `none, modp768, modp1024, modp1536, modp2048, modp3072,
|
|
199
|
+
* modp4096, modp6144, modp8192`
|
|
200
|
+
*/
|
|
201
|
+
perfectForwardSecrecy?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* Specifies the IPsec protocol. Valid choices are: `ah, esp`
|
|
204
|
+
*/
|
|
205
|
+
protocol?: pulumi.Input<string>;
|
|
206
|
+
/**
|
|
207
|
+
* Specifies the local endpoint IP address of the IPsec tunnel. This parameter is only valid when mode is tunnel.
|
|
208
|
+
*/
|
|
209
|
+
tunnelLocalAddress?: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* Specifies the remote endpoint IP address of the IPsec tunnel. This parameter is only valid when mode is tunnel.
|
|
212
|
+
*/
|
|
213
|
+
tunnelRemoteAddress?: pulumi.Input<string>;
|
|
214
|
+
}
|
package/ipsecPolicy.js
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
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.IpsecPolicy` Manage IPSec policies on a BIG-IP
|
|
9
|
+
*
|
|
10
|
+
* Resources should be named with their "full path". The full path is the combination of the partition + name (example: /Common/test-policy)
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
17
|
+
*
|
|
18
|
+
* const test_policy = new f5bigip.IpsecPolicy("test-policy", {
|
|
19
|
+
* authAlgorithm: "sha1",
|
|
20
|
+
* description: "created by terraform provider",
|
|
21
|
+
* encryptAlgorithm: "3des",
|
|
22
|
+
* ipcomp: "deflate",
|
|
23
|
+
* lifetime: 3,
|
|
24
|
+
* mode: "tunnel",
|
|
25
|
+
* name: "/Common/test-policy",
|
|
26
|
+
* protocol: "esp",
|
|
27
|
+
* tunnelLocalAddress: "192.168.1.1",
|
|
28
|
+
* tunnelRemoteAddress: "10.10.1.1",
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
class IpsecPolicy extends pulumi.CustomResource {
|
|
33
|
+
constructor(name, argsOrState, opts) {
|
|
34
|
+
let inputs = {};
|
|
35
|
+
opts = opts || {};
|
|
36
|
+
if (opts.id) {
|
|
37
|
+
const state = argsOrState;
|
|
38
|
+
inputs["authAlgorithm"] = state ? state.authAlgorithm : undefined;
|
|
39
|
+
inputs["description"] = state ? state.description : undefined;
|
|
40
|
+
inputs["encryptAlgorithm"] = state ? state.encryptAlgorithm : undefined;
|
|
41
|
+
inputs["ipcomp"] = state ? state.ipcomp : undefined;
|
|
42
|
+
inputs["kbLifetime"] = state ? state.kbLifetime : undefined;
|
|
43
|
+
inputs["lifetime"] = state ? state.lifetime : undefined;
|
|
44
|
+
inputs["mode"] = state ? state.mode : undefined;
|
|
45
|
+
inputs["name"] = state ? state.name : undefined;
|
|
46
|
+
inputs["perfectForwardSecrecy"] = state ? state.perfectForwardSecrecy : undefined;
|
|
47
|
+
inputs["protocol"] = state ? state.protocol : undefined;
|
|
48
|
+
inputs["tunnelLocalAddress"] = state ? state.tunnelLocalAddress : undefined;
|
|
49
|
+
inputs["tunnelRemoteAddress"] = state ? state.tunnelRemoteAddress : undefined;
|
|
50
|
+
}
|
|
51
|
+
else {
|
|
52
|
+
const args = argsOrState;
|
|
53
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'name'");
|
|
55
|
+
}
|
|
56
|
+
inputs["authAlgorithm"] = args ? args.authAlgorithm : undefined;
|
|
57
|
+
inputs["description"] = args ? args.description : undefined;
|
|
58
|
+
inputs["encryptAlgorithm"] = args ? args.encryptAlgorithm : undefined;
|
|
59
|
+
inputs["ipcomp"] = args ? args.ipcomp : undefined;
|
|
60
|
+
inputs["kbLifetime"] = args ? args.kbLifetime : undefined;
|
|
61
|
+
inputs["lifetime"] = args ? args.lifetime : undefined;
|
|
62
|
+
inputs["mode"] = args ? args.mode : undefined;
|
|
63
|
+
inputs["name"] = args ? args.name : undefined;
|
|
64
|
+
inputs["perfectForwardSecrecy"] = args ? args.perfectForwardSecrecy : undefined;
|
|
65
|
+
inputs["protocol"] = args ? args.protocol : undefined;
|
|
66
|
+
inputs["tunnelLocalAddress"] = args ? args.tunnelLocalAddress : undefined;
|
|
67
|
+
inputs["tunnelRemoteAddress"] = args ? args.tunnelRemoteAddress : undefined;
|
|
68
|
+
}
|
|
69
|
+
if (!opts.version) {
|
|
70
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
71
|
+
}
|
|
72
|
+
super(IpsecPolicy.__pulumiType, name, inputs, opts);
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Get an existing IpsecPolicy resource's state with the given name, ID, and optional extra
|
|
76
|
+
* properties used to qualify the lookup.
|
|
77
|
+
*
|
|
78
|
+
* @param name The _unique_ name of the resulting resource.
|
|
79
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
80
|
+
* @param state Any extra arguments used during the lookup.
|
|
81
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
82
|
+
*/
|
|
83
|
+
static get(name, id, state, opts) {
|
|
84
|
+
return new IpsecPolicy(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Returns true if the given object is an instance of IpsecPolicy. This is designed to work even
|
|
88
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
89
|
+
*/
|
|
90
|
+
static isInstance(obj) {
|
|
91
|
+
if (obj === undefined || obj === null) {
|
|
92
|
+
return false;
|
|
93
|
+
}
|
|
94
|
+
return obj['__pulumiType'] === IpsecPolicy.__pulumiType;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
exports.IpsecPolicy = IpsecPolicy;
|
|
98
|
+
/** @internal */
|
|
99
|
+
IpsecPolicy.__pulumiType = 'f5bigip:index/ipsecPolicy:IpsecPolicy';
|
|
100
|
+
//# sourceMappingURL=ipsecPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ipsecPolicy.js","sourceRoot":"","sources":["../ipsecPolicy.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* `f5bigip.ltm.DataGroup` Manages internal (in-line) datagroup configuration
|
|
5
|
+
*
|
|
6
|
+
* Resource should be named with their "full path". The full path is the combination of the partition + name of the resource, for example /Common/my-datagroup.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
13
|
+
*
|
|
14
|
+
* const datagroup = new f5bigip.ltm.DataGroup("datagroup", {
|
|
15
|
+
* name: "/Common/dgx2",
|
|
16
|
+
* records: [
|
|
17
|
+
* {
|
|
18
|
+
* data: "pool1",
|
|
19
|
+
* name: "abc.com",
|
|
20
|
+
* },
|
|
21
|
+
* {
|
|
22
|
+
* data: "123",
|
|
23
|
+
* name: "test",
|
|
24
|
+
* },
|
|
25
|
+
* ],
|
|
26
|
+
* type: "string",
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare class DataGroup extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing DataGroup resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DataGroupState, opts?: pulumi.CustomResourceOptions): DataGroup;
|
|
41
|
+
/**
|
|
42
|
+
* Returns true if the given object is an instance of DataGroup. This is designed to work even
|
|
43
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
44
|
+
*/
|
|
45
|
+
static isInstance(obj: any): obj is DataGroup;
|
|
46
|
+
/**
|
|
47
|
+
* , sets the value of the record's `name` attribute, must be of type defined in `type` attribute
|
|
48
|
+
*/
|
|
49
|
+
readonly name: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* a set of `name` and `data` attributes, name must be of type specified by the `type` attributed (`string`, `ip` and `integer`), data is optional and can take any value, multiple `record` sets can be specified as needed.
|
|
52
|
+
*/
|
|
53
|
+
readonly records: pulumi.Output<outputs.ltm.DataGroupRecord[] | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* datagroup type (applies to the `name` field of the record), supports: `string`, `ip` or `integer`
|
|
56
|
+
*/
|
|
57
|
+
readonly type: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Create a DataGroup resource with the given unique name, arguments, and options.
|
|
60
|
+
*
|
|
61
|
+
* @param name The _unique_ name of the resource.
|
|
62
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
63
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
64
|
+
*/
|
|
65
|
+
constructor(name: string, args: DataGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Input properties used for looking up and filtering DataGroup resources.
|
|
69
|
+
*/
|
|
70
|
+
export interface DataGroupState {
|
|
71
|
+
/**
|
|
72
|
+
* , sets the value of the record's `name` attribute, must be of type defined in `type` attribute
|
|
73
|
+
*/
|
|
74
|
+
name?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* a set of `name` and `data` attributes, name must be of type specified by the `type` attributed (`string`, `ip` and `integer`), data is optional and can take any value, multiple `record` sets can be specified as needed.
|
|
77
|
+
*/
|
|
78
|
+
records?: pulumi.Input<pulumi.Input<inputs.ltm.DataGroupRecord>[]>;
|
|
79
|
+
/**
|
|
80
|
+
* datagroup type (applies to the `name` field of the record), supports: `string`, `ip` or `integer`
|
|
81
|
+
*/
|
|
82
|
+
type?: pulumi.Input<string>;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* The set of arguments for constructing a DataGroup resource.
|
|
86
|
+
*/
|
|
87
|
+
export interface DataGroupArgs {
|
|
88
|
+
/**
|
|
89
|
+
* , sets the value of the record's `name` attribute, must be of type defined in `type` attribute
|
|
90
|
+
*/
|
|
91
|
+
name: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* a set of `name` and `data` attributes, name must be of type specified by the `type` attributed (`string`, `ip` and `integer`), data is optional and can take any value, multiple `record` sets can be specified as needed.
|
|
94
|
+
*/
|
|
95
|
+
records?: pulumi.Input<pulumi.Input<inputs.ltm.DataGroupRecord>[]>;
|
|
96
|
+
/**
|
|
97
|
+
* datagroup type (applies to the `name` field of the record), supports: `string`, `ip` or `integer`
|
|
98
|
+
*/
|
|
99
|
+
type: pulumi.Input<string>;
|
|
100
|
+
}
|
package/ltm/dataGroup.js
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
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.DataGroup` Manages internal (in-line) datagroup configuration
|
|
9
|
+
*
|
|
10
|
+
* Resource should be named with their "full path". The full path is the combination of the partition + name of the resource, for example /Common/my-datagroup.
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
17
|
+
*
|
|
18
|
+
* const datagroup = new f5bigip.ltm.DataGroup("datagroup", {
|
|
19
|
+
* name: "/Common/dgx2",
|
|
20
|
+
* records: [
|
|
21
|
+
* {
|
|
22
|
+
* data: "pool1",
|
|
23
|
+
* name: "abc.com",
|
|
24
|
+
* },
|
|
25
|
+
* {
|
|
26
|
+
* data: "123",
|
|
27
|
+
* name: "test",
|
|
28
|
+
* },
|
|
29
|
+
* ],
|
|
30
|
+
* type: "string",
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
class DataGroup extends pulumi.CustomResource {
|
|
35
|
+
constructor(name, argsOrState, opts) {
|
|
36
|
+
let inputs = {};
|
|
37
|
+
opts = opts || {};
|
|
38
|
+
if (opts.id) {
|
|
39
|
+
const state = argsOrState;
|
|
40
|
+
inputs["name"] = state ? state.name : undefined;
|
|
41
|
+
inputs["records"] = state ? state.records : undefined;
|
|
42
|
+
inputs["type"] = state ? state.type : undefined;
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
const args = argsOrState;
|
|
46
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'name'");
|
|
48
|
+
}
|
|
49
|
+
if ((!args || args.type === undefined) && !opts.urn) {
|
|
50
|
+
throw new Error("Missing required property 'type'");
|
|
51
|
+
}
|
|
52
|
+
inputs["name"] = args ? args.name : undefined;
|
|
53
|
+
inputs["records"] = args ? args.records : undefined;
|
|
54
|
+
inputs["type"] = args ? args.type : undefined;
|
|
55
|
+
}
|
|
56
|
+
if (!opts.version) {
|
|
57
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
58
|
+
}
|
|
59
|
+
super(DataGroup.__pulumiType, name, inputs, opts);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Get an existing DataGroup resource's state with the given name, ID, and optional extra
|
|
63
|
+
* properties used to qualify the lookup.
|
|
64
|
+
*
|
|
65
|
+
* @param name The _unique_ name of the resulting resource.
|
|
66
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
67
|
+
* @param state Any extra arguments used during the lookup.
|
|
68
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
69
|
+
*/
|
|
70
|
+
static get(name, id, state, opts) {
|
|
71
|
+
return new DataGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Returns true if the given object is an instance of DataGroup. This is designed to work even
|
|
75
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
76
|
+
*/
|
|
77
|
+
static isInstance(obj) {
|
|
78
|
+
if (obj === undefined || obj === null) {
|
|
79
|
+
return false;
|
|
80
|
+
}
|
|
81
|
+
return obj['__pulumiType'] === DataGroup.__pulumiType;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.DataGroup = DataGroup;
|
|
85
|
+
/** @internal */
|
|
86
|
+
DataGroup.__pulumiType = 'f5bigip:ltm/dataGroup:DataGroup';
|
|
87
|
+
//# sourceMappingURL=dataGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataGroup.js","sourceRoot":"","sources":["../../ltm/dataGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAiDhD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACnD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,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,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,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,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,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;IAxED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;;AA1BL,8BA0EC;AA5DG,gBAAgB;AACO,sBAAY,GAAG,iCAAiC,CAAC"}
|