@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,352 @@
|
|
|
1
|
+
import { output as outputs } from "../types";
|
|
2
|
+
export interface EventServiceDiscoveryNode {
|
|
3
|
+
id?: string;
|
|
4
|
+
ip?: string;
|
|
5
|
+
port?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace cm {
|
|
8
|
+
interface DeviceGroupDevice {
|
|
9
|
+
/**
|
|
10
|
+
* Is the name of the device Group
|
|
11
|
+
*/
|
|
12
|
+
name?: string;
|
|
13
|
+
setSyncLeader?: boolean;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export declare namespace ltm {
|
|
17
|
+
interface DataGroupRecord {
|
|
18
|
+
/**
|
|
19
|
+
* , sets the value of the record's `data` attribute, specifying a value here will create a record in the form of `name := data`
|
|
20
|
+
*/
|
|
21
|
+
data?: string;
|
|
22
|
+
/**
|
|
23
|
+
* , sets the value of the record's `name` attribute, must be of type defined in `type` attribute
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
}
|
|
27
|
+
interface GetDataGroupRecord {
|
|
28
|
+
data?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Name of the datagroup
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
}
|
|
34
|
+
interface GetNodeFqdn {
|
|
35
|
+
/**
|
|
36
|
+
* The FQDN node's address family.
|
|
37
|
+
*/
|
|
38
|
+
addressFamily?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Specifies if the node should scale to the IP address set returned by DNS.
|
|
41
|
+
*/
|
|
42
|
+
autopopulate: string;
|
|
43
|
+
/**
|
|
44
|
+
* The number of attempts to resolve a domain name.
|
|
45
|
+
*/
|
|
46
|
+
downinterval: number;
|
|
47
|
+
/**
|
|
48
|
+
* The amount of time before sending the next DNS query.
|
|
49
|
+
*/
|
|
50
|
+
interval: string;
|
|
51
|
+
/**
|
|
52
|
+
* Name of the node.
|
|
53
|
+
*/
|
|
54
|
+
name?: string;
|
|
55
|
+
}
|
|
56
|
+
interface NodeFqdn {
|
|
57
|
+
/**
|
|
58
|
+
* Specifies the node's address family. The default is 'unspecified', or IP-agnostic. This needs to be specified inside the fqdn (fully qualified domain name).
|
|
59
|
+
*/
|
|
60
|
+
addressFamily?: string;
|
|
61
|
+
autopopulate: string;
|
|
62
|
+
downinterval: number;
|
|
63
|
+
/**
|
|
64
|
+
* Specifies the amount of time before sending the next DNS query. Default is 3600. This needs to be specified inside the fqdn (fully qualified domain name).
|
|
65
|
+
*/
|
|
66
|
+
interval: string;
|
|
67
|
+
/**
|
|
68
|
+
* Name of the node
|
|
69
|
+
*/
|
|
70
|
+
name?: string;
|
|
71
|
+
}
|
|
72
|
+
interface PolicyRule {
|
|
73
|
+
actions?: outputs.ltm.PolicyRuleAction[];
|
|
74
|
+
conditions?: outputs.ltm.PolicyRuleCondition[];
|
|
75
|
+
/**
|
|
76
|
+
* Name of the Policy ( policy name should be in full path which is combination of partition and policy name )
|
|
77
|
+
*/
|
|
78
|
+
name: string;
|
|
79
|
+
}
|
|
80
|
+
interface PolicyRuleAction {
|
|
81
|
+
appService: string;
|
|
82
|
+
application: string;
|
|
83
|
+
asm: boolean;
|
|
84
|
+
avr: boolean;
|
|
85
|
+
cache: boolean;
|
|
86
|
+
carp: boolean;
|
|
87
|
+
category: string;
|
|
88
|
+
classify: boolean;
|
|
89
|
+
clonePool: string;
|
|
90
|
+
code: number;
|
|
91
|
+
compress: boolean;
|
|
92
|
+
connection: boolean;
|
|
93
|
+
content: string;
|
|
94
|
+
cookieHash: boolean;
|
|
95
|
+
cookieInsert: boolean;
|
|
96
|
+
cookiePassive: boolean;
|
|
97
|
+
cookieRewrite: boolean;
|
|
98
|
+
decompress: boolean;
|
|
99
|
+
defer: boolean;
|
|
100
|
+
destinationAddress: boolean;
|
|
101
|
+
disable: boolean;
|
|
102
|
+
domain: string;
|
|
103
|
+
enable: boolean;
|
|
104
|
+
expiry: string;
|
|
105
|
+
expirySecs: number;
|
|
106
|
+
expression: string;
|
|
107
|
+
extension: string;
|
|
108
|
+
facility: string;
|
|
109
|
+
/**
|
|
110
|
+
* This action will affect forwarding.
|
|
111
|
+
*/
|
|
112
|
+
forward?: boolean;
|
|
113
|
+
fromProfile: string;
|
|
114
|
+
hash: boolean;
|
|
115
|
+
host: string;
|
|
116
|
+
http: boolean;
|
|
117
|
+
httpBasicAuth: boolean;
|
|
118
|
+
httpCookie: boolean;
|
|
119
|
+
httpHeader: boolean;
|
|
120
|
+
httpHost?: boolean;
|
|
121
|
+
httpReferer: boolean;
|
|
122
|
+
httpReply: boolean;
|
|
123
|
+
httpSetCookie: boolean;
|
|
124
|
+
httpUri: boolean;
|
|
125
|
+
ifile: string;
|
|
126
|
+
insert: boolean;
|
|
127
|
+
internalVirtual: string;
|
|
128
|
+
ipAddress: string;
|
|
129
|
+
key: string;
|
|
130
|
+
l7dos: boolean;
|
|
131
|
+
length: number;
|
|
132
|
+
location: string;
|
|
133
|
+
log: boolean;
|
|
134
|
+
ltmPolicy: boolean;
|
|
135
|
+
member: string;
|
|
136
|
+
message: string;
|
|
137
|
+
netmask: string;
|
|
138
|
+
nexthop: string;
|
|
139
|
+
node: string;
|
|
140
|
+
offset: number;
|
|
141
|
+
path: string;
|
|
142
|
+
pem: boolean;
|
|
143
|
+
persist: boolean;
|
|
144
|
+
pin: boolean;
|
|
145
|
+
policy: string;
|
|
146
|
+
/**
|
|
147
|
+
* This action will direct the stream to this pool.
|
|
148
|
+
*/
|
|
149
|
+
pool: string;
|
|
150
|
+
port: number;
|
|
151
|
+
priority: string;
|
|
152
|
+
profile: string;
|
|
153
|
+
protocol: string;
|
|
154
|
+
queryString: string;
|
|
155
|
+
rateclass: string;
|
|
156
|
+
redirect: boolean;
|
|
157
|
+
remove: boolean;
|
|
158
|
+
replace: boolean;
|
|
159
|
+
request: boolean;
|
|
160
|
+
requestAdapt: boolean;
|
|
161
|
+
reset: boolean;
|
|
162
|
+
response: boolean;
|
|
163
|
+
responseAdapt: boolean;
|
|
164
|
+
scheme: string;
|
|
165
|
+
script: string;
|
|
166
|
+
select: boolean;
|
|
167
|
+
serverSsl: boolean;
|
|
168
|
+
setVariable: boolean;
|
|
169
|
+
shutdown: boolean;
|
|
170
|
+
snat: string;
|
|
171
|
+
snatpool: string;
|
|
172
|
+
sourceAddress: boolean;
|
|
173
|
+
sslClientHello: boolean;
|
|
174
|
+
sslServerHandshake: boolean;
|
|
175
|
+
sslServerHello: boolean;
|
|
176
|
+
sslSessionId: boolean;
|
|
177
|
+
status: number;
|
|
178
|
+
tcl: boolean;
|
|
179
|
+
tcpNagle: boolean;
|
|
180
|
+
text: string;
|
|
181
|
+
timeout: number;
|
|
182
|
+
tmName: string;
|
|
183
|
+
uie: boolean;
|
|
184
|
+
universal: boolean;
|
|
185
|
+
value: string;
|
|
186
|
+
virtual: string;
|
|
187
|
+
vlan: string;
|
|
188
|
+
vlanId: number;
|
|
189
|
+
wam: boolean;
|
|
190
|
+
write: boolean;
|
|
191
|
+
}
|
|
192
|
+
interface PolicyRuleCondition {
|
|
193
|
+
address: boolean;
|
|
194
|
+
all: boolean;
|
|
195
|
+
appService: string;
|
|
196
|
+
browserType: boolean;
|
|
197
|
+
browserVersion: boolean;
|
|
198
|
+
caseInsensitive: boolean;
|
|
199
|
+
caseSensitive: boolean;
|
|
200
|
+
cipher: boolean;
|
|
201
|
+
cipherBits: boolean;
|
|
202
|
+
clientSsl: boolean;
|
|
203
|
+
code: boolean;
|
|
204
|
+
commonName: boolean;
|
|
205
|
+
contains: boolean;
|
|
206
|
+
continent: boolean;
|
|
207
|
+
countryCode: boolean;
|
|
208
|
+
countryName: boolean;
|
|
209
|
+
cpuUsage: boolean;
|
|
210
|
+
deviceMake: boolean;
|
|
211
|
+
deviceModel: boolean;
|
|
212
|
+
domain: boolean;
|
|
213
|
+
endsWith: boolean;
|
|
214
|
+
equals: boolean;
|
|
215
|
+
expiry: boolean;
|
|
216
|
+
extension: boolean;
|
|
217
|
+
external: boolean;
|
|
218
|
+
geoip: boolean;
|
|
219
|
+
greater: boolean;
|
|
220
|
+
greaterOrEqual: boolean;
|
|
221
|
+
host: boolean;
|
|
222
|
+
httpBasicAuth: boolean;
|
|
223
|
+
httpCookie: boolean;
|
|
224
|
+
httpHeader: boolean;
|
|
225
|
+
httpHost: boolean;
|
|
226
|
+
httpMethod: boolean;
|
|
227
|
+
httpReferer: boolean;
|
|
228
|
+
httpSetCookie: boolean;
|
|
229
|
+
httpStatus: boolean;
|
|
230
|
+
httpUri: boolean;
|
|
231
|
+
httpUserAgent: boolean;
|
|
232
|
+
httpVersion: boolean;
|
|
233
|
+
index: number;
|
|
234
|
+
internal: boolean;
|
|
235
|
+
isp: boolean;
|
|
236
|
+
last15secs: boolean;
|
|
237
|
+
last1min: boolean;
|
|
238
|
+
last5mins: boolean;
|
|
239
|
+
less: boolean;
|
|
240
|
+
lessOrEqual: boolean;
|
|
241
|
+
local: boolean;
|
|
242
|
+
major: boolean;
|
|
243
|
+
matches: boolean;
|
|
244
|
+
minor: boolean;
|
|
245
|
+
missing: boolean;
|
|
246
|
+
mss: boolean;
|
|
247
|
+
not: boolean;
|
|
248
|
+
org: boolean;
|
|
249
|
+
password: boolean;
|
|
250
|
+
path: boolean;
|
|
251
|
+
pathSegment: boolean;
|
|
252
|
+
port: boolean;
|
|
253
|
+
present: boolean;
|
|
254
|
+
protocol: boolean;
|
|
255
|
+
queryParameter: boolean;
|
|
256
|
+
queryString: boolean;
|
|
257
|
+
regionCode: boolean;
|
|
258
|
+
regionName: boolean;
|
|
259
|
+
remote: boolean;
|
|
260
|
+
request: boolean;
|
|
261
|
+
response: boolean;
|
|
262
|
+
routeDomain: boolean;
|
|
263
|
+
rtt: boolean;
|
|
264
|
+
scheme: boolean;
|
|
265
|
+
serverName: boolean;
|
|
266
|
+
sslCert: boolean;
|
|
267
|
+
sslClientHello: boolean;
|
|
268
|
+
sslExtension: boolean;
|
|
269
|
+
sslServerHandshake: boolean;
|
|
270
|
+
sslServerHello: boolean;
|
|
271
|
+
startsWith: boolean;
|
|
272
|
+
tcp: boolean;
|
|
273
|
+
text: boolean;
|
|
274
|
+
tmName: string;
|
|
275
|
+
unnamedQueryParameter: boolean;
|
|
276
|
+
userAgentToken: boolean;
|
|
277
|
+
username: boolean;
|
|
278
|
+
value: boolean;
|
|
279
|
+
values: string[];
|
|
280
|
+
version: boolean;
|
|
281
|
+
vlan: boolean;
|
|
282
|
+
vlanId: boolean;
|
|
283
|
+
}
|
|
284
|
+
interface ProfileClientSslCertKeyChain {
|
|
285
|
+
/**
|
|
286
|
+
* Specifies a cert name for use.
|
|
287
|
+
*/
|
|
288
|
+
cert?: string;
|
|
289
|
+
/**
|
|
290
|
+
* Contains a certificate chain that is relevant to the certificate and key mentioned earlier.This key is optional
|
|
291
|
+
*/
|
|
292
|
+
chain?: string;
|
|
293
|
+
/**
|
|
294
|
+
* Contains a key name
|
|
295
|
+
*/
|
|
296
|
+
key?: string;
|
|
297
|
+
/**
|
|
298
|
+
* Specifies the name of the profile.Name of Profile should be full path.The full path is the combination of the `partition + profile name`,For example `/Common/test-clientssl-profile`.
|
|
299
|
+
*/
|
|
300
|
+
name?: string;
|
|
301
|
+
passphrase?: string;
|
|
302
|
+
}
|
|
303
|
+
interface SnatOrigin {
|
|
304
|
+
appService?: string;
|
|
305
|
+
/**
|
|
306
|
+
* Name of the snat
|
|
307
|
+
*/
|
|
308
|
+
name?: string;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
export declare namespace net {
|
|
312
|
+
interface VlanInterface {
|
|
313
|
+
/**
|
|
314
|
+
* Specifies a list of tagged interfaces or trunks associated with this VLAN. Note that you can associate tagged interfaces or trunks with any number of VLANs.
|
|
315
|
+
*/
|
|
316
|
+
tagged?: boolean;
|
|
317
|
+
/**
|
|
318
|
+
* Physical or virtual port used for traffic
|
|
319
|
+
*/
|
|
320
|
+
vlanport?: string;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
export declare namespace sys {
|
|
324
|
+
interface IAppList {
|
|
325
|
+
encrypted?: string;
|
|
326
|
+
value?: string;
|
|
327
|
+
}
|
|
328
|
+
interface IAppMetadata {
|
|
329
|
+
persists?: string;
|
|
330
|
+
value?: string;
|
|
331
|
+
}
|
|
332
|
+
interface IAppTable {
|
|
333
|
+
columnNames?: string[];
|
|
334
|
+
encryptedColumns?: string;
|
|
335
|
+
/**
|
|
336
|
+
* Name of the iApp.
|
|
337
|
+
*/
|
|
338
|
+
name?: string;
|
|
339
|
+
rows?: outputs.sys.IAppTableRow[];
|
|
340
|
+
}
|
|
341
|
+
interface IAppTableRow {
|
|
342
|
+
rows?: string[];
|
|
343
|
+
}
|
|
344
|
+
interface IAppVariable {
|
|
345
|
+
encrypted?: string;
|
|
346
|
+
/**
|
|
347
|
+
* Name of the iApp.
|
|
348
|
+
*/
|
|
349
|
+
name?: string;
|
|
350
|
+
value?: string;
|
|
351
|
+
}
|
|
352
|
+
}
|
package/types/output.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
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
|
+
//# sourceMappingURL=output.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF"}
|
package/utilities.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare function getEnv(...vars: string[]): string | undefined;
|
|
2
|
+
export declare function getEnvBoolean(...vars: string[]): boolean | undefined;
|
|
3
|
+
export declare function getEnvNumber(...vars: string[]): number | undefined;
|
|
4
|
+
export declare function getVersion(): string;
|
package/utilities.js
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
function getEnv(...vars) {
|
|
6
|
+
for (const v of vars) {
|
|
7
|
+
const value = process.env[v];
|
|
8
|
+
if (value) {
|
|
9
|
+
return value;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
return undefined;
|
|
13
|
+
}
|
|
14
|
+
exports.getEnv = getEnv;
|
|
15
|
+
function getEnvBoolean(...vars) {
|
|
16
|
+
const s = getEnv(...vars);
|
|
17
|
+
if (s !== undefined) {
|
|
18
|
+
// NOTE: these values are taken from https://golang.org/src/strconv/atob.go?s=351:391#L1, which is what
|
|
19
|
+
// Terraform uses internally when parsing boolean values.
|
|
20
|
+
if (["1", "t", "T", "true", "TRUE", "True"].find(v => v === s) !== undefined) {
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
if (["0", "f", "F", "false", "FALSE", "False"].find(v => v === s) !== undefined) {
|
|
24
|
+
return false;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.getEnvBoolean = getEnvBoolean;
|
|
30
|
+
function getEnvNumber(...vars) {
|
|
31
|
+
const s = getEnv(...vars);
|
|
32
|
+
if (s !== undefined) {
|
|
33
|
+
const f = parseFloat(s);
|
|
34
|
+
if (!isNaN(f)) {
|
|
35
|
+
return f;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return undefined;
|
|
39
|
+
}
|
|
40
|
+
exports.getEnvNumber = getEnvNumber;
|
|
41
|
+
function getVersion() {
|
|
42
|
+
let version = require('./package.json').version;
|
|
43
|
+
// Node allows for the version to be prefixed by a "v", while semver doesn't.
|
|
44
|
+
// If there is a v, strip it off.
|
|
45
|
+
if (version.indexOf('v') === 0) {
|
|
46
|
+
version = version.slice(1);
|
|
47
|
+
}
|
|
48
|
+
return version;
|
|
49
|
+
}
|
|
50
|
+
exports.getVersion = getVersion;
|
|
51
|
+
//# sourceMappingURL=utilities.js.map
|
package/utilities.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAGjF,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;IAChD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC"}
|