@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,60 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare class BigIpLicense extends pulumi.CustomResource {
|
|
3
|
+
/**
|
|
4
|
+
* Get an existing BigIpLicense resource's state with the given name, ID, and optional extra
|
|
5
|
+
* properties used to qualify the lookup.
|
|
6
|
+
*
|
|
7
|
+
* @param name The _unique_ name of the resulting resource.
|
|
8
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
9
|
+
* @param state Any extra arguments used during the lookup.
|
|
10
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
11
|
+
*/
|
|
12
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BigIpLicenseState, opts?: pulumi.CustomResourceOptions): BigIpLicense;
|
|
13
|
+
/**
|
|
14
|
+
* Returns true if the given object is an instance of BigIpLicense. This is designed to work even
|
|
15
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
16
|
+
*/
|
|
17
|
+
static isInstance(obj: any): obj is BigIpLicense;
|
|
18
|
+
/**
|
|
19
|
+
* Tmsh command to execute tmsh commands like install
|
|
20
|
+
*/
|
|
21
|
+
readonly command: pulumi.Output<string>;
|
|
22
|
+
/**
|
|
23
|
+
* A unique Key F5 provides for Licensing BIG-IP
|
|
24
|
+
*/
|
|
25
|
+
readonly registrationKey: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* Create a BigIpLicense resource with the given unique name, arguments, and options.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resource.
|
|
30
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
31
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
32
|
+
*/
|
|
33
|
+
constructor(name: string, args: BigIpLicenseArgs, opts?: pulumi.CustomResourceOptions);
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Input properties used for looking up and filtering BigIpLicense resources.
|
|
37
|
+
*/
|
|
38
|
+
export interface BigIpLicenseState {
|
|
39
|
+
/**
|
|
40
|
+
* Tmsh command to execute tmsh commands like install
|
|
41
|
+
*/
|
|
42
|
+
command?: pulumi.Input<string>;
|
|
43
|
+
/**
|
|
44
|
+
* A unique Key F5 provides for Licensing BIG-IP
|
|
45
|
+
*/
|
|
46
|
+
registrationKey?: pulumi.Input<string>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* The set of arguments for constructing a BigIpLicense resource.
|
|
50
|
+
*/
|
|
51
|
+
export interface BigIpLicenseArgs {
|
|
52
|
+
/**
|
|
53
|
+
* Tmsh command to execute tmsh commands like install
|
|
54
|
+
*/
|
|
55
|
+
command: pulumi.Input<string>;
|
|
56
|
+
/**
|
|
57
|
+
* A unique Key F5 provides for Licensing BIG-IP
|
|
58
|
+
*/
|
|
59
|
+
registrationKey: pulumi.Input<string>;
|
|
60
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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 BigIpLicense extends pulumi.CustomResource {
|
|
8
|
+
constructor(name, argsOrState, opts) {
|
|
9
|
+
let inputs = {};
|
|
10
|
+
opts = opts || {};
|
|
11
|
+
if (opts.id) {
|
|
12
|
+
const state = argsOrState;
|
|
13
|
+
inputs["command"] = state ? state.command : undefined;
|
|
14
|
+
inputs["registrationKey"] = state ? state.registrationKey : undefined;
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
const args = argsOrState;
|
|
18
|
+
if ((!args || args.command === undefined) && !opts.urn) {
|
|
19
|
+
throw new Error("Missing required property 'command'");
|
|
20
|
+
}
|
|
21
|
+
if ((!args || args.registrationKey === undefined) && !opts.urn) {
|
|
22
|
+
throw new Error("Missing required property 'registrationKey'");
|
|
23
|
+
}
|
|
24
|
+
inputs["command"] = args ? args.command : undefined;
|
|
25
|
+
inputs["registrationKey"] = args ? args.registrationKey : undefined;
|
|
26
|
+
}
|
|
27
|
+
if (!opts.version) {
|
|
28
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
29
|
+
}
|
|
30
|
+
super(BigIpLicense.__pulumiType, name, inputs, opts);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing BigIpLicense resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name, id, state, opts) {
|
|
42
|
+
return new BigIpLicense(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of BigIpLicense. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj) {
|
|
49
|
+
if (obj === undefined || obj === null) {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
return obj['__pulumiType'] === BigIpLicense.__pulumiType;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.BigIpLicense = BigIpLicense;
|
|
56
|
+
/** @internal */
|
|
57
|
+
BigIpLicense.__pulumiType = 'f5bigip:sys/bigIpLicense:BigIpLicense';
|
|
58
|
+
//# sourceMappingURL=bigIpLicense.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bigIpLicense.js","sourceRoot":"","sources":["../../sys/bigIpLicense.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IA6CnD,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,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;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,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;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;IAlED;;;;;;;;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,oCAoEC;AAtDG,gBAAgB;AACO,yBAAY,GAAG,uCAAuC,CAAC"}
|
package/sys/dns.d.ts
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.sys.Dns` Configures DNS server on F5 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 dns1 = new f5bigip.sys.Dns("dns1", {
|
|
12
|
+
* description: "/Common/DNS1",
|
|
13
|
+
* nameServers: ["1.1.1.1"],
|
|
14
|
+
* numberOfDots: 2,
|
|
15
|
+
* searches: ["f5.com"],
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class Dns extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing Dns 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?: DnsState, opts?: pulumi.CustomResourceOptions): Dns;
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Dns. 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 Dns;
|
|
35
|
+
/**
|
|
36
|
+
* Provide description for your DNS server
|
|
37
|
+
*/
|
|
38
|
+
readonly description: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* Name or IP address of the DNS server
|
|
41
|
+
*/
|
|
42
|
+
readonly nameServers: pulumi.Output<string[] | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Configures the number of dots needed in a name before an initial absolute query will be made.
|
|
45
|
+
*/
|
|
46
|
+
readonly numberOfDots: pulumi.Output<number | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Specify what domains you want to search
|
|
49
|
+
*/
|
|
50
|
+
readonly searches: pulumi.Output<string[] | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Create a Dns resource with the given unique name, arguments, and options.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resource.
|
|
55
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
56
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
57
|
+
*/
|
|
58
|
+
constructor(name: string, args: DnsArgs, opts?: pulumi.CustomResourceOptions);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Input properties used for looking up and filtering Dns resources.
|
|
62
|
+
*/
|
|
63
|
+
export interface DnsState {
|
|
64
|
+
/**
|
|
65
|
+
* Provide description for your DNS server
|
|
66
|
+
*/
|
|
67
|
+
description?: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Name or IP address of the DNS server
|
|
70
|
+
*/
|
|
71
|
+
nameServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
72
|
+
/**
|
|
73
|
+
* Configures the number of dots needed in a name before an initial absolute query will be made.
|
|
74
|
+
*/
|
|
75
|
+
numberOfDots?: pulumi.Input<number>;
|
|
76
|
+
/**
|
|
77
|
+
* Specify what domains you want to search
|
|
78
|
+
*/
|
|
79
|
+
searches?: pulumi.Input<pulumi.Input<string>[]>;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* The set of arguments for constructing a Dns resource.
|
|
83
|
+
*/
|
|
84
|
+
export interface DnsArgs {
|
|
85
|
+
/**
|
|
86
|
+
* Provide description for your DNS server
|
|
87
|
+
*/
|
|
88
|
+
description: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Name or IP address of the DNS server
|
|
91
|
+
*/
|
|
92
|
+
nameServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
93
|
+
/**
|
|
94
|
+
* Configures the number of dots needed in a name before an initial absolute query will be made.
|
|
95
|
+
*/
|
|
96
|
+
numberOfDots?: pulumi.Input<number>;
|
|
97
|
+
/**
|
|
98
|
+
* Specify what domains you want to search
|
|
99
|
+
*/
|
|
100
|
+
searches?: pulumi.Input<pulumi.Input<string>[]>;
|
|
101
|
+
}
|
package/sys/dns.js
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
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.sys.Dns` Configures DNS server on F5 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 dns1 = new f5bigip.sys.Dns("dns1", {
|
|
17
|
+
* description: "/Common/DNS1",
|
|
18
|
+
* nameServers: ["1.1.1.1"],
|
|
19
|
+
* numberOfDots: 2,
|
|
20
|
+
* searches: ["f5.com"],
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
class Dns extends pulumi.CustomResource {
|
|
25
|
+
constructor(name, argsOrState, opts) {
|
|
26
|
+
let inputs = {};
|
|
27
|
+
opts = opts || {};
|
|
28
|
+
if (opts.id) {
|
|
29
|
+
const state = argsOrState;
|
|
30
|
+
inputs["description"] = state ? state.description : undefined;
|
|
31
|
+
inputs["nameServers"] = state ? state.nameServers : undefined;
|
|
32
|
+
inputs["numberOfDots"] = state ? state.numberOfDots : undefined;
|
|
33
|
+
inputs["searches"] = state ? state.searches : undefined;
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
const args = argsOrState;
|
|
37
|
+
if ((!args || args.description === undefined) && !opts.urn) {
|
|
38
|
+
throw new Error("Missing required property 'description'");
|
|
39
|
+
}
|
|
40
|
+
inputs["description"] = args ? args.description : undefined;
|
|
41
|
+
inputs["nameServers"] = args ? args.nameServers : undefined;
|
|
42
|
+
inputs["numberOfDots"] = args ? args.numberOfDots : undefined;
|
|
43
|
+
inputs["searches"] = args ? args.searches : undefined;
|
|
44
|
+
}
|
|
45
|
+
if (!opts.version) {
|
|
46
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
47
|
+
}
|
|
48
|
+
super(Dns.__pulumiType, name, inputs, opts);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Get an existing Dns resource's state with the given name, ID, and optional extra
|
|
52
|
+
* properties used to qualify the lookup.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resulting resource.
|
|
55
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
56
|
+
* @param state Any extra arguments used during the lookup.
|
|
57
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
58
|
+
*/
|
|
59
|
+
static get(name, id, state, opts) {
|
|
60
|
+
return new Dns(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Returns true if the given object is an instance of Dns. This is designed to work even
|
|
64
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
65
|
+
*/
|
|
66
|
+
static isInstance(obj) {
|
|
67
|
+
if (obj === undefined || obj === null) {
|
|
68
|
+
return false;
|
|
69
|
+
}
|
|
70
|
+
return obj['__pulumiType'] === Dns.__pulumiType;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
exports.Dns = Dns;
|
|
74
|
+
/** @internal */
|
|
75
|
+
Dns.__pulumiType = 'f5bigip:sys/dns:Dns';
|
|
76
|
+
//# sourceMappingURL=dns.js.map
|
package/sys/dns.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dns.js","sourceRoot":"","sources":["../../sys/dns.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAqD1C,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;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,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAChD,CAAC;IA3ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1D,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,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;;AA1BL,kBA6EC;AA/DG,gBAAgB;AACO,gBAAY,GAAG,qBAAqB,CAAC"}
|
package/sys/iapp.d.ts
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* `f5bigip.sys.IApp` resource helps you to deploy Application Services template that can be used to automate and orchestrate Layer 4-7 applications service deployments using F5 Network.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
11
|
+
* import * from "fs";
|
|
12
|
+
*
|
|
13
|
+
* const simplehttp = new f5bigip.sys.IApp("simplehttp", {
|
|
14
|
+
* name: "simplehttp",
|
|
15
|
+
* jsonfile: fs.readFileSync("simplehttp.json"),
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
* ### Json File
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* * `description` - User defined description.
|
|
24
|
+
* * `deviceGroup` - The name of the device group that the application service is assigned to.
|
|
25
|
+
* * `executeAction` - Run the specified template action associated with the application.
|
|
26
|
+
* * `inheritedDevicegroup`- Read-only. Shows whether the application folder will automatically remain with the same device-group as its parent folder. Use 'device-group default' or 'device-group non-default' to set this.
|
|
27
|
+
* * `inheritedTrafficGroup` - Read-only. Shows whether the application folder will automatically remain with the same traffic-group as its parent folder. Use 'traffic-group default' or 'traffic-group non-default' to set this.
|
|
28
|
+
* * `partition` - Displays the administrative partition within which the application resides.
|
|
29
|
+
* * `strictUpdates` - Specifies whether configuration objects contained in the application may be directly modified, outside the context of the system's application management interfaces.
|
|
30
|
+
* * `template` - The template defines the configuration for the application. This may be changed after the application has been created to move the application to a new template.
|
|
31
|
+
* * `templateModified` - Indicates that the application template used to deploy the application has been modified. The application should be updated to make use of the latest changes.
|
|
32
|
+
* * `templatePrerequisiteErrors` - Indicates any missing prerequisites associated with the template that defines this application.
|
|
33
|
+
* * `trafficGroup` - The name of the traffic group that the application service is assigned to.
|
|
34
|
+
* * `lists` - string values
|
|
35
|
+
* * `metadata` - User defined generic data for the application service. It is a name and value pair.
|
|
36
|
+
* * `tables` - Values provided like pool name, nodes etc.
|
|
37
|
+
* * `variables` - Name, values, encrypted or not
|
|
38
|
+
*/
|
|
39
|
+
export declare class IApp extends pulumi.CustomResource {
|
|
40
|
+
/**
|
|
41
|
+
* Get an existing IApp resource's state with the given name, ID, and optional extra
|
|
42
|
+
* properties used to qualify the lookup.
|
|
43
|
+
*
|
|
44
|
+
* @param name The _unique_ name of the resulting resource.
|
|
45
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
46
|
+
* @param state Any extra arguments used during the lookup.
|
|
47
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
48
|
+
*/
|
|
49
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IAppState, opts?: pulumi.CustomResourceOptions): IApp;
|
|
50
|
+
/**
|
|
51
|
+
* Returns true if the given object is an instance of IApp. 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: any): obj is IApp;
|
|
55
|
+
/**
|
|
56
|
+
* Address of the Iapp which needs to be Iappensed
|
|
57
|
+
*/
|
|
58
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* BIG-IP password
|
|
61
|
+
*/
|
|
62
|
+
readonly devicegroup: pulumi.Output<string | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* BIG-IP password
|
|
65
|
+
*/
|
|
66
|
+
readonly executeAction: pulumi.Output<string | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* BIG-IP password
|
|
69
|
+
*/
|
|
70
|
+
readonly inheritedDevicegroup: pulumi.Output<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* BIG-IP password
|
|
73
|
+
*/
|
|
74
|
+
readonly inheritedTrafficGroup: pulumi.Output<string | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* Refer to the Json file which will be deployed on F5 BIG-IP.
|
|
77
|
+
*/
|
|
78
|
+
readonly jsonfile: pulumi.Output<string | undefined>;
|
|
79
|
+
readonly lists: pulumi.Output<outputs.sys.IAppList[] | undefined>;
|
|
80
|
+
readonly metadatas: pulumi.Output<outputs.sys.IAppMetadata[] | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* Name of the iApp.
|
|
83
|
+
*/
|
|
84
|
+
readonly name: pulumi.Output<string | undefined>;
|
|
85
|
+
/**
|
|
86
|
+
* Address of the Iapp which needs to be Iappensed
|
|
87
|
+
*/
|
|
88
|
+
readonly partition: pulumi.Output<string | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* BIG-IP password
|
|
91
|
+
*/
|
|
92
|
+
readonly strictUpdates: pulumi.Output<string | undefined>;
|
|
93
|
+
readonly tables: pulumi.Output<outputs.sys.IAppTable[] | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* BIG-IP password
|
|
96
|
+
*/
|
|
97
|
+
readonly template: pulumi.Output<string | undefined>;
|
|
98
|
+
/**
|
|
99
|
+
* BIG-IP password
|
|
100
|
+
*/
|
|
101
|
+
readonly templateModified: pulumi.Output<string | undefined>;
|
|
102
|
+
/**
|
|
103
|
+
* BIG-IP password
|
|
104
|
+
*/
|
|
105
|
+
readonly templatePrerequisiteErrors: pulumi.Output<string | undefined>;
|
|
106
|
+
/**
|
|
107
|
+
* BIG-IP password
|
|
108
|
+
*/
|
|
109
|
+
readonly trafficGroup: pulumi.Output<string | undefined>;
|
|
110
|
+
readonly variables: pulumi.Output<outputs.sys.IAppVariable[] | undefined>;
|
|
111
|
+
/**
|
|
112
|
+
* Create a IApp resource with the given unique name, arguments, and options.
|
|
113
|
+
*
|
|
114
|
+
* @param name The _unique_ name of the resource.
|
|
115
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
116
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
117
|
+
*/
|
|
118
|
+
constructor(name: string, args?: IAppArgs, opts?: pulumi.CustomResourceOptions);
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Input properties used for looking up and filtering IApp resources.
|
|
122
|
+
*/
|
|
123
|
+
export interface IAppState {
|
|
124
|
+
/**
|
|
125
|
+
* Address of the Iapp which needs to be Iappensed
|
|
126
|
+
*/
|
|
127
|
+
description?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* BIG-IP password
|
|
130
|
+
*/
|
|
131
|
+
devicegroup?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* BIG-IP password
|
|
134
|
+
*/
|
|
135
|
+
executeAction?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* BIG-IP password
|
|
138
|
+
*/
|
|
139
|
+
inheritedDevicegroup?: pulumi.Input<string>;
|
|
140
|
+
/**
|
|
141
|
+
* BIG-IP password
|
|
142
|
+
*/
|
|
143
|
+
inheritedTrafficGroup?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Refer to the Json file which will be deployed on F5 BIG-IP.
|
|
146
|
+
*/
|
|
147
|
+
jsonfile?: pulumi.Input<string>;
|
|
148
|
+
lists?: pulumi.Input<pulumi.Input<inputs.sys.IAppList>[]>;
|
|
149
|
+
metadatas?: pulumi.Input<pulumi.Input<inputs.sys.IAppMetadata>[]>;
|
|
150
|
+
/**
|
|
151
|
+
* Name of the iApp.
|
|
152
|
+
*/
|
|
153
|
+
name?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Address of the Iapp which needs to be Iappensed
|
|
156
|
+
*/
|
|
157
|
+
partition?: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* BIG-IP password
|
|
160
|
+
*/
|
|
161
|
+
strictUpdates?: pulumi.Input<string>;
|
|
162
|
+
tables?: pulumi.Input<pulumi.Input<inputs.sys.IAppTable>[]>;
|
|
163
|
+
/**
|
|
164
|
+
* BIG-IP password
|
|
165
|
+
*/
|
|
166
|
+
template?: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* BIG-IP password
|
|
169
|
+
*/
|
|
170
|
+
templateModified?: pulumi.Input<string>;
|
|
171
|
+
/**
|
|
172
|
+
* BIG-IP password
|
|
173
|
+
*/
|
|
174
|
+
templatePrerequisiteErrors?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* BIG-IP password
|
|
177
|
+
*/
|
|
178
|
+
trafficGroup?: pulumi.Input<string>;
|
|
179
|
+
variables?: pulumi.Input<pulumi.Input<inputs.sys.IAppVariable>[]>;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* The set of arguments for constructing a IApp resource.
|
|
183
|
+
*/
|
|
184
|
+
export interface IAppArgs {
|
|
185
|
+
/**
|
|
186
|
+
* Address of the Iapp which needs to be Iappensed
|
|
187
|
+
*/
|
|
188
|
+
description?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* BIG-IP password
|
|
191
|
+
*/
|
|
192
|
+
devicegroup?: pulumi.Input<string>;
|
|
193
|
+
/**
|
|
194
|
+
* BIG-IP password
|
|
195
|
+
*/
|
|
196
|
+
executeAction?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* BIG-IP password
|
|
199
|
+
*/
|
|
200
|
+
inheritedDevicegroup?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* BIG-IP password
|
|
203
|
+
*/
|
|
204
|
+
inheritedTrafficGroup?: pulumi.Input<string>;
|
|
205
|
+
/**
|
|
206
|
+
* Refer to the Json file which will be deployed on F5 BIG-IP.
|
|
207
|
+
*/
|
|
208
|
+
jsonfile?: pulumi.Input<string>;
|
|
209
|
+
lists?: pulumi.Input<pulumi.Input<inputs.sys.IAppList>[]>;
|
|
210
|
+
metadatas?: pulumi.Input<pulumi.Input<inputs.sys.IAppMetadata>[]>;
|
|
211
|
+
/**
|
|
212
|
+
* Name of the iApp.
|
|
213
|
+
*/
|
|
214
|
+
name?: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Address of the Iapp which needs to be Iappensed
|
|
217
|
+
*/
|
|
218
|
+
partition?: pulumi.Input<string>;
|
|
219
|
+
/**
|
|
220
|
+
* BIG-IP password
|
|
221
|
+
*/
|
|
222
|
+
strictUpdates?: pulumi.Input<string>;
|
|
223
|
+
tables?: pulumi.Input<pulumi.Input<inputs.sys.IAppTable>[]>;
|
|
224
|
+
/**
|
|
225
|
+
* BIG-IP password
|
|
226
|
+
*/
|
|
227
|
+
template?: pulumi.Input<string>;
|
|
228
|
+
/**
|
|
229
|
+
* BIG-IP password
|
|
230
|
+
*/
|
|
231
|
+
templateModified?: pulumi.Input<string>;
|
|
232
|
+
/**
|
|
233
|
+
* BIG-IP password
|
|
234
|
+
*/
|
|
235
|
+
templatePrerequisiteErrors?: pulumi.Input<string>;
|
|
236
|
+
/**
|
|
237
|
+
* BIG-IP password
|
|
238
|
+
*/
|
|
239
|
+
trafficGroup?: pulumi.Input<string>;
|
|
240
|
+
variables?: pulumi.Input<pulumi.Input<inputs.sys.IAppVariable>[]>;
|
|
241
|
+
}
|
package/sys/iapp.js
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
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.sys.IApp` resource helps you to deploy Application Services template that can be used to automate and orchestrate Layer 4-7 applications service deployments using F5 Network.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
15
|
+
* import * from "fs";
|
|
16
|
+
*
|
|
17
|
+
* const simplehttp = new f5bigip.sys.IApp("simplehttp", {
|
|
18
|
+
* name: "simplehttp",
|
|
19
|
+
* jsonfile: fs.readFileSync("simplehttp.json"),
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
* ### Json File
|
|
23
|
+
* ```typescript
|
|
24
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* * `description` - User defined description.
|
|
28
|
+
* * `deviceGroup` - The name of the device group that the application service is assigned to.
|
|
29
|
+
* * `executeAction` - Run the specified template action associated with the application.
|
|
30
|
+
* * `inheritedDevicegroup`- Read-only. Shows whether the application folder will automatically remain with the same device-group as its parent folder. Use 'device-group default' or 'device-group non-default' to set this.
|
|
31
|
+
* * `inheritedTrafficGroup` - Read-only. Shows whether the application folder will automatically remain with the same traffic-group as its parent folder. Use 'traffic-group default' or 'traffic-group non-default' to set this.
|
|
32
|
+
* * `partition` - Displays the administrative partition within which the application resides.
|
|
33
|
+
* * `strictUpdates` - Specifies whether configuration objects contained in the application may be directly modified, outside the context of the system's application management interfaces.
|
|
34
|
+
* * `template` - The template defines the configuration for the application. This may be changed after the application has been created to move the application to a new template.
|
|
35
|
+
* * `templateModified` - Indicates that the application template used to deploy the application has been modified. The application should be updated to make use of the latest changes.
|
|
36
|
+
* * `templatePrerequisiteErrors` - Indicates any missing prerequisites associated with the template that defines this application.
|
|
37
|
+
* * `trafficGroup` - The name of the traffic group that the application service is assigned to.
|
|
38
|
+
* * `lists` - string values
|
|
39
|
+
* * `metadata` - User defined generic data for the application service. It is a name and value pair.
|
|
40
|
+
* * `tables` - Values provided like pool name, nodes etc.
|
|
41
|
+
* * `variables` - Name, values, encrypted or not
|
|
42
|
+
*/
|
|
43
|
+
class IApp extends pulumi.CustomResource {
|
|
44
|
+
constructor(name, argsOrState, opts) {
|
|
45
|
+
let inputs = {};
|
|
46
|
+
opts = opts || {};
|
|
47
|
+
if (opts.id) {
|
|
48
|
+
const state = argsOrState;
|
|
49
|
+
inputs["description"] = state ? state.description : undefined;
|
|
50
|
+
inputs["devicegroup"] = state ? state.devicegroup : undefined;
|
|
51
|
+
inputs["executeAction"] = state ? state.executeAction : undefined;
|
|
52
|
+
inputs["inheritedDevicegroup"] = state ? state.inheritedDevicegroup : undefined;
|
|
53
|
+
inputs["inheritedTrafficGroup"] = state ? state.inheritedTrafficGroup : undefined;
|
|
54
|
+
inputs["jsonfile"] = state ? state.jsonfile : undefined;
|
|
55
|
+
inputs["lists"] = state ? state.lists : undefined;
|
|
56
|
+
inputs["metadatas"] = state ? state.metadatas : undefined;
|
|
57
|
+
inputs["name"] = state ? state.name : undefined;
|
|
58
|
+
inputs["partition"] = state ? state.partition : undefined;
|
|
59
|
+
inputs["strictUpdates"] = state ? state.strictUpdates : undefined;
|
|
60
|
+
inputs["tables"] = state ? state.tables : undefined;
|
|
61
|
+
inputs["template"] = state ? state.template : undefined;
|
|
62
|
+
inputs["templateModified"] = state ? state.templateModified : undefined;
|
|
63
|
+
inputs["templatePrerequisiteErrors"] = state ? state.templatePrerequisiteErrors : undefined;
|
|
64
|
+
inputs["trafficGroup"] = state ? state.trafficGroup : undefined;
|
|
65
|
+
inputs["variables"] = state ? state.variables : undefined;
|
|
66
|
+
}
|
|
67
|
+
else {
|
|
68
|
+
const args = argsOrState;
|
|
69
|
+
inputs["description"] = args ? args.description : undefined;
|
|
70
|
+
inputs["devicegroup"] = args ? args.devicegroup : undefined;
|
|
71
|
+
inputs["executeAction"] = args ? args.executeAction : undefined;
|
|
72
|
+
inputs["inheritedDevicegroup"] = args ? args.inheritedDevicegroup : undefined;
|
|
73
|
+
inputs["inheritedTrafficGroup"] = args ? args.inheritedTrafficGroup : undefined;
|
|
74
|
+
inputs["jsonfile"] = args ? args.jsonfile : undefined;
|
|
75
|
+
inputs["lists"] = args ? args.lists : undefined;
|
|
76
|
+
inputs["metadatas"] = args ? args.metadatas : undefined;
|
|
77
|
+
inputs["name"] = args ? args.name : undefined;
|
|
78
|
+
inputs["partition"] = args ? args.partition : undefined;
|
|
79
|
+
inputs["strictUpdates"] = args ? args.strictUpdates : undefined;
|
|
80
|
+
inputs["tables"] = args ? args.tables : undefined;
|
|
81
|
+
inputs["template"] = args ? args.template : undefined;
|
|
82
|
+
inputs["templateModified"] = args ? args.templateModified : undefined;
|
|
83
|
+
inputs["templatePrerequisiteErrors"] = args ? args.templatePrerequisiteErrors : undefined;
|
|
84
|
+
inputs["trafficGroup"] = args ? args.trafficGroup : undefined;
|
|
85
|
+
inputs["variables"] = args ? args.variables : undefined;
|
|
86
|
+
}
|
|
87
|
+
if (!opts.version) {
|
|
88
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
89
|
+
}
|
|
90
|
+
super(IApp.__pulumiType, name, inputs, opts);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Get an existing IApp resource's state with the given name, ID, and optional extra
|
|
94
|
+
* properties used to qualify the lookup.
|
|
95
|
+
*
|
|
96
|
+
* @param name The _unique_ name of the resulting resource.
|
|
97
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
98
|
+
* @param state Any extra arguments used during the lookup.
|
|
99
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
100
|
+
*/
|
|
101
|
+
static get(name, id, state, opts) {
|
|
102
|
+
return new IApp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Returns true if the given object is an instance of IApp. This is designed to work even
|
|
106
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
107
|
+
*/
|
|
108
|
+
static isInstance(obj) {
|
|
109
|
+
if (obj === undefined || obj === null) {
|
|
110
|
+
return false;
|
|
111
|
+
}
|
|
112
|
+
return obj['__pulumiType'] === IApp.__pulumiType;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
exports.IApp = IApp;
|
|
116
|
+
/** @internal */
|
|
117
|
+
IApp.__pulumiType = 'f5bigip:sys/iApp:IApp';
|
|
118
|
+
//# sourceMappingURL=iapp.js.map
|