@pulumi/gcp 6.49.0 → 6.50.0
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/alloydb/backup.d.ts +8 -8
- package/alloydb/backup.js +8 -8
- package/alloydb/cluster.d.ts +1 -50
- package/alloydb/cluster.js +1 -50
- package/alloydb/cluster.js.map +1 -1
- package/alloydb/instance.d.ts +9 -10
- package/alloydb/instance.js +9 -10
- package/alloydb/instance.js.map +1 -1
- package/apigee/addonsConfig.d.ts +172 -0
- package/apigee/addonsConfig.js +161 -0
- package/apigee/addonsConfig.js.map +1 -0
- package/apigee/index.d.ts +3 -0
- package/apigee/index.js +6 -1
- package/apigee/index.js.map +1 -1
- package/cloudbuildv2/connectionIAMBinding.d.ts +125 -0
- package/cloudbuildv2/connectionIAMBinding.js +92 -0
- package/cloudbuildv2/connectionIAMBinding.js.map +1 -0
- package/cloudbuildv2/connectionIAMMember.d.ts +125 -0
- package/cloudbuildv2/connectionIAMMember.js +92 -0
- package/cloudbuildv2/connectionIAMMember.js.map +1 -0
- package/cloudbuildv2/connectionIAMPolicy.d.ts +114 -0
- package/cloudbuildv2/connectionIAMPolicy.js +85 -0
- package/cloudbuildv2/connectionIAMPolicy.js.map +1 -0
- package/cloudbuildv2/index.d.ts +9 -0
- package/cloudbuildv2/index.js +16 -1
- package/cloudbuildv2/index.js.map +1 -1
- package/compute/externalVpnGateway.d.ts +18 -0
- package/compute/externalVpnGateway.js +2 -0
- package/compute/externalVpnGateway.js.map +1 -1
- package/compute/getInstanceGroupManager.d.ts +1 -0
- package/compute/getInstanceGroupManager.js.map +1 -1
- package/compute/getInstanceTemplate.d.ts +4 -0
- package/compute/getInstanceTemplate.js.map +1 -1
- package/compute/instanceGroupManager.d.ts +12 -0
- package/compute/instanceGroupManager.js +2 -0
- package/compute/instanceGroupManager.js.map +1 -1
- package/compute/instanceTemplate.d.ts +12 -0
- package/compute/instanceTemplate.js +2 -0
- package/compute/instanceTemplate.js.map +1 -1
- package/compute/network.d.ts +15 -6
- package/compute/network.js.map +1 -1
- package/compute/regionInstanceGroupManager.d.ts +12 -0
- package/compute/regionInstanceGroupManager.js +2 -0
- package/compute/regionInstanceGroupManager.js.map +1 -1
- package/compute/regionTargetTcpProxy.d.ts +10 -0
- package/compute/regionTargetTcpProxy.js +10 -0
- package/compute/regionTargetTcpProxy.js.map +1 -1
- package/datafusion/instance.d.ts +0 -9
- package/datafusion/instance.js +0 -9
- package/datafusion/instance.js.map +1 -1
- package/datastream/stream.d.ts +170 -0
- package/datastream/stream.js +170 -0
- package/datastream/stream.js.map +1 -1
- package/eventarc/channel.d.ts +3 -3
- package/eventarc/channel.js +3 -3
- package/eventarc/googleChannelConfig.d.ts +3 -3
- package/eventarc/googleChannelConfig.js +3 -3
- package/firebase/androidApp.d.ts +3 -3
- package/firebase/appleApp.d.ts +9 -9
- package/firestore/database.d.ts +197 -0
- package/firestore/database.js +90 -0
- package/firestore/database.js.map +1 -0
- package/firestore/index.d.ts +3 -0
- package/firestore/index.js +6 -1
- package/firestore/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/redis/instance.d.ts +2 -2
- package/securitycenter/instanceIamBinding.d.ts +0 -9
- package/securitycenter/instanceIamBinding.js +0 -9
- package/securitycenter/instanceIamBinding.js.map +1 -1
- package/securitycenter/instanceIamMember.d.ts +0 -9
- package/securitycenter/instanceIamMember.js +0 -9
- package/securitycenter/instanceIamMember.js.map +1 -1
- package/securitycenter/instanceIamPolicy.d.ts +0 -9
- package/securitycenter/instanceIamPolicy.js +0 -9
- package/securitycenter/instanceIamPolicy.js.map +1 -1
- package/sql/databaseInstance.d.ts +1 -0
- package/sql/databaseInstance.js +1 -0
- package/sql/databaseInstance.js.map +1 -1
- package/types/input.d.ts +570 -1
- package/types/output.d.ts +575 -1
- package/vertex/aiFeatureStore.d.ts +44 -0
- package/vertex/aiFeatureStore.js +25 -0
- package/vertex/aiFeatureStore.js.map +1 -1
- package/vertex/aiFeatureStoreEntityType.d.ts +32 -0
- package/vertex/aiFeatureStoreEntityType.js +6 -0
- package/vertex/aiFeatureStoreEntityType.js.map +1 -1
package/alloydb/backup.d.ts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* An AlloyDB Backup.
|
|
4
|
+
*
|
|
5
|
+
* To get more information about Backup, see:
|
|
6
|
+
*
|
|
7
|
+
* * [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.backups/create)
|
|
8
|
+
* * How-to Guides
|
|
9
|
+
* * [AlloyDB](https://cloud.google.com/alloydb/docs/)
|
|
10
|
+
*
|
|
3
11
|
* ## Example Usage
|
|
4
12
|
* ### Alloydb Backup Full
|
|
5
13
|
*
|
|
@@ -14,30 +22,23 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
14
22
|
* clusterId: "alloydb-cluster",
|
|
15
23
|
* location: "us-central1",
|
|
16
24
|
* network: defaultNetwork.then(defaultNetwork => defaultNetwork.id),
|
|
17
|
-
* }, {
|
|
18
|
-
* provider: google_beta,
|
|
19
25
|
* });
|
|
20
26
|
* const privateIpAlloc = new gcp.compute.GlobalAddress("privateIpAlloc", {
|
|
21
27
|
* addressType: "INTERNAL",
|
|
22
28
|
* purpose: "VPC_PEERING",
|
|
23
29
|
* prefixLength: 16,
|
|
24
30
|
* network: defaultNetwork.then(defaultNetwork => defaultNetwork.id),
|
|
25
|
-
* }, {
|
|
26
|
-
* provider: google_beta,
|
|
27
31
|
* });
|
|
28
32
|
* const vpcConnection = new gcp.servicenetworking.Connection("vpcConnection", {
|
|
29
33
|
* network: defaultNetwork.then(defaultNetwork => defaultNetwork.id),
|
|
30
34
|
* service: "servicenetworking.googleapis.com",
|
|
31
35
|
* reservedPeeringRanges: [privateIpAlloc.name],
|
|
32
|
-
* }, {
|
|
33
|
-
* provider: google_beta,
|
|
34
36
|
* });
|
|
35
37
|
* const defaultInstance = new gcp.alloydb.Instance("defaultInstance", {
|
|
36
38
|
* cluster: defaultCluster.name,
|
|
37
39
|
* instanceId: "alloydb-instance",
|
|
38
40
|
* instanceType: "PRIMARY",
|
|
39
41
|
* }, {
|
|
40
|
-
* provider: google_beta,
|
|
41
42
|
* dependsOn: [vpcConnection],
|
|
42
43
|
* });
|
|
43
44
|
* const defaultBackup = new gcp.alloydb.Backup("defaultBackup", {
|
|
@@ -49,7 +50,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
49
50
|
* label: "key",
|
|
50
51
|
* },
|
|
51
52
|
* }, {
|
|
52
|
-
* provider: google_beta,
|
|
53
53
|
* dependsOn: [defaultInstance],
|
|
54
54
|
* });
|
|
55
55
|
* ```
|
package/alloydb/backup.js
CHANGED
|
@@ -6,6 +6,14 @@ exports.Backup = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
+
* An AlloyDB Backup.
|
|
10
|
+
*
|
|
11
|
+
* To get more information about Backup, see:
|
|
12
|
+
*
|
|
13
|
+
* * [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.backups/create)
|
|
14
|
+
* * How-to Guides
|
|
15
|
+
* * [AlloyDB](https://cloud.google.com/alloydb/docs/)
|
|
16
|
+
*
|
|
9
17
|
* ## Example Usage
|
|
10
18
|
* ### Alloydb Backup Full
|
|
11
19
|
*
|
|
@@ -20,30 +28,23 @@ const utilities = require("../utilities");
|
|
|
20
28
|
* clusterId: "alloydb-cluster",
|
|
21
29
|
* location: "us-central1",
|
|
22
30
|
* network: defaultNetwork.then(defaultNetwork => defaultNetwork.id),
|
|
23
|
-
* }, {
|
|
24
|
-
* provider: google_beta,
|
|
25
31
|
* });
|
|
26
32
|
* const privateIpAlloc = new gcp.compute.GlobalAddress("privateIpAlloc", {
|
|
27
33
|
* addressType: "INTERNAL",
|
|
28
34
|
* purpose: "VPC_PEERING",
|
|
29
35
|
* prefixLength: 16,
|
|
30
36
|
* network: defaultNetwork.then(defaultNetwork => defaultNetwork.id),
|
|
31
|
-
* }, {
|
|
32
|
-
* provider: google_beta,
|
|
33
37
|
* });
|
|
34
38
|
* const vpcConnection = new gcp.servicenetworking.Connection("vpcConnection", {
|
|
35
39
|
* network: defaultNetwork.then(defaultNetwork => defaultNetwork.id),
|
|
36
40
|
* service: "servicenetworking.googleapis.com",
|
|
37
41
|
* reservedPeeringRanges: [privateIpAlloc.name],
|
|
38
|
-
* }, {
|
|
39
|
-
* provider: google_beta,
|
|
40
42
|
* });
|
|
41
43
|
* const defaultInstance = new gcp.alloydb.Instance("defaultInstance", {
|
|
42
44
|
* cluster: defaultCluster.name,
|
|
43
45
|
* instanceId: "alloydb-instance",
|
|
44
46
|
* instanceType: "PRIMARY",
|
|
45
47
|
* }, {
|
|
46
|
-
* provider: google_beta,
|
|
47
48
|
* dependsOn: [vpcConnection],
|
|
48
49
|
* });
|
|
49
50
|
* const defaultBackup = new gcp.alloydb.Backup("defaultBackup", {
|
|
@@ -55,7 +56,6 @@ const utilities = require("../utilities");
|
|
|
55
56
|
* label: "key",
|
|
56
57
|
* },
|
|
57
58
|
* }, {
|
|
58
|
-
* provider: google_beta,
|
|
59
59
|
* dependsOn: [defaultInstance],
|
|
60
60
|
* });
|
|
61
61
|
* ```
|
package/alloydb/cluster.d.ts
CHANGED
|
@@ -10,60 +10,11 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as gcp from "@pulumi/gcp";
|
|
11
11
|
*
|
|
12
12
|
* const project = gcp.organizations.getProject({});
|
|
13
|
-
* const defaultNetwork = new gcp.compute.Network("defaultNetwork", {}
|
|
14
|
-
* provider: google_beta,
|
|
15
|
-
* });
|
|
13
|
+
* const defaultNetwork = new gcp.compute.Network("defaultNetwork", {});
|
|
16
14
|
* const defaultCluster = new gcp.alloydb.Cluster("defaultCluster", {
|
|
17
15
|
* clusterId: "alloydb-cluster",
|
|
18
16
|
* location: "us-central1",
|
|
19
17
|
* network: pulumi.all([project, defaultNetwork.name]).apply(([project, name]) => `projects/${project.number}/global/networks/${name}`),
|
|
20
|
-
* }, {
|
|
21
|
-
* provider: google_beta,
|
|
22
|
-
* });
|
|
23
|
-
* ```
|
|
24
|
-
* ### Alloydb Cluster Full
|
|
25
|
-
*
|
|
26
|
-
* ```typescript
|
|
27
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
28
|
-
* import * as gcp from "@pulumi/gcp";
|
|
29
|
-
*
|
|
30
|
-
* const project = gcp.organizations.getProject({});
|
|
31
|
-
* const _default = new gcp.compute.Network("default", {}, {
|
|
32
|
-
* provider: google_beta,
|
|
33
|
-
* });
|
|
34
|
-
* const full = new gcp.alloydb.Cluster("full", {
|
|
35
|
-
* clusterId: "alloydb-cluster-full",
|
|
36
|
-
* location: "us-central1",
|
|
37
|
-
* network: pulumi.all([project, _default.name]).apply(([project, name]) => `projects/${project.number}/global/networks/${name}`),
|
|
38
|
-
* initialUser: {
|
|
39
|
-
* user: "alloydb-cluster-full",
|
|
40
|
-
* password: "alloydb-cluster-full",
|
|
41
|
-
* },
|
|
42
|
-
* automatedBackupPolicy: {
|
|
43
|
-
* location: "us-central1",
|
|
44
|
-
* backupWindow: "1800s",
|
|
45
|
-
* enabled: true,
|
|
46
|
-
* weeklySchedule: {
|
|
47
|
-
* daysOfWeeks: ["MONDAY"],
|
|
48
|
-
* startTimes: [{
|
|
49
|
-
* hours: 23,
|
|
50
|
-
* minutes: 0,
|
|
51
|
-
* seconds: 0,
|
|
52
|
-
* nanos: 0,
|
|
53
|
-
* }],
|
|
54
|
-
* },
|
|
55
|
-
* quantityBasedRetention: {
|
|
56
|
-
* count: 1,
|
|
57
|
-
* },
|
|
58
|
-
* labels: {
|
|
59
|
-
* test: "alloydb-cluster-full",
|
|
60
|
-
* },
|
|
61
|
-
* },
|
|
62
|
-
* labels: {
|
|
63
|
-
* test: "alloydb-cluster-full",
|
|
64
|
-
* },
|
|
65
|
-
* }, {
|
|
66
|
-
* provider: google_beta,
|
|
67
18
|
* });
|
|
68
19
|
* ```
|
|
69
20
|
*
|
package/alloydb/cluster.js
CHANGED
|
@@ -14,60 +14,11 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as gcp from "@pulumi/gcp";
|
|
15
15
|
*
|
|
16
16
|
* const project = gcp.organizations.getProject({});
|
|
17
|
-
* const defaultNetwork = new gcp.compute.Network("defaultNetwork", {}
|
|
18
|
-
* provider: google_beta,
|
|
19
|
-
* });
|
|
17
|
+
* const defaultNetwork = new gcp.compute.Network("defaultNetwork", {});
|
|
20
18
|
* const defaultCluster = new gcp.alloydb.Cluster("defaultCluster", {
|
|
21
19
|
* clusterId: "alloydb-cluster",
|
|
22
20
|
* location: "us-central1",
|
|
23
21
|
* network: pulumi.all([project, defaultNetwork.name]).apply(([project, name]) => `projects/${project.number}/global/networks/${name}`),
|
|
24
|
-
* }, {
|
|
25
|
-
* provider: google_beta,
|
|
26
|
-
* });
|
|
27
|
-
* ```
|
|
28
|
-
* ### Alloydb Cluster Full
|
|
29
|
-
*
|
|
30
|
-
* ```typescript
|
|
31
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
32
|
-
* import * as gcp from "@pulumi/gcp";
|
|
33
|
-
*
|
|
34
|
-
* const project = gcp.organizations.getProject({});
|
|
35
|
-
* const _default = new gcp.compute.Network("default", {}, {
|
|
36
|
-
* provider: google_beta,
|
|
37
|
-
* });
|
|
38
|
-
* const full = new gcp.alloydb.Cluster("full", {
|
|
39
|
-
* clusterId: "alloydb-cluster-full",
|
|
40
|
-
* location: "us-central1",
|
|
41
|
-
* network: pulumi.all([project, _default.name]).apply(([project, name]) => `projects/${project.number}/global/networks/${name}`),
|
|
42
|
-
* initialUser: {
|
|
43
|
-
* user: "alloydb-cluster-full",
|
|
44
|
-
* password: "alloydb-cluster-full",
|
|
45
|
-
* },
|
|
46
|
-
* automatedBackupPolicy: {
|
|
47
|
-
* location: "us-central1",
|
|
48
|
-
* backupWindow: "1800s",
|
|
49
|
-
* enabled: true,
|
|
50
|
-
* weeklySchedule: {
|
|
51
|
-
* daysOfWeeks: ["MONDAY"],
|
|
52
|
-
* startTimes: [{
|
|
53
|
-
* hours: 23,
|
|
54
|
-
* minutes: 0,
|
|
55
|
-
* seconds: 0,
|
|
56
|
-
* nanos: 0,
|
|
57
|
-
* }],
|
|
58
|
-
* },
|
|
59
|
-
* quantityBasedRetention: {
|
|
60
|
-
* count: 1,
|
|
61
|
-
* },
|
|
62
|
-
* labels: {
|
|
63
|
-
* test: "alloydb-cluster-full",
|
|
64
|
-
* },
|
|
65
|
-
* },
|
|
66
|
-
* labels: {
|
|
67
|
-
* test: "alloydb-cluster-full",
|
|
68
|
-
* },
|
|
69
|
-
* }, {
|
|
70
|
-
* provider: google_beta,
|
|
71
22
|
* });
|
|
72
23
|
* ```
|
|
73
24
|
*
|
package/alloydb/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../alloydb/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../alloydb/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;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;IAsED,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,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;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;;AA1IL,0BA2IC;AA7HG,gBAAgB;AACO,oBAAY,GAAG,6BAA6B,CAAC"}
|
package/alloydb/instance.d.ts
CHANGED
|
@@ -2,6 +2,14 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
+
* A managed alloydb cluster instance.
|
|
6
|
+
*
|
|
7
|
+
* To get more information about Instance, see:
|
|
8
|
+
*
|
|
9
|
+
* * [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.clusters.instances/create)
|
|
10
|
+
* * How-to Guides
|
|
11
|
+
* * [AlloyDB](https://cloud.google.com/alloydb/docs/)
|
|
12
|
+
*
|
|
5
13
|
* ## Example Usage
|
|
6
14
|
* ### Alloydb Instance Basic
|
|
7
15
|
*
|
|
@@ -10,9 +18,7 @@ import * as outputs from "../types/output";
|
|
|
10
18
|
* import * as gcp from "@pulumi/gcp";
|
|
11
19
|
*
|
|
12
20
|
* const project = gcp.organizations.getProject({});
|
|
13
|
-
* const defaultNetwork = new gcp.compute.Network("defaultNetwork", {}
|
|
14
|
-
* provider: google_beta,
|
|
15
|
-
* });
|
|
21
|
+
* const defaultNetwork = new gcp.compute.Network("defaultNetwork", {});
|
|
16
22
|
* const defaultCluster = new gcp.alloydb.Cluster("defaultCluster", {
|
|
17
23
|
* clusterId: "alloydb-cluster",
|
|
18
24
|
* location: "us-central1",
|
|
@@ -20,23 +26,17 @@ import * as outputs from "../types/output";
|
|
|
20
26
|
* initialUser: {
|
|
21
27
|
* password: "alloydb-cluster",
|
|
22
28
|
* },
|
|
23
|
-
* }, {
|
|
24
|
-
* provider: google_beta,
|
|
25
29
|
* });
|
|
26
30
|
* const privateIpAlloc = new gcp.compute.GlobalAddress("privateIpAlloc", {
|
|
27
31
|
* addressType: "INTERNAL",
|
|
28
32
|
* purpose: "VPC_PEERING",
|
|
29
33
|
* prefixLength: 16,
|
|
30
34
|
* network: defaultNetwork.id,
|
|
31
|
-
* }, {
|
|
32
|
-
* provider: google_beta,
|
|
33
35
|
* });
|
|
34
36
|
* const vpcConnection = new gcp.servicenetworking.Connection("vpcConnection", {
|
|
35
37
|
* network: defaultNetwork.id,
|
|
36
38
|
* service: "servicenetworking.googleapis.com",
|
|
37
39
|
* reservedPeeringRanges: [privateIpAlloc.name],
|
|
38
|
-
* }, {
|
|
39
|
-
* provider: google_beta,
|
|
40
40
|
* });
|
|
41
41
|
* const defaultInstance = new gcp.alloydb.Instance("defaultInstance", {
|
|
42
42
|
* cluster: defaultCluster.name,
|
|
@@ -46,7 +46,6 @@ import * as outputs from "../types/output";
|
|
|
46
46
|
* cpuCount: 2,
|
|
47
47
|
* },
|
|
48
48
|
* }, {
|
|
49
|
-
* provider: google_beta,
|
|
50
49
|
* dependsOn: [vpcConnection],
|
|
51
50
|
* });
|
|
52
51
|
* ```
|
package/alloydb/instance.js
CHANGED
|
@@ -6,6 +6,14 @@ exports.Instance = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
+
* A managed alloydb cluster instance.
|
|
10
|
+
*
|
|
11
|
+
* To get more information about Instance, see:
|
|
12
|
+
*
|
|
13
|
+
* * [API documentation](https://cloud.google.com/alloydb/docs/reference/rest/v1/projects.locations.clusters.instances/create)
|
|
14
|
+
* * How-to Guides
|
|
15
|
+
* * [AlloyDB](https://cloud.google.com/alloydb/docs/)
|
|
16
|
+
*
|
|
9
17
|
* ## Example Usage
|
|
10
18
|
* ### Alloydb Instance Basic
|
|
11
19
|
*
|
|
@@ -14,9 +22,7 @@ const utilities = require("../utilities");
|
|
|
14
22
|
* import * as gcp from "@pulumi/gcp";
|
|
15
23
|
*
|
|
16
24
|
* const project = gcp.organizations.getProject({});
|
|
17
|
-
* const defaultNetwork = new gcp.compute.Network("defaultNetwork", {}
|
|
18
|
-
* provider: google_beta,
|
|
19
|
-
* });
|
|
25
|
+
* const defaultNetwork = new gcp.compute.Network("defaultNetwork", {});
|
|
20
26
|
* const defaultCluster = new gcp.alloydb.Cluster("defaultCluster", {
|
|
21
27
|
* clusterId: "alloydb-cluster",
|
|
22
28
|
* location: "us-central1",
|
|
@@ -24,23 +30,17 @@ const utilities = require("../utilities");
|
|
|
24
30
|
* initialUser: {
|
|
25
31
|
* password: "alloydb-cluster",
|
|
26
32
|
* },
|
|
27
|
-
* }, {
|
|
28
|
-
* provider: google_beta,
|
|
29
33
|
* });
|
|
30
34
|
* const privateIpAlloc = new gcp.compute.GlobalAddress("privateIpAlloc", {
|
|
31
35
|
* addressType: "INTERNAL",
|
|
32
36
|
* purpose: "VPC_PEERING",
|
|
33
37
|
* prefixLength: 16,
|
|
34
38
|
* network: defaultNetwork.id,
|
|
35
|
-
* }, {
|
|
36
|
-
* provider: google_beta,
|
|
37
39
|
* });
|
|
38
40
|
* const vpcConnection = new gcp.servicenetworking.Connection("vpcConnection", {
|
|
39
41
|
* network: defaultNetwork.id,
|
|
40
42
|
* service: "servicenetworking.googleapis.com",
|
|
41
43
|
* reservedPeeringRanges: [privateIpAlloc.name],
|
|
42
|
-
* }, {
|
|
43
|
-
* provider: google_beta,
|
|
44
44
|
* });
|
|
45
45
|
* const defaultInstance = new gcp.alloydb.Instance("defaultInstance", {
|
|
46
46
|
* cluster: defaultCluster.name,
|
|
@@ -50,7 +50,6 @@ const utilities = require("../utilities");
|
|
|
50
50
|
* cpuCount: 2,
|
|
51
51
|
* },
|
|
52
52
|
* }, {
|
|
53
|
-
* provider: google_beta,
|
|
54
53
|
* dependsOn: [vpcConnection],
|
|
55
54
|
* });
|
|
56
55
|
* ```
|
package/alloydb/instance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../alloydb/instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../alloydb/instance.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Configures the add-ons for the Apigee organization. The existing add-on configuration will be fully replaced.
|
|
6
|
+
*
|
|
7
|
+
* To get more information about AddonsConfig, see:
|
|
8
|
+
*
|
|
9
|
+
* * [API documentation](https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations#setaddons)
|
|
10
|
+
* * How-to Guides
|
|
11
|
+
* * [Creating an API organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org)
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
* ### Apigee Addons Basic
|
|
15
|
+
*
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as gcp from "@pulumi/gcp";
|
|
19
|
+
*
|
|
20
|
+
* const testOrganization = new gcp.apigee.AddonsConfig("testOrganization", {
|
|
21
|
+
* addonsConfig: {
|
|
22
|
+
* apiSecurityConfig: {
|
|
23
|
+
* enabled: true,
|
|
24
|
+
* },
|
|
25
|
+
* monetizationConfig: {
|
|
26
|
+
* enabled: true,
|
|
27
|
+
* },
|
|
28
|
+
* },
|
|
29
|
+
* org: "test_organization",
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
* ### Apigee Addons Full
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as gcp from "@pulumi/gcp";
|
|
37
|
+
*
|
|
38
|
+
* const current = gcp.organizations.getClientConfig({});
|
|
39
|
+
* const apigee = new gcp.projects.Service("apigee", {
|
|
40
|
+
* project: current.then(current => current.project),
|
|
41
|
+
* service: "apigee.googleapis.com",
|
|
42
|
+
* });
|
|
43
|
+
* const compute = new gcp.projects.Service("compute", {
|
|
44
|
+
* project: current.then(current => current.project),
|
|
45
|
+
* service: "compute.googleapis.com",
|
|
46
|
+
* });
|
|
47
|
+
* const servicenetworking = new gcp.projects.Service("servicenetworking", {
|
|
48
|
+
* project: current.then(current => current.project),
|
|
49
|
+
* service: "servicenetworking.googleapis.com",
|
|
50
|
+
* });
|
|
51
|
+
* const apigeeNetwork = new gcp.compute.Network("apigeeNetwork", {project: current.then(current => current.project)}, {
|
|
52
|
+
* dependsOn: [compute],
|
|
53
|
+
* });
|
|
54
|
+
* const apigeeRange = new gcp.compute.GlobalAddress("apigeeRange", {
|
|
55
|
+
* purpose: "VPC_PEERING",
|
|
56
|
+
* addressType: "INTERNAL",
|
|
57
|
+
* prefixLength: 16,
|
|
58
|
+
* network: apigeeNetwork.id,
|
|
59
|
+
* project: current.then(current => current.project),
|
|
60
|
+
* });
|
|
61
|
+
* const apigeeVpcConnection = new gcp.servicenetworking.Connection("apigeeVpcConnection", {
|
|
62
|
+
* network: apigeeNetwork.id,
|
|
63
|
+
* service: "servicenetworking.googleapis.com",
|
|
64
|
+
* reservedPeeringRanges: [apigeeRange.name],
|
|
65
|
+
* });
|
|
66
|
+
* const org = new gcp.apigee.Organization("org", {
|
|
67
|
+
* analyticsRegion: "us-central1",
|
|
68
|
+
* projectId: current.then(current => current.project),
|
|
69
|
+
* authorizedNetwork: apigeeNetwork.id,
|
|
70
|
+
* billingType: "EVALUATION",
|
|
71
|
+
* }, {
|
|
72
|
+
* dependsOn: [
|
|
73
|
+
* apigeeVpcConnection,
|
|
74
|
+
* apigee,
|
|
75
|
+
* ],
|
|
76
|
+
* });
|
|
77
|
+
* const testOrganization = new gcp.apigee.AddonsConfig("testOrganization", {
|
|
78
|
+
* org: org.name,
|
|
79
|
+
* addonsConfig: {
|
|
80
|
+
* integrationConfig: {
|
|
81
|
+
* enabled: true,
|
|
82
|
+
* },
|
|
83
|
+
* apiSecurityConfig: {
|
|
84
|
+
* enabled: true,
|
|
85
|
+
* },
|
|
86
|
+
* connectorsPlatformConfig: {
|
|
87
|
+
* enabled: true,
|
|
88
|
+
* },
|
|
89
|
+
* monetizationConfig: {
|
|
90
|
+
* enabled: true,
|
|
91
|
+
* },
|
|
92
|
+
* advancedApiOpsConfig: {
|
|
93
|
+
* enabled: true,
|
|
94
|
+
* },
|
|
95
|
+
* },
|
|
96
|
+
* });
|
|
97
|
+
* ```
|
|
98
|
+
*
|
|
99
|
+
* ## Import
|
|
100
|
+
*
|
|
101
|
+
* AddonsConfig can be imported using any of these accepted formats
|
|
102
|
+
*
|
|
103
|
+
* ```sh
|
|
104
|
+
* $ pulumi import gcp:apigee/addonsConfig:AddonsConfig default organizations/{{name}}
|
|
105
|
+
* ```
|
|
106
|
+
*
|
|
107
|
+
* ```sh
|
|
108
|
+
* $ pulumi import gcp:apigee/addonsConfig:AddonsConfig default {{name}}
|
|
109
|
+
* ```
|
|
110
|
+
*/
|
|
111
|
+
export declare class AddonsConfig extends pulumi.CustomResource {
|
|
112
|
+
/**
|
|
113
|
+
* Get an existing AddonsConfig resource's state with the given name, ID, and optional extra
|
|
114
|
+
* properties used to qualify the lookup.
|
|
115
|
+
*
|
|
116
|
+
* @param name The _unique_ name of the resulting resource.
|
|
117
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
118
|
+
* @param state Any extra arguments used during the lookup.
|
|
119
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
120
|
+
*/
|
|
121
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AddonsConfigState, opts?: pulumi.CustomResourceOptions): AddonsConfig;
|
|
122
|
+
/**
|
|
123
|
+
* Returns true if the given object is an instance of AddonsConfig. This is designed to work even
|
|
124
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
125
|
+
*/
|
|
126
|
+
static isInstance(obj: any): obj is AddonsConfig;
|
|
127
|
+
/**
|
|
128
|
+
* Addon configurations of the Apigee organization.
|
|
129
|
+
* Structure is documented below.
|
|
130
|
+
*/
|
|
131
|
+
readonly addonsConfig: pulumi.Output<outputs.apigee.AddonsConfigAddonsConfig | undefined>;
|
|
132
|
+
/**
|
|
133
|
+
* Name of the Apigee organization.
|
|
134
|
+
*/
|
|
135
|
+
readonly org: pulumi.Output<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Create a AddonsConfig resource with the given unique name, arguments, and options.
|
|
138
|
+
*
|
|
139
|
+
* @param name The _unique_ name of the resource.
|
|
140
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
141
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
142
|
+
*/
|
|
143
|
+
constructor(name: string, args: AddonsConfigArgs, opts?: pulumi.CustomResourceOptions);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Input properties used for looking up and filtering AddonsConfig resources.
|
|
147
|
+
*/
|
|
148
|
+
export interface AddonsConfigState {
|
|
149
|
+
/**
|
|
150
|
+
* Addon configurations of the Apigee organization.
|
|
151
|
+
* Structure is documented below.
|
|
152
|
+
*/
|
|
153
|
+
addonsConfig?: pulumi.Input<inputs.apigee.AddonsConfigAddonsConfig>;
|
|
154
|
+
/**
|
|
155
|
+
* Name of the Apigee organization.
|
|
156
|
+
*/
|
|
157
|
+
org?: pulumi.Input<string>;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* The set of arguments for constructing a AddonsConfig resource.
|
|
161
|
+
*/
|
|
162
|
+
export interface AddonsConfigArgs {
|
|
163
|
+
/**
|
|
164
|
+
* Addon configurations of the Apigee organization.
|
|
165
|
+
* Structure is documented below.
|
|
166
|
+
*/
|
|
167
|
+
addonsConfig?: pulumi.Input<inputs.apigee.AddonsConfigAddonsConfig>;
|
|
168
|
+
/**
|
|
169
|
+
* Name of the Apigee organization.
|
|
170
|
+
*/
|
|
171
|
+
org: pulumi.Input<string>;
|
|
172
|
+
}
|