@pulumi/gcp 7.4.0-alpha.1703041340 → 7.4.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/apigee/instance.d.ts +2 -2
- package/apigee/instance.js +2 -2
- package/apigee/natAddress.d.ts +2 -2
- package/apigee/natAddress.js +2 -2
- package/apigee/organization.d.ts +4 -4
- package/apigee/organization.js +4 -4
- package/bigquery/dataset.d.ts +31 -0
- package/bigquery/dataset.js +21 -0
- package/bigquery/dataset.js.map +1 -1
- package/bigquery/getDataset.d.ts +1 -0
- package/bigquery/getDataset.js.map +1 -1
- package/certificateauthority/authority.d.ts +4 -4
- package/certificateauthority/authority.js +4 -4
- package/compute/getRegionDisk.d.ts +96 -0
- package/compute/getRegionDisk.js +31 -0
- package/compute/getRegionDisk.js.map +1 -0
- package/compute/index.d.ts +3 -0
- package/compute/index.js +7 -4
- package/compute/index.js.map +1 -1
- package/compute/network.d.ts +8 -0
- package/compute/network.js +2 -0
- package/compute/network.js.map +1 -1
- package/compute/perInstanceConfig.d.ts +15 -0
- package/compute/perInstanceConfig.js +2 -0
- package/compute/perInstanceConfig.js.map +1 -1
- package/compute/regionPerInstanceConfig.d.ts +15 -0
- package/compute/regionPerInstanceConfig.js +2 -0
- package/compute/regionPerInstanceConfig.js.map +1 -1
- package/config/vars.d.ts +1 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/container/azureNodePool.d.ts +3 -0
- package/container/azureNodePool.js +3 -0
- package/container/azureNodePool.js.map +1 -1
- package/datacatalog/taxonomy.d.ts +3 -0
- package/datacatalog/taxonomy.js.map +1 -1
- package/dataform/repository.d.ts +85 -0
- package/dataform/repository.js +17 -0
- package/dataform/repository.js.map +1 -1
- package/datafusion/instance.d.ts +3 -3
- package/datafusion/instance.js +3 -3
- package/iam/getWorkloadIdentityPoolProvider.d.ts +1 -0
- package/iam/getWorkloadIdentityPoolProvider.js.map +1 -1
- package/iam/workloadIdentityPoolProvider.d.ts +66 -6
- package/iam/workloadIdentityPoolProvider.js +47 -0
- package/iam/workloadIdentityPoolProvider.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/monitoring/alertPolicy.d.ts +21 -0
- package/monitoring/alertPolicy.js +2 -0
- package/monitoring/alertPolicy.js.map +1 -1
- package/notebooks/runtime.d.ts +74 -0
- package/notebooks/runtime.js +14 -0
- package/notebooks/runtime.js.map +1 -1
- package/orgpolicy/policy.d.ts +42 -0
- package/orgpolicy/policy.js +32 -0
- package/orgpolicy/policy.js.map +1 -1
- package/package.json +1 -1
- package/provider.d.ts +2 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/recaptcha/enterpriseKey.d.ts +40 -0
- package/recaptcha/enterpriseKey.js +30 -0
- package/recaptcha/enterpriseKey.js.map +1 -1
- package/securesourcemanager/instance.d.ts +69 -1
- package/securesourcemanager/instance.js +30 -1
- package/securesourcemanager/instance.js.map +1 -1
- package/securitycenter/instanceIamBinding.d.ts +3 -3
- package/securitycenter/instanceIamBinding.js +3 -3
- package/securitycenter/instanceIamMember.d.ts +3 -3
- package/securitycenter/instanceIamMember.js +3 -3
- package/securitycenter/instanceIamPolicy.d.ts +3 -3
- package/securitycenter/instanceIamPolicy.js +3 -3
- package/spanner/instance.d.ts +24 -0
- package/spanner/instance.js +24 -0
- package/spanner/instance.js.map +1 -1
- package/storage/bucket.d.ts +12 -0
- package/storage/bucket.js +2 -0
- package/storage/bucket.js.map +1 -1
- package/storage/getBucket.d.ts +1 -0
- package/storage/getBucket.js.map +1 -1
- package/types/input.d.ts +408 -1
- package/types/output.d.ts +441 -1
- package/vmwareengine/cluster.d.ts +10 -16
- package/vmwareengine/cluster.js +10 -16
- package/vmwareengine/cluster.js.map +1 -1
- package/vmwareengine/externalAddress.d.ts +211 -0
- package/vmwareengine/externalAddress.js +135 -0
- package/vmwareengine/externalAddress.js.map +1 -0
- package/vmwareengine/getCluster.d.ts +10 -0
- package/vmwareengine/getCluster.js +10 -0
- package/vmwareengine/getCluster.js.map +1 -1
- package/vmwareengine/getExternalAddress.d.ts +83 -0
- package/vmwareengine/getExternalAddress.js +56 -0
- package/vmwareengine/getExternalAddress.js.map +1 -0
- package/vmwareengine/getPrivateCloud.d.ts +1 -0
- package/vmwareengine/getPrivateCloud.js.map +1 -1
- package/vmwareengine/getSubnet.d.ts +92 -0
- package/vmwareengine/getSubnet.js +56 -0
- package/vmwareengine/getSubnet.js.map +1 -0
- package/vmwareengine/getVcenterCredentials.d.ts +73 -0
- package/vmwareengine/getVcenterCredentials.js +53 -0
- package/vmwareengine/getVcenterCredentials.js.map +1 -0
- package/vmwareengine/index.d.ts +15 -0
- package/vmwareengine/index.js +20 -1
- package/vmwareengine/index.js.map +1 -1
- package/vmwareengine/privateCloud.d.ts +48 -1
- package/vmwareengine/privateCloud.js +32 -1
- package/vmwareengine/privateCloud.js.map +1 -1
- package/vmwareengine/subnet.d.ts +242 -0
- package/vmwareengine/subnet.js +137 -0
- package/vmwareengine/subnet.js.map +1 -0
- package/workbench/getInstanceIamPolicy.d.ts +92 -0
- package/workbench/getInstanceIamPolicy.js +53 -0
- package/workbench/getInstanceIamPolicy.js.map +1 -0
- package/workbench/index.d.ts +15 -0
- package/workbench/index.js +40 -0
- package/workbench/index.js.map +1 -0
- package/workbench/instance.d.ts +415 -0
- package/workbench/instance.js +228 -0
- package/workbench/instance.js.map +1 -0
- package/workbench/instanceIamBinding.d.ts +58 -0
- package/workbench/instanceIamBinding.js +67 -0
- package/workbench/instanceIamBinding.js.map +1 -0
- package/workbench/instanceIamMember.d.ts +58 -0
- package/workbench/instanceIamMember.js +67 -0
- package/workbench/instanceIamMember.js.map +1 -0
- package/workbench/instanceIamPolicy.d.ts +50 -0
- package/workbench/instanceIamPolicy.js +60 -0
- package/workbench/instanceIamPolicy.js.map +1 -0
package/apigee/instance.d.ts
CHANGED
|
@@ -131,10 +131,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
131
131
|
* }, {
|
|
132
132
|
* provider: google_beta,
|
|
133
133
|
* });
|
|
134
|
-
* const apigeeSaKeyuser = new gcp.kms.
|
|
134
|
+
* const apigeeSaKeyuser = new gcp.kms.CryptoKeyIAMMember("apigeeSaKeyuser", {
|
|
135
135
|
* cryptoKeyId: apigeeKey.id,
|
|
136
136
|
* role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
|
137
|
-
*
|
|
137
|
+
* member: pulumi.interpolate`serviceAccount:${apigeeSa.email}`,
|
|
138
138
|
* });
|
|
139
139
|
* const apigeeOrg = new gcp.apigee.Organization("apigeeOrg", {
|
|
140
140
|
* analyticsRegion: "us-central1",
|
package/apigee/instance.js
CHANGED
|
@@ -137,10 +137,10 @@ const utilities = require("../utilities");
|
|
|
137
137
|
* }, {
|
|
138
138
|
* provider: google_beta,
|
|
139
139
|
* });
|
|
140
|
-
* const apigeeSaKeyuser = new gcp.kms.
|
|
140
|
+
* const apigeeSaKeyuser = new gcp.kms.CryptoKeyIAMMember("apigeeSaKeyuser", {
|
|
141
141
|
* cryptoKeyId: apigeeKey.id,
|
|
142
142
|
* role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
|
143
|
-
*
|
|
143
|
+
* member: pulumi.interpolate`serviceAccount:${apigeeSa.email}`,
|
|
144
144
|
* });
|
|
145
145
|
* const apigeeOrg = new gcp.apigee.Organization("apigeeOrg", {
|
|
146
146
|
* analyticsRegion: "us-central1",
|
package/apigee/natAddress.d.ts
CHANGED
|
@@ -37,10 +37,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
37
37
|
* }, {
|
|
38
38
|
* provider: google_beta,
|
|
39
39
|
* });
|
|
40
|
-
* const apigeeSaKeyuser = new gcp.kms.
|
|
40
|
+
* const apigeeSaKeyuser = new gcp.kms.CryptoKeyIAMMember("apigeeSaKeyuser", {
|
|
41
41
|
* cryptoKeyId: apigeeKey.id,
|
|
42
42
|
* role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
|
43
|
-
*
|
|
43
|
+
* member: pulumi.interpolate`serviceAccount:${apigeeSa.email}`,
|
|
44
44
|
* });
|
|
45
45
|
* const apigeeOrg = new gcp.apigee.Organization("apigeeOrg", {
|
|
46
46
|
* analyticsRegion: "us-central1",
|
package/apigee/natAddress.js
CHANGED
|
@@ -43,10 +43,10 @@ const utilities = require("../utilities");
|
|
|
43
43
|
* }, {
|
|
44
44
|
* provider: google_beta,
|
|
45
45
|
* });
|
|
46
|
-
* const apigeeSaKeyuser = new gcp.kms.
|
|
46
|
+
* const apigeeSaKeyuser = new gcp.kms.CryptoKeyIAMMember("apigeeSaKeyuser", {
|
|
47
47
|
* cryptoKeyId: apigeeKey.id,
|
|
48
48
|
* role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
|
49
|
-
*
|
|
49
|
+
* member: pulumi.interpolate`serviceAccount:${apigeeSa.email}`,
|
|
50
50
|
* });
|
|
51
51
|
* const apigeeOrg = new gcp.apigee.Organization("apigeeOrg", {
|
|
52
52
|
* analyticsRegion: "us-central1",
|
package/apigee/organization.d.ts
CHANGED
|
@@ -79,10 +79,10 @@ import * as outputs from "../types/output";
|
|
|
79
79
|
* }, {
|
|
80
80
|
* provider: google_beta,
|
|
81
81
|
* });
|
|
82
|
-
* const apigeeSaKeyuser = new gcp.kms.
|
|
82
|
+
* const apigeeSaKeyuser = new gcp.kms.CryptoKeyIAMMember("apigeeSaKeyuser", {
|
|
83
83
|
* cryptoKeyId: apigeeKey.id,
|
|
84
84
|
* role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
|
85
|
-
*
|
|
85
|
+
* member: pulumi.interpolate`serviceAccount:${apigeeSa.email}`,
|
|
86
86
|
* });
|
|
87
87
|
* const org = new gcp.apigee.Organization("org", {
|
|
88
88
|
* analyticsRegion: "us-central1",
|
|
@@ -113,10 +113,10 @@ import * as outputs from "../types/output";
|
|
|
113
113
|
* }, {
|
|
114
114
|
* provider: google_beta,
|
|
115
115
|
* });
|
|
116
|
-
* const apigeeSaKeyuser = new gcp.kms.
|
|
116
|
+
* const apigeeSaKeyuser = new gcp.kms.CryptoKeyIAMMember("apigeeSaKeyuser", {
|
|
117
117
|
* cryptoKeyId: apigeeKey.id,
|
|
118
118
|
* role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
|
119
|
-
*
|
|
119
|
+
* member: pulumi.interpolate`serviceAccount:${apigeeSa.email}`,
|
|
120
120
|
* });
|
|
121
121
|
* const org = new gcp.apigee.Organization("org", {
|
|
122
122
|
* analyticsRegion: "us-central1",
|
package/apigee/organization.js
CHANGED
|
@@ -83,10 +83,10 @@ const utilities = require("../utilities");
|
|
|
83
83
|
* }, {
|
|
84
84
|
* provider: google_beta,
|
|
85
85
|
* });
|
|
86
|
-
* const apigeeSaKeyuser = new gcp.kms.
|
|
86
|
+
* const apigeeSaKeyuser = new gcp.kms.CryptoKeyIAMMember("apigeeSaKeyuser", {
|
|
87
87
|
* cryptoKeyId: apigeeKey.id,
|
|
88
88
|
* role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
|
89
|
-
*
|
|
89
|
+
* member: pulumi.interpolate`serviceAccount:${apigeeSa.email}`,
|
|
90
90
|
* });
|
|
91
91
|
* const org = new gcp.apigee.Organization("org", {
|
|
92
92
|
* analyticsRegion: "us-central1",
|
|
@@ -117,10 +117,10 @@ const utilities = require("../utilities");
|
|
|
117
117
|
* }, {
|
|
118
118
|
* provider: google_beta,
|
|
119
119
|
* });
|
|
120
|
-
* const apigeeSaKeyuser = new gcp.kms.
|
|
120
|
+
* const apigeeSaKeyuser = new gcp.kms.CryptoKeyIAMMember("apigeeSaKeyuser", {
|
|
121
121
|
* cryptoKeyId: apigeeKey.id,
|
|
122
122
|
* role: "roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
|
123
|
-
*
|
|
123
|
+
* member: pulumi.interpolate`serviceAccount:${apigeeSa.email}`,
|
|
124
124
|
* });
|
|
125
125
|
* const org = new gcp.apigee.Organization("org", {
|
|
126
126
|
* analyticsRegion: "us-central1",
|
package/bigquery/dataset.d.ts
CHANGED
|
@@ -157,6 +157,25 @@ import * as outputs from "../types/output";
|
|
|
157
157
|
* ],
|
|
158
158
|
* });
|
|
159
159
|
* ```
|
|
160
|
+
* ### Bigquery Dataset External Reference Aws Docs
|
|
161
|
+
*
|
|
162
|
+
* ```typescript
|
|
163
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
164
|
+
* import * as gcp from "@pulumi/gcp";
|
|
165
|
+
*
|
|
166
|
+
* const dataset = new gcp.bigquery.Dataset("dataset", {
|
|
167
|
+
* datasetId: "example_dataset",
|
|
168
|
+
* friendlyName: "test",
|
|
169
|
+
* description: "This is a test description",
|
|
170
|
+
* location: "aws-us-east-1",
|
|
171
|
+
* externalDatasetReference: {
|
|
172
|
+
* externalSource: "aws-glue://arn:aws:glue:us-east-1:999999999999:database/database",
|
|
173
|
+
* connection: "projects/project/locations/aws-us-east-1/connections/connection",
|
|
174
|
+
* },
|
|
175
|
+
* }, {
|
|
176
|
+
* provider: google_beta,
|
|
177
|
+
* });
|
|
178
|
+
* ```
|
|
160
179
|
*
|
|
161
180
|
* ## Import
|
|
162
181
|
*
|
|
@@ -288,6 +307,10 @@ export declare class Dataset extends pulumi.CustomResource {
|
|
|
288
307
|
* A hash of the resource.
|
|
289
308
|
*/
|
|
290
309
|
readonly etag: pulumi.Output<string>;
|
|
310
|
+
/**
|
|
311
|
+
* Information about the external metadata storage where the dataset is defined.
|
|
312
|
+
*/
|
|
313
|
+
readonly externalDatasetReference: pulumi.Output<outputs.bigquery.DatasetExternalDatasetReference | undefined>;
|
|
291
314
|
/**
|
|
292
315
|
* A descriptive name for the dataset
|
|
293
316
|
*/
|
|
@@ -456,6 +479,10 @@ export interface DatasetState {
|
|
|
456
479
|
* A hash of the resource.
|
|
457
480
|
*/
|
|
458
481
|
etag?: pulumi.Input<string>;
|
|
482
|
+
/**
|
|
483
|
+
* Information about the external metadata storage where the dataset is defined.
|
|
484
|
+
*/
|
|
485
|
+
externalDatasetReference?: pulumi.Input<inputs.bigquery.DatasetExternalDatasetReference>;
|
|
459
486
|
/**
|
|
460
487
|
* A descriptive name for the dataset
|
|
461
488
|
*/
|
|
@@ -601,6 +628,10 @@ export interface DatasetArgs {
|
|
|
601
628
|
* A user-friendly description of the dataset
|
|
602
629
|
*/
|
|
603
630
|
description?: pulumi.Input<string>;
|
|
631
|
+
/**
|
|
632
|
+
* Information about the external metadata storage where the dataset is defined.
|
|
633
|
+
*/
|
|
634
|
+
externalDatasetReference?: pulumi.Input<inputs.bigquery.DatasetExternalDatasetReference>;
|
|
604
635
|
/**
|
|
605
636
|
* A descriptive name for the dataset
|
|
606
637
|
*/
|
package/bigquery/dataset.js
CHANGED
|
@@ -161,6 +161,25 @@ const utilities = require("../utilities");
|
|
|
161
161
|
* ],
|
|
162
162
|
* });
|
|
163
163
|
* ```
|
|
164
|
+
* ### Bigquery Dataset External Reference Aws Docs
|
|
165
|
+
*
|
|
166
|
+
* ```typescript
|
|
167
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
168
|
+
* import * as gcp from "@pulumi/gcp";
|
|
169
|
+
*
|
|
170
|
+
* const dataset = new gcp.bigquery.Dataset("dataset", {
|
|
171
|
+
* datasetId: "example_dataset",
|
|
172
|
+
* friendlyName: "test",
|
|
173
|
+
* description: "This is a test description",
|
|
174
|
+
* location: "aws-us-east-1",
|
|
175
|
+
* externalDatasetReference: {
|
|
176
|
+
* externalSource: "aws-glue://arn:aws:glue:us-east-1:999999999999:database/database",
|
|
177
|
+
* connection: "projects/project/locations/aws-us-east-1/connections/connection",
|
|
178
|
+
* },
|
|
179
|
+
* }, {
|
|
180
|
+
* provider: google_beta,
|
|
181
|
+
* });
|
|
182
|
+
* ```
|
|
164
183
|
*
|
|
165
184
|
* ## Import
|
|
166
185
|
*
|
|
@@ -225,6 +244,7 @@ class Dataset extends pulumi.CustomResource {
|
|
|
225
244
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
226
245
|
resourceInputs["effectiveLabels"] = state ? state.effectiveLabels : undefined;
|
|
227
246
|
resourceInputs["etag"] = state ? state.etag : undefined;
|
|
247
|
+
resourceInputs["externalDatasetReference"] = state ? state.externalDatasetReference : undefined;
|
|
228
248
|
resourceInputs["friendlyName"] = state ? state.friendlyName : undefined;
|
|
229
249
|
resourceInputs["isCaseInsensitive"] = state ? state.isCaseInsensitive : undefined;
|
|
230
250
|
resourceInputs["labels"] = state ? state.labels : undefined;
|
|
@@ -249,6 +269,7 @@ class Dataset extends pulumi.CustomResource {
|
|
|
249
269
|
resourceInputs["defaultTableExpirationMs"] = args ? args.defaultTableExpirationMs : undefined;
|
|
250
270
|
resourceInputs["deleteContentsOnDestroy"] = args ? args.deleteContentsOnDestroy : undefined;
|
|
251
271
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
272
|
+
resourceInputs["externalDatasetReference"] = args ? args.externalDatasetReference : undefined;
|
|
252
273
|
resourceInputs["friendlyName"] = args ? args.friendlyName : undefined;
|
|
253
274
|
resourceInputs["isCaseInsensitive"] = args ? args.isCaseInsensitive : undefined;
|
|
254
275
|
resourceInputs["labels"] = args ? args.labels : undefined;
|
package/bigquery/dataset.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataset.js","sourceRoot":"","sources":["../../bigquery/dataset.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"dataset.js","sourceRoot":"","sources":["../../bigquery/dataset.ts"],"names":[],"mappings":"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"}
|
package/bigquery/getDataset.d.ts
CHANGED
|
@@ -49,6 +49,7 @@ export interface GetDatasetResult {
|
|
|
49
49
|
[key: string]: string;
|
|
50
50
|
};
|
|
51
51
|
readonly etag: string;
|
|
52
|
+
readonly externalDatasetReferences: outputs.bigquery.GetDatasetExternalDatasetReference[];
|
|
52
53
|
readonly friendlyName: string;
|
|
53
54
|
/**
|
|
54
55
|
* The provider-assigned unique ID for this managed resource.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataset.js","sourceRoot":"","sources":["../../bigquery/getDataset.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;
|
|
1
|
+
{"version":3,"file":"getDataset.js","sourceRoot":"","sources":["../../bigquery/getDataset.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAgDD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
|
@@ -169,15 +169,15 @@ import * as outputs from "../types/output";
|
|
|
169
169
|
* import * as gcp from "@pulumi/gcp";
|
|
170
170
|
*
|
|
171
171
|
* const privatecaSa = new gcp.projects.ServiceIdentity("privatecaSa", {service: "privateca.googleapis.com"});
|
|
172
|
-
* const privatecaSaKeyuserSignerverifier = new gcp.kms.
|
|
172
|
+
* const privatecaSaKeyuserSignerverifier = new gcp.kms.CryptoKeyIAMMember("privatecaSaKeyuserSignerverifier", {
|
|
173
173
|
* cryptoKeyId: "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key",
|
|
174
174
|
* role: "roles/cloudkms.signerVerifier",
|
|
175
|
-
*
|
|
175
|
+
* member: pulumi.interpolate`serviceAccount:${privatecaSa.email}`,
|
|
176
176
|
* });
|
|
177
|
-
* const privatecaSaKeyuserViewer = new gcp.kms.
|
|
177
|
+
* const privatecaSaKeyuserViewer = new gcp.kms.CryptoKeyIAMMember("privatecaSaKeyuserViewer", {
|
|
178
178
|
* cryptoKeyId: "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key",
|
|
179
179
|
* role: "roles/viewer",
|
|
180
|
-
*
|
|
180
|
+
* member: pulumi.interpolate`serviceAccount:${privatecaSa.email}`,
|
|
181
181
|
* });
|
|
182
182
|
* const _default = new gcp.certificateauthority.Authority("default", {
|
|
183
183
|
* pool: "ca-pool",
|
|
@@ -173,15 +173,15 @@ const utilities = require("../utilities");
|
|
|
173
173
|
* import * as gcp from "@pulumi/gcp";
|
|
174
174
|
*
|
|
175
175
|
* const privatecaSa = new gcp.projects.ServiceIdentity("privatecaSa", {service: "privateca.googleapis.com"});
|
|
176
|
-
* const privatecaSaKeyuserSignerverifier = new gcp.kms.
|
|
176
|
+
* const privatecaSaKeyuserSignerverifier = new gcp.kms.CryptoKeyIAMMember("privatecaSaKeyuserSignerverifier", {
|
|
177
177
|
* cryptoKeyId: "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key",
|
|
178
178
|
* role: "roles/cloudkms.signerVerifier",
|
|
179
|
-
*
|
|
179
|
+
* member: pulumi.interpolate`serviceAccount:${privatecaSa.email}`,
|
|
180
180
|
* });
|
|
181
|
-
* const privatecaSaKeyuserViewer = new gcp.kms.
|
|
181
|
+
* const privatecaSaKeyuserViewer = new gcp.kms.CryptoKeyIAMMember("privatecaSaKeyuserViewer", {
|
|
182
182
|
* cryptoKeyId: "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key",
|
|
183
183
|
* role: "roles/viewer",
|
|
184
|
-
*
|
|
184
|
+
* member: pulumi.interpolate`serviceAccount:${privatecaSa.email}`,
|
|
185
185
|
* });
|
|
186
186
|
* const _default = new gcp.certificateauthority.Authority("default", {
|
|
187
187
|
* pool: "ca-pool",
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get information about a Google Compute Regional Persistent disks.
|
|
5
|
+
*
|
|
6
|
+
* [the official documentation](https://cloud.google.com/compute/docs/disks) and its [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks).
|
|
7
|
+
*/
|
|
8
|
+
export declare function getRegionDisk(args: GetRegionDiskArgs, opts?: pulumi.InvokeOptions): Promise<GetRegionDiskResult>;
|
|
9
|
+
/**
|
|
10
|
+
* A collection of arguments for invoking getRegionDisk.
|
|
11
|
+
*/
|
|
12
|
+
export interface GetRegionDiskArgs {
|
|
13
|
+
/**
|
|
14
|
+
* The name of a specific disk.
|
|
15
|
+
*
|
|
16
|
+
* - - -
|
|
17
|
+
*/
|
|
18
|
+
name: string;
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the project in which the resource belongs.
|
|
21
|
+
* If it is not provided, the provider project is used.
|
|
22
|
+
*/
|
|
23
|
+
project?: string;
|
|
24
|
+
/**
|
|
25
|
+
* A reference to the region where the disk resides.
|
|
26
|
+
*/
|
|
27
|
+
region?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getRegionDisk.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetRegionDiskResult {
|
|
33
|
+
readonly asyncPrimaryDisks: outputs.compute.GetRegionDiskAsyncPrimaryDisk[];
|
|
34
|
+
readonly creationTimestamp: string;
|
|
35
|
+
readonly description: string;
|
|
36
|
+
readonly diskEncryptionKeys: outputs.compute.GetRegionDiskDiskEncryptionKey[];
|
|
37
|
+
readonly effectiveLabels: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
readonly guestOsFeatures: outputs.compute.GetRegionDiskGuestOsFeature[];
|
|
41
|
+
/**
|
|
42
|
+
* The provider-assigned unique ID for this managed resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly id: string;
|
|
45
|
+
readonly interface: string;
|
|
46
|
+
readonly labelFingerprint: string;
|
|
47
|
+
readonly labels: {
|
|
48
|
+
[key: string]: string;
|
|
49
|
+
};
|
|
50
|
+
readonly lastAttachTimestamp: string;
|
|
51
|
+
readonly lastDetachTimestamp: string;
|
|
52
|
+
readonly licenses: string[];
|
|
53
|
+
readonly name: string;
|
|
54
|
+
readonly physicalBlockSizeBytes: number;
|
|
55
|
+
readonly project?: string;
|
|
56
|
+
readonly pulumiLabels: {
|
|
57
|
+
[key: string]: string;
|
|
58
|
+
};
|
|
59
|
+
readonly region?: string;
|
|
60
|
+
readonly replicaZones: string[];
|
|
61
|
+
readonly selfLink: string;
|
|
62
|
+
readonly size: number;
|
|
63
|
+
readonly snapshot: string;
|
|
64
|
+
readonly sourceDisk: string;
|
|
65
|
+
readonly sourceDiskId: string;
|
|
66
|
+
readonly sourceSnapshotEncryptionKeys: outputs.compute.GetRegionDiskSourceSnapshotEncryptionKey[];
|
|
67
|
+
readonly sourceSnapshotId: string;
|
|
68
|
+
readonly type: string;
|
|
69
|
+
readonly users: string[];
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Get information about a Google Compute Regional Persistent disks.
|
|
73
|
+
*
|
|
74
|
+
* [the official documentation](https://cloud.google.com/compute/docs/disks) and its [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks).
|
|
75
|
+
*/
|
|
76
|
+
export declare function getRegionDiskOutput(args: GetRegionDiskOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRegionDiskResult>;
|
|
77
|
+
/**
|
|
78
|
+
* A collection of arguments for invoking getRegionDisk.
|
|
79
|
+
*/
|
|
80
|
+
export interface GetRegionDiskOutputArgs {
|
|
81
|
+
/**
|
|
82
|
+
* The name of a specific disk.
|
|
83
|
+
*
|
|
84
|
+
* - - -
|
|
85
|
+
*/
|
|
86
|
+
name: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The ID of the project in which the resource belongs.
|
|
89
|
+
* If it is not provided, the provider project is used.
|
|
90
|
+
*/
|
|
91
|
+
project?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* A reference to the region where the disk resides.
|
|
94
|
+
*/
|
|
95
|
+
region?: pulumi.Input<string>;
|
|
96
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
exports.getRegionDiskOutput = exports.getRegionDisk = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get information about a Google Compute Regional Persistent disks.
|
|
10
|
+
*
|
|
11
|
+
* [the official documentation](https://cloud.google.com/compute/docs/disks) and its [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks).
|
|
12
|
+
*/
|
|
13
|
+
function getRegionDisk(args, opts) {
|
|
14
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
15
|
+
return pulumi.runtime.invoke("gcp:compute/getRegionDisk:getRegionDisk", {
|
|
16
|
+
"name": args.name,
|
|
17
|
+
"project": args.project,
|
|
18
|
+
"region": args.region,
|
|
19
|
+
}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.getRegionDisk = getRegionDisk;
|
|
22
|
+
/**
|
|
23
|
+
* Get information about a Google Compute Regional Persistent disks.
|
|
24
|
+
*
|
|
25
|
+
* [the official documentation](https://cloud.google.com/compute/docs/disks) and its [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks).
|
|
26
|
+
*/
|
|
27
|
+
function getRegionDiskOutput(args, opts) {
|
|
28
|
+
return pulumi.output(args).apply((a) => getRegionDisk(a, opts));
|
|
29
|
+
}
|
|
30
|
+
exports.getRegionDiskOutput = getRegionDiskOutput;
|
|
31
|
+
//# sourceMappingURL=getRegionDisk.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRegionDisk.js","sourceRoot":"","sources":["../../compute/getRegionDisk.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sCAQC;AA2DD;;;;GAIG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
package/compute/index.d.ts
CHANGED
|
@@ -172,6 +172,9 @@ export declare const getNodeTypesOutput: typeof import("./getNodeTypes").getNode
|
|
|
172
172
|
export { GetRegionBackendServiceIamPolicyArgs, GetRegionBackendServiceIamPolicyResult, GetRegionBackendServiceIamPolicyOutputArgs } from "./getRegionBackendServiceIamPolicy";
|
|
173
173
|
export declare const getRegionBackendServiceIamPolicy: typeof import("./getRegionBackendServiceIamPolicy").getRegionBackendServiceIamPolicy;
|
|
174
174
|
export declare const getRegionBackendServiceIamPolicyOutput: typeof import("./getRegionBackendServiceIamPolicy").getRegionBackendServiceIamPolicyOutput;
|
|
175
|
+
export { GetRegionDiskArgs, GetRegionDiskResult, GetRegionDiskOutputArgs } from "./getRegionDisk";
|
|
176
|
+
export declare const getRegionDisk: typeof import("./getRegionDisk").getRegionDisk;
|
|
177
|
+
export declare const getRegionDiskOutput: typeof import("./getRegionDisk").getRegionDiskOutput;
|
|
175
178
|
export { GetRegionDiskIamPolicyArgs, GetRegionDiskIamPolicyResult, GetRegionDiskIamPolicyOutputArgs } from "./getRegionDiskIamPolicy";
|
|
176
179
|
export declare const getRegionDiskIamPolicy: typeof import("./getRegionDiskIamPolicy").getRegionDiskIamPolicy;
|
|
177
180
|
export declare const getRegionDiskIamPolicyOutput: typeof import("./getRegionDiskIamPolicy").getRegionDiskIamPolicyOutput;
|
package/compute/index.js
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getGlobalAddressOutput = exports.getGlobalAddress = exports.getForwardingRuleOutput = exports.getForwardingRule = exports.getDiskIamPolicyOutput = exports.getDiskIamPolicy = exports.getDiskOutput = exports.getDisk = exports.getDefaultServiceAccountOutput = exports.getDefaultServiceAccount = exports.getCertificateOutput = exports.getCertificate = exports.getBackendServiceIamPolicyOutput = exports.getBackendServiceIamPolicy = exports.getBackendServiceOutput = exports.getBackendService = exports.getBackendBucketIamPolicyOutput = exports.getBackendBucketIamPolicy = exports.getBackendBucketOutput = exports.getBackendBucket = exports.getAddressesOutput = exports.getAddresses = exports.getAddressOutput = exports.getAddress = exports.ForwardingRule = exports.FirewallPolicyRule = exports.FirewallPolicyAssociation = exports.FirewallPolicy = exports.Firewall = exports.ExternalVpnGateway = exports.DiskResourcePolicyAttachment = exports.DiskIamPolicy = exports.DiskIamMember = exports.DiskIamBinding = exports.DiskAsyncReplication = exports.Disk = exports.CaExternalAccountKey = exports.BackendServiceSignedUrlKey = exports.BackendServiceIamPolicy = exports.BackendServiceIamMember = exports.BackendServiceIamBinding = exports.BackendService = exports.BackendBucketSignedUrlKey = exports.BackendBucketIamPolicy = exports.BackendBucketIamMember = exports.BackendBucketIamBinding = exports.BackendBucket = exports.Autoscaler = exports.AttachedDisk = exports.Address = void 0;
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.VPNTunnel = exports.VPNGateway = exports.URLMap = exports.TargetTCPProxy = exports.TargetSSLProxy = exports.TargetPool = exports.TargetInstance = exports.TargetHttpsProxy = exports.TargetHttpProxy = exports.TargetGrpcProxy = exports.SubnetworkIAMPolicy = exports.SubnetworkIAMMember = exports.SubnetworkIAMBinding = exports.Subnetwork = exports.SSLPolicy = exports.SSLCertificate = exports.SnapshotIamPolicy = exports.SnapshotIamMember = exports.SnapshotIamBinding = exports.Snapshot = exports.SharedVPCServiceProject = exports.SharedVPCHostProject = exports.ServiceAttachment = exports.SecurityScanConfig = exports.SecurityPolicy = exports.routerStatusOutput = exports.routerStatus = exports.RouterPeer = exports.RouterNat = exports.RouterInterface = exports.Router = exports.Route = exports.ResourcePolicy = exports.Reservation = exports.RegionUrlMap = exports.RegionTargetTcpProxy = exports.RegionTargetHttpsProxy = exports.RegionTargetHttpProxy = void 0;
|
|
6
|
+
exports.getRegionNetworkEndpointGroupOutput = exports.getRegionNetworkEndpointGroup = exports.getRegionInstanceTemplateOutput = exports.getRegionInstanceTemplate = exports.getRegionInstanceGroupOutput = exports.getRegionInstanceGroup = exports.getRegionDiskIamPolicyOutput = exports.getRegionDiskIamPolicy = exports.getRegionDiskOutput = exports.getRegionDisk = exports.getRegionBackendServiceIamPolicyOutput = exports.getRegionBackendServiceIamPolicy = exports.getNodeTypesOutput = exports.getNodeTypes = exports.getNetworksOutput = exports.getNetworks = exports.getNetworkPeeringOutput = exports.getNetworkPeering = exports.getNetworkEndpointGroupOutput = exports.getNetworkEndpointGroup = exports.getNetworkOutput = exports.getNetwork = exports.getNetblockIPRangesOutput = exports.getNetblockIPRanges = exports.getMachineImageIamPolicyOutput = exports.getMachineImageIamPolicy = exports.getLBIPRangesOutput = exports.getLBIPRanges = exports.getInstanceTemplateOutput = exports.getInstanceTemplate = exports.getInstanceSerialPortOutput = exports.getInstanceSerialPort = exports.getInstanceIamPolicyOutput = exports.getInstanceIamPolicy = exports.getInstanceGroupManagerOutput = exports.getInstanceGroupManager = exports.getInstanceGroupOutput = exports.getInstanceGroup = exports.getInstanceOutput = exports.getInstance = exports.getImageIamPolicyOutput = exports.getImageIamPolicy = exports.getImageOutput = exports.getImage = exports.getHealthCheckOutput = exports.getHealthCheck = exports.getHcVpnGatewayOutput = exports.getHcVpnGateway = exports.getGlobalForwardingRuleOutput = exports.getGlobalForwardingRule = void 0;
|
|
7
|
+
exports.InterconnectAttachment = exports.InstanceTemplate = exports.InstanceSettings = exports.InstanceIAMPolicy = exports.InstanceIAMMember = exports.InstanceIAMBinding = exports.InstanceGroupNamedPort = exports.InstanceGroupManager = exports.InstanceGroup = exports.InstanceFromTemplate = exports.InstanceFromMachineImage = exports.Instance = exports.ImageIamPolicy = exports.ImageIamMember = exports.ImageIamBinding = exports.Image = exports.HttpsHealthCheck = exports.HttpHealthCheck = exports.HealthCheck = exports.HaVpnGateway = exports.GlobalNetworkEndpointGroup = exports.GlobalNetworkEndpoint = exports.GlobalForwardingRule = exports.GlobalAddress = exports.getZonesOutput = exports.getZones = exports.getVPNGatewayOutput = exports.getVPNGateway = exports.getSubnetworkIamPolicyOutput = exports.getSubnetworkIamPolicy = exports.getSubnetworkOutput = exports.getSubnetwork = exports.getSnapshotIamPolicyOutput = exports.getSnapshotIamPolicy = exports.getSnapshotOutput = exports.getSnapshot = exports.getSSLPolicyOutput = exports.getSSLPolicy = exports.getRouterStatusOutput = exports.getRouterStatus = exports.getRouterNatOutput = exports.getRouterNat = exports.getRouterOutput = exports.getRouter = exports.getResourcePolicyOutput = exports.getResourcePolicy = exports.getRegionsOutput = exports.getRegions = exports.getRegionSslCertificateOutput = exports.getRegionSslCertificate = void 0;
|
|
8
|
+
exports.RegionSecurityPolicyRule = exports.RegionSecurityPolicy = exports.RegionPerInstanceConfig = exports.RegionNetworkFirewallPolicyRule = exports.RegionNetworkFirewallPolicyAssociation = exports.RegionNetworkFirewallPolicy = exports.RegionNetworkEndpointGroup = exports.RegionInstanceTemplate = exports.RegionInstanceGroupManager = exports.RegionHealthCheck = exports.RegionDiskResourcePolicyAttachment = exports.RegionDiskIamPolicy = exports.RegionDiskIamMember = exports.RegionDiskIamBinding = exports.RegionDisk = exports.RegionCommitment = exports.RegionBackendServiceIamPolicy = exports.RegionBackendServiceIamMember = exports.RegionBackendServiceIamBinding = exports.RegionBackendService = exports.RegionAutoscaler = exports.PublicDelegatedPrefix = exports.PublicAdvertisedPrefix = exports.ProjectMetadataItem = exports.ProjectMetadata = exports.ProjectDefaultNetworkTier = exports.PerInstanceConfig = exports.PacketMirroring = exports.OrganizationSecurityPolicyRule = exports.OrganizationSecurityPolicyAssociation = exports.OrganizationSecurityPolicy = exports.NodeTemplate = exports.NodeGroup = exports.NetworkPeeringRoutesConfig = exports.NetworkPeering = exports.NetworkFirewallPolicyRule = exports.NetworkFirewallPolicyAssociation = exports.NetworkFirewallPolicy = exports.NetworkEndpointList = exports.NetworkEndpointGroup = exports.NetworkEndpoint = exports.NetworkEdgeSecurityService = exports.NetworkAttachment = exports.Network = exports.MangedSslCertificate = exports.ManagedSslCertificate = exports.MachineImageIamPolicy = exports.MachineImageIamMember = exports.MachineImageIamBinding = exports.MachineImage = void 0;
|
|
9
|
+
exports.VPNTunnel = exports.VPNGateway = exports.URLMap = exports.TargetTCPProxy = exports.TargetSSLProxy = exports.TargetPool = exports.TargetInstance = exports.TargetHttpsProxy = exports.TargetHttpProxy = exports.TargetGrpcProxy = exports.SubnetworkIAMPolicy = exports.SubnetworkIAMMember = exports.SubnetworkIAMBinding = exports.Subnetwork = exports.SSLPolicy = exports.SSLCertificate = exports.SnapshotIamPolicy = exports.SnapshotIamMember = exports.SnapshotIamBinding = exports.Snapshot = exports.SharedVPCServiceProject = exports.SharedVPCHostProject = exports.ServiceAttachment = exports.SecurityScanConfig = exports.SecurityPolicy = exports.routerStatusOutput = exports.routerStatus = exports.RouterPeer = exports.RouterNat = exports.RouterInterface = exports.Router = exports.Route = exports.ResourcePolicy = exports.Reservation = exports.RegionUrlMap = exports.RegionTargetTcpProxy = exports.RegionTargetHttpsProxy = exports.RegionTargetHttpProxy = exports.RegionSslPolicy = exports.RegionSslCertificate = void 0;
|
|
10
10
|
const pulumi = require("@pulumi/pulumi");
|
|
11
11
|
const utilities = require("../utilities");
|
|
12
12
|
exports.Address = null;
|
|
@@ -157,6 +157,9 @@ utilities.lazyLoad(exports, ["getNodeTypes", "getNodeTypesOutput"], () => requir
|
|
|
157
157
|
exports.getRegionBackendServiceIamPolicy = null;
|
|
158
158
|
exports.getRegionBackendServiceIamPolicyOutput = null;
|
|
159
159
|
utilities.lazyLoad(exports, ["getRegionBackendServiceIamPolicy", "getRegionBackendServiceIamPolicyOutput"], () => require("./getRegionBackendServiceIamPolicy"));
|
|
160
|
+
exports.getRegionDisk = null;
|
|
161
|
+
exports.getRegionDiskOutput = null;
|
|
162
|
+
utilities.lazyLoad(exports, ["getRegionDisk", "getRegionDiskOutput"], () => require("./getRegionDisk"));
|
|
160
163
|
exports.getRegionDiskIamPolicy = null;
|
|
161
164
|
exports.getRegionDiskIamPolicyOutput = null;
|
|
162
165
|
utilities.lazyLoad(exports, ["getRegionDiskIamPolicy", "getRegionDiskIamPolicyOutput"], () => require("./getRegionDiskIamPolicy"));
|