@pulumi/f5bigip 3.10.0-alpha.1663281839 → 3.10.0-alpha.1674361346
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/as3.d.ts +2 -2
- package/as3.js +24 -24
- package/as3.js.map +1 -1
- package/bigIqAs3.d.ts +1 -1
- package/bigIqAs3.js +30 -28
- package/bigIqAs3.js.map +1 -1
- package/cm/device.d.ts +1 -1
- package/cm/device.js +23 -23
- package/cm/device.js.map +1 -1
- package/cm/deviceGroup.d.ts +3 -2
- package/cm/deviceGroup.js +23 -23
- package/cm/deviceGroup.js.map +1 -1
- package/cm/index.d.ts +6 -2
- package/cm/index.js +7 -22
- package/cm/index.js.map +1 -1
- package/command.js +21 -21
- package/command.js.map +1 -1
- package/commonLicenseManageBigIq.js +29 -27
- package/commonLicenseManageBigIq.js.map +1 -1
- package/config/vars.d.ts +8 -0
- package/config/vars.js +12 -0
- package/config/vars.js.map +1 -1
- package/do.d.ts +1 -1
- package/do.js +27 -25
- package/do.js.map +1 -1
- package/eventServiceDiscovery.d.ts +2 -1
- package/eventServiceDiscovery.js +19 -19
- package/eventServiceDiscovery.js.map +1 -1
- package/fastApplication.d.ts +1 -1
- package/fastApplication.js +23 -23
- package/fastApplication.js.map +1 -1
- package/fastHttpApp.d.ts +98 -38
- package/fastHttpApp.js +41 -31
- package/fastHttpApp.js.map +1 -1
- package/fastHttpsApp.d.ts +140 -53
- package/fastHttpsApp.js +49 -35
- package/fastHttpsApp.js.map +1 -1
- package/fastTcpApp.d.ts +55 -54
- package/fastTcpApp.js +31 -31
- package/fastTcpApp.js.map +1 -1
- package/fastTemplate.js +22 -22
- package/fastTemplate.js.map +1 -1
- package/fastUdpApp.d.ts +324 -0
- package/fastUdpApp.js +124 -0
- package/fastUdpApp.js.map +1 -0
- package/index.d.ts +59 -19
- package/index.js +62 -71
- package/index.js.map +1 -1
- package/ipsecPolicy.js +22 -22
- package/ipsecPolicy.js.map +1 -1
- package/ipsecProfile.d.ts +1 -1
- package/ipsecProfile.js +23 -23
- package/ipsecProfile.js.map +1 -1
- package/ltm/dataGroup.d.ts +2 -1
- package/ltm/dataGroup.js +22 -22
- package/ltm/dataGroup.js.map +1 -1
- package/ltm/getDataGroup.d.ts +19 -3
- package/ltm/getDataGroup.js +19 -7
- package/ltm/getDataGroup.js.map +1 -1
- package/ltm/getIrule.d.ts +19 -4
- package/ltm/getIrule.js +21 -9
- package/ltm/getIrule.js.map +1 -1
- package/ltm/getMonitor.d.ts +17 -2
- package/ltm/getMonitor.js +19 -7
- package/ltm/getMonitor.js.map +1 -1
- package/ltm/getNode.d.ts +5 -1
- package/ltm/getNode.js +5 -5
- package/ltm/getNode.js.map +1 -1
- package/ltm/getPolicy.d.ts +17 -1
- package/ltm/getPolicy.js +17 -5
- package/ltm/getPolicy.js.map +1 -1
- package/ltm/getPool.d.ts +17 -2
- package/ltm/getPool.js +19 -7
- package/ltm/getPool.js.map +1 -1
- package/ltm/index.d.ts +93 -31
- package/ltm/index.js +94 -97
- package/ltm/index.js.map +1 -1
- package/ltm/irule.js +22 -22
- package/ltm/irule.js.map +1 -1
- package/ltm/monitor.d.ts +6 -4
- package/ltm/monitor.js +31 -27
- package/ltm/monitor.js.map +1 -1
- package/ltm/node.d.ts +2 -1
- package/ltm/node.js +22 -22
- package/ltm/node.js.map +1 -1
- package/ltm/persistenceProfileCookie.js +22 -22
- package/ltm/persistenceProfileCookie.js.map +1 -1
- package/ltm/persistenceProfileDstAddr.js +22 -22
- package/ltm/persistenceProfileDstAddr.js.map +1 -1
- package/ltm/persistenceProfileSrcAddr.js +22 -22
- package/ltm/persistenceProfileSrcAddr.js.map +1 -1
- package/ltm/persistenceProfileSsl.js +22 -22
- package/ltm/persistenceProfileSsl.js.map +1 -1
- package/ltm/policy.d.ts +8 -7
- package/ltm/policy.js +22 -22
- package/ltm/policy.js.map +1 -1
- package/ltm/pool.js +22 -22
- package/ltm/pool.js.map +1 -1
- package/ltm/poolAttachment.js +22 -22
- package/ltm/poolAttachment.js.map +1 -1
- package/ltm/profileClientSsl.d.ts +29 -7
- package/ltm/profileClientSsl.js +29 -25
- package/ltm/profileClientSsl.js.map +1 -1
- package/ltm/profileFastHttp.js +22 -22
- package/ltm/profileFastHttp.js.map +1 -1
- package/ltm/profileFastL4.d.ts +70 -10
- package/ltm/profileFastL4.js +36 -26
- package/ltm/profileFastL4.js.map +1 -1
- package/ltm/profileFtp.js +22 -22
- package/ltm/profileFtp.js.map +1 -1
- package/ltm/profileHttp.js +22 -22
- package/ltm/profileHttp.js.map +1 -1
- package/ltm/profileHttp2.js +22 -22
- package/ltm/profileHttp2.js.map +1 -1
- package/ltm/profileHttpCompress.d.ts +96 -4
- package/ltm/profileHttpCompress.js +45 -23
- package/ltm/profileHttpCompress.js.map +1 -1
- package/ltm/profileOneConnect.d.ts +1 -3
- package/ltm/profileOneConnect.js +23 -25
- package/ltm/profileOneConnect.js.map +1 -1
- package/ltm/profileServerSsl.d.ts +15 -3
- package/ltm/profileServerSsl.js +27 -23
- package/ltm/profileServerSsl.js.map +1 -1
- package/ltm/profileTcp.d.ts +155 -11
- package/ltm/profileTcp.js +48 -24
- package/ltm/profileTcp.js.map +1 -1
- package/ltm/snat.d.ts +5 -4
- package/ltm/snat.js +22 -22
- package/ltm/snat.js.map +1 -1
- package/ltm/snatPool.d.ts +1 -1
- package/ltm/snatPool.js +23 -23
- package/ltm/snatPool.js.map +1 -1
- package/ltm/virtualAddress.d.ts +1 -1
- package/ltm/virtualAddress.js +23 -23
- package/ltm/virtualAddress.js.map +1 -1
- package/ltm/virtualServer.d.ts +50 -14
- package/ltm/virtualServer.js +28 -28
- package/ltm/virtualServer.js.map +1 -1
- package/net/index.d.ts +9 -3
- package/net/index.js +10 -25
- package/net/index.js.map +1 -1
- package/net/route.js +22 -22
- package/net/route.js.map +1 -1
- package/net/selfIp.js +22 -22
- package/net/selfIp.js.map +1 -1
- package/net/vlan.d.ts +2 -1
- package/net/vlan.js +21 -21
- package/net/vlan.js.map +1 -1
- package/netIkePeer.d.ts +0 -13
- package/netIkePeer.js +22 -35
- package/netIkePeer.js.map +1 -1
- package/netTunnel.js +22 -22
- package/netTunnel.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.d.ts +12 -0
- package/provider.js +12 -10
- package/provider.js.map +1 -1
- package/ssl/certificate.js +25 -23
- package/ssl/certificate.js.map +1 -1
- package/ssl/getCertificate.d.ts +19 -4
- package/ssl/getCertificate.js +21 -9
- package/ssl/getCertificate.js.map +1 -1
- package/ssl/getVWanConfig.d.ts +31 -2
- package/ssl/getVWanConfig.js +33 -7
- package/ssl/getVWanConfig.js.map +1 -1
- package/ssl/getWafEntityParameter.d.ts +5 -0
- package/ssl/getWafEntityParameter.js +3 -5
- package/ssl/getWafEntityParameter.js.map +1 -1
- package/ssl/getWafEntityUrl.d.ts +36 -3
- package/ssl/getWafEntityUrl.js +36 -7
- package/ssl/getWafEntityUrl.js.map +1 -1
- package/ssl/getWafPbSuggestions.d.ts +18 -2
- package/ssl/getWafPbSuggestions.js +20 -7
- package/ssl/getWafPbSuggestions.js.map +1 -1
- package/ssl/getWafPolicy.d.ts +16 -2
- package/ssl/getWafPolicy.js +18 -7
- package/ssl/getWafPolicy.js.map +1 -1
- package/ssl/getWafSignatures.d.ts +16 -2
- package/ssl/getWafSignatures.js +18 -7
- package/ssl/getWafSignatures.js.map +1 -1
- package/ssl/index.d.ts +27 -9
- package/ssl/index.js +28 -29
- package/ssl/index.js.map +1 -1
- package/ssl/key.d.ts +12 -0
- package/ssl/key.js +27 -23
- package/ssl/key.js.map +1 -1
- package/sys/bigIpLicense.js +22 -22
- package/sys/bigIpLicense.js.map +1 -1
- package/sys/dns.d.ts +10 -11
- package/sys/dns.js +26 -24
- package/sys/dns.js.map +1 -1
- package/sys/iapp.d.ts +2 -1
- package/sys/iapp.js +22 -22
- package/sys/iapp.js.map +1 -1
- package/sys/index.d.ts +21 -7
- package/sys/index.js +22 -37
- package/sys/index.js.map +1 -1
- package/sys/ntp.d.ts +9 -10
- package/sys/ntp.js +25 -23
- package/sys/ntp.js.map +1 -1
- package/sys/provision.js +22 -22
- package/sys/provision.js.map +1 -1
- package/sys/snmp.js +18 -18
- package/sys/snmp.js.map +1 -1
- package/sys/snmpTraps.d.ts +1 -1
- package/sys/snmpTraps.js +23 -23
- package/sys/snmpTraps.js.map +1 -1
- package/trafficSelector.js +22 -22
- package/trafficSelector.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +126 -36
- package/types/output.d.ts +102 -19
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/vcmp/guest.d.ts +232 -0
- package/vcmp/guest.js +104 -0
- package/vcmp/guest.js.map +1 -0
- package/vcmp/index.d.ts +3 -0
- package/vcmp/index.js +22 -0
- package/vcmp/index.js.map +1 -0
- package/wafPolicy.d.ts +4 -5
- package/wafPolicy.js +25 -23
- package/wafPolicy.js.map +1 -1
package/as3.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
40
40
|
*
|
|
41
41
|
* bigip_as3.testImporting from ID "Sample_http_01"... bigip_as3.testImport prepared!
|
|
42
42
|
*
|
|
43
|
-
* Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show
|
|
43
|
+
* Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show bigip_as3.testresource "bigip_as3" "test" {
|
|
44
44
|
*
|
|
45
45
|
* as3_json
|
|
46
46
|
*
|
|
@@ -208,7 +208,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
208
208
|
*
|
|
209
209
|
* bigip_as3.testImporting from ID "Sample_http_01,Sample_non_http_01"... bigip_as3.testImport prepared!
|
|
210
210
|
*
|
|
211
|
-
* Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01,Sample_non_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show
|
|
211
|
+
* Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01,Sample_non_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show bigip_as3.testresource "bigip_as3" "test" {
|
|
212
212
|
*
|
|
213
213
|
* as3_json
|
|
214
214
|
*
|
package/as3.js
CHANGED
|
@@ -46,7 +46,7 @@ const utilities = require("./utilities");
|
|
|
46
46
|
*
|
|
47
47
|
* bigip_as3.testImporting from ID "Sample_http_01"... bigip_as3.testImport prepared!
|
|
48
48
|
*
|
|
49
|
-
* Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show
|
|
49
|
+
* Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show bigip_as3.testresource "bigip_as3" "test" {
|
|
50
50
|
*
|
|
51
51
|
* as3_json
|
|
52
52
|
*
|
|
@@ -214,7 +214,7 @@ const utilities = require("./utilities");
|
|
|
214
214
|
*
|
|
215
215
|
* bigip_as3.testImporting from ID "Sample_http_01,Sample_non_http_01"... bigip_as3.testImport prepared!
|
|
216
216
|
*
|
|
217
|
-
* Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01,Sample_non_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show
|
|
217
|
+
* Prepared bigip_as3 for import bigip_as3.testRefreshing state... [id=Sample_http_01,Sample_non_http_01] Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. $ terraform show bigip_as3.testresource "bigip_as3" "test" {
|
|
218
218
|
*
|
|
219
219
|
* as3_json
|
|
220
220
|
*
|
|
@@ -467,6 +467,28 @@ const utilities = require("./utilities");
|
|
|
467
467
|
* = "Sample_http_01,Sample_non_http_01" } * `AS3 documentation` - https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/composing-a-declaration.html
|
|
468
468
|
*/
|
|
469
469
|
class As3 extends pulumi.CustomResource {
|
|
470
|
+
/**
|
|
471
|
+
* Get an existing As3 resource's state with the given name, ID, and optional extra
|
|
472
|
+
* properties used to qualify the lookup.
|
|
473
|
+
*
|
|
474
|
+
* @param name The _unique_ name of the resulting resource.
|
|
475
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
476
|
+
* @param state Any extra arguments used during the lookup.
|
|
477
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
478
|
+
*/
|
|
479
|
+
static get(name, id, state, opts) {
|
|
480
|
+
return new As3(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* Returns true if the given object is an instance of As3. This is designed to work even
|
|
484
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
485
|
+
*/
|
|
486
|
+
static isInstance(obj) {
|
|
487
|
+
if (obj === undefined || obj === null) {
|
|
488
|
+
return false;
|
|
489
|
+
}
|
|
490
|
+
return obj['__pulumiType'] === As3.__pulumiType;
|
|
491
|
+
}
|
|
470
492
|
constructor(name, argsOrState, opts) {
|
|
471
493
|
let resourceInputs = {};
|
|
472
494
|
opts = opts || {};
|
|
@@ -493,28 +515,6 @@ class As3 extends pulumi.CustomResource {
|
|
|
493
515
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
494
516
|
super(As3.__pulumiType, name, resourceInputs, opts);
|
|
495
517
|
}
|
|
496
|
-
/**
|
|
497
|
-
* Get an existing As3 resource's state with the given name, ID, and optional extra
|
|
498
|
-
* properties used to qualify the lookup.
|
|
499
|
-
*
|
|
500
|
-
* @param name The _unique_ name of the resulting resource.
|
|
501
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
502
|
-
* @param state Any extra arguments used during the lookup.
|
|
503
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
504
|
-
*/
|
|
505
|
-
static get(name, id, state, opts) {
|
|
506
|
-
return new As3(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
507
|
-
}
|
|
508
|
-
/**
|
|
509
|
-
* Returns true if the given object is an instance of As3. This is designed to work even
|
|
510
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
511
|
-
*/
|
|
512
|
-
static isInstance(obj) {
|
|
513
|
-
if (obj === undefined || obj === null) {
|
|
514
|
-
return false;
|
|
515
|
-
}
|
|
516
|
-
return obj['__pulumiType'] === As3.__pulumiType;
|
|
517
|
-
}
|
|
518
518
|
}
|
|
519
519
|
exports.As3 = As3;
|
|
520
520
|
/** @internal */
|
package/as3.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"as3.js","sourceRoot":"","sources":["../as3.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4cG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"as3.js","sourceRoot":"","sources":["../as3.ts"],"names":[],"mappings":"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"}
|
package/bigIqAs3.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
*
|
|
14
14
|
* // Example Usage for json file
|
|
15
15
|
* const exampletask = new f5bigip.BigIqAs3("exampletask", {
|
|
16
|
-
* as3Json: fs.readFileSync("bigiq_example.json"
|
|
16
|
+
* as3Json: fs.readFileSync("bigiq_example.json"),
|
|
17
17
|
* bigiqAddress: "xx.xx.xxx.xx",
|
|
18
18
|
* bigiqPassword: "xxxxxxxxx",
|
|
19
19
|
* bigiqUser: "xxxxx",
|
package/bigIqAs3.js
CHANGED
|
@@ -19,7 +19,7 @@ const utilities = require("./utilities");
|
|
|
19
19
|
*
|
|
20
20
|
* // Example Usage for json file
|
|
21
21
|
* const exampletask = new f5bigip.BigIqAs3("exampletask", {
|
|
22
|
-
* as3Json: fs.readFileSync("bigiq_example.json"
|
|
22
|
+
* as3Json: fs.readFileSync("bigiq_example.json"),
|
|
23
23
|
* bigiqAddress: "xx.xx.xxx.xx",
|
|
24
24
|
* bigiqPassword: "xxxxxxxxx",
|
|
25
25
|
* bigiqUser: "xxxxx",
|
|
@@ -27,6 +27,28 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* ```
|
|
28
28
|
*/
|
|
29
29
|
class BigIqAs3 extends pulumi.CustomResource {
|
|
30
|
+
/**
|
|
31
|
+
* Get an existing BigIqAs3 resource's state with the given name, ID, and optional extra
|
|
32
|
+
* properties used to qualify the lookup.
|
|
33
|
+
*
|
|
34
|
+
* @param name The _unique_ name of the resulting resource.
|
|
35
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
36
|
+
* @param state Any extra arguments used during the lookup.
|
|
37
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
+
*/
|
|
39
|
+
static get(name, id, state, opts) {
|
|
40
|
+
return new BigIqAs3(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Returns true if the given object is an instance of BigIqAs3. This is designed to work even
|
|
44
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
45
|
+
*/
|
|
46
|
+
static isInstance(obj) {
|
|
47
|
+
if (obj === undefined || obj === null) {
|
|
48
|
+
return false;
|
|
49
|
+
}
|
|
50
|
+
return obj['__pulumiType'] === BigIqAs3.__pulumiType;
|
|
51
|
+
}
|
|
30
52
|
constructor(name, argsOrState, opts) {
|
|
31
53
|
let resourceInputs = {};
|
|
32
54
|
opts = opts || {};
|
|
@@ -58,39 +80,19 @@ class BigIqAs3 extends pulumi.CustomResource {
|
|
|
58
80
|
}
|
|
59
81
|
resourceInputs["as3Json"] = args ? args.as3Json : undefined;
|
|
60
82
|
resourceInputs["bigiqAddress"] = args ? args.bigiqAddress : undefined;
|
|
61
|
-
resourceInputs["bigiqLoginRef"] = args ? args.bigiqLoginRef : undefined;
|
|
62
|
-
resourceInputs["bigiqPassword"] = args ? args.bigiqPassword : undefined;
|
|
63
|
-
resourceInputs["bigiqPort"] = args ? args.bigiqPort : undefined;
|
|
64
|
-
resourceInputs["bigiqTokenAuth"] = args ? args.bigiqTokenAuth : undefined;
|
|
65
|
-
resourceInputs["bigiqUser"] = args ? args.bigiqUser : undefined;
|
|
83
|
+
resourceInputs["bigiqLoginRef"] = (args === null || args === void 0 ? void 0 : args.bigiqLoginRef) ? pulumi.secret(args.bigiqLoginRef) : undefined;
|
|
84
|
+
resourceInputs["bigiqPassword"] = (args === null || args === void 0 ? void 0 : args.bigiqPassword) ? pulumi.secret(args.bigiqPassword) : undefined;
|
|
85
|
+
resourceInputs["bigiqPort"] = (args === null || args === void 0 ? void 0 : args.bigiqPort) ? pulumi.secret(args.bigiqPort) : undefined;
|
|
86
|
+
resourceInputs["bigiqTokenAuth"] = (args === null || args === void 0 ? void 0 : args.bigiqTokenAuth) ? pulumi.secret(args.bigiqTokenAuth) : undefined;
|
|
87
|
+
resourceInputs["bigiqUser"] = (args === null || args === void 0 ? void 0 : args.bigiqUser) ? pulumi.secret(args.bigiqUser) : undefined;
|
|
66
88
|
resourceInputs["ignoreMetadata"] = args ? args.ignoreMetadata : undefined;
|
|
67
89
|
resourceInputs["tenantList"] = args ? args.tenantList : undefined;
|
|
68
90
|
}
|
|
69
91
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
92
|
+
const secretOpts = { additionalSecretOutputs: ["bigiqLoginRef", "bigiqPassword", "bigiqPort", "bigiqTokenAuth", "bigiqUser"] };
|
|
93
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
70
94
|
super(BigIqAs3.__pulumiType, name, resourceInputs, opts);
|
|
71
95
|
}
|
|
72
|
-
/**
|
|
73
|
-
* Get an existing BigIqAs3 resource's state with the given name, ID, and optional extra
|
|
74
|
-
* properties used to qualify the lookup.
|
|
75
|
-
*
|
|
76
|
-
* @param name The _unique_ name of the resulting resource.
|
|
77
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
78
|
-
* @param state Any extra arguments used during the lookup.
|
|
79
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
80
|
-
*/
|
|
81
|
-
static get(name, id, state, opts) {
|
|
82
|
-
return new BigIqAs3(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Returns true if the given object is an instance of BigIqAs3. This is designed to work even
|
|
86
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
87
|
-
*/
|
|
88
|
-
static isInstance(obj) {
|
|
89
|
-
if (obj === undefined || obj === null) {
|
|
90
|
-
return false;
|
|
91
|
-
}
|
|
92
|
-
return obj['__pulumiType'] === BigIqAs3.__pulumiType;
|
|
93
|
-
}
|
|
94
96
|
}
|
|
95
97
|
exports.BigIqAs3 = BigIqAs3;
|
|
96
98
|
/** @internal */
|
package/bigIqAs3.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bigIqAs3.js","sourceRoot":"","sources":["../bigIqAs3.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"bigIqAs3.js","sourceRoot":"","sources":["../bigIqAs3.ts"],"names":[],"mappings":"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"}
|
package/cm/device.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
11
11
|
*
|
|
12
|
-
* const myNewDevice = new f5bigip.cm.Device("
|
|
12
|
+
* const myNewDevice = new f5bigip.cm.Device("myNewDevice", {
|
|
13
13
|
* configsyncIp: "2.2.2.2",
|
|
14
14
|
* mirrorIp: "10.10.10.10",
|
|
15
15
|
* mirrorSecondaryIp: "11.11.11.11",
|
package/cm/device.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("../utilities");
|
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
16
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
17
17
|
*
|
|
18
|
-
* const myNewDevice = new f5bigip.cm.Device("
|
|
18
|
+
* const myNewDevice = new f5bigip.cm.Device("myNewDevice", {
|
|
19
19
|
* configsyncIp: "2.2.2.2",
|
|
20
20
|
* mirrorIp: "10.10.10.10",
|
|
21
21
|
* mirrorSecondaryIp: "11.11.11.11",
|
|
@@ -24,6 +24,28 @@ const utilities = require("../utilities");
|
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
class Device extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing Device resource's state with the given name, ID, and optional extra
|
|
29
|
+
* properties used to qualify the lookup.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resulting resource.
|
|
32
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
33
|
+
* @param state Any extra arguments used during the lookup.
|
|
34
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
35
|
+
*/
|
|
36
|
+
static get(name, id, state, opts) {
|
|
37
|
+
return new Device(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of Device. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj) {
|
|
44
|
+
if (obj === undefined || obj === null) {
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
return obj['__pulumiType'] === Device.__pulumiType;
|
|
48
|
+
}
|
|
27
49
|
constructor(name, argsOrState, opts) {
|
|
28
50
|
let resourceInputs = {};
|
|
29
51
|
opts = opts || {};
|
|
@@ -50,28 +72,6 @@ class Device extends pulumi.CustomResource {
|
|
|
50
72
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
51
73
|
super(Device.__pulumiType, name, resourceInputs, opts);
|
|
52
74
|
}
|
|
53
|
-
/**
|
|
54
|
-
* Get an existing Device resource's state with the given name, ID, and optional extra
|
|
55
|
-
* properties used to qualify the lookup.
|
|
56
|
-
*
|
|
57
|
-
* @param name The _unique_ name of the resulting resource.
|
|
58
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
59
|
-
* @param state Any extra arguments used during the lookup.
|
|
60
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
61
|
-
*/
|
|
62
|
-
static get(name, id, state, opts) {
|
|
63
|
-
return new Device(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* Returns true if the given object is an instance of Device. This is designed to work even
|
|
67
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
68
|
-
*/
|
|
69
|
-
static isInstance(obj) {
|
|
70
|
-
if (obj === undefined || obj === null) {
|
|
71
|
-
return false;
|
|
72
|
-
}
|
|
73
|
-
return obj['__pulumiType'] === Device.__pulumiType;
|
|
74
|
-
}
|
|
75
75
|
}
|
|
76
76
|
exports.Device = Device;
|
|
77
77
|
/** @internal */
|
package/cm/device.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device.js","sourceRoot":"","sources":["../../cm/device.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"device.js","sourceRoot":"","sources":["../../cm/device.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AA7EL,wBA8EC;AAhEG,gBAAgB;AACO,mBAAY,GAAG,0BAA0B,CAAC"}
|
package/cm/deviceGroup.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* `f5bigip.cm.DeviceGroup` A device group is a collection of BIG-IP devices that are configured to securely synchronize their BIG-IP configuration data, and fail over when needed.
|
|
5
6
|
*
|
|
@@ -9,7 +10,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
9
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
11
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
11
12
|
*
|
|
12
|
-
* const myNewDevicegroup = new f5bigip.cm.DeviceGroup("
|
|
13
|
+
* const myNewDevicegroup = new f5bigip.cm.DeviceGroup("myNewDevicegroup", {
|
|
13
14
|
* autoSync: "enabled",
|
|
14
15
|
* devices: [
|
|
15
16
|
* {
|
package/cm/deviceGroup.js
CHANGED
|
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
16
16
|
*
|
|
17
|
-
* const myNewDevicegroup = new f5bigip.cm.DeviceGroup("
|
|
17
|
+
* const myNewDevicegroup = new f5bigip.cm.DeviceGroup("myNewDevicegroup", {
|
|
18
18
|
* autoSync: "enabled",
|
|
19
19
|
* devices: [
|
|
20
20
|
* {
|
|
@@ -31,6 +31,28 @@ const utilities = require("../utilities");
|
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
class DeviceGroup extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing DeviceGroup resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name, id, state, opts) {
|
|
44
|
+
return new DeviceGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Returns true if the given object is an instance of DeviceGroup. This is designed to work even
|
|
48
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
+
*/
|
|
50
|
+
static isInstance(obj) {
|
|
51
|
+
if (obj === undefined || obj === null) {
|
|
52
|
+
return false;
|
|
53
|
+
}
|
|
54
|
+
return obj['__pulumiType'] === DeviceGroup.__pulumiType;
|
|
55
|
+
}
|
|
34
56
|
constructor(name, argsOrState, opts) {
|
|
35
57
|
let resourceInputs = {};
|
|
36
58
|
opts = opts || {};
|
|
@@ -63,28 +85,6 @@ class DeviceGroup extends pulumi.CustomResource {
|
|
|
63
85
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
64
86
|
super(DeviceGroup.__pulumiType, name, resourceInputs, opts);
|
|
65
87
|
}
|
|
66
|
-
/**
|
|
67
|
-
* Get an existing DeviceGroup resource's state with the given name, ID, and optional extra
|
|
68
|
-
* properties used to qualify the lookup.
|
|
69
|
-
*
|
|
70
|
-
* @param name The _unique_ name of the resulting resource.
|
|
71
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
72
|
-
* @param state Any extra arguments used during the lookup.
|
|
73
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
74
|
-
*/
|
|
75
|
-
static get(name, id, state, opts) {
|
|
76
|
-
return new DeviceGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* Returns true if the given object is an instance of DeviceGroup. This is designed to work even
|
|
80
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
81
|
-
*/
|
|
82
|
-
static isInstance(obj) {
|
|
83
|
-
if (obj === undefined || obj === null) {
|
|
84
|
-
return false;
|
|
85
|
-
}
|
|
86
|
-
return obj['__pulumiType'] === DeviceGroup.__pulumiType;
|
|
87
|
-
}
|
|
88
88
|
}
|
|
89
89
|
exports.DeviceGroup = DeviceGroup;
|
|
90
90
|
/** @internal */
|
package/cm/deviceGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deviceGroup.js","sourceRoot":"","sources":["../../cm/deviceGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"deviceGroup.js","sourceRoot":"","sources":["../../cm/deviceGroup.ts"],"names":[],"mappings":"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"}
|
package/cm/index.d.ts
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { DeviceArgs, DeviceState } from "./device";
|
|
2
|
+
export type Device = import("./device").Device;
|
|
3
|
+
export declare const Device: typeof import("./device").Device;
|
|
4
|
+
export { DeviceGroupArgs, DeviceGroupState } from "./deviceGroup";
|
|
5
|
+
export type DeviceGroup = import("./deviceGroup").DeviceGroup;
|
|
6
|
+
export declare const DeviceGroup: typeof import("./deviceGroup").DeviceGroup;
|
package/cm/index.js
CHANGED
|
@@ -1,37 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DeviceGroup = exports.Device = void 0;
|
|
19
6
|
const pulumi = require("@pulumi/pulumi");
|
|
20
7
|
const utilities = require("../utilities");
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const device_1 = require("./device");
|
|
26
|
-
const deviceGroup_1 = require("./deviceGroup");
|
|
8
|
+
exports.Device = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Device"], () => require("./device"));
|
|
10
|
+
exports.DeviceGroup = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["DeviceGroup"], () => require("./deviceGroup"));
|
|
27
12
|
const _module = {
|
|
28
13
|
version: utilities.getVersion(),
|
|
29
14
|
construct: (name, type, urn) => {
|
|
30
15
|
switch (type) {
|
|
31
16
|
case "f5bigip:cm/device:Device":
|
|
32
|
-
return new
|
|
17
|
+
return new exports.Device(name, undefined, { urn });
|
|
33
18
|
case "f5bigip:cm/deviceGroup:DeviceGroup":
|
|
34
|
-
return new
|
|
19
|
+
return new exports.DeviceGroup(name, undefined, { urn });
|
|
35
20
|
default:
|
|
36
21
|
throw new Error(`unknown resource type ${type}`);
|
|
37
22
|
}
|
package/cm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cm/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cm/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAItD,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAG7E,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,0BAA0B;gBAC3B,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,oCAAoC;gBACrC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD;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,gBAAgB,EAAE,OAAO,CAAC,CAAA"}
|
package/command.js
CHANGED
|
@@ -23,27 +23,6 @@ const utilities = require("./utilities");
|
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
25
|
class Command extends pulumi.CustomResource {
|
|
26
|
-
constructor(name, argsOrState, opts) {
|
|
27
|
-
let resourceInputs = {};
|
|
28
|
-
opts = opts || {};
|
|
29
|
-
if (opts.id) {
|
|
30
|
-
const state = argsOrState;
|
|
31
|
-
resourceInputs["commandResults"] = state ? state.commandResults : undefined;
|
|
32
|
-
resourceInputs["commands"] = state ? state.commands : undefined;
|
|
33
|
-
resourceInputs["when"] = state ? state.when : undefined;
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
const args = argsOrState;
|
|
37
|
-
if ((!args || args.commands === undefined) && !opts.urn) {
|
|
38
|
-
throw new Error("Missing required property 'commands'");
|
|
39
|
-
}
|
|
40
|
-
resourceInputs["commandResults"] = args ? args.commandResults : undefined;
|
|
41
|
-
resourceInputs["commands"] = args ? args.commands : undefined;
|
|
42
|
-
resourceInputs["when"] = args ? args.when : undefined;
|
|
43
|
-
}
|
|
44
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
45
|
-
super(Command.__pulumiType, name, resourceInputs, opts);
|
|
46
|
-
}
|
|
47
26
|
/**
|
|
48
27
|
* Get an existing Command resource's state with the given name, ID, and optional extra
|
|
49
28
|
* properties used to qualify the lookup.
|
|
@@ -66,6 +45,27 @@ class Command extends pulumi.CustomResource {
|
|
|
66
45
|
}
|
|
67
46
|
return obj['__pulumiType'] === Command.__pulumiType;
|
|
68
47
|
}
|
|
48
|
+
constructor(name, argsOrState, opts) {
|
|
49
|
+
let resourceInputs = {};
|
|
50
|
+
opts = opts || {};
|
|
51
|
+
if (opts.id) {
|
|
52
|
+
const state = argsOrState;
|
|
53
|
+
resourceInputs["commandResults"] = state ? state.commandResults : undefined;
|
|
54
|
+
resourceInputs["commands"] = state ? state.commands : undefined;
|
|
55
|
+
resourceInputs["when"] = state ? state.when : undefined;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
const args = argsOrState;
|
|
59
|
+
if ((!args || args.commands === undefined) && !opts.urn) {
|
|
60
|
+
throw new Error("Missing required property 'commands'");
|
|
61
|
+
}
|
|
62
|
+
resourceInputs["commandResults"] = args ? args.commandResults : undefined;
|
|
63
|
+
resourceInputs["commands"] = args ? args.commands : undefined;
|
|
64
|
+
resourceInputs["when"] = args ? args.when : undefined;
|
|
65
|
+
}
|
|
66
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
+
super(Command.__pulumiType, name, resourceInputs, opts);
|
|
68
|
+
}
|
|
69
69
|
}
|
|
70
70
|
exports.Command = Command;
|
|
71
71
|
/** @internal */
|
package/command.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.js","sourceRoot":"","sources":["../command.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"command.js","sourceRoot":"","sources":["../command.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAoBD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AAjEL,0BAkEC;AApDG,gBAAgB;AACO,oBAAY,GAAG,+BAA+B,CAAC"}
|
|
@@ -69,6 +69,28 @@ const utilities = require("./utilities");
|
|
|
69
69
|
* ```
|
|
70
70
|
*/
|
|
71
71
|
class CommonLicenseManageBigIq extends pulumi.CustomResource {
|
|
72
|
+
/**
|
|
73
|
+
* Get an existing CommonLicenseManageBigIq resource's state with the given name, ID, and optional extra
|
|
74
|
+
* properties used to qualify the lookup.
|
|
75
|
+
*
|
|
76
|
+
* @param name The _unique_ name of the resulting resource.
|
|
77
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
78
|
+
* @param state Any extra arguments used during the lookup.
|
|
79
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
80
|
+
*/
|
|
81
|
+
static get(name, id, state, opts) {
|
|
82
|
+
return new CommonLicenseManageBigIq(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Returns true if the given object is an instance of CommonLicenseManageBigIq. This is designed to work even
|
|
86
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
87
|
+
*/
|
|
88
|
+
static isInstance(obj) {
|
|
89
|
+
if (obj === undefined || obj === null) {
|
|
90
|
+
return false;
|
|
91
|
+
}
|
|
92
|
+
return obj['__pulumiType'] === CommonLicenseManageBigIq.__pulumiType;
|
|
93
|
+
}
|
|
72
94
|
constructor(name, argsOrState, opts) {
|
|
73
95
|
let resourceInputs = {};
|
|
74
96
|
opts = opts || {};
|
|
@@ -110,11 +132,11 @@ class CommonLicenseManageBigIq extends pulumi.CustomResource {
|
|
|
110
132
|
}
|
|
111
133
|
resourceInputs["assignmentType"] = args ? args.assignmentType : undefined;
|
|
112
134
|
resourceInputs["bigiqAddress"] = args ? args.bigiqAddress : undefined;
|
|
113
|
-
resourceInputs["bigiqLoginRef"] = args ? args.bigiqLoginRef : undefined;
|
|
114
|
-
resourceInputs["bigiqPassword"] = args ? args.bigiqPassword : undefined;
|
|
115
|
-
resourceInputs["bigiqPort"] = args ? args.bigiqPort : undefined;
|
|
116
|
-
resourceInputs["bigiqTokenAuth"] = args ? args.bigiqTokenAuth : undefined;
|
|
117
|
-
resourceInputs["bigiqUser"] = args ? args.bigiqUser : undefined;
|
|
135
|
+
resourceInputs["bigiqLoginRef"] = (args === null || args === void 0 ? void 0 : args.bigiqLoginRef) ? pulumi.secret(args.bigiqLoginRef) : undefined;
|
|
136
|
+
resourceInputs["bigiqPassword"] = (args === null || args === void 0 ? void 0 : args.bigiqPassword) ? pulumi.secret(args.bigiqPassword) : undefined;
|
|
137
|
+
resourceInputs["bigiqPort"] = (args === null || args === void 0 ? void 0 : args.bigiqPort) ? pulumi.secret(args.bigiqPort) : undefined;
|
|
138
|
+
resourceInputs["bigiqTokenAuth"] = (args === null || args === void 0 ? void 0 : args.bigiqTokenAuth) ? pulumi.secret(args.bigiqTokenAuth) : undefined;
|
|
139
|
+
resourceInputs["bigiqUser"] = (args === null || args === void 0 ? void 0 : args.bigiqUser) ? pulumi.secret(args.bigiqUser) : undefined;
|
|
118
140
|
resourceInputs["deviceLicenseStatus"] = args ? args.deviceLicenseStatus : undefined;
|
|
119
141
|
resourceInputs["hypervisor"] = args ? args.hypervisor : undefined;
|
|
120
142
|
resourceInputs["key"] = args ? args.key : undefined;
|
|
@@ -126,30 +148,10 @@ class CommonLicenseManageBigIq extends pulumi.CustomResource {
|
|
|
126
148
|
resourceInputs["unitOfMeasure"] = args ? args.unitOfMeasure : undefined;
|
|
127
149
|
}
|
|
128
150
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
151
|
+
const secretOpts = { additionalSecretOutputs: ["bigiqLoginRef", "bigiqPassword", "bigiqPort", "bigiqTokenAuth", "bigiqUser"] };
|
|
152
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
129
153
|
super(CommonLicenseManageBigIq.__pulumiType, name, resourceInputs, opts);
|
|
130
154
|
}
|
|
131
|
-
/**
|
|
132
|
-
* Get an existing CommonLicenseManageBigIq resource's state with the given name, ID, and optional extra
|
|
133
|
-
* properties used to qualify the lookup.
|
|
134
|
-
*
|
|
135
|
-
* @param name The _unique_ name of the resulting resource.
|
|
136
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
137
|
-
* @param state Any extra arguments used during the lookup.
|
|
138
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
139
|
-
*/
|
|
140
|
-
static get(name, id, state, opts) {
|
|
141
|
-
return new CommonLicenseManageBigIq(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* Returns true if the given object is an instance of CommonLicenseManageBigIq. This is designed to work even
|
|
145
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
146
|
-
*/
|
|
147
|
-
static isInstance(obj) {
|
|
148
|
-
if (obj === undefined || obj === null) {
|
|
149
|
-
return false;
|
|
150
|
-
}
|
|
151
|
-
return obj['__pulumiType'] === CommonLicenseManageBigIq.__pulumiType;
|
|
152
|
-
}
|
|
153
155
|
}
|
|
154
156
|
exports.CommonLicenseManageBigIq = CommonLicenseManageBigIq;
|
|
155
157
|
/** @internal */
|