@pulumi/f5bigip 3.18.0-alpha.1739338797 → 3.18.0-alpha.1739378122
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/ltm/getDataGroup.d.ts +2 -2
- package/ltm/getDataGroup.js +2 -2
- package/ltm/getMonitor.d.ts +2 -2
- package/ltm/getMonitor.js +2 -2
- package/ltm/getPool.d.ts +2 -2
- package/ltm/getPool.js +2 -2
- package/package.json +2 -2
package/ltm/getDataGroup.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
12
12
|
*
|
|
13
|
-
* const
|
|
13
|
+
* const DG_TC3 = f5bigip.ltm.getDataGroup({
|
|
14
14
|
* name: "test-dg",
|
|
15
15
|
* partition: "Common",
|
|
16
16
|
* });
|
|
@@ -66,7 +66,7 @@ export interface GetDataGroupResult {
|
|
|
66
66
|
* import * as pulumi from "@pulumi/pulumi";
|
|
67
67
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
68
68
|
*
|
|
69
|
-
* const
|
|
69
|
+
* const DG_TC3 = f5bigip.ltm.getDataGroup({
|
|
70
70
|
* name: "test-dg",
|
|
71
71
|
* partition: "Common",
|
|
72
72
|
* });
|
package/ltm/getDataGroup.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
|
|
17
|
+
* const DG_TC3 = f5bigip.ltm.getDataGroup({
|
|
18
18
|
* name: "test-dg",
|
|
19
19
|
* partition: "Common",
|
|
20
20
|
* });
|
|
@@ -39,7 +39,7 @@ exports.getDataGroup = getDataGroup;
|
|
|
39
39
|
* import * as pulumi from "@pulumi/pulumi";
|
|
40
40
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
41
41
|
*
|
|
42
|
-
* const
|
|
42
|
+
* const DG_TC3 = f5bigip.ltm.getDataGroup({
|
|
43
43
|
* name: "test-dg",
|
|
44
44
|
* partition: "Common",
|
|
45
45
|
* });
|
package/ltm/getMonitor.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
10
10
|
*
|
|
11
|
-
* const
|
|
11
|
+
* const monitor_TC1 = f5bigip.ltm.getMonitor({
|
|
12
12
|
* name: "test-monitor",
|
|
13
13
|
* partition: "Common",
|
|
14
14
|
* });
|
|
@@ -93,7 +93,7 @@ export interface GetMonitorResult {
|
|
|
93
93
|
* import * as pulumi from "@pulumi/pulumi";
|
|
94
94
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
95
95
|
*
|
|
96
|
-
* const
|
|
96
|
+
* const monitor_TC1 = f5bigip.ltm.getMonitor({
|
|
97
97
|
* name: "test-monitor",
|
|
98
98
|
* partition: "Common",
|
|
99
99
|
* });
|
package/ltm/getMonitor.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
|
|
17
|
+
* const monitor_TC1 = f5bigip.ltm.getMonitor({
|
|
18
18
|
* name: "test-monitor",
|
|
19
19
|
* partition: "Common",
|
|
20
20
|
* });
|
|
@@ -37,7 +37,7 @@ exports.getMonitor = getMonitor;
|
|
|
37
37
|
* import * as pulumi from "@pulumi/pulumi";
|
|
38
38
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
39
39
|
*
|
|
40
|
-
* const
|
|
40
|
+
* const monitor_TC1 = f5bigip.ltm.getMonitor({
|
|
41
41
|
* name: "test-monitor",
|
|
42
42
|
* partition: "Common",
|
|
43
43
|
* });
|
package/ltm/getPool.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
10
10
|
*
|
|
11
|
-
* const
|
|
11
|
+
* const pool_Example = f5bigip.ltm.getPool({
|
|
12
12
|
* name: "example-pool",
|
|
13
13
|
* partition: "Common",
|
|
14
14
|
* });
|
|
@@ -52,7 +52,7 @@ export interface GetPoolResult {
|
|
|
52
52
|
* import * as pulumi from "@pulumi/pulumi";
|
|
53
53
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
54
54
|
*
|
|
55
|
-
* const
|
|
55
|
+
* const pool_Example = f5bigip.ltm.getPool({
|
|
56
56
|
* name: "example-pool",
|
|
57
57
|
* partition: "Common",
|
|
58
58
|
* });
|
package/ltm/getPool.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
|
|
17
|
+
* const pool_Example = f5bigip.ltm.getPool({
|
|
18
18
|
* name: "example-pool",
|
|
19
19
|
* partition: "Common",
|
|
20
20
|
* });
|
|
@@ -37,7 +37,7 @@ exports.getPool = getPool;
|
|
|
37
37
|
* import * as pulumi from "@pulumi/pulumi";
|
|
38
38
|
* import * as f5bigip from "@pulumi/f5bigip";
|
|
39
39
|
*
|
|
40
|
-
* const
|
|
40
|
+
* const pool_Example = f5bigip.ltm.getPool({
|
|
41
41
|
* name: "example-pool",
|
|
42
42
|
* partition: "Common",
|
|
43
43
|
* });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/f5bigip",
|
|
3
|
-
"version": "3.18.0-alpha.
|
|
3
|
+
"version": "3.18.0-alpha.1739378122",
|
|
4
4
|
"description": "A Pulumi package for creating and managing F5 BigIP resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "f5bigip",
|
|
26
|
-
"version": "3.18.0-alpha.
|
|
26
|
+
"version": "3.18.0-alpha.1739378122"
|
|
27
27
|
}
|
|
28
28
|
}
|