@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/config/vars.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
let __config = new pulumi.Config("f5bigip");
|
|
7
|
+
/**
|
|
8
|
+
* Domain name/IP of the BigIP
|
|
9
|
+
*/
|
|
10
|
+
exports.address = __config.get("address");
|
|
11
|
+
/**
|
|
12
|
+
* Login reference for token authentication (see BIG-IP REST docs for details)
|
|
13
|
+
*/
|
|
14
|
+
exports.loginRef = __config.get("loginRef");
|
|
15
|
+
/**
|
|
16
|
+
* The user's password. Leave empty if using token_value
|
|
17
|
+
*/
|
|
18
|
+
exports.password = __config.get("password");
|
|
19
|
+
/**
|
|
20
|
+
* Management Port to connect to Bigip
|
|
21
|
+
*/
|
|
22
|
+
exports.port = __config.get("port");
|
|
23
|
+
/**
|
|
24
|
+
* If this flag set to true,sending telemetry data to TEEM will be disabled
|
|
25
|
+
*/
|
|
26
|
+
exports.teemDisable = __config.getObject("teemDisable");
|
|
27
|
+
/**
|
|
28
|
+
* Enable to use an external authentication source (LDAP, TACACS, etc)
|
|
29
|
+
*/
|
|
30
|
+
exports.tokenAuth = __config.getObject("tokenAuth");
|
|
31
|
+
/**
|
|
32
|
+
* A token generated outside the provider, in place of password
|
|
33
|
+
*/
|
|
34
|
+
exports.tokenValue = __config.get("tokenValue");
|
|
35
|
+
/**
|
|
36
|
+
* Username with API access to the BigIP
|
|
37
|
+
*/
|
|
38
|
+
exports.username = __config.get("username");
|
|
39
|
+
//# sourceMappingURL=vars.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAGzC,IAAI,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;AAE5C;;GAEG;AACQ,QAAA,OAAO,GAAuB,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AACjE;;GAEG;AACQ,QAAA,QAAQ,GAAuB,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACnE;;GAEG;AACQ,QAAA,QAAQ,GAAuB,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACnE;;GAEG;AACQ,QAAA,IAAI,GAAuB,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;AAC3D;;GAEG;AACQ,QAAA,WAAW,GAAwB,QAAQ,CAAC,SAAS,CAAU,aAAa,CAAC,CAAC;AACzF;;GAEG;AACQ,QAAA,SAAS,GAAwB,QAAQ,CAAC,SAAS,CAAU,WAAW,CAAC,CAAC;AACrF;;GAEG;AACQ,QAAA,UAAU,GAAuB,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;AACvE;;GAEG;AACQ,QAAA,QAAQ,GAAuB,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC"}
|
package/do.d.ts
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.Do` provides details about bigip do resource
|
|
4
|
+
*
|
|
5
|
+
* This resource is helpful to configure do declarative JSON on BIG-IP.
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
11
|
+
* import * as fs from "fs";
|
|
12
|
+
*
|
|
13
|
+
* const do_example = new f5bigip.Do("do-example", {
|
|
14
|
+
* doJson: fs.readFileSync("example.json", "utf-8"),
|
|
15
|
+
* timeout: 15,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class Do extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing Do resource's state with the given name, ID, and optional extra
|
|
22
|
+
* properties used to qualify the lookup.
|
|
23
|
+
*
|
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
26
|
+
* @param state Any extra arguments used during the lookup.
|
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
28
|
+
*/
|
|
29
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DoState, opts?: pulumi.CustomResourceOptions): Do;
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Do. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj: any): obj is Do;
|
|
35
|
+
/**
|
|
36
|
+
* Name of the of the Declarative DO JSON file
|
|
37
|
+
*/
|
|
38
|
+
readonly doJson: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* unique identifier for DO resource
|
|
41
|
+
*
|
|
42
|
+
* @deprecated this attribute is no longer in use
|
|
43
|
+
*/
|
|
44
|
+
readonly tenantName: pulumi.Output<string | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* DO json
|
|
47
|
+
*/
|
|
48
|
+
readonly timeout: pulumi.Output<number | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Create a Do resource with the given unique name, arguments, and options.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resource.
|
|
53
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
54
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
55
|
+
*/
|
|
56
|
+
constructor(name: string, args: DoArgs, opts?: pulumi.CustomResourceOptions);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Input properties used for looking up and filtering Do resources.
|
|
60
|
+
*/
|
|
61
|
+
export interface DoState {
|
|
62
|
+
/**
|
|
63
|
+
* Name of the of the Declarative DO JSON file
|
|
64
|
+
*/
|
|
65
|
+
doJson?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* unique identifier for DO resource
|
|
68
|
+
*
|
|
69
|
+
* @deprecated this attribute is no longer in use
|
|
70
|
+
*/
|
|
71
|
+
tenantName?: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* DO json
|
|
74
|
+
*/
|
|
75
|
+
timeout?: pulumi.Input<number>;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* The set of arguments for constructing a Do resource.
|
|
79
|
+
*/
|
|
80
|
+
export interface DoArgs {
|
|
81
|
+
/**
|
|
82
|
+
* Name of the of the Declarative DO JSON file
|
|
83
|
+
*/
|
|
84
|
+
doJson: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* unique identifier for DO resource
|
|
87
|
+
*
|
|
88
|
+
* @deprecated this attribute is no longer in use
|
|
89
|
+
*/
|
|
90
|
+
tenantName?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* DO json
|
|
93
|
+
*/
|
|
94
|
+
timeout?: pulumi.Input<number>;
|
|
95
|
+
}
|
package/do.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
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.Do` provides details about bigip do resource
|
|
9
|
+
*
|
|
10
|
+
* This resource is helpful to configure do declarative JSON on BIG-IP.
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
16
|
+
* import * as fs from "fs";
|
|
17
|
+
*
|
|
18
|
+
* const do_example = new f5bigip.Do("do-example", {
|
|
19
|
+
* doJson: fs.readFileSync("example.json", "utf-8"),
|
|
20
|
+
* timeout: 15,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
class Do extends pulumi.CustomResource {
|
|
25
|
+
constructor(name, argsOrState, opts) {
|
|
26
|
+
let inputs = {};
|
|
27
|
+
opts = opts || {};
|
|
28
|
+
if (opts.id) {
|
|
29
|
+
const state = argsOrState;
|
|
30
|
+
inputs["doJson"] = state ? state.doJson : undefined;
|
|
31
|
+
inputs["tenantName"] = state ? state.tenantName : undefined;
|
|
32
|
+
inputs["timeout"] = state ? state.timeout : undefined;
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
const args = argsOrState;
|
|
36
|
+
if ((!args || args.doJson === undefined) && !opts.urn) {
|
|
37
|
+
throw new Error("Missing required property 'doJson'");
|
|
38
|
+
}
|
|
39
|
+
inputs["doJson"] = args ? args.doJson : undefined;
|
|
40
|
+
inputs["tenantName"] = args ? args.tenantName : undefined;
|
|
41
|
+
inputs["timeout"] = args ? args.timeout : undefined;
|
|
42
|
+
}
|
|
43
|
+
if (!opts.version) {
|
|
44
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
45
|
+
}
|
|
46
|
+
super(Do.__pulumiType, name, inputs, opts);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get an existing Do resource's state with the given name, ID, and optional extra
|
|
50
|
+
* properties used to qualify the lookup.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resulting resource.
|
|
53
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
+
* @param state Any extra arguments used during the lookup.
|
|
55
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
56
|
+
*/
|
|
57
|
+
static get(name, id, state, opts) {
|
|
58
|
+
return new Do(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Returns true if the given object is an instance of Do. This is designed to work even
|
|
62
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
63
|
+
*/
|
|
64
|
+
static isInstance(obj) {
|
|
65
|
+
if (obj === undefined || obj === null) {
|
|
66
|
+
return false;
|
|
67
|
+
}
|
|
68
|
+
return obj['__pulumiType'] === Do.__pulumiType;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.Do = Do;
|
|
72
|
+
/** @internal */
|
|
73
|
+
Do.__pulumiType = 'f5bigip:index/do:Do';
|
|
74
|
+
//# sourceMappingURL=do.js.map
|
package/do.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"do.js","sourceRoot":"","sources":["../do.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,EAAG,SAAQ,MAAM,CAAC,cAAc;IAmDzC,YAAY,IAAY,EAAE,WAA8B,EAAE,IAAmC;QACzF,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkC,CAAC;YACjD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAiC,CAAC;YAC/C,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;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,EAAE,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAC/C,CAAC;IAvED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAe,EAAE,IAAmC;QAC7G,OAAO,IAAI,EAAE,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzD,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,EAAE,CAAC,YAAY,CAAC;IACnD,CAAC;;AA1BL,gBAyEC;AA3DG,gBAAgB;AACO,eAAY,GAAG,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "./types";
|
|
3
|
+
export declare class EventServiceDiscovery extends pulumi.CustomResource {
|
|
4
|
+
/**
|
|
5
|
+
* Get an existing EventServiceDiscovery resource's state with the given name, ID, and optional extra
|
|
6
|
+
* properties used to qualify the lookup.
|
|
7
|
+
*
|
|
8
|
+
* @param name The _unique_ name of the resulting resource.
|
|
9
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
10
|
+
* @param state Any extra arguments used during the lookup.
|
|
11
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
12
|
+
*/
|
|
13
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EventServiceDiscoveryState, opts?: pulumi.CustomResourceOptions): EventServiceDiscovery;
|
|
14
|
+
/**
|
|
15
|
+
* Returns true if the given object is an instance of EventServiceDiscovery. This is designed to work even
|
|
16
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
17
|
+
*/
|
|
18
|
+
static isInstance(obj: any): obj is EventServiceDiscovery;
|
|
19
|
+
/**
|
|
20
|
+
* Map of node which will be added to pool which will be having node name(id),node address(ip) and node port(port)
|
|
21
|
+
*/
|
|
22
|
+
readonly nodes: pulumi.Output<outputs.EventServiceDiscoveryNode[] | undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* servicediscovery endpoint ( Below example shows how to create endpoing using AS3 )
|
|
25
|
+
*/
|
|
26
|
+
readonly taskid: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Create a EventServiceDiscovery resource with the given unique name, arguments, and options.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resource.
|
|
31
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
32
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
33
|
+
*/
|
|
34
|
+
constructor(name: string, args: EventServiceDiscoveryArgs, opts?: pulumi.CustomResourceOptions);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Input properties used for looking up and filtering EventServiceDiscovery resources.
|
|
38
|
+
*/
|
|
39
|
+
export interface EventServiceDiscoveryState {
|
|
40
|
+
/**
|
|
41
|
+
* Map of node which will be added to pool which will be having node name(id),node address(ip) and node port(port)
|
|
42
|
+
*/
|
|
43
|
+
nodes?: pulumi.Input<pulumi.Input<inputs.EventServiceDiscoveryNode>[]>;
|
|
44
|
+
/**
|
|
45
|
+
* servicediscovery endpoint ( Below example shows how to create endpoing using AS3 )
|
|
46
|
+
*/
|
|
47
|
+
taskid?: pulumi.Input<string>;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The set of arguments for constructing a EventServiceDiscovery resource.
|
|
51
|
+
*/
|
|
52
|
+
export interface EventServiceDiscoveryArgs {
|
|
53
|
+
/**
|
|
54
|
+
* Map of node which will be added to pool which will be having node name(id),node address(ip) and node port(port)
|
|
55
|
+
*/
|
|
56
|
+
nodes?: pulumi.Input<pulumi.Input<inputs.EventServiceDiscoveryNode>[]>;
|
|
57
|
+
/**
|
|
58
|
+
* servicediscovery endpoint ( Below example shows how to create endpoing using AS3 )
|
|
59
|
+
*/
|
|
60
|
+
taskid: pulumi.Input<string>;
|
|
61
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
class EventServiceDiscovery extends pulumi.CustomResource {
|
|
8
|
+
constructor(name, argsOrState, opts) {
|
|
9
|
+
let inputs = {};
|
|
10
|
+
opts = opts || {};
|
|
11
|
+
if (opts.id) {
|
|
12
|
+
const state = argsOrState;
|
|
13
|
+
inputs["nodes"] = state ? state.nodes : undefined;
|
|
14
|
+
inputs["taskid"] = state ? state.taskid : undefined;
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
const args = argsOrState;
|
|
18
|
+
if ((!args || args.taskid === undefined) && !opts.urn) {
|
|
19
|
+
throw new Error("Missing required property 'taskid'");
|
|
20
|
+
}
|
|
21
|
+
inputs["nodes"] = args ? args.nodes : undefined;
|
|
22
|
+
inputs["taskid"] = args ? args.taskid : undefined;
|
|
23
|
+
}
|
|
24
|
+
if (!opts.version) {
|
|
25
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
26
|
+
}
|
|
27
|
+
super(EventServiceDiscovery.__pulumiType, name, inputs, opts);
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Get an existing EventServiceDiscovery resource's state with the given name, ID, and optional extra
|
|
31
|
+
* properties used to qualify the lookup.
|
|
32
|
+
*
|
|
33
|
+
* @param name The _unique_ name of the resulting resource.
|
|
34
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
35
|
+
* @param state Any extra arguments used during the lookup.
|
|
36
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
37
|
+
*/
|
|
38
|
+
static get(name, id, state, opts) {
|
|
39
|
+
return new EventServiceDiscovery(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Returns true if the given object is an instance of EventServiceDiscovery. 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) {
|
|
46
|
+
if (obj === undefined || obj === null) {
|
|
47
|
+
return false;
|
|
48
|
+
}
|
|
49
|
+
return obj['__pulumiType'] === EventServiceDiscovery.__pulumiType;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exports.EventServiceDiscovery = EventServiceDiscovery;
|
|
53
|
+
/** @internal */
|
|
54
|
+
EventServiceDiscovery.__pulumiType = 'f5bigip:index/eventServiceDiscovery:EventServiceDiscovery';
|
|
55
|
+
//# sourceMappingURL=eventServiceDiscovery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eventServiceDiscovery.js","sourceRoot":"","sources":["../eventServiceDiscovery.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IA6C5D,YAAY,IAAY,EAAE,WAAoE,EAAE,IAAmC;QAC/H,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqD,CAAC;YACpE,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoD,CAAC;YAClE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACrD;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,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;IA/DD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,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,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;;AA1BL,sDAiEC;AAnDG,gBAAgB;AACO,kCAAY,GAAG,2DAA2D,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.FastApplication` This resource will create and manage FAST applications on BIG-IP from provided JSON declaration.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
10
|
+
* import * as fs from "fs";
|
|
11
|
+
*
|
|
12
|
+
* const foo_app = new f5bigip.FastApplication("foo-app", {
|
|
13
|
+
* fastJson: fs.readFileSync("new_fast_app.json", "utf-8"),
|
|
14
|
+
* template: "examples/simple_http",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare class FastApplication extends pulumi.CustomResource {
|
|
19
|
+
/**
|
|
20
|
+
* Get an existing FastApplication resource's state with the given name, ID, and optional extra
|
|
21
|
+
* properties used to qualify the lookup.
|
|
22
|
+
*
|
|
23
|
+
* @param name The _unique_ name of the resulting resource.
|
|
24
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
25
|
+
* @param state Any extra arguments used during the lookup.
|
|
26
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
27
|
+
*/
|
|
28
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FastApplicationState, opts?: pulumi.CustomResourceOptions): FastApplication;
|
|
29
|
+
/**
|
|
30
|
+
* Returns true if the given object is an instance of FastApplication. This is designed to work even
|
|
31
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
32
|
+
*/
|
|
33
|
+
static isInstance(obj: any): obj is FastApplication;
|
|
34
|
+
/**
|
|
35
|
+
* A FAST application name.
|
|
36
|
+
*/
|
|
37
|
+
readonly application: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* Path/Filename of Declarative FAST JSON which is a json file used with builtin ```file``` function
|
|
40
|
+
*/
|
|
41
|
+
readonly fastJson: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Name of installed FAST template used to create FAST application. This parameter is required when creating new resource.
|
|
44
|
+
*/
|
|
45
|
+
readonly template: pulumi.Output<string | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* A FAST tenant name on which you want to manage application.
|
|
48
|
+
*/
|
|
49
|
+
readonly tenant: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* Create a FastApplication resource with the given unique name, arguments, and options.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resource.
|
|
54
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
55
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
56
|
+
*/
|
|
57
|
+
constructor(name: string, args: FastApplicationArgs, opts?: pulumi.CustomResourceOptions);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Input properties used for looking up and filtering FastApplication resources.
|
|
61
|
+
*/
|
|
62
|
+
export interface FastApplicationState {
|
|
63
|
+
/**
|
|
64
|
+
* A FAST application name.
|
|
65
|
+
*/
|
|
66
|
+
application?: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Path/Filename of Declarative FAST JSON which is a json file used with builtin ```file``` function
|
|
69
|
+
*/
|
|
70
|
+
fastJson?: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Name of installed FAST template used to create FAST application. This parameter is required when creating new resource.
|
|
73
|
+
*/
|
|
74
|
+
template?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* A FAST tenant name on which you want to manage application.
|
|
77
|
+
*/
|
|
78
|
+
tenant?: pulumi.Input<string>;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* The set of arguments for constructing a FastApplication resource.
|
|
82
|
+
*/
|
|
83
|
+
export interface FastApplicationArgs {
|
|
84
|
+
/**
|
|
85
|
+
* Path/Filename of Declarative FAST JSON which is a json file used with builtin ```file``` function
|
|
86
|
+
*/
|
|
87
|
+
fastJson: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Name of installed FAST template used to create FAST application. This parameter is required when creating new resource.
|
|
90
|
+
*/
|
|
91
|
+
template?: pulumi.Input<string>;
|
|
92
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.FastApplication` This resource will create and manage FAST applications on BIG-IP from provided JSON declaration.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
15
|
+
* import * as fs from "fs";
|
|
16
|
+
*
|
|
17
|
+
* const foo_app = new f5bigip.FastApplication("foo-app", {
|
|
18
|
+
* fastJson: fs.readFileSync("new_fast_app.json", "utf-8"),
|
|
19
|
+
* template: "examples/simple_http",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
class FastApplication extends pulumi.CustomResource {
|
|
24
|
+
constructor(name, argsOrState, opts) {
|
|
25
|
+
let inputs = {};
|
|
26
|
+
opts = opts || {};
|
|
27
|
+
if (opts.id) {
|
|
28
|
+
const state = argsOrState;
|
|
29
|
+
inputs["application"] = state ? state.application : undefined;
|
|
30
|
+
inputs["fastJson"] = state ? state.fastJson : undefined;
|
|
31
|
+
inputs["template"] = state ? state.template : undefined;
|
|
32
|
+
inputs["tenant"] = state ? state.tenant : undefined;
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
const args = argsOrState;
|
|
36
|
+
if ((!args || args.fastJson === undefined) && !opts.urn) {
|
|
37
|
+
throw new Error("Missing required property 'fastJson'");
|
|
38
|
+
}
|
|
39
|
+
inputs["fastJson"] = args ? args.fastJson : undefined;
|
|
40
|
+
inputs["template"] = args ? args.template : undefined;
|
|
41
|
+
inputs["application"] = undefined /*out*/;
|
|
42
|
+
inputs["tenant"] = undefined /*out*/;
|
|
43
|
+
}
|
|
44
|
+
if (!opts.version) {
|
|
45
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
46
|
+
}
|
|
47
|
+
super(FastApplication.__pulumiType, name, inputs, opts);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Get an existing FastApplication resource's state with the given name, ID, and optional extra
|
|
51
|
+
* properties used to qualify the lookup.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resulting resource.
|
|
54
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
55
|
+
* @param state Any extra arguments used during the lookup.
|
|
56
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
57
|
+
*/
|
|
58
|
+
static get(name, id, state, opts) {
|
|
59
|
+
return new FastApplication(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Returns true if the given object is an instance of FastApplication. This is designed to work even
|
|
63
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
64
|
+
*/
|
|
65
|
+
static isInstance(obj) {
|
|
66
|
+
if (obj === undefined || obj === null) {
|
|
67
|
+
return false;
|
|
68
|
+
}
|
|
69
|
+
return obj['__pulumiType'] === FastApplication.__pulumiType;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.FastApplication = FastApplication;
|
|
73
|
+
/** @internal */
|
|
74
|
+
FastApplication.__pulumiType = 'f5bigip:index/fastApplication:FastApplication';
|
|
75
|
+
//# sourceMappingURL=fastApplication.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fastApplication.js","sourceRoot":"","sources":["../fastApplication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IAqDtD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,MAAM,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxC;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,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;IA3ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;;AA1BL,0CA6EC;AA/DG,gBAAgB;AACO,4BAAY,GAAG,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.FastTemplate` This resource will import and create FAST template sets on BIG-IP LTM.
|
|
4
|
+
* Template set can be imported from zip archive files on the local disk.
|
|
5
|
+
*/
|
|
6
|
+
export declare class FastTemplate extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing FastTemplate resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param state Any extra arguments used during the lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FastTemplateState, opts?: pulumi.CustomResourceOptions): FastTemplate;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of FastTemplate. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is FastTemplate;
|
|
22
|
+
/**
|
|
23
|
+
* MD5 hash of the zip archive file containing FAST template
|
|
24
|
+
*/
|
|
25
|
+
readonly md5Hash: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* Name of the FAST template set to be created on to BIGIP
|
|
28
|
+
*/
|
|
29
|
+
readonly name: pulumi.Output<string | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Path to the zip archive file containing FAST template set on Local Disk
|
|
32
|
+
*/
|
|
33
|
+
readonly source: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Create a FastTemplate resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name: string, args: FastTemplateArgs, opts?: pulumi.CustomResourceOptions);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Input properties used for looking up and filtering FastTemplate resources.
|
|
45
|
+
*/
|
|
46
|
+
export interface FastTemplateState {
|
|
47
|
+
/**
|
|
48
|
+
* MD5 hash of the zip archive file containing FAST template
|
|
49
|
+
*/
|
|
50
|
+
md5Hash?: pulumi.Input<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Name of the FAST template set to be created on to BIGIP
|
|
53
|
+
*/
|
|
54
|
+
name?: pulumi.Input<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Path to the zip archive file containing FAST template set on Local Disk
|
|
57
|
+
*/
|
|
58
|
+
source?: pulumi.Input<string>;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* The set of arguments for constructing a FastTemplate resource.
|
|
62
|
+
*/
|
|
63
|
+
export interface FastTemplateArgs {
|
|
64
|
+
/**
|
|
65
|
+
* MD5 hash of the zip archive file containing FAST template
|
|
66
|
+
*/
|
|
67
|
+
md5Hash: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Name of the FAST template set to be created on to BIGIP
|
|
70
|
+
*/
|
|
71
|
+
name?: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Path to the zip archive file containing FAST template set on Local Disk
|
|
74
|
+
*/
|
|
75
|
+
source: pulumi.Input<string>;
|
|
76
|
+
}
|
package/fastTemplate.js
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
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.FastTemplate` This resource will import and create FAST template sets on BIG-IP LTM.
|
|
9
|
+
* Template set can be imported from zip archive files on the local disk.
|
|
10
|
+
*/
|
|
11
|
+
class FastTemplate extends pulumi.CustomResource {
|
|
12
|
+
constructor(name, argsOrState, opts) {
|
|
13
|
+
let inputs = {};
|
|
14
|
+
opts = opts || {};
|
|
15
|
+
if (opts.id) {
|
|
16
|
+
const state = argsOrState;
|
|
17
|
+
inputs["md5Hash"] = state ? state.md5Hash : undefined;
|
|
18
|
+
inputs["name"] = state ? state.name : undefined;
|
|
19
|
+
inputs["source"] = state ? state.source : undefined;
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
const args = argsOrState;
|
|
23
|
+
if ((!args || args.md5Hash === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'md5Hash'");
|
|
25
|
+
}
|
|
26
|
+
if ((!args || args.source === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'source'");
|
|
28
|
+
}
|
|
29
|
+
inputs["md5Hash"] = args ? args.md5Hash : undefined;
|
|
30
|
+
inputs["name"] = args ? args.name : undefined;
|
|
31
|
+
inputs["source"] = args ? args.source : undefined;
|
|
32
|
+
}
|
|
33
|
+
if (!opts.version) {
|
|
34
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
35
|
+
}
|
|
36
|
+
super(FastTemplate.__pulumiType, name, inputs, opts);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Get an existing FastTemplate resource's state with the given name, ID, and optional extra
|
|
40
|
+
* properties used to qualify the lookup.
|
|
41
|
+
*
|
|
42
|
+
* @param name The _unique_ name of the resulting resource.
|
|
43
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
44
|
+
* @param state Any extra arguments used during the lookup.
|
|
45
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
46
|
+
*/
|
|
47
|
+
static get(name, id, state, opts) {
|
|
48
|
+
return new FastTemplate(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Returns true if the given object is an instance of FastTemplate. This is designed to work even
|
|
52
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
53
|
+
*/
|
|
54
|
+
static isInstance(obj) {
|
|
55
|
+
if (obj === undefined || obj === null) {
|
|
56
|
+
return false;
|
|
57
|
+
}
|
|
58
|
+
return obj['__pulumiType'] === FastTemplate.__pulumiType;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.FastTemplate = FastTemplate;
|
|
62
|
+
/** @internal */
|
|
63
|
+
FastTemplate.__pulumiType = 'f5bigip:index/fastTemplate:FastTemplate';
|
|
64
|
+
//# sourceMappingURL=fastTemplate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fastTemplate.js","sourceRoot":"","sources":["../fastTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;GAGG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IAiDnD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,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;YAChD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,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;YAC9C,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACrD;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,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IAxED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;;AA1BL,oCA0EC;AA5DG,gBAAgB;AACO,yBAAY,GAAG,yCAAyC,CAAC"}
|