@pulumi/gcp 8.3.0-alpha.1726834947 → 8.3.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/instance.d.ts +12 -0
- package/alloydb/instance.js +2 -0
- package/alloydb/instance.js.map +1 -1
- package/compute/attachedDisk.d.ts +36 -0
- package/compute/attachedDisk.js +2 -0
- package/compute/attachedDisk.js.map +1 -1
- package/compute/backendService.d.ts +13 -10
- package/compute/backendService.js.map +1 -1
- package/compute/firewallPolicyWithRules.d.ts +286 -0
- package/compute/firewallPolicyWithRules.js +211 -0
- package/compute/firewallPolicyWithRules.js.map +1 -0
- package/compute/index.d.ts +3 -0
- package/compute/index.js +11 -6
- package/compute/index.js.map +1 -1
- package/compute/regionBackendService.d.ts +13 -10
- package/compute/regionBackendService.js.map +1 -1
- package/compute/routerNat.d.ts +12 -38
- package/compute/routerNat.js +3 -38
- package/compute/routerNat.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/databasemigrationservice/index.d.ts +3 -0
- package/databasemigrationservice/index.js +6 -1
- package/databasemigrationservice/index.js.map +1 -1
- package/databasemigrationservice/migrationJob.d.ts +682 -0
- package/databasemigrationservice/migrationJob.js +438 -0
- package/databasemigrationservice/migrationJob.js.map +1 -0
- package/dataproc/getMetastoreService.d.ts +1 -0
- package/dataproc/getMetastoreService.js.map +1 -1
- package/dataproc/metastoreService.d.ts +36 -0
- package/dataproc/metastoreService.js +26 -0
- package/dataproc/metastoreService.js.map +1 -1
- package/developerconnect/connection.d.ts +38 -37
- package/discoveryengine/index.d.ts +3 -0
- package/discoveryengine/index.js +6 -1
- package/discoveryengine/index.js.map +1 -1
- package/discoveryengine/targetSite.d.ts +303 -0
- package/discoveryengine/targetSite.js +167 -0
- package/discoveryengine/targetSite.js.map +1 -0
- package/dns/managedZone.d.ts +1 -1
- package/filestore/getInstance.d.ts +2 -0
- package/filestore/getInstance.js.map +1 -1
- package/filestore/instance.d.ts +24 -0
- package/filestore/instance.js +4 -0
- package/filestore/instance.js.map +1 -1
- package/gkehub/featureMembership.d.ts +74 -31
- package/gkehub/featureMembership.js +74 -31
- package/gkehub/featureMembership.js.map +1 -1
- package/healthcare/index.d.ts +3 -0
- package/healthcare/index.js +6 -1
- package/healthcare/index.js.map +1 -1
- package/healthcare/workspace.d.ts +175 -0
- package/healthcare/workspace.js +112 -0
- package/healthcare/workspace.js.map +1 -0
- package/looker/instance.d.ts +30 -0
- package/looker/instance.js +20 -0
- package/looker/instance.js.map +1 -1
- package/netapp/storagePool.d.ts +15 -0
- package/netapp/storagePool.js +2 -0
- package/netapp/storagePool.js.map +1 -1
- package/netapp/volume.d.ts +23 -0
- package/netapp/volume.js +4 -0
- package/netapp/volume.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +2 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/pubsub/subscription.d.ts +22 -3
- package/pubsub/subscription.js +19 -0
- package/pubsub/subscription.js.map +1 -1
- package/secretmanager/getRegionalSecret.d.ts +106 -0
- package/secretmanager/getRegionalSecret.js +56 -0
- package/secretmanager/getRegionalSecret.js.map +1 -0
- package/secretmanager/getRegionalSecretIamPolicy.d.ts +92 -0
- package/secretmanager/getRegionalSecretIamPolicy.js +58 -0
- package/secretmanager/getRegionalSecretIamPolicy.js.map +1 -0
- package/secretmanager/getRegionalSecretVersion.d.ts +122 -0
- package/secretmanager/getRegionalSecretVersion.js +58 -0
- package/secretmanager/getRegionalSecretVersion.js.map +1 -0
- package/secretmanager/index.d.ts +24 -0
- package/secretmanager/index.js +35 -1
- package/secretmanager/index.js.map +1 -1
- package/secretmanager/regionalSecret.d.ts +550 -0
- package/secretmanager/regionalSecret.js +251 -0
- package/secretmanager/regionalSecret.js.map +1 -0
- package/secretmanager/regionalSecretIamBinding.d.ts +462 -0
- package/secretmanager/regionalSecretIamBinding.js +372 -0
- package/secretmanager/regionalSecretIamBinding.js.map +1 -0
- package/secretmanager/regionalSecretIamMember.d.ts +462 -0
- package/secretmanager/regionalSecretIamMember.js +372 -0
- package/secretmanager/regionalSecretIamMember.js.map +1 -0
- package/secretmanager/regionalSecretIamPolicy.d.ts +400 -0
- package/secretmanager/regionalSecretIamPolicy.js +365 -0
- package/secretmanager/regionalSecretIamPolicy.js.map +1 -0
- package/secretmanager/regionalSecretVersion.d.ts +277 -0
- package/secretmanager/regionalSecretVersion.js +177 -0
- package/secretmanager/regionalSecretVersion.js.map +1 -0
- package/securitycenter/folderSccBigQueryExport.d.ts +286 -0
- package/securitycenter/folderSccBigQueryExport.js +148 -0
- package/securitycenter/folderSccBigQueryExport.js.map +1 -0
- package/securitycenter/index.d.ts +12 -0
- package/securitycenter/index.js +21 -1
- package/securitycenter/index.js.map +1 -1
- package/securitycenter/organizationSccBigQueryExport.d.ts +256 -0
- package/securitycenter/organizationSccBigQueryExport.js +107 -0
- package/securitycenter/organizationSccBigQueryExport.js.map +1 -0
- package/securitycenter/projectSccBigQueryExport.d.ts +262 -0
- package/securitycenter/projectSccBigQueryExport.js +110 -0
- package/securitycenter/projectSccBigQueryExport.js.map +1 -0
- package/securitycenter/v2organizationSccBigQueryExport.d.ts +302 -0
- package/securitycenter/v2organizationSccBigQueryExport.js +137 -0
- package/securitycenter/v2organizationSccBigQueryExport.js.map +1 -0
- package/securitycenter/v2organizationSccBigQueryExports.d.ts +3 -1
- package/securitycenter/v2organizationSccBigQueryExports.js +3 -1
- package/securitycenter/v2organizationSccBigQueryExports.js.map +1 -1
- package/siteverification/index.d.ts +3 -0
- package/siteverification/index.js +16 -1
- package/siteverification/index.js.map +1 -1
- package/siteverification/webResource.d.ts +155 -0
- package/siteverification/webResource.js +127 -0
- package/siteverification/webResource.js.map +1 -0
- package/spanner/backupSchedule.d.ts +271 -0
- package/spanner/backupSchedule.js +185 -0
- package/spanner/backupSchedule.js.map +1 -0
- package/spanner/getInstance.d.ts +1 -0
- package/spanner/getInstance.js.map +1 -1
- package/spanner/index.d.ts +3 -0
- package/spanner/index.js +6 -1
- package/spanner/index.js.map +1 -1
- package/spanner/instance.d.ts +16 -0
- package/spanner/instance.js +3 -0
- package/spanner/instance.js.map +1 -1
- package/types/input.d.ts +561 -28
- package/types/output.d.ts +600 -32
package/alloydb/instance.d.ts
CHANGED
|
@@ -245,6 +245,12 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
245
245
|
* Structure is documented below.
|
|
246
246
|
*/
|
|
247
247
|
readonly observabilityConfig: pulumi.Output<outputs.alloydb.InstanceObservabilityConfig>;
|
|
248
|
+
/**
|
|
249
|
+
* The outbound public IP addresses for the instance. This is available ONLY when
|
|
250
|
+
* networkConfig.enableOutboundPublicIp is set to true. These IP addresses are used
|
|
251
|
+
* for outbound connections.
|
|
252
|
+
*/
|
|
253
|
+
readonly outboundPublicIpAddresses: pulumi.Output<string[]>;
|
|
248
254
|
/**
|
|
249
255
|
* Configuration for Private Service Connect (PSC) for the instance.
|
|
250
256
|
* Structure is documented below.
|
|
@@ -396,6 +402,12 @@ export interface InstanceState {
|
|
|
396
402
|
* Structure is documented below.
|
|
397
403
|
*/
|
|
398
404
|
observabilityConfig?: pulumi.Input<inputs.alloydb.InstanceObservabilityConfig>;
|
|
405
|
+
/**
|
|
406
|
+
* The outbound public IP addresses for the instance. This is available ONLY when
|
|
407
|
+
* networkConfig.enableOutboundPublicIp is set to true. These IP addresses are used
|
|
408
|
+
* for outbound connections.
|
|
409
|
+
*/
|
|
410
|
+
outboundPublicIpAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
399
411
|
/**
|
|
400
412
|
* Configuration for Private Service Connect (PSC) for the instance.
|
|
401
413
|
* Structure is documented below.
|
package/alloydb/instance.js
CHANGED
|
@@ -185,6 +185,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
185
185
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
186
186
|
resourceInputs["networkConfig"] = state ? state.networkConfig : undefined;
|
|
187
187
|
resourceInputs["observabilityConfig"] = state ? state.observabilityConfig : undefined;
|
|
188
|
+
resourceInputs["outboundPublicIpAddresses"] = state ? state.outboundPublicIpAddresses : undefined;
|
|
188
189
|
resourceInputs["pscInstanceConfig"] = state ? state.pscInstanceConfig : undefined;
|
|
189
190
|
resourceInputs["publicIpAddress"] = state ? state.publicIpAddress : undefined;
|
|
190
191
|
resourceInputs["pulumiLabels"] = state ? state.pulumiLabels : undefined;
|
|
@@ -227,6 +228,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
227
228
|
resourceInputs["effectiveLabels"] = undefined /*out*/;
|
|
228
229
|
resourceInputs["ipAddress"] = undefined /*out*/;
|
|
229
230
|
resourceInputs["name"] = undefined /*out*/;
|
|
231
|
+
resourceInputs["outboundPublicIpAddresses"] = undefined /*out*/;
|
|
230
232
|
resourceInputs["publicIpAddress"] = undefined /*out*/;
|
|
231
233
|
resourceInputs["pulumiLabels"] = undefined /*out*/;
|
|
232
234
|
resourceInputs["reconciling"] = undefined /*out*/;
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqIG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../alloydb/instance.ts"],"names":[],"mappings":"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"}
|
|
@@ -99,6 +99,18 @@ export declare class AttachedDisk extends pulumi.CustomResource {
|
|
|
99
99
|
* as properties on the resource or provider.
|
|
100
100
|
*/
|
|
101
101
|
readonly instance: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The disk interface used for attaching this disk.
|
|
104
|
+
*
|
|
105
|
+
* This field is only used for specific cases, please don't specify
|
|
106
|
+
* this field without advice from Google. Not specifying the field
|
|
107
|
+
* will allow the the server to assign the correct interface.
|
|
108
|
+
*
|
|
109
|
+
* Possible values:
|
|
110
|
+
* "SCSI"
|
|
111
|
+
* "NVME"
|
|
112
|
+
*/
|
|
113
|
+
readonly interface: pulumi.Output<string | undefined>;
|
|
102
114
|
/**
|
|
103
115
|
* The mode in which to attach this disk, either READ_WRITE or
|
|
104
116
|
* READ_ONLY. If not specified, the default is to attach the disk in
|
|
@@ -158,6 +170,18 @@ export interface AttachedDiskState {
|
|
|
158
170
|
* as properties on the resource or provider.
|
|
159
171
|
*/
|
|
160
172
|
instance?: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* The disk interface used for attaching this disk.
|
|
175
|
+
*
|
|
176
|
+
* This field is only used for specific cases, please don't specify
|
|
177
|
+
* this field without advice from Google. Not specifying the field
|
|
178
|
+
* will allow the the server to assign the correct interface.
|
|
179
|
+
*
|
|
180
|
+
* Possible values:
|
|
181
|
+
* "SCSI"
|
|
182
|
+
* "NVME"
|
|
183
|
+
*/
|
|
184
|
+
interface?: pulumi.Input<string>;
|
|
161
185
|
/**
|
|
162
186
|
* The mode in which to attach this disk, either READ_WRITE or
|
|
163
187
|
* READ_ONLY. If not specified, the default is to attach the disk in
|
|
@@ -209,6 +233,18 @@ export interface AttachedDiskArgs {
|
|
|
209
233
|
* as properties on the resource or provider.
|
|
210
234
|
*/
|
|
211
235
|
instance: pulumi.Input<string>;
|
|
236
|
+
/**
|
|
237
|
+
* The disk interface used for attaching this disk.
|
|
238
|
+
*
|
|
239
|
+
* This field is only used for specific cases, please don't specify
|
|
240
|
+
* this field without advice from Google. Not specifying the field
|
|
241
|
+
* will allow the the server to assign the correct interface.
|
|
242
|
+
*
|
|
243
|
+
* Possible values:
|
|
244
|
+
* "SCSI"
|
|
245
|
+
* "NVME"
|
|
246
|
+
*/
|
|
247
|
+
interface?: pulumi.Input<string>;
|
|
212
248
|
/**
|
|
213
249
|
* The mode in which to attach this disk, either READ_WRITE or
|
|
214
250
|
* READ_ONLY. If not specified, the default is to attach the disk in
|
package/compute/attachedDisk.js
CHANGED
|
@@ -94,6 +94,7 @@ class AttachedDisk extends pulumi.CustomResource {
|
|
|
94
94
|
resourceInputs["deviceName"] = state ? state.deviceName : undefined;
|
|
95
95
|
resourceInputs["disk"] = state ? state.disk : undefined;
|
|
96
96
|
resourceInputs["instance"] = state ? state.instance : undefined;
|
|
97
|
+
resourceInputs["interface"] = state ? state.interface : undefined;
|
|
97
98
|
resourceInputs["mode"] = state ? state.mode : undefined;
|
|
98
99
|
resourceInputs["project"] = state ? state.project : undefined;
|
|
99
100
|
resourceInputs["zone"] = state ? state.zone : undefined;
|
|
@@ -109,6 +110,7 @@ class AttachedDisk extends pulumi.CustomResource {
|
|
|
109
110
|
resourceInputs["deviceName"] = args ? args.deviceName : undefined;
|
|
110
111
|
resourceInputs["disk"] = args ? args.disk : undefined;
|
|
111
112
|
resourceInputs["instance"] = args ? args.instance : undefined;
|
|
113
|
+
resourceInputs["interface"] = args ? args.interface : undefined;
|
|
112
114
|
resourceInputs["mode"] = args ? args.mode : undefined;
|
|
113
115
|
resourceInputs["project"] = args ? args.project : undefined;
|
|
114
116
|
resourceInputs["zone"] = args ? args.zone : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachedDisk.js","sourceRoot":"","sources":["../../compute/attachedDisk.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyDG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"attachedDisk.js","sourceRoot":"","sources":["../../compute/attachedDisk.ts"],"names":[],"mappings":"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"}
|
|
@@ -424,7 +424,7 @@ export declare class BackendService extends pulumi.CustomResource {
|
|
|
424
424
|
* Settings for enabling Cloud Identity Aware Proxy
|
|
425
425
|
* Structure is documented below.
|
|
426
426
|
*/
|
|
427
|
-
readonly iap: pulumi.Output<outputs.compute.BackendServiceIap
|
|
427
|
+
readonly iap: pulumi.Output<outputs.compute.BackendServiceIap>;
|
|
428
428
|
/**
|
|
429
429
|
* Indicates whether the backend service will be used with internal or
|
|
430
430
|
* external load balancing. A backend service created for one type of
|
|
@@ -466,7 +466,8 @@ export declare class BackendService extends pulumi.CustomResource {
|
|
|
466
466
|
* build times and host selection times. For more information about
|
|
467
467
|
* Maglev, refer to https://ai.google/research/pubs/pub44824
|
|
468
468
|
* * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
|
|
469
|
-
* reported weights.
|
|
469
|
+
* reported weights. Only applicable to loadBalancingScheme
|
|
470
|
+
* EXTERNAL. If set, the Backend Service must
|
|
470
471
|
* configure a non legacy HTTP-based Health Check, and
|
|
471
472
|
* health check replies are expected to contain
|
|
472
473
|
* non-standard HTTP response header field
|
|
@@ -477,14 +478,14 @@ export declare class BackendService extends pulumi.CustomResource {
|
|
|
477
478
|
* instance either reported a valid weight or had
|
|
478
479
|
* UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
|
479
480
|
* equal-weight.
|
|
480
|
-
*
|
|
481
|
+
* localityLbPolicy is applicable to either:
|
|
481
482
|
* * A regional backend service with the serviceProtocol set to HTTP, HTTPS, or HTTP2,
|
|
482
483
|
* and loadBalancingScheme set to INTERNAL_MANAGED.
|
|
483
484
|
* * A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
|
484
485
|
* * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
|
485
486
|
* Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
|
486
487
|
* Network Load Balancing. The default is MAGLEV.
|
|
487
|
-
* If sessionAffinity is not NONE, and
|
|
488
|
+
* If sessionAffinity is not NONE, and localityLbPolicy is not set to MAGLEV, WEIGHTED_MAGLEV,
|
|
488
489
|
* or RING_HASH, session affinity settings will not take effect.
|
|
489
490
|
* Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
|
490
491
|
* by a URL map that is bound to target gRPC proxy that has validateForProxyless
|
|
@@ -721,7 +722,8 @@ export interface BackendServiceState {
|
|
|
721
722
|
* build times and host selection times. For more information about
|
|
722
723
|
* Maglev, refer to https://ai.google/research/pubs/pub44824
|
|
723
724
|
* * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
|
|
724
|
-
* reported weights.
|
|
725
|
+
* reported weights. Only applicable to loadBalancingScheme
|
|
726
|
+
* EXTERNAL. If set, the Backend Service must
|
|
725
727
|
* configure a non legacy HTTP-based Health Check, and
|
|
726
728
|
* health check replies are expected to contain
|
|
727
729
|
* non-standard HTTP response header field
|
|
@@ -732,14 +734,14 @@ export interface BackendServiceState {
|
|
|
732
734
|
* instance either reported a valid weight or had
|
|
733
735
|
* UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
|
734
736
|
* equal-weight.
|
|
735
|
-
*
|
|
737
|
+
* localityLbPolicy is applicable to either:
|
|
736
738
|
* * A regional backend service with the serviceProtocol set to HTTP, HTTPS, or HTTP2,
|
|
737
739
|
* and loadBalancingScheme set to INTERNAL_MANAGED.
|
|
738
740
|
* * A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
|
739
741
|
* * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
|
740
742
|
* Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
|
741
743
|
* Network Load Balancing. The default is MAGLEV.
|
|
742
|
-
* If sessionAffinity is not NONE, and
|
|
744
|
+
* If sessionAffinity is not NONE, and localityLbPolicy is not set to MAGLEV, WEIGHTED_MAGLEV,
|
|
743
745
|
* or RING_HASH, session affinity settings will not take effect.
|
|
744
746
|
* Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
|
745
747
|
* by a URL map that is bound to target gRPC proxy that has validateForProxyless
|
|
@@ -955,7 +957,8 @@ export interface BackendServiceArgs {
|
|
|
955
957
|
* build times and host selection times. For more information about
|
|
956
958
|
* Maglev, refer to https://ai.google/research/pubs/pub44824
|
|
957
959
|
* * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
|
|
958
|
-
* reported weights.
|
|
960
|
+
* reported weights. Only applicable to loadBalancingScheme
|
|
961
|
+
* EXTERNAL. If set, the Backend Service must
|
|
959
962
|
* configure a non legacy HTTP-based Health Check, and
|
|
960
963
|
* health check replies are expected to contain
|
|
961
964
|
* non-standard HTTP response header field
|
|
@@ -966,14 +969,14 @@ export interface BackendServiceArgs {
|
|
|
966
969
|
* instance either reported a valid weight or had
|
|
967
970
|
* UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
|
968
971
|
* equal-weight.
|
|
969
|
-
*
|
|
972
|
+
* localityLbPolicy is applicable to either:
|
|
970
973
|
* * A regional backend service with the serviceProtocol set to HTTP, HTTPS, or HTTP2,
|
|
971
974
|
* and loadBalancingScheme set to INTERNAL_MANAGED.
|
|
972
975
|
* * A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
|
973
976
|
* * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
|
974
977
|
* Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
|
975
978
|
* Network Load Balancing. The default is MAGLEV.
|
|
976
|
-
* If sessionAffinity is not NONE, and
|
|
979
|
+
* If sessionAffinity is not NONE, and localityLbPolicy is not set to MAGLEV, WEIGHTED_MAGLEV,
|
|
977
980
|
* or RING_HASH, session affinity settings will not take effect.
|
|
978
981
|
* Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
|
979
982
|
* by a URL map that is bound to target gRPC proxy that has validateForProxyless
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backendService.js","sourceRoot":"","sources":["../../compute/backendService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwTG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;
|
|
1
|
+
{"version":3,"file":"backendService.js","sourceRoot":"","sources":["../../compute/backendService.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ### Compute Firewall Policy With Rules Full
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as gcp from "@pulumi/gcp";
|
|
12
|
+
*
|
|
13
|
+
* const project = gcp.organizations.getProject({});
|
|
14
|
+
* const addressGroup1 = new gcp.networksecurity.AddressGroup("address_group_1", {
|
|
15
|
+
* name: "tf-address-group",
|
|
16
|
+
* parent: "organizations/123456789",
|
|
17
|
+
* description: "Global address group",
|
|
18
|
+
* location: "global",
|
|
19
|
+
* items: ["208.80.154.224/32"],
|
|
20
|
+
* type: "IPV4",
|
|
21
|
+
* capacity: 100,
|
|
22
|
+
* });
|
|
23
|
+
* const securityProfile1 = new gcp.networksecurity.SecurityProfile("security_profile_1", {
|
|
24
|
+
* name: "tf-security-profile",
|
|
25
|
+
* type: "THREAT_PREVENTION",
|
|
26
|
+
* parent: "organizations/123456789",
|
|
27
|
+
* location: "global",
|
|
28
|
+
* });
|
|
29
|
+
* const securityProfileGroup1 = new gcp.networksecurity.SecurityProfileGroup("security_profile_group_1", {
|
|
30
|
+
* name: "tf-security-profile-group",
|
|
31
|
+
* parent: "organizations/123456789",
|
|
32
|
+
* description: "my description",
|
|
33
|
+
* threatPreventionProfile: securityProfile1.id,
|
|
34
|
+
* });
|
|
35
|
+
* const firewall_policy_with_rules = new gcp.compute.FirewallPolicyWithRules("firewall-policy-with-rules", {
|
|
36
|
+
* shortName: "tf-fw-org-policy-with-rules",
|
|
37
|
+
* description: "Terraform test",
|
|
38
|
+
* parent: "organizations/123456789",
|
|
39
|
+
* rules: [
|
|
40
|
+
* {
|
|
41
|
+
* description: "tcp rule",
|
|
42
|
+
* priority: 1000,
|
|
43
|
+
* enableLogging: true,
|
|
44
|
+
* action: "allow",
|
|
45
|
+
* direction: "EGRESS",
|
|
46
|
+
* match: {
|
|
47
|
+
* layer4Configs: [{
|
|
48
|
+
* ipProtocol: "tcp",
|
|
49
|
+
* ports: [
|
|
50
|
+
* "8080",
|
|
51
|
+
* "7070",
|
|
52
|
+
* ],
|
|
53
|
+
* }],
|
|
54
|
+
* destIpRanges: ["11.100.0.1/32"],
|
|
55
|
+
* destFqdns: [
|
|
56
|
+
* "www.yyy.com",
|
|
57
|
+
* "www.zzz.com",
|
|
58
|
+
* ],
|
|
59
|
+
* destRegionCodes: [
|
|
60
|
+
* "HK",
|
|
61
|
+
* "IN",
|
|
62
|
+
* ],
|
|
63
|
+
* destThreatIntelligences: [
|
|
64
|
+
* "iplist-search-engines-crawlers",
|
|
65
|
+
* "iplist-tor-exit-nodes",
|
|
66
|
+
* ],
|
|
67
|
+
* destAddressGroups: [addressGroup1.id],
|
|
68
|
+
* },
|
|
69
|
+
* targetResources: [project.then(project => `https://www.googleapis.com/compute/beta/projects/${project.name}/global/networks/default`)],
|
|
70
|
+
* },
|
|
71
|
+
* {
|
|
72
|
+
* description: "udp rule",
|
|
73
|
+
* priority: 2000,
|
|
74
|
+
* enableLogging: false,
|
|
75
|
+
* action: "deny",
|
|
76
|
+
* direction: "INGRESS",
|
|
77
|
+
* match: {
|
|
78
|
+
* layer4Configs: [{
|
|
79
|
+
* ipProtocol: "udp",
|
|
80
|
+
* }],
|
|
81
|
+
* srcIpRanges: ["0.0.0.0/0"],
|
|
82
|
+
* srcFqdns: [
|
|
83
|
+
* "www.abc.com",
|
|
84
|
+
* "www.def.com",
|
|
85
|
+
* ],
|
|
86
|
+
* srcRegionCodes: [
|
|
87
|
+
* "US",
|
|
88
|
+
* "CA",
|
|
89
|
+
* ],
|
|
90
|
+
* srcThreatIntelligences: [
|
|
91
|
+
* "iplist-known-malicious-ips",
|
|
92
|
+
* "iplist-public-clouds",
|
|
93
|
+
* ],
|
|
94
|
+
* srcAddressGroups: [addressGroup1.id],
|
|
95
|
+
* },
|
|
96
|
+
* disabled: true,
|
|
97
|
+
* },
|
|
98
|
+
* {
|
|
99
|
+
* description: "security profile group rule",
|
|
100
|
+
* ruleName: "tcp rule",
|
|
101
|
+
* priority: 3000,
|
|
102
|
+
* enableLogging: false,
|
|
103
|
+
* action: "apply_security_profile_group",
|
|
104
|
+
* direction: "INGRESS",
|
|
105
|
+
* match: {
|
|
106
|
+
* layer4Configs: [{
|
|
107
|
+
* ipProtocol: "tcp",
|
|
108
|
+
* }],
|
|
109
|
+
* srcIpRanges: ["0.0.0.0/0"],
|
|
110
|
+
* },
|
|
111
|
+
* targetServiceAccounts: ["test@google.com"],
|
|
112
|
+
* securityProfileGroup: pulumi.interpolate`//networksecurity.googleapis.com/${securityProfileGroup1.id}`,
|
|
113
|
+
* tlsInspect: true,
|
|
114
|
+
* },
|
|
115
|
+
* ],
|
|
116
|
+
* });
|
|
117
|
+
* ```
|
|
118
|
+
*
|
|
119
|
+
* ## Import
|
|
120
|
+
*
|
|
121
|
+
* FirewallPolicyWithRules can be imported using any of these accepted formats:
|
|
122
|
+
*
|
|
123
|
+
* * `locations/global/firewallPolicies/{{policy_id}}`
|
|
124
|
+
*
|
|
125
|
+
* * `{{policy_id}}`
|
|
126
|
+
*
|
|
127
|
+
* When using the `pulumi import` command, FirewallPolicyWithRules can be imported using one of the formats above. For example:
|
|
128
|
+
*
|
|
129
|
+
* ```sh
|
|
130
|
+
* $ pulumi import gcp:compute/firewallPolicyWithRules:FirewallPolicyWithRules default locations/global/firewallPolicies/{{policy_id}}
|
|
131
|
+
* ```
|
|
132
|
+
*
|
|
133
|
+
* ```sh
|
|
134
|
+
* $ pulumi import gcp:compute/firewallPolicyWithRules:FirewallPolicyWithRules default {{policy_id}}
|
|
135
|
+
* ```
|
|
136
|
+
*/
|
|
137
|
+
export declare class FirewallPolicyWithRules extends pulumi.CustomResource {
|
|
138
|
+
/**
|
|
139
|
+
* Get an existing FirewallPolicyWithRules resource's state with the given name, ID, and optional extra
|
|
140
|
+
* properties used to qualify the lookup.
|
|
141
|
+
*
|
|
142
|
+
* @param name The _unique_ name of the resulting resource.
|
|
143
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
144
|
+
* @param state Any extra arguments used during the lookup.
|
|
145
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
146
|
+
*/
|
|
147
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FirewallPolicyWithRulesState, opts?: pulumi.CustomResourceOptions): FirewallPolicyWithRules;
|
|
148
|
+
/**
|
|
149
|
+
* Returns true if the given object is an instance of FirewallPolicyWithRules. This is designed to work even
|
|
150
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
151
|
+
*/
|
|
152
|
+
static isInstance(obj: any): obj is FirewallPolicyWithRules;
|
|
153
|
+
/**
|
|
154
|
+
* Creation timestamp in RFC3339 text format.
|
|
155
|
+
*/
|
|
156
|
+
readonly creationTimestamp: pulumi.Output<string>;
|
|
157
|
+
/**
|
|
158
|
+
* (Output)
|
|
159
|
+
* A description of the rule.
|
|
160
|
+
*/
|
|
161
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
162
|
+
/**
|
|
163
|
+
* Fingerprint of the resource. This field is used internally during updates of this resource.
|
|
164
|
+
*/
|
|
165
|
+
readonly fingerprint: pulumi.Output<string>;
|
|
166
|
+
/**
|
|
167
|
+
* The parent of this FirewallPolicy in the Cloud Resource Hierarchy.
|
|
168
|
+
* Format: organizations/{organization_id} or folders/{folder_id}
|
|
169
|
+
*/
|
|
170
|
+
readonly parent: pulumi.Output<string>;
|
|
171
|
+
/**
|
|
172
|
+
* The unique identifier for the resource. This identifier is defined by the server.
|
|
173
|
+
*/
|
|
174
|
+
readonly policyId: pulumi.Output<string>;
|
|
175
|
+
/**
|
|
176
|
+
* A list of pre-define firewall policy rules.
|
|
177
|
+
* Structure is documented below.
|
|
178
|
+
*/
|
|
179
|
+
readonly predefinedRules: pulumi.Output<outputs.compute.FirewallPolicyWithRulesPredefinedRule[]>;
|
|
180
|
+
/**
|
|
181
|
+
* Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
|
|
182
|
+
*/
|
|
183
|
+
readonly ruleTupleCount: pulumi.Output<number>;
|
|
184
|
+
/**
|
|
185
|
+
* A list of firewall policy rules.
|
|
186
|
+
* Structure is documented below.
|
|
187
|
+
*/
|
|
188
|
+
readonly rules: pulumi.Output<outputs.compute.FirewallPolicyWithRulesRule[]>;
|
|
189
|
+
/**
|
|
190
|
+
* Server-defined URL for the resource.
|
|
191
|
+
*/
|
|
192
|
+
readonly selfLink: pulumi.Output<string>;
|
|
193
|
+
/**
|
|
194
|
+
* Server-defined URL for this resource with the resource id.
|
|
195
|
+
*/
|
|
196
|
+
readonly selfLinkWithId: pulumi.Output<string>;
|
|
197
|
+
/**
|
|
198
|
+
* A textual name of the security policy.
|
|
199
|
+
*/
|
|
200
|
+
readonly shortName: pulumi.Output<string>;
|
|
201
|
+
/**
|
|
202
|
+
* Create a FirewallPolicyWithRules resource with the given unique name, arguments, and options.
|
|
203
|
+
*
|
|
204
|
+
* @param name The _unique_ name of the resource.
|
|
205
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
206
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
207
|
+
*/
|
|
208
|
+
constructor(name: string, args: FirewallPolicyWithRulesArgs, opts?: pulumi.CustomResourceOptions);
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Input properties used for looking up and filtering FirewallPolicyWithRules resources.
|
|
212
|
+
*/
|
|
213
|
+
export interface FirewallPolicyWithRulesState {
|
|
214
|
+
/**
|
|
215
|
+
* Creation timestamp in RFC3339 text format.
|
|
216
|
+
*/
|
|
217
|
+
creationTimestamp?: pulumi.Input<string>;
|
|
218
|
+
/**
|
|
219
|
+
* (Output)
|
|
220
|
+
* A description of the rule.
|
|
221
|
+
*/
|
|
222
|
+
description?: pulumi.Input<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Fingerprint of the resource. This field is used internally during updates of this resource.
|
|
225
|
+
*/
|
|
226
|
+
fingerprint?: pulumi.Input<string>;
|
|
227
|
+
/**
|
|
228
|
+
* The parent of this FirewallPolicy in the Cloud Resource Hierarchy.
|
|
229
|
+
* Format: organizations/{organization_id} or folders/{folder_id}
|
|
230
|
+
*/
|
|
231
|
+
parent?: pulumi.Input<string>;
|
|
232
|
+
/**
|
|
233
|
+
* The unique identifier for the resource. This identifier is defined by the server.
|
|
234
|
+
*/
|
|
235
|
+
policyId?: pulumi.Input<string>;
|
|
236
|
+
/**
|
|
237
|
+
* A list of pre-define firewall policy rules.
|
|
238
|
+
* Structure is documented below.
|
|
239
|
+
*/
|
|
240
|
+
predefinedRules?: pulumi.Input<pulumi.Input<inputs.compute.FirewallPolicyWithRulesPredefinedRule>[]>;
|
|
241
|
+
/**
|
|
242
|
+
* Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
|
|
243
|
+
*/
|
|
244
|
+
ruleTupleCount?: pulumi.Input<number>;
|
|
245
|
+
/**
|
|
246
|
+
* A list of firewall policy rules.
|
|
247
|
+
* Structure is documented below.
|
|
248
|
+
*/
|
|
249
|
+
rules?: pulumi.Input<pulumi.Input<inputs.compute.FirewallPolicyWithRulesRule>[]>;
|
|
250
|
+
/**
|
|
251
|
+
* Server-defined URL for the resource.
|
|
252
|
+
*/
|
|
253
|
+
selfLink?: pulumi.Input<string>;
|
|
254
|
+
/**
|
|
255
|
+
* Server-defined URL for this resource with the resource id.
|
|
256
|
+
*/
|
|
257
|
+
selfLinkWithId?: pulumi.Input<string>;
|
|
258
|
+
/**
|
|
259
|
+
* A textual name of the security policy.
|
|
260
|
+
*/
|
|
261
|
+
shortName?: pulumi.Input<string>;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* The set of arguments for constructing a FirewallPolicyWithRules resource.
|
|
265
|
+
*/
|
|
266
|
+
export interface FirewallPolicyWithRulesArgs {
|
|
267
|
+
/**
|
|
268
|
+
* (Output)
|
|
269
|
+
* A description of the rule.
|
|
270
|
+
*/
|
|
271
|
+
description?: pulumi.Input<string>;
|
|
272
|
+
/**
|
|
273
|
+
* The parent of this FirewallPolicy in the Cloud Resource Hierarchy.
|
|
274
|
+
* Format: organizations/{organization_id} or folders/{folder_id}
|
|
275
|
+
*/
|
|
276
|
+
parent: pulumi.Input<string>;
|
|
277
|
+
/**
|
|
278
|
+
* A list of firewall policy rules.
|
|
279
|
+
* Structure is documented below.
|
|
280
|
+
*/
|
|
281
|
+
rules: pulumi.Input<pulumi.Input<inputs.compute.FirewallPolicyWithRulesRule>[]>;
|
|
282
|
+
/**
|
|
283
|
+
* A textual name of the security policy.
|
|
284
|
+
*/
|
|
285
|
+
shortName: pulumi.Input<string>;
|
|
286
|
+
}
|