@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,84 @@
|
|
|
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.VirtualAddress` Configures Virtual Server
|
|
9
|
+
*
|
|
10
|
+
* For resources should be named with their "full path". The full path is the combination of the partition + name of the resource. For example /Common/virtual_server.
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
17
|
+
*
|
|
18
|
+
* const vsVa = new f5bigip.ltm.VirtualAddress("vs_va", {
|
|
19
|
+
* advertizeRoute: "enabled",
|
|
20
|
+
* name: "/Common/xxxxx",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
class VirtualAddress extends pulumi.CustomResource {
|
|
25
|
+
constructor(name, argsOrState, opts) {
|
|
26
|
+
let inputs = {};
|
|
27
|
+
opts = opts || {};
|
|
28
|
+
if (opts.id) {
|
|
29
|
+
const state = argsOrState;
|
|
30
|
+
inputs["advertizeRoute"] = state ? state.advertizeRoute : undefined;
|
|
31
|
+
inputs["arp"] = state ? state.arp : undefined;
|
|
32
|
+
inputs["autoDelete"] = state ? state.autoDelete : undefined;
|
|
33
|
+
inputs["connLimit"] = state ? state.connLimit : undefined;
|
|
34
|
+
inputs["enabled"] = state ? state.enabled : undefined;
|
|
35
|
+
inputs["icmpEcho"] = state ? state.icmpEcho : undefined;
|
|
36
|
+
inputs["name"] = state ? state.name : undefined;
|
|
37
|
+
inputs["trafficGroup"] = state ? state.trafficGroup : undefined;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
const args = argsOrState;
|
|
41
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
42
|
+
throw new Error("Missing required property 'name'");
|
|
43
|
+
}
|
|
44
|
+
inputs["advertizeRoute"] = args ? args.advertizeRoute : undefined;
|
|
45
|
+
inputs["arp"] = args ? args.arp : undefined;
|
|
46
|
+
inputs["autoDelete"] = args ? args.autoDelete : undefined;
|
|
47
|
+
inputs["connLimit"] = args ? args.connLimit : undefined;
|
|
48
|
+
inputs["enabled"] = args ? args.enabled : undefined;
|
|
49
|
+
inputs["icmpEcho"] = args ? args.icmpEcho : undefined;
|
|
50
|
+
inputs["name"] = args ? args.name : undefined;
|
|
51
|
+
inputs["trafficGroup"] = args ? args.trafficGroup : undefined;
|
|
52
|
+
}
|
|
53
|
+
if (!opts.version) {
|
|
54
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
55
|
+
}
|
|
56
|
+
super(VirtualAddress.__pulumiType, name, inputs, opts);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Get an existing VirtualAddress resource's state with the given name, ID, and optional extra
|
|
60
|
+
* properties used to qualify the lookup.
|
|
61
|
+
*
|
|
62
|
+
* @param name The _unique_ name of the resulting resource.
|
|
63
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
64
|
+
* @param state Any extra arguments used during the lookup.
|
|
65
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
66
|
+
*/
|
|
67
|
+
static get(name, id, state, opts) {
|
|
68
|
+
return new VirtualAddress(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Returns true if the given object is an instance of VirtualAddress. This is designed to work even
|
|
72
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
73
|
+
*/
|
|
74
|
+
static isInstance(obj) {
|
|
75
|
+
if (obj === undefined || obj === null) {
|
|
76
|
+
return false;
|
|
77
|
+
}
|
|
78
|
+
return obj['__pulumiType'] === VirtualAddress.__pulumiType;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.VirtualAddress = VirtualAddress;
|
|
82
|
+
/** @internal */
|
|
83
|
+
VirtualAddress.__pulumiType = 'f5bigip:ltm/virtualAddress:VirtualAddress';
|
|
84
|
+
//# sourceMappingURL=virtualAddress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtualAddress.js","sourceRoot":"","sources":["../../ltm/virtualAddress.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.ltm.VirtualServer` Configures Virtual Server
|
|
4
|
+
*
|
|
5
|
+
* For resources should be named with their "full path". The full path is the combination of the partition + name of the resource (example: /Common/my-pool ) or partition + directory + name of the resource (example: /Common/test/my-pool ).When including directory in fullpath we have to make sure it is created in the given partition before using it.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
12
|
+
*
|
|
13
|
+
* const http = new f5bigip.ltm.VirtualServer("http", {
|
|
14
|
+
* name: "/Common/terraform_vs_http",
|
|
15
|
+
* destination: "10.12.12.12",
|
|
16
|
+
* port: 80,
|
|
17
|
+
* pool: "/Common/the-default-pool",
|
|
18
|
+
* });
|
|
19
|
+
* // A Virtual server with SSL enabled
|
|
20
|
+
* const httpsVirtualServer = new f5bigip.ltm.VirtualServer("httpsVirtualServer", {
|
|
21
|
+
* name: "/Common/terraform_vs_https",
|
|
22
|
+
* destination: _var.vip_ip,
|
|
23
|
+
* description: "VirtualServer-test",
|
|
24
|
+
* port: 443,
|
|
25
|
+
* pool: _var.pool,
|
|
26
|
+
* profiles: [
|
|
27
|
+
* "/Common/tcp",
|
|
28
|
+
* "/Common/my-awesome-ssl-cert",
|
|
29
|
+
* "/Common/http",
|
|
30
|
+
* ],
|
|
31
|
+
* sourceAddressTranslation: "automap",
|
|
32
|
+
* translateAddress: "enabled",
|
|
33
|
+
* translatePort: "enabled",
|
|
34
|
+
* });
|
|
35
|
+
* // A Virtual server with separate client and server profiles
|
|
36
|
+
* const httpsLtm_virtualServerVirtualServer = new f5bigip.ltm.VirtualServer("httpsLtm/virtualServerVirtualServer", {
|
|
37
|
+
* name: "/Common/terraform_vs_https",
|
|
38
|
+
* destination: "10.255.255.254",
|
|
39
|
+
* description: "VirtualServer-test",
|
|
40
|
+
* port: 443,
|
|
41
|
+
* clientProfiles: ["/Common/clientssl"],
|
|
42
|
+
* serverProfiles: ["/Common/serverssl"],
|
|
43
|
+
* securityLogProfiles: ["/Common/global-network"],
|
|
44
|
+
* sourceAddressTranslation: "automap",
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
export declare class VirtualServer extends pulumi.CustomResource {
|
|
49
|
+
/**
|
|
50
|
+
* Get an existing VirtualServer 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: string, id: pulumi.Input<pulumi.ID>, state?: VirtualServerState, opts?: pulumi.CustomResourceOptions): VirtualServer;
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of VirtualServer. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj: any): obj is VirtualServer;
|
|
64
|
+
/**
|
|
65
|
+
* List of client context profiles associated on the virtual server. Not mutually exclusive with profiles and server_profiles
|
|
66
|
+
*/
|
|
67
|
+
readonly clientProfiles: pulumi.Output<string[] | undefined>;
|
|
68
|
+
readonly defaultPersistenceProfile: pulumi.Output<string | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Description of Virtual server
|
|
71
|
+
*/
|
|
72
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* Destination IP
|
|
75
|
+
*/
|
|
76
|
+
readonly destination: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* Specifies a fallback persistence profile for the Virtual Server to use when the default persistence profile is not available.
|
|
79
|
+
*/
|
|
80
|
+
readonly fallbackPersistenceProfile: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* Specify the IP protocol to use with the the virtual server (all, tcp, or udp are valid)
|
|
83
|
+
*/
|
|
84
|
+
readonly ipProtocol: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The iRules list you want run on this virtual server. iRules help automate the intercepting, processing, and routing of application traffic.
|
|
87
|
+
*/
|
|
88
|
+
readonly irules: pulumi.Output<string[] | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* Mask can either be in CIDR notation or decimal, i.e.: 24 or 255.255.255.0. A CIDR mask of 0 is the same as 0.0.0.0
|
|
91
|
+
*/
|
|
92
|
+
readonly mask: pulumi.Output<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Name of the virtual server
|
|
95
|
+
*/
|
|
96
|
+
readonly name: pulumi.Output<string>;
|
|
97
|
+
readonly perFlowRequestAccessPolicy: pulumi.Output<string>;
|
|
98
|
+
/**
|
|
99
|
+
* List of persistence profiles associated with the Virtual Server.
|
|
100
|
+
*/
|
|
101
|
+
readonly persistenceProfiles: pulumi.Output<string[] | undefined>;
|
|
102
|
+
readonly policies: pulumi.Output<string[] | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* Default pool name
|
|
105
|
+
*/
|
|
106
|
+
readonly pool: pulumi.Output<string | undefined>;
|
|
107
|
+
/**
|
|
108
|
+
* Listen port for the virtual server
|
|
109
|
+
*/
|
|
110
|
+
readonly port: pulumi.Output<number>;
|
|
111
|
+
/**
|
|
112
|
+
* List of profiles associated both client and server contexts on the virtual server. This includes protocol, ssl, http, etc.
|
|
113
|
+
*/
|
|
114
|
+
readonly profiles: pulumi.Output<string[]>;
|
|
115
|
+
/**
|
|
116
|
+
* Specifies the log profile applied to the virtual server.
|
|
117
|
+
*/
|
|
118
|
+
readonly securityLogProfiles: pulumi.Output<string[] | undefined>;
|
|
119
|
+
/**
|
|
120
|
+
* List of server context profiles associated on the virtual server. Not mutually exclusive with profiles and client_profiles
|
|
121
|
+
*/
|
|
122
|
+
readonly serverProfiles: pulumi.Output<string[] | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* Specifies the name of an existing SNAT pool that you want the virtual server to use to implement selective and intelligent SNATs. DEPRECATED - see Virtual Server Property Groups source-address-translation
|
|
125
|
+
*/
|
|
126
|
+
readonly snatpool: pulumi.Output<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Specifies an IP address or network from which the virtual server will accept traffic.
|
|
129
|
+
*/
|
|
130
|
+
readonly source: pulumi.Output<string>;
|
|
131
|
+
/**
|
|
132
|
+
* Can be either omitted for none or the values automap or snat
|
|
133
|
+
*/
|
|
134
|
+
readonly sourceAddressTranslation: pulumi.Output<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Specifies whether the virtual server and its resources are available for load balancing. The default is Enabled
|
|
137
|
+
*/
|
|
138
|
+
readonly state: pulumi.Output<string | undefined>;
|
|
139
|
+
/**
|
|
140
|
+
* Enables or disables address translation for the virtual server. Turn address translation off for a virtual server if you want to use the virtual server to load balance connections to any address. This option is useful when the system is load balancing devices that have the same IP address.
|
|
141
|
+
*/
|
|
142
|
+
readonly translateAddress: pulumi.Output<string>;
|
|
143
|
+
/**
|
|
144
|
+
* Enables or disables port translation. Turn port translation off for a virtual server if you want to use the virtual server to load balance connections to any service
|
|
145
|
+
*/
|
|
146
|
+
readonly translatePort: pulumi.Output<string>;
|
|
147
|
+
/**
|
|
148
|
+
* The virtual server is enabled/disabled on this set of VLANs. See vlans-disabled and vlans-enabled.
|
|
149
|
+
*/
|
|
150
|
+
readonly vlans: pulumi.Output<string[] | undefined>;
|
|
151
|
+
/**
|
|
152
|
+
* Enables the virtual server on the VLANs specified by the VLANs option.
|
|
153
|
+
*/
|
|
154
|
+
readonly vlansEnabled: pulumi.Output<boolean>;
|
|
155
|
+
/**
|
|
156
|
+
* Create a VirtualServer resource with the given unique name, arguments, and options.
|
|
157
|
+
*
|
|
158
|
+
* @param name The _unique_ name of the resource.
|
|
159
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
160
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
161
|
+
*/
|
|
162
|
+
constructor(name: string, args: VirtualServerArgs, opts?: pulumi.CustomResourceOptions);
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Input properties used for looking up and filtering VirtualServer resources.
|
|
166
|
+
*/
|
|
167
|
+
export interface VirtualServerState {
|
|
168
|
+
/**
|
|
169
|
+
* List of client context profiles associated on the virtual server. Not mutually exclusive with profiles and server_profiles
|
|
170
|
+
*/
|
|
171
|
+
clientProfiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
172
|
+
defaultPersistenceProfile?: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* Description of Virtual server
|
|
175
|
+
*/
|
|
176
|
+
description?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Destination IP
|
|
179
|
+
*/
|
|
180
|
+
destination?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Specifies a fallback persistence profile for the Virtual Server to use when the default persistence profile is not available.
|
|
183
|
+
*/
|
|
184
|
+
fallbackPersistenceProfile?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Specify the IP protocol to use with the the virtual server (all, tcp, or udp are valid)
|
|
187
|
+
*/
|
|
188
|
+
ipProtocol?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* The iRules list you want run on this virtual server. iRules help automate the intercepting, processing, and routing of application traffic.
|
|
191
|
+
*/
|
|
192
|
+
irules?: pulumi.Input<pulumi.Input<string>[]>;
|
|
193
|
+
/**
|
|
194
|
+
* Mask can either be in CIDR notation or decimal, i.e.: 24 or 255.255.255.0. A CIDR mask of 0 is the same as 0.0.0.0
|
|
195
|
+
*/
|
|
196
|
+
mask?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* Name of the virtual server
|
|
199
|
+
*/
|
|
200
|
+
name?: pulumi.Input<string>;
|
|
201
|
+
perFlowRequestAccessPolicy?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* List of persistence profiles associated with the Virtual Server.
|
|
204
|
+
*/
|
|
205
|
+
persistenceProfiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
206
|
+
policies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
207
|
+
/**
|
|
208
|
+
* Default pool name
|
|
209
|
+
*/
|
|
210
|
+
pool?: pulumi.Input<string>;
|
|
211
|
+
/**
|
|
212
|
+
* Listen port for the virtual server
|
|
213
|
+
*/
|
|
214
|
+
port?: pulumi.Input<number>;
|
|
215
|
+
/**
|
|
216
|
+
* List of profiles associated both client and server contexts on the virtual server. This includes protocol, ssl, http, etc.
|
|
217
|
+
*/
|
|
218
|
+
profiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
219
|
+
/**
|
|
220
|
+
* Specifies the log profile applied to the virtual server.
|
|
221
|
+
*/
|
|
222
|
+
securityLogProfiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
223
|
+
/**
|
|
224
|
+
* List of server context profiles associated on the virtual server. Not mutually exclusive with profiles and client_profiles
|
|
225
|
+
*/
|
|
226
|
+
serverProfiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
227
|
+
/**
|
|
228
|
+
* Specifies the name of an existing SNAT pool that you want the virtual server to use to implement selective and intelligent SNATs. DEPRECATED - see Virtual Server Property Groups source-address-translation
|
|
229
|
+
*/
|
|
230
|
+
snatpool?: pulumi.Input<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Specifies an IP address or network from which the virtual server will accept traffic.
|
|
233
|
+
*/
|
|
234
|
+
source?: pulumi.Input<string>;
|
|
235
|
+
/**
|
|
236
|
+
* Can be either omitted for none or the values automap or snat
|
|
237
|
+
*/
|
|
238
|
+
sourceAddressTranslation?: pulumi.Input<string>;
|
|
239
|
+
/**
|
|
240
|
+
* Specifies whether the virtual server and its resources are available for load balancing. The default is Enabled
|
|
241
|
+
*/
|
|
242
|
+
state?: pulumi.Input<string>;
|
|
243
|
+
/**
|
|
244
|
+
* Enables or disables address translation for the virtual server. Turn address translation off for a virtual server if you want to use the virtual server to load balance connections to any address. This option is useful when the system is load balancing devices that have the same IP address.
|
|
245
|
+
*/
|
|
246
|
+
translateAddress?: pulumi.Input<string>;
|
|
247
|
+
/**
|
|
248
|
+
* Enables or disables port translation. Turn port translation off for a virtual server if you want to use the virtual server to load balance connections to any service
|
|
249
|
+
*/
|
|
250
|
+
translatePort?: pulumi.Input<string>;
|
|
251
|
+
/**
|
|
252
|
+
* The virtual server is enabled/disabled on this set of VLANs. See vlans-disabled and vlans-enabled.
|
|
253
|
+
*/
|
|
254
|
+
vlans?: pulumi.Input<pulumi.Input<string>[]>;
|
|
255
|
+
/**
|
|
256
|
+
* Enables the virtual server on the VLANs specified by the VLANs option.
|
|
257
|
+
*/
|
|
258
|
+
vlansEnabled?: pulumi.Input<boolean>;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* The set of arguments for constructing a VirtualServer resource.
|
|
262
|
+
*/
|
|
263
|
+
export interface VirtualServerArgs {
|
|
264
|
+
/**
|
|
265
|
+
* List of client context profiles associated on the virtual server. Not mutually exclusive with profiles and server_profiles
|
|
266
|
+
*/
|
|
267
|
+
clientProfiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
268
|
+
defaultPersistenceProfile?: pulumi.Input<string>;
|
|
269
|
+
/**
|
|
270
|
+
* Description of Virtual server
|
|
271
|
+
*/
|
|
272
|
+
description?: pulumi.Input<string>;
|
|
273
|
+
/**
|
|
274
|
+
* Destination IP
|
|
275
|
+
*/
|
|
276
|
+
destination: pulumi.Input<string>;
|
|
277
|
+
/**
|
|
278
|
+
* Specifies a fallback persistence profile for the Virtual Server to use when the default persistence profile is not available.
|
|
279
|
+
*/
|
|
280
|
+
fallbackPersistenceProfile?: pulumi.Input<string>;
|
|
281
|
+
/**
|
|
282
|
+
* Specify the IP protocol to use with the the virtual server (all, tcp, or udp are valid)
|
|
283
|
+
*/
|
|
284
|
+
ipProtocol?: pulumi.Input<string>;
|
|
285
|
+
/**
|
|
286
|
+
* The iRules list you want run on this virtual server. iRules help automate the intercepting, processing, and routing of application traffic.
|
|
287
|
+
*/
|
|
288
|
+
irules?: pulumi.Input<pulumi.Input<string>[]>;
|
|
289
|
+
/**
|
|
290
|
+
* Mask can either be in CIDR notation or decimal, i.e.: 24 or 255.255.255.0. A CIDR mask of 0 is the same as 0.0.0.0
|
|
291
|
+
*/
|
|
292
|
+
mask?: pulumi.Input<string>;
|
|
293
|
+
/**
|
|
294
|
+
* Name of the virtual server
|
|
295
|
+
*/
|
|
296
|
+
name: pulumi.Input<string>;
|
|
297
|
+
perFlowRequestAccessPolicy?: pulumi.Input<string>;
|
|
298
|
+
/**
|
|
299
|
+
* List of persistence profiles associated with the Virtual Server.
|
|
300
|
+
*/
|
|
301
|
+
persistenceProfiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
302
|
+
policies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
303
|
+
/**
|
|
304
|
+
* Default pool name
|
|
305
|
+
*/
|
|
306
|
+
pool?: pulumi.Input<string>;
|
|
307
|
+
/**
|
|
308
|
+
* Listen port for the virtual server
|
|
309
|
+
*/
|
|
310
|
+
port: pulumi.Input<number>;
|
|
311
|
+
/**
|
|
312
|
+
* List of profiles associated both client and server contexts on the virtual server. This includes protocol, ssl, http, etc.
|
|
313
|
+
*/
|
|
314
|
+
profiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
315
|
+
/**
|
|
316
|
+
* Specifies the log profile applied to the virtual server.
|
|
317
|
+
*/
|
|
318
|
+
securityLogProfiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
319
|
+
/**
|
|
320
|
+
* List of server context profiles associated on the virtual server. Not mutually exclusive with profiles and client_profiles
|
|
321
|
+
*/
|
|
322
|
+
serverProfiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
323
|
+
/**
|
|
324
|
+
* Specifies the name of an existing SNAT pool that you want the virtual server to use to implement selective and intelligent SNATs. DEPRECATED - see Virtual Server Property Groups source-address-translation
|
|
325
|
+
*/
|
|
326
|
+
snatpool?: pulumi.Input<string>;
|
|
327
|
+
/**
|
|
328
|
+
* Specifies an IP address or network from which the virtual server will accept traffic.
|
|
329
|
+
*/
|
|
330
|
+
source?: pulumi.Input<string>;
|
|
331
|
+
/**
|
|
332
|
+
* Can be either omitted for none or the values automap or snat
|
|
333
|
+
*/
|
|
334
|
+
sourceAddressTranslation?: pulumi.Input<string>;
|
|
335
|
+
/**
|
|
336
|
+
* Specifies whether the virtual server and its resources are available for load balancing. The default is Enabled
|
|
337
|
+
*/
|
|
338
|
+
state?: pulumi.Input<string>;
|
|
339
|
+
/**
|
|
340
|
+
* Enables or disables address translation for the virtual server. Turn address translation off for a virtual server if you want to use the virtual server to load balance connections to any address. This option is useful when the system is load balancing devices that have the same IP address.
|
|
341
|
+
*/
|
|
342
|
+
translateAddress?: pulumi.Input<string>;
|
|
343
|
+
/**
|
|
344
|
+
* Enables or disables port translation. Turn port translation off for a virtual server if you want to use the virtual server to load balance connections to any service
|
|
345
|
+
*/
|
|
346
|
+
translatePort?: pulumi.Input<string>;
|
|
347
|
+
/**
|
|
348
|
+
* The virtual server is enabled/disabled on this set of VLANs. See vlans-disabled and vlans-enabled.
|
|
349
|
+
*/
|
|
350
|
+
vlans?: pulumi.Input<pulumi.Input<string>[]>;
|
|
351
|
+
/**
|
|
352
|
+
* Enables the virtual server on the VLANs specified by the VLANs option.
|
|
353
|
+
*/
|
|
354
|
+
vlansEnabled?: pulumi.Input<boolean>;
|
|
355
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
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.VirtualServer` Configures Virtual Server
|
|
9
|
+
*
|
|
10
|
+
* For resources should be named with their "full path". The full path is the combination of the partition + name of the resource (example: /Common/my-pool ) or partition + directory + name of the resource (example: /Common/test/my-pool ).When including directory in fullpath we have to make sure it is created in the given partition before using it.
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
17
|
+
*
|
|
18
|
+
* const http = new f5bigip.ltm.VirtualServer("http", {
|
|
19
|
+
* name: "/Common/terraform_vs_http",
|
|
20
|
+
* destination: "10.12.12.12",
|
|
21
|
+
* port: 80,
|
|
22
|
+
* pool: "/Common/the-default-pool",
|
|
23
|
+
* });
|
|
24
|
+
* // A Virtual server with SSL enabled
|
|
25
|
+
* const httpsVirtualServer = new f5bigip.ltm.VirtualServer("httpsVirtualServer", {
|
|
26
|
+
* name: "/Common/terraform_vs_https",
|
|
27
|
+
* destination: _var.vip_ip,
|
|
28
|
+
* description: "VirtualServer-test",
|
|
29
|
+
* port: 443,
|
|
30
|
+
* pool: _var.pool,
|
|
31
|
+
* profiles: [
|
|
32
|
+
* "/Common/tcp",
|
|
33
|
+
* "/Common/my-awesome-ssl-cert",
|
|
34
|
+
* "/Common/http",
|
|
35
|
+
* ],
|
|
36
|
+
* sourceAddressTranslation: "automap",
|
|
37
|
+
* translateAddress: "enabled",
|
|
38
|
+
* translatePort: "enabled",
|
|
39
|
+
* });
|
|
40
|
+
* // A Virtual server with separate client and server profiles
|
|
41
|
+
* const httpsLtm_virtualServerVirtualServer = new f5bigip.ltm.VirtualServer("httpsLtm/virtualServerVirtualServer", {
|
|
42
|
+
* name: "/Common/terraform_vs_https",
|
|
43
|
+
* destination: "10.255.255.254",
|
|
44
|
+
* description: "VirtualServer-test",
|
|
45
|
+
* port: 443,
|
|
46
|
+
* clientProfiles: ["/Common/clientssl"],
|
|
47
|
+
* serverProfiles: ["/Common/serverssl"],
|
|
48
|
+
* securityLogProfiles: ["/Common/global-network"],
|
|
49
|
+
* sourceAddressTranslation: "automap",
|
|
50
|
+
* });
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
class VirtualServer extends pulumi.CustomResource {
|
|
54
|
+
constructor(name, argsOrState, opts) {
|
|
55
|
+
let inputs = {};
|
|
56
|
+
opts = opts || {};
|
|
57
|
+
if (opts.id) {
|
|
58
|
+
const state = argsOrState;
|
|
59
|
+
inputs["clientProfiles"] = state ? state.clientProfiles : undefined;
|
|
60
|
+
inputs["defaultPersistenceProfile"] = state ? state.defaultPersistenceProfile : undefined;
|
|
61
|
+
inputs["description"] = state ? state.description : undefined;
|
|
62
|
+
inputs["destination"] = state ? state.destination : undefined;
|
|
63
|
+
inputs["fallbackPersistenceProfile"] = state ? state.fallbackPersistenceProfile : undefined;
|
|
64
|
+
inputs["ipProtocol"] = state ? state.ipProtocol : undefined;
|
|
65
|
+
inputs["irules"] = state ? state.irules : undefined;
|
|
66
|
+
inputs["mask"] = state ? state.mask : undefined;
|
|
67
|
+
inputs["name"] = state ? state.name : undefined;
|
|
68
|
+
inputs["perFlowRequestAccessPolicy"] = state ? state.perFlowRequestAccessPolicy : undefined;
|
|
69
|
+
inputs["persistenceProfiles"] = state ? state.persistenceProfiles : undefined;
|
|
70
|
+
inputs["policies"] = state ? state.policies : undefined;
|
|
71
|
+
inputs["pool"] = state ? state.pool : undefined;
|
|
72
|
+
inputs["port"] = state ? state.port : undefined;
|
|
73
|
+
inputs["profiles"] = state ? state.profiles : undefined;
|
|
74
|
+
inputs["securityLogProfiles"] = state ? state.securityLogProfiles : undefined;
|
|
75
|
+
inputs["serverProfiles"] = state ? state.serverProfiles : undefined;
|
|
76
|
+
inputs["snatpool"] = state ? state.snatpool : undefined;
|
|
77
|
+
inputs["source"] = state ? state.source : undefined;
|
|
78
|
+
inputs["sourceAddressTranslation"] = state ? state.sourceAddressTranslation : undefined;
|
|
79
|
+
inputs["state"] = state ? state.state : undefined;
|
|
80
|
+
inputs["translateAddress"] = state ? state.translateAddress : undefined;
|
|
81
|
+
inputs["translatePort"] = state ? state.translatePort : undefined;
|
|
82
|
+
inputs["vlans"] = state ? state.vlans : undefined;
|
|
83
|
+
inputs["vlansEnabled"] = state ? state.vlansEnabled : undefined;
|
|
84
|
+
}
|
|
85
|
+
else {
|
|
86
|
+
const args = argsOrState;
|
|
87
|
+
if ((!args || args.destination === undefined) && !opts.urn) {
|
|
88
|
+
throw new Error("Missing required property 'destination'");
|
|
89
|
+
}
|
|
90
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
91
|
+
throw new Error("Missing required property 'name'");
|
|
92
|
+
}
|
|
93
|
+
if ((!args || args.port === undefined) && !opts.urn) {
|
|
94
|
+
throw new Error("Missing required property 'port'");
|
|
95
|
+
}
|
|
96
|
+
inputs["clientProfiles"] = args ? args.clientProfiles : undefined;
|
|
97
|
+
inputs["defaultPersistenceProfile"] = args ? args.defaultPersistenceProfile : undefined;
|
|
98
|
+
inputs["description"] = args ? args.description : undefined;
|
|
99
|
+
inputs["destination"] = args ? args.destination : undefined;
|
|
100
|
+
inputs["fallbackPersistenceProfile"] = args ? args.fallbackPersistenceProfile : undefined;
|
|
101
|
+
inputs["ipProtocol"] = args ? args.ipProtocol : undefined;
|
|
102
|
+
inputs["irules"] = args ? args.irules : undefined;
|
|
103
|
+
inputs["mask"] = args ? args.mask : undefined;
|
|
104
|
+
inputs["name"] = args ? args.name : undefined;
|
|
105
|
+
inputs["perFlowRequestAccessPolicy"] = args ? args.perFlowRequestAccessPolicy : undefined;
|
|
106
|
+
inputs["persistenceProfiles"] = args ? args.persistenceProfiles : undefined;
|
|
107
|
+
inputs["policies"] = args ? args.policies : undefined;
|
|
108
|
+
inputs["pool"] = args ? args.pool : undefined;
|
|
109
|
+
inputs["port"] = args ? args.port : undefined;
|
|
110
|
+
inputs["profiles"] = args ? args.profiles : undefined;
|
|
111
|
+
inputs["securityLogProfiles"] = args ? args.securityLogProfiles : undefined;
|
|
112
|
+
inputs["serverProfiles"] = args ? args.serverProfiles : undefined;
|
|
113
|
+
inputs["snatpool"] = args ? args.snatpool : undefined;
|
|
114
|
+
inputs["source"] = args ? args.source : undefined;
|
|
115
|
+
inputs["sourceAddressTranslation"] = args ? args.sourceAddressTranslation : undefined;
|
|
116
|
+
inputs["state"] = args ? args.state : undefined;
|
|
117
|
+
inputs["translateAddress"] = args ? args.translateAddress : undefined;
|
|
118
|
+
inputs["translatePort"] = args ? args.translatePort : undefined;
|
|
119
|
+
inputs["vlans"] = args ? args.vlans : undefined;
|
|
120
|
+
inputs["vlansEnabled"] = args ? args.vlansEnabled : undefined;
|
|
121
|
+
}
|
|
122
|
+
if (!opts.version) {
|
|
123
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
124
|
+
}
|
|
125
|
+
super(VirtualServer.__pulumiType, name, inputs, opts);
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Get an existing VirtualServer resource's state with the given name, ID, and optional extra
|
|
129
|
+
* properties used to qualify the lookup.
|
|
130
|
+
*
|
|
131
|
+
* @param name The _unique_ name of the resulting resource.
|
|
132
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
133
|
+
* @param state Any extra arguments used during the lookup.
|
|
134
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
135
|
+
*/
|
|
136
|
+
static get(name, id, state, opts) {
|
|
137
|
+
return new VirtualServer(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Returns true if the given object is an instance of VirtualServer. This is designed to work even
|
|
141
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
142
|
+
*/
|
|
143
|
+
static isInstance(obj) {
|
|
144
|
+
if (obj === undefined || obj === null) {
|
|
145
|
+
return false;
|
|
146
|
+
}
|
|
147
|
+
return obj['__pulumiType'] === VirtualServer.__pulumiType;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
exports.VirtualServer = VirtualServer;
|
|
151
|
+
/** @internal */
|
|
152
|
+
VirtualServer.__pulumiType = 'f5bigip:ltm/virtualServer:VirtualServer';
|
|
153
|
+
//# sourceMappingURL=virtualServer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtualServer.js","sourceRoot":"","sources":["../../ltm/virtualServer.ts"],"names":[],"mappings":"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"}
|
package/net/index.d.ts
ADDED
package/net/index.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
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("./route"));
|
|
12
|
+
__export(require("./selfIp"));
|
|
13
|
+
__export(require("./vlan"));
|
|
14
|
+
// Import resources to register:
|
|
15
|
+
const route_1 = require("./route");
|
|
16
|
+
const selfIp_1 = require("./selfIp");
|
|
17
|
+
const vlan_1 = require("./vlan");
|
|
18
|
+
const _module = {
|
|
19
|
+
version: utilities.getVersion(),
|
|
20
|
+
construct: (name, type, urn) => {
|
|
21
|
+
switch (type) {
|
|
22
|
+
case "f5bigip:net/route:Route":
|
|
23
|
+
return new route_1.Route(name, undefined, { urn });
|
|
24
|
+
case "f5bigip:net/selfIp:SelfIp":
|
|
25
|
+
return new selfIp_1.SelfIp(name, undefined, { urn });
|
|
26
|
+
case "f5bigip:net/vlan:Vlan":
|
|
27
|
+
return new vlan_1.Vlan(name, undefined, { urn });
|
|
28
|
+
default:
|
|
29
|
+
throw new Error(`unknown resource type ${type}`);
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
pulumi.runtime.registerResourceModule("f5bigip", "net/route", _module);
|
|
34
|
+
pulumi.runtime.registerResourceModule("f5bigip", "net/selfIp", _module);
|
|
35
|
+
pulumi.runtime.registerResourceModule("f5bigip", "net/vlan", _module);
|
|
36
|
+
//# sourceMappingURL=index.js.map
|
package/net/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../net/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,6BAAwB;AACxB,8BAAyB;AACzB,4BAAuB;AAEvB,gCAAgC;AAChC,mCAAgC;AAChC,qCAAkC;AAClC,iCAA8B;AAE9B,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,yBAAyB;gBAC1B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,2BAA2B;gBAC5B,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,uBAAuB;gBACxB,OAAO,IAAI,WAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA;AACtE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA;AACvE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA"}
|