pulumi-gcp 7.25.0__py3-none-any.whl → 7.25.0a1717097889__py3-none-any.whl
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.
- pulumi_gcp/__init__.py +0 -88
- pulumi_gcp/appengine/_inputs.py +0 -18
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +0 -16
- pulumi_gcp/bigquery/_inputs.py +2 -286
- pulumi_gcp/bigquery/outputs.py +2 -289
- pulumi_gcp/bigquery/table.py +35 -77
- pulumi_gcp/cloudfunctionsv2/function.py +4 -0
- pulumi_gcp/cloudrun/_inputs.py +4 -80
- pulumi_gcp/cloudrun/outputs.py +4 -137
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +176 -398
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +0 -82
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +161 -609
- pulumi_gcp/compute/region_ssl_policy.py +40 -39
- pulumi_gcp/compute/security_policy_rule.py +1 -55
- pulumi_gcp/container/_inputs.py +0 -560
- pulumi_gcp/container/outputs.py +51 -1106
- pulumi_gcp/dataplex/__init__.py +0 -10
- pulumi_gcp/dataplex/_inputs.py +0 -160
- pulumi_gcp/dataplex/outputs.py +0 -112
- pulumi_gcp/datastream/connection_profile.py +0 -47
- pulumi_gcp/datastream/private_connection.py +0 -47
- pulumi_gcp/datastream/stream.py +0 -47
- pulumi_gcp/dns/get_managed_zone.py +3 -3
- pulumi_gcp/dns/managed_zone.py +7 -7
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/networkservices/__init__.py +0 -1
- pulumi_gcp/networkservices/_inputs.py +27 -245
- pulumi_gcp/networkservices/lb_traffic_extension.py +14 -28
- pulumi_gcp/networkservices/outputs.py +20 -251
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +0 -16
- pulumi_gcp/pubsub/outputs.py +0 -25
- pulumi_gcp/pubsub/subscription.py +4 -8
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/RECORD +48 -62
- pulumi_gcp/compute/get_subnetworks.py +0 -157
- pulumi_gcp/dataplex/aspect_type.py +0 -1077
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -765
- pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -765
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -604
- pulumi_gcp/dataplex/entry_group.py +0 -722
- pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -765
- pulumi_gcp/dataplex/entry_group_iam_member.py +0 -765
- pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -604
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -164
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -164
- pulumi_gcp/kms/autokey_config.py +0 -366
- pulumi_gcp/kms/key_handle.py +0 -548
- pulumi_gcp/networkservices/lb_route_extension.py +0 -663
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/top_level.txt +0 -0
pulumi_gcp/tpu/_inputs.py
CHANGED
@@ -96,7 +96,7 @@ class V2VmAcceleratorConfigArgs:
|
|
96
96
|
"""
|
97
97
|
:param pulumi.Input[str] topology: Topology of TPU in chips.
|
98
98
|
:param pulumi.Input[str] type: Type of TPU.
|
99
|
-
Possible values are: `V2`, `V3`, `V4
|
99
|
+
Possible values are: `V2`, `V3`, `V4`.
|
100
100
|
"""
|
101
101
|
pulumi.set(__self__, "topology", topology)
|
102
102
|
pulumi.set(__self__, "type", type)
|
@@ -118,7 +118,7 @@ class V2VmAcceleratorConfigArgs:
|
|
118
118
|
def type(self) -> pulumi.Input[str]:
|
119
119
|
"""
|
120
120
|
Type of TPU.
|
121
|
-
Possible values are: `V2`, `V3`, `V4
|
121
|
+
Possible values are: `V2`, `V3`, `V4`.
|
122
122
|
"""
|
123
123
|
return pulumi.get(self, "type")
|
124
124
|
|
pulumi_gcp/tpu/outputs.py
CHANGED
@@ -102,7 +102,7 @@ class V2VmAcceleratorConfig(dict):
|
|
102
102
|
"""
|
103
103
|
:param str topology: Topology of TPU in chips.
|
104
104
|
:param str type: Type of TPU.
|
105
|
-
Possible values are: `V2`, `V3`, `V4
|
105
|
+
Possible values are: `V2`, `V3`, `V4`.
|
106
106
|
"""
|
107
107
|
pulumi.set(__self__, "topology", topology)
|
108
108
|
pulumi.set(__self__, "type", type)
|
@@ -120,7 +120,7 @@ class V2VmAcceleratorConfig(dict):
|
|
120
120
|
def type(self) -> str:
|
121
121
|
"""
|
122
122
|
Type of TPU.
|
123
|
-
Possible values are: `V2`, `V3`, `V4
|
123
|
+
Possible values are: `V2`, `V3`, `V4`.
|
124
124
|
"""
|
125
125
|
return pulumi.get(self, "type")
|
126
126
|
|
@@ -1,8 +1,8 @@
|
|
1
|
-
pulumi_gcp/__init__.py,sha256=
|
1
|
+
pulumi_gcp/__init__.py,sha256=2O55FVdeJ681w0JLWG-f-w16PF_OIykZNqm_p6Qs8AM,188473
|
2
2
|
pulumi_gcp/_inputs.py,sha256=RzPZvEhg_UTDKSms04fRHwrC6vIGFtFT7BXmdZIRsdE,1412
|
3
3
|
pulumi_gcp/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
4
4
|
pulumi_gcp/provider.py,sha256=KfC-j52x7Y2MGwN095tb6LyrJBQyaU2YAA4AC5aEdCU,186885
|
5
|
-
pulumi_gcp/pulumi-plugin.json,sha256=
|
5
|
+
pulumi_gcp/pulumi-plugin.json,sha256=hu2TpfG-T8SM_IEJRD8VD1icPmKz8RLVaAEyBTlh404,80
|
6
6
|
pulumi_gcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
pulumi_gcp/accessapproval/__init__.py,sha256=VpbPp-2Rb1295tFUB_3aO6TvbS1UhYt3ycgAzrNVqOU,402
|
8
8
|
pulumi_gcp/accessapproval/get_folder_service_account.py,sha256=M0M-L5ZTvFu-1LuyZA3z1fqChglV_kowuPZmmRMt_6Q,5573
|
@@ -87,15 +87,15 @@ pulumi_gcp/apigee/sharedflow_deployment.py,sha256=dZaFWjUoAE7FE5oaL0rcE69gdRjxzD
|
|
87
87
|
pulumi_gcp/apigee/sync_authorization.py,sha256=mJLrPfVgIGAZlvf_vMufccS9Rp52PEv7Qdl5IOPoH2I,18707
|
88
88
|
pulumi_gcp/apigee/target_server.py,sha256=cq7ZCHf8qlJf5AAY0xGqSI0JNJo9UHfdVsPN3N6gS5k,31358
|
89
89
|
pulumi_gcp/appengine/__init__.py,sha256=P_FPThoe2TlxctUhwmwRUky0yfsbuDYv3JsUcTFaKck,637
|
90
|
-
pulumi_gcp/appengine/_inputs.py,sha256=
|
90
|
+
pulumi_gcp/appengine/_inputs.py,sha256=KgaFUFl_O2L2F2YRmCgi69Vq5P-k8GSyiEhvXVLOliM,130694
|
91
91
|
pulumi_gcp/appengine/application.py,sha256=8-N7Jc3XI3cYWZwL3R990vj0LEtne2efzUSdWZlhbzQ,33925
|
92
92
|
pulumi_gcp/appengine/application_url_dispatch_rules.py,sha256=zig_Mka6NBL96fDFh5jg_4E_sU1rti1e-CCrYt7RzWo,13553
|
93
|
-
pulumi_gcp/appengine/domain_mapping.py,sha256=
|
93
|
+
pulumi_gcp/appengine/domain_mapping.py,sha256=Lc3xqlS6h1oDd8A_SKJlWSWUhW6FenD9X7Wtpamnvb0,21624
|
94
94
|
pulumi_gcp/appengine/engine_split_traffic.py,sha256=cQS9ZbtP1LU3Aa2ycSCFRdHO_yh3N4DZgQ9M2QvM1HI,19087
|
95
95
|
pulumi_gcp/appengine/firewall_rule.py,sha256=ohp4EuB5EpK8AdmkYcdSacFF5ca1-IspVgfzgAenFKE,20313
|
96
96
|
pulumi_gcp/appengine/flexible_app_version.py,sha256=izqq-M-unGf-h7drelac14Aq-B0dIi6vf-ydbkHrytE,97691
|
97
97
|
pulumi_gcp/appengine/get_default_service_account.py,sha256=EgFhzataXz80NHaG5Fv7MJj3oE9wkUQyloSfydY_kXQ,5845
|
98
|
-
pulumi_gcp/appengine/outputs.py,sha256=
|
98
|
+
pulumi_gcp/appengine/outputs.py,sha256=_1Wfs1scdl52opYdL-KAdlJNoVin94iMGpOSnjfdjk0,128868
|
99
99
|
pulumi_gcp/appengine/service_network_settings.py,sha256=-qKvWmpFmpCWza5Kg1nDtS5iegy1zKdL-dHYPfTfiFo,15430
|
100
100
|
pulumi_gcp/appengine/standard_app_version.py,sha256=9afHQF1PwwRVR8N1Of2AHhaf_zL1pOz8J1MdYfWeyn0,75996
|
101
101
|
pulumi_gcp/apphub/__init__.py,sha256=0vP83m7GyaK0lfN-wTfa8B4Xhh_aSHwluUlK-e0FrQI,538
|
@@ -148,7 +148,7 @@ pulumi_gcp/biglake/database.py,sha256=NEoftPq0D2TdO_vZax_VOAvycaMcQv9WRyjZ4Hgkgt
|
|
148
148
|
pulumi_gcp/biglake/outputs.py,sha256=G-nuuY6ouZIv3bA_-Sr5LI4o-bfKfpdNax7b_Prraqs,7540
|
149
149
|
pulumi_gcp/biglake/table.py,sha256=WFGRVnXIpht4D8M9SzTzL03MyUkvyIIHtbRSIzzMniE,29366
|
150
150
|
pulumi_gcp/bigquery/__init__.py,sha256=kZS2vw_OB-Azsnpm24Ioq03ew7ktEImnUhyCV4GF61g,1128
|
151
|
-
pulumi_gcp/bigquery/_inputs.py,sha256=
|
151
|
+
pulumi_gcp/bigquery/_inputs.py,sha256=Lrq7yAFfWbvDAVhjL_A9104xS-P4QMsI_cuUsLHREjc,250372
|
152
152
|
pulumi_gcp/bigquery/app_profile.py,sha256=ubsVU_QkviVTG6Wu9Ya9rgxaGUE8ziwbJEpTVwBG5K8,41885
|
153
153
|
pulumi_gcp/bigquery/bi_reservation.py,sha256=E9MbJORCYdWuVho74eAawDNtfWp3AaqcxwaZyMPwb4A,18769
|
154
154
|
pulumi_gcp/bigquery/capacity_commitment.py,sha256=mFWY4RicUb26ZzWBOxUuoow07XNZFaovoTewtjx6seU,35452
|
@@ -171,11 +171,11 @@ pulumi_gcp/bigquery/iam_binding.py,sha256=klab0vBDYfqrdzEz6dkkAAxHg5MXLoDbM55YU3
|
|
171
171
|
pulumi_gcp/bigquery/iam_member.py,sha256=SCaf8zFs2iJWXFxQdA3VMZS75RaPIvwiTQppYw5K1IY,46917
|
172
172
|
pulumi_gcp/bigquery/iam_policy.py,sha256=F91TxXTFseDEiupwbmUN-hwqbAyuA0278ZLXbxWIKTA,32498
|
173
173
|
pulumi_gcp/bigquery/job.py,sha256=VbLgbZwMae8EWbhzGBb1oFIYX8EcwTbO9ZmHK1ZHWug,60288
|
174
|
-
pulumi_gcp/bigquery/outputs.py,sha256=
|
174
|
+
pulumi_gcp/bigquery/outputs.py,sha256=ByS07iuBZXRwRR4xVIIROJpGcDI2XRJUSQjPJTLQfXE,260637
|
175
175
|
pulumi_gcp/bigquery/reservation.py,sha256=vK3Mhtjfm5bESj2NmTNPJshu9M7a4JZmTnfMoEo3jF8,33777
|
176
176
|
pulumi_gcp/bigquery/reservation_assignment.py,sha256=lTZU6jaYH8DqpofuM3BNAuJfQxDuxg1gIKSJo4TJMFQ,19799
|
177
177
|
pulumi_gcp/bigquery/routine.py,sha256=ha_3f5txhObzBICVzIvkPoX5ZM23jdmcobngkVsEfrM,72411
|
178
|
-
pulumi_gcp/bigquery/table.py,sha256=
|
178
|
+
pulumi_gcp/bigquery/table.py,sha256=EuWgheTpwi5Eg9sRt_nXiasn4VKumlW8iHWskEQSlv8,93740
|
179
179
|
pulumi_gcp/bigqueryanalyticshub/__init__.py,sha256=eLlmMzRfmFiCGrCneuBoup0vdx0zGFCV1J6lMnF1bkk,672
|
180
180
|
pulumi_gcp/bigqueryanalyticshub/_inputs.py,sha256=_EM90SX_M7JV8_MyltnAyC2KuyHxUI0YUAzetWwGZzI,10040
|
181
181
|
pulumi_gcp/bigqueryanalyticshub/data_exchange.py,sha256=JxNJGYHlU9SoxYgticSzP_QEccT9hU0y1aMR1p1TwHw,28320
|
@@ -319,7 +319,7 @@ pulumi_gcp/cloudfunctions/get_function_iam_policy.py,sha256=8DhvbQLa3S4u4caUqmlb
|
|
319
319
|
pulumi_gcp/cloudfunctions/outputs.py,sha256=5fc1nRt6cQ7bmbKT5SEsmx24UPI4MNbTBfHmjlb903Y,27072
|
320
320
|
pulumi_gcp/cloudfunctionsv2/__init__.py,sha256=symIZkgoDsvQOPeyY4xgpHzvWjnNx_0j3IJtsMmWPSU,511
|
321
321
|
pulumi_gcp/cloudfunctionsv2/_inputs.py,sha256=7ankN0z4ukCJ2DYOVSK3o-t_eUYcqqrWJ57gVVloZlY,51187
|
322
|
-
pulumi_gcp/cloudfunctionsv2/function.py,sha256=
|
322
|
+
pulumi_gcp/cloudfunctionsv2/function.py,sha256=kwI6f8NojVsQIRH1UodljVHRJLnGHSLLLfRhkyeEo1A,95062
|
323
323
|
pulumi_gcp/cloudfunctionsv2/function_iam_binding.py,sha256=L1UJzfGRTMSMtX7TBZV_DERdvmlElECtDYsP1QSWZ9I,39952
|
324
324
|
pulumi_gcp/cloudfunctionsv2/function_iam_member.py,sha256=voj-VVw9-PWzHdYLzcyPzC8Isd7K5gfw4p6XNN4uWAw,39556
|
325
325
|
pulumi_gcp/cloudfunctionsv2/function_iam_policy.py,sha256=y9dE4NsBdBO5LutF1ddCE7yhTKbd3y2S-_5SRSpbobI,26303
|
@@ -343,7 +343,7 @@ pulumi_gcp/cloudquota/get_s_quota_infos.py,sha256=mMHXsktDyTcGTaiDJ8CH1428MFRM7t
|
|
343
343
|
pulumi_gcp/cloudquota/outputs.py,sha256=3WG-wWZkJcrCwvrvb8U7OfHP0S2A39KLUeIurom6X-A,23707
|
344
344
|
pulumi_gcp/cloudquota/s_quota_preference.py,sha256=JVHHfKRHgvV9JYUfzDo7i2T8Mfzmvqwg_DJn08fIk9s,42489
|
345
345
|
pulumi_gcp/cloudrun/__init__.py,sha256=k3lyAmFSjg3IgexkAy6gOkyouFN1cOP2_n0iybhb5uI,540
|
346
|
-
pulumi_gcp/cloudrun/_inputs.py,sha256=
|
346
|
+
pulumi_gcp/cloudrun/_inputs.py,sha256=6N2VB1RQDaZHlPI0Abz_Q9ot7pTz2cH4yX-LPVYUcq8,151743
|
347
347
|
pulumi_gcp/cloudrun/domain_mapping.py,sha256=9_pAnaLFVUzhGLRtjOGZdr-dCkk3JVxHEUnwNcgVEe0,19431
|
348
348
|
pulumi_gcp/cloudrun/get_locations.py,sha256=uk6llzUTD8d2MwA_5x7S1hQWDDlv6xGZLep6zyaY-sw,3946
|
349
349
|
pulumi_gcp/cloudrun/get_service.py,sha256=hH9O2tDsiMi5hf1uiZfr9j3cQikXerx_rsup2fF6D9I,7096
|
@@ -351,7 +351,7 @@ pulumi_gcp/cloudrun/get_service_iam_policy.py,sha256=LTOIrUlTjTJKzsc-caAaosSCgsh
|
|
351
351
|
pulumi_gcp/cloudrun/iam_binding.py,sha256=8l6Bc1z5cVzk-fb_h0nmCU9071cStzcLRDZ4h-joq_Q,38310
|
352
352
|
pulumi_gcp/cloudrun/iam_member.py,sha256=yJZaMb489euHmWA2Cbz-DsrU6wb2JK9N9e2hMWsl2uY,37914
|
353
353
|
pulumi_gcp/cloudrun/iam_policy.py,sha256=07m7awfTV1y90GpdZPfjIYno3cSZ-gtPF7QWfXgErNM,24853
|
354
|
-
pulumi_gcp/cloudrun/outputs.py,sha256=
|
354
|
+
pulumi_gcp/cloudrun/outputs.py,sha256=K315LDOVGOHIH2jkRyerSp4k2-erZZHA_pfbGgtd92Y,219039
|
355
355
|
pulumi_gcp/cloudrun/service.py,sha256=IQ5Yml6GE3PrrDuVOGX86vWooVRZpw_IOOr5JuBRgcU,50116
|
356
356
|
pulumi_gcp/cloudrunv2/__init__.py,sha256=7dnEvU3VMMpOmrF9q-Efb8BkNNmT3oNa79ZMYxDKb_A,672
|
357
357
|
pulumi_gcp/cloudrunv2/_inputs.py,sha256=ilri7dzs6wgKa4NlZsmjr5GvW6RLocjq999vq1679_M,193380
|
@@ -386,9 +386,9 @@ pulumi_gcp/composer/environment.py,sha256=i3gLAi5APaKqR6T8Vr93B6luQHkDER2cH15acR
|
|
386
386
|
pulumi_gcp/composer/get_environment.py,sha256=DMprKvqP7XZtyOndJESAZ0WNRbMr_Z_5ID5_5S3WJJM,7208
|
387
387
|
pulumi_gcp/composer/get_image_versions.py,sha256=INMRwQiuCMb_B9CxdnvOCDz1Q47P2HW-6I5KRP6WDXk,5252
|
388
388
|
pulumi_gcp/composer/outputs.py,sha256=IozJ_7QofQoogKX8NTktyLlfqppWqZ2aFmuodre1UAM,176480
|
389
|
-
pulumi_gcp/composer/user_workloads_secret.py,sha256=
|
390
|
-
pulumi_gcp/compute/__init__.py,sha256=
|
391
|
-
pulumi_gcp/compute/_inputs.py,sha256=
|
389
|
+
pulumi_gcp/composer/user_workloads_secret.py,sha256=Lxw9rZ7eN5p7-FBJpygfVs457o7Yost_YxQe9TVBUog,17268
|
390
|
+
pulumi_gcp/compute/__init__.py,sha256=Y-weuv1vgLoGvSVtOMcM5OiMh005DmgjR_kUfUpfh6Y,7298
|
391
|
+
pulumi_gcp/compute/_inputs.py,sha256=XDfsyqcNipz-BYZLwrMrFF9sgLuKeGn-GMSWi_hMc4w,1889328
|
392
392
|
pulumi_gcp/compute/address.py,sha256=4Q5PUz8nqxdNGb1OB33droaQLvyROO2wkfCnRc-GgrA,69609
|
393
393
|
pulumi_gcp/compute/attached_disk.py,sha256=lwmvfIaNwCrdHeO6mlDOV10k7BwsFdAV-1nKGscMwy0,28091
|
394
394
|
pulumi_gcp/compute/autoscaler.py,sha256=aR3dVzwCvtrHmu2ZDuIdLt3C5Wud3DmY2DTknRPFHgM,33140
|
@@ -466,7 +466,6 @@ pulumi_gcp/compute/get_snapshot_iam_policy.py,sha256=knO-jKQhim5GMvOF45Vd-BUqP-x
|
|
466
466
|
pulumi_gcp/compute/get_ssl_policy.py,sha256=il-0zyMNfKp-sYZNVFE7rWVQzs4fuyPXRRxMyeUwGkc,8140
|
467
467
|
pulumi_gcp/compute/get_subnetwork.py,sha256=5MMUVizORz-94WUhtcMOiKmj_quRvO56VxYfbP3yZ6k,9887
|
468
468
|
pulumi_gcp/compute/get_subnetwork_iam_policy.py,sha256=kOJ82wSmoChO92OEksNKppZ1nS3wO7ub9Vw2YLotRV8,6972
|
469
|
-
pulumi_gcp/compute/get_subnetworks.py,sha256=RgzO5J3FDHvV7OR7Gb-nIiKhchPda7bPuU4aLnZVZIs,5842
|
470
469
|
pulumi_gcp/compute/get_vpn_gateway.py,sha256=kt0BYwwbyuWmtxB-eBqt_w4PH2XBIOtXhB5EYHpTPOo,5669
|
471
470
|
pulumi_gcp/compute/get_zones.py,sha256=TBGK-O9CmXIlI5e5B3eZE2IoeamYv5fezhuaQwpRgzY,5028
|
472
471
|
pulumi_gcp/compute/global_address.py,sha256=55Ve1eDDJC5kPWxiSagkMZ41nT668nV6Y09C232A3JM,45698
|
@@ -486,7 +485,7 @@ pulumi_gcp/compute/instance_from_machine_image.py,sha256=yC_Wt0PhQfqJEx9MltFwJCf
|
|
486
485
|
pulumi_gcp/compute/instance_from_template.py,sha256=0Z_KjQwBkQyaF5XQGZsQwkCxKa42A7DaFOu52bK9orA,105537
|
487
486
|
pulumi_gcp/compute/instance_group.py,sha256=VAyDBjVQqli9oxAaoXM7i1k5VfysBki-OdQDVGX6dSw,29392
|
488
487
|
pulumi_gcp/compute/instance_group_manager.py,sha256=3o-0oadbyvf36dUG27rHy8V-eMEqMSngOsailv1iamU,94252
|
489
|
-
pulumi_gcp/compute/instance_group_membership.py,sha256=
|
488
|
+
pulumi_gcp/compute/instance_group_membership.py,sha256=P6wpXKMybNHimr1q1RYy1zf1ca_EbQtUqt3z-qq9GhE,19242
|
490
489
|
pulumi_gcp/compute/instance_group_named_port.py,sha256=UAQnrqFdlQIZFgQ-AyQf5djeLTE3T9HiYn3H_3YkSrs,19897
|
491
490
|
pulumi_gcp/compute/instance_iam_binding.py,sha256=n6BjTDqNa_7i6lXpKOeSLBr4NBzj2nO37M72ndI9MSg,51262
|
492
491
|
pulumi_gcp/compute/instance_iam_member.py,sha256=X5STd6lGdZxl4rMG5LX_H3RItOLU8yQjnFAAj9MC7Is,50862
|
@@ -494,7 +493,7 @@ pulumi_gcp/compute/instance_iam_policy.py,sha256=-6CFdqFQTFMTAezDWEWMjNU7rJj2Fte
|
|
494
493
|
pulumi_gcp/compute/instance_settings.py,sha256=n7ZmHb4hz6kdotiIpqetmdKECIBYoPKXYZqu8H4RReQ,15775
|
495
494
|
pulumi_gcp/compute/instance_template.py,sha256=fQBUxqXbb7KQ17kg8zVJ5uV0JACgHpBPgRoTdh2hIrw,118311
|
496
495
|
pulumi_gcp/compute/interconnect.py,sha256=JL5Wz5hpm2JDzULkP2q2Kezp1Nf9wa-QBMA3wqANvoo,90093
|
497
|
-
pulumi_gcp/compute/interconnect_attachment.py,sha256=
|
496
|
+
pulumi_gcp/compute/interconnect_attachment.py,sha256=Haa-hfHBAy2Mpmauh1NY5REQYYjzTmRKmCTMXedWptY,95003
|
498
497
|
pulumi_gcp/compute/machine_image.py,sha256=JWxojbQiLFv0CAdJGs-2imYOk9BgRlZ_OhJ783wFFTM,29204
|
499
498
|
pulumi_gcp/compute/machine_image_iam_binding.py,sha256=lb1tjfC8ufJhNS_c1p_axyosfzOtQcz_jydavyO4rNI,47039
|
500
499
|
pulumi_gcp/compute/machine_image_iam_member.py,sha256=eUTKgddBmOalJDfcZqTqDNLquZLn1aA-MpZrowd2G3M,46639
|
@@ -504,9 +503,9 @@ pulumi_gcp/compute/manged_ssl_certificate.py,sha256=wKa6GaqyYVv6sFbuELL-njBE0lrK
|
|
504
503
|
pulumi_gcp/compute/network.py,sha256=BZQLIpp3Vm9rEm1gqiFfXzl61XSZuUxSgqGGiZ3Iqe8,49674
|
505
504
|
pulumi_gcp/compute/network_attachment.py,sha256=Xtu8xgpfkHDYvtgpsMNfrqfYw9wr2bEtremIclKxFoM,47434
|
506
505
|
pulumi_gcp/compute/network_edge_security_service.py,sha256=zkFvDx_b8G5C1OmGkzPr7LnDt5n0P9gh4PWYSqzPU9I,24675
|
507
|
-
pulumi_gcp/compute/network_endpoint.py,sha256=
|
506
|
+
pulumi_gcp/compute/network_endpoint.py,sha256=Gop6EuMd5Y4EAV9La1KIJwV_cV6R8r8U3DIxh8IekGA,26663
|
508
507
|
pulumi_gcp/compute/network_endpoint_group.py,sha256=cWkFwQjlyE3EpgQJI3V3mabdJ-UQOVp6EQSGF1-XQOA,39331
|
509
|
-
pulumi_gcp/compute/network_endpoint_list.py,sha256=
|
508
|
+
pulumi_gcp/compute/network_endpoint_list.py,sha256=_wxlDaq7Qxhp1KCS_LtTsB2aRMCasPO_7wCeuEWyrCY,25134
|
510
509
|
pulumi_gcp/compute/network_firewall_policy.py,sha256=H18AqpUBLRNCEQTTgouYz_SouHP7A9bEoCW0AZemQpw,23362
|
511
510
|
pulumi_gcp/compute/network_firewall_policy_association.py,sha256=-0cIa6bHEoauslRbFKB4NmlfrZMXEoyUnmcrT-no4Wk,16240
|
512
511
|
pulumi_gcp/compute/network_firewall_policy_rule.py,sha256=0eJV_AnCxIahn3A-v2ERDoSD6BzN0nSamVuTsKSYj-4,57262
|
@@ -517,7 +516,7 @@ pulumi_gcp/compute/node_template.py,sha256=VIZ_KQhSms9qfQbXptNyyO3aE5BkDFutEF2pS
|
|
517
516
|
pulumi_gcp/compute/organization_security_policy.py,sha256=WnK0cQq-YFe7S-QFwbyH9turB3SnFOjeVxpL2Cx7Hlw,19124
|
518
517
|
pulumi_gcp/compute/organization_security_policy_association.py,sha256=SDW0jUsqx77VAUmO36GMwtGVdVdGq3VB_Ea6UNdv-hY,16575
|
519
518
|
pulumi_gcp/compute/organization_security_policy_rule.py,sha256=T1jCY7e6zDtF0fOVdTIGUqA0UjXrXWP2xuqHC1PrT4A,35414
|
520
|
-
pulumi_gcp/compute/outputs.py,sha256=
|
519
|
+
pulumi_gcp/compute/outputs.py,sha256=mdvonyvENzoBCWH5vyXQyQmpQBY4HqV3F2UZ9T8vtHc,2313969
|
521
520
|
pulumi_gcp/compute/packet_mirroring.py,sha256=fGANmLyfbP0qsMNMQU733HiTXaQkcUSka_5UGWm31tU,35045
|
522
521
|
pulumi_gcp/compute/per_instance_config.py,sha256=3047DIbni35ArkAXvim-HvjKJln_1mzyIAXOMyNjgnU,38507
|
523
522
|
pulumi_gcp/compute/project_default_network_tier.py,sha256=OuSb7cbTTKj2Iy111b33AtdbGEFDd8n2sDBz0w5C--I,11101
|
@@ -548,7 +547,7 @@ pulumi_gcp/compute/region_per_instance_config.py,sha256=oqOSQN82yhzEQVChBqnYMCDS
|
|
548
547
|
pulumi_gcp/compute/region_security_policy.py,sha256=l5Hvqie8f8Grt2UkOwqvOkiJBJgqEVSy2ZPCg94Ktns,43669
|
549
548
|
pulumi_gcp/compute/region_security_policy_rule.py,sha256=8pgNzz9m8cdZxVlKMQjosvX0GBVaBen7WMLXO-H-Uxg,69104
|
550
549
|
pulumi_gcp/compute/region_ssl_certificate.py,sha256=6J8Hu67C1TMDzce_uflyncoN9J-4du7VwifbrwrB_cU,32294
|
551
|
-
pulumi_gcp/compute/region_ssl_policy.py,sha256=
|
550
|
+
pulumi_gcp/compute/region_ssl_policy.py,sha256=hv-GxDxw_zUf0pk6BDmi0mt-5hFTIKdkIS4vEq8u3ss,38265
|
552
551
|
pulumi_gcp/compute/region_target_http_proxy.py,sha256=bDpRvJ7WAWUwn4kPiJpYiquKWY-3SLtu6cOQo_Lvpak,28518
|
553
552
|
pulumi_gcp/compute/region_target_https_proxy.py,sha256=8zDHJNXgasbyVaXhCZBt86BRCx82mobVbsKi_iuI4co,59113
|
554
553
|
pulumi_gcp/compute/region_target_tcp_proxy.py,sha256=FHZS_fYMv01tP-u29RE0j3te6uLzGCVX99Bvaswz5sc,31406
|
@@ -562,7 +561,7 @@ pulumi_gcp/compute/router_nat.py,sha256=tDoQ51C1kUVDHA6ePHZ-WajmPH1Qe6mJm58ScSZN
|
|
562
561
|
pulumi_gcp/compute/router_peer.py,sha256=v_pSJ74nk022ztUKL6xP_krsHZpxchEF_fH4IJRr0pk,92022
|
563
562
|
pulumi_gcp/compute/router_status.py,sha256=0FbcA7IB7xfqtY2vEfqO8Lg4zpZB6Cp7aYTD9f8ACD0,7485
|
564
563
|
pulumi_gcp/compute/security_policy.py,sha256=s52hEPjh4zTXo0mStYFkvbq-uiqnU2Hy5tcGAuRi8LY,49752
|
565
|
-
pulumi_gcp/compute/security_policy_rule.py,sha256=
|
564
|
+
pulumi_gcp/compute/security_policy_rule.py,sha256=lWA-bAtEtzTzDQ16Babq4XdctdUXHZy2GaJ5kCUbo5g,42353
|
566
565
|
pulumi_gcp/compute/security_scan_config.py,sha256=N98FAVulcTYcM7c67wvfgq7Zc9gQZsgJ2JVBQjDAECI,36578
|
567
566
|
pulumi_gcp/compute/service_attachment.py,sha256=NUR98tV5nh0BywLfmT1zkXvrHpOpYEuq8-otwp-nH8o,73046
|
568
567
|
pulumi_gcp/compute/shared_vpc_host_project.py,sha256=9yuZ9Ja8OIzQ7kLdXcZQ9-yFJGDypUCujE4GmSkoJFI,8858
|
@@ -592,7 +591,7 @@ pulumi_gcp/config/__init__.pyi,sha256=WOGxK3945Bs4tviUFKJ6TY4Ak8x1yarfYm_eTqU2ML
|
|
592
591
|
pulumi_gcp/config/outputs.py,sha256=NX6HQIexmUVsFBMqvoZH1PzCrkfy582L5E5CHWVLmqs,1060
|
593
592
|
pulumi_gcp/config/vars.py,sha256=KF6KTmxkHAONIKZSJjpL7dOdvBcuSG8uNfDGTFqSsmI,23587
|
594
593
|
pulumi_gcp/container/__init__.py,sha256=KbuEacj9tsLxH3rVHSnPd3VtGOOnpdgVgv-Fq0o_Ll4,845
|
595
|
-
pulumi_gcp/container/_inputs.py,sha256=
|
594
|
+
pulumi_gcp/container/_inputs.py,sha256=0oUi10fJlyzBWm3jBzjS1f4NgB1r_gIjGiXWIxJmdzY,624033
|
596
595
|
pulumi_gcp/container/attached_cluster.py,sha256=e1fsTpAkFAo7gUZIrUb5qQSpYyLQocld1Ree5qxJBuk,70840
|
597
596
|
pulumi_gcp/container/aws_cluster.py,sha256=yWJcTBm6vEc0wAB8d1pbq_-jtYIlrF0_Jm89cxb7Np4,71042
|
598
597
|
pulumi_gcp/container/aws_node_pool.py,sha256=r9qLIusTAcjDrK4glafTTsCycwG0O2W-TG-uvMyoV4s,80849
|
@@ -609,7 +608,7 @@ pulumi_gcp/container/get_engine_versions.py,sha256=mTgdiSsdq7VpWmqwKBfTw0pd2GYVZ
|
|
609
608
|
pulumi_gcp/container/get_registry_image.py,sha256=BK2v8NjiPMfRdXiuhJauP4H0otPr9xYzZJmDJNyidtQ,6992
|
610
609
|
pulumi_gcp/container/get_registry_repository.py,sha256=8j5cl1J9lQtItliF6Cjayatzqclp7-9PDwEX1bo8-uM,5353
|
611
610
|
pulumi_gcp/container/node_pool.py,sha256=C_lZMLL1rRGIQO4tKamhh8pLq6ZR9ih-FvxkjG3mUig,73692
|
612
|
-
pulumi_gcp/container/outputs.py,sha256=
|
611
|
+
pulumi_gcp/container/outputs.py,sha256=jWTSfnEQYJdNYxDCsQzQ2ivp2NwHanGGuLn6h2PnqF8,848371
|
613
612
|
pulumi_gcp/container/registry.py,sha256=UoKQZ7gwQI6GyL9amL5yxt9g0PIep9qky5Kodd8Z8X0,13113
|
614
613
|
pulumi_gcp/containeranalysis/__init__.py,sha256=gENWQXPC0oV7t5uEv6IgscsCOVeXKa7AHewwOiVIgek,488
|
615
614
|
pulumi_gcp/containeranalysis/_inputs.py,sha256=1yTLGmL7agpwp0maJz0rEzueNmb9QOpSEcdah1zfBus,12213
|
@@ -679,12 +678,8 @@ pulumi_gcp/dataloss/prevention_discovery_config.py,sha256=dwdRhxSD-f-rbcAuA7Bl4S
|
|
679
678
|
pulumi_gcp/dataloss/prevention_inspect_template.py,sha256=6xOLvV89JhGradBjv5riOyaTa_trptA5sgbGZBwmCA0,48129
|
680
679
|
pulumi_gcp/dataloss/prevention_job_trigger.py,sha256=Oou4YeXeN9a1ibBiNm6dmzWK1KkNYDYecGmIrfHt2FM,79549
|
681
680
|
pulumi_gcp/dataloss/prevention_stored_info_type.py,sha256=8XLcV38-rN-DkDsUMFNPRccmN0RPrwNFd07IcFvyGKE,32631
|
682
|
-
pulumi_gcp/dataplex/__init__.py,sha256=
|
683
|
-
pulumi_gcp/dataplex/_inputs.py,sha256=
|
684
|
-
pulumi_gcp/dataplex/aspect_type.py,sha256=Iyt1PUKUMbUqbU4ZhSTTTFXLyCr7Yi7Il0NwDyB1crs,42004
|
685
|
-
pulumi_gcp/dataplex/aspect_type_iam_binding.py,sha256=QNuuuaGrOps5rou4g2ctXt14JzeuLOk404wdq40JFoE,39732
|
686
|
-
pulumi_gcp/dataplex/aspect_type_iam_member.py,sha256=YAkuf_kvmphziJGM76Giy4KUw_pMDXX40dYSh-KnVv0,39336
|
687
|
-
pulumi_gcp/dataplex/aspect_type_iam_policy.py,sha256=vlUrDqL1U7_MpiMnWl_Op5Vyp-a49HlOWwPKgVSAYTI,26105
|
681
|
+
pulumi_gcp/dataplex/__init__.py,sha256=k0CXKgZTllY9PDqkcg0kJDZJuv9Q_34a9rAWsco_gVA,1084
|
682
|
+
pulumi_gcp/dataplex/_inputs.py,sha256=NkKI6Jp8j66NI-LiWAczd6VVtbl8NRKcDILmWauolQE,156017
|
688
683
|
pulumi_gcp/dataplex/asset.py,sha256=YM6m2cyhuG-ZOorj1uDojATL_GIUvgQTcK66uqRuA2s,44249
|
689
684
|
pulumi_gcp/dataplex/asset_iam_binding.py,sha256=eMl6efjfg3NFVNe-H-TrZdLRJLJNZADUk-f4utB4vtM,41622
|
690
685
|
pulumi_gcp/dataplex/asset_iam_member.py,sha256=GeOXKwa2tKHO1V6WcZjGEq49i5LczDRs7Ue6-0J_uOI,41226
|
@@ -693,14 +688,8 @@ pulumi_gcp/dataplex/datascan.py,sha256=ME7Fp-685ZbnBh2Z-Eh-rSc9CUNJ3ER-ESyLlRBJH
|
|
693
688
|
pulumi_gcp/dataplex/datascan_iam_binding.py,sha256=F8XaiuQeoPYpmDo5MM3i3ZKToUtrHcnqahhY-wGR2fo,39027
|
694
689
|
pulumi_gcp/dataplex/datascan_iam_member.py,sha256=SFMV2KKZHaxtkUhfvFF9V1AwhxixqK9OBE5vkwZ2O9A,38631
|
695
690
|
pulumi_gcp/dataplex/datascan_iam_policy.py,sha256=RX5P3vop290gE305Z494CFbyMmY_msGG5o9hI_gVCNU,25434
|
696
|
-
pulumi_gcp/dataplex/entry_group.py,sha256=X4KgMGkzFXRIuZx57S5QNwNXKQ93yu4FL54IRDnUzYw,30730
|
697
|
-
pulumi_gcp/dataplex/entry_group_iam_binding.py,sha256=WWEVe3USYpb27P2Kfbynubc_aQGi0ePy3v4lPnurMhw,39732
|
698
|
-
pulumi_gcp/dataplex/entry_group_iam_member.py,sha256=Hxm299XbaUQjw5_TNTIRUYN3KHnCkXaZ3mP2-drtX74,39336
|
699
|
-
pulumi_gcp/dataplex/entry_group_iam_policy.py,sha256=QXiQhS-XLr0nrI2hAknrjgjvBdUqqd2Wbc0MspbchaA,26105
|
700
|
-
pulumi_gcp/dataplex/get_aspect_type_iam_policy.py,sha256=HGGDjuDXF88OvAGRP_0Frc0u5sDdn3mdVo9nOmulRRw,6424
|
701
691
|
pulumi_gcp/dataplex/get_asset_iam_policy.py,sha256=f_yl0To56NegYNn2c7m7--Xs0sBo9-Zs1hQc23PVNWM,7157
|
702
692
|
pulumi_gcp/dataplex/get_datascan_iam_policy.py,sha256=TglzoVtlP7knX8z7mrIKzcuOVMD9oHnNJY3JxVKUDa0,6251
|
703
|
-
pulumi_gcp/dataplex/get_entry_group_iam_policy.py,sha256=RTHohFQ0x0taLpi9RSTHPCeLrwwMWNJSNHmD26fKYlQ,6424
|
704
693
|
pulumi_gcp/dataplex/get_lake_iam_policy.py,sha256=0vRczPyg0dv3kKGSLYD4FzqrLczrYJbnmuFxlrx7aBo,5800
|
705
694
|
pulumi_gcp/dataplex/get_task_iam_policy.py,sha256=H4NcMe1CwC_2z5kmWKDJJ6E8n96TyR7OUR2DUEumnfc,6833
|
706
695
|
pulumi_gcp/dataplex/get_zone_iam_policy.py,sha256=NORTdLCSk778P3WJhxDRiFCspZIJE-O7-S1T44s1bsQ,6553
|
@@ -708,7 +697,7 @@ pulumi_gcp/dataplex/lake.py,sha256=q3HFt5EPSdkyry-cziC2rn21SsHS3NYfFG_200-4n7Y,3
|
|
708
697
|
pulumi_gcp/dataplex/lake_iam_binding.py,sha256=uxjIA6e94onofDEFb5OUJt_NziGZecsqK2nAHQUtCa8,37370
|
709
698
|
pulumi_gcp/dataplex/lake_iam_member.py,sha256=ZxKyDfYdscPCA5BVTxPT-ib9KTgNpSLD8XBl56wqHcM,36974
|
710
699
|
pulumi_gcp/dataplex/lake_iam_policy.py,sha256=S5zjHWJ2Qzq1wVs1nor3mjOO5Dwx56JXWj5tWmiR2XA,23845
|
711
|
-
pulumi_gcp/dataplex/outputs.py,sha256=
|
700
|
+
pulumi_gcp/dataplex/outputs.py,sha256=ijuMhntNJQR4Vjaz-kJ0nEEx6Kfz_BB8GNRB5E_TT0g,151474
|
712
701
|
pulumi_gcp/dataplex/task.py,sha256=YjSNtIJeep5H7hCHn8C6DocnDyt2MbjT-DqaVhaJ9Yo,54350
|
713
702
|
pulumi_gcp/dataplex/task_iam_binding.py,sha256=FFAwKP0TzIR03YmPrWWqFLHUMu0jLp9S_cAIxZErvsI,40868
|
714
703
|
pulumi_gcp/dataplex/task_iam_member.py,sha256=DLxCkPJC_oJoHbABw5aubb7XeQixsmDVKoICY8nSJMw,40472
|
@@ -753,11 +742,11 @@ pulumi_gcp/datastore/data_store_index.py,sha256=NbcGM22X9BYnbT0fgbikx_FoSS9kbwXJ
|
|
753
742
|
pulumi_gcp/datastore/outputs.py,sha256=xhb9FCLxLRnlFJ5-8B6dYOJS8sMZXGvafwHn73TwTfM,1272
|
754
743
|
pulumi_gcp/datastream/__init__.py,sha256=UyhlkfT22kM-Z5iH02El9IUA7W3_-4jqQDMyPs31i-8,434
|
755
744
|
pulumi_gcp/datastream/_inputs.py,sha256=RxM2iXFuKwL9NsZ7asLQHczM14SptakBhkCElkd1TJA,193820
|
756
|
-
pulumi_gcp/datastream/connection_profile.py,sha256=
|
745
|
+
pulumi_gcp/datastream/connection_profile.py,sha256=EiBuTOR1tmrRK43mvNtPNeHgaVzGHYE3N03ix_vPqi0,64036
|
757
746
|
pulumi_gcp/datastream/get_static_ips.py,sha256=0S9ODElHzKNx7HdKAB8vkehVMzi2FukT5_3nleDnX4k,4742
|
758
747
|
pulumi_gcp/datastream/outputs.py,sha256=gtDUJTaqxZDY0zeAIzqCeB7fpy_V-AJS7e7H0-GTtew,191077
|
759
|
-
pulumi_gcp/datastream/private_connection.py,sha256=
|
760
|
-
pulumi_gcp/datastream/stream.py,sha256=
|
748
|
+
pulumi_gcp/datastream/private_connection.py,sha256=4h8guD1gH4cNEYRpqe-G74YuK46F9TH8ACoBDf1jnOw,29192
|
749
|
+
pulumi_gcp/datastream/stream.py,sha256=WUgZrRmHiYq1X-xgArSZpnEoHg2h0mAWtE9T7GGnEyE,101208
|
761
750
|
pulumi_gcp/deploymentmanager/__init__.py,sha256=C3bqOfW6LA4aa3S3B6DZgtui69Opb4k-dv_iR8I-w9I,340
|
762
751
|
pulumi_gcp/deploymentmanager/_inputs.py,sha256=Y4OQdH6YVbj0l4nMVJY_wHBZAIAZyutay13sAyf_Guk,5485
|
763
752
|
pulumi_gcp/deploymentmanager/deployment.py,sha256=Hom-KjIZnXEr9rQh3vFr9tEzcvL9lsJoU3WlNxlfBsU,32611
|
@@ -791,12 +780,12 @@ pulumi_gcp/dns/dns_managed_zone_iam_binding.py,sha256=GwCrcMVq_cR7InUBjGHiz98tpZ
|
|
791
780
|
pulumi_gcp/dns/dns_managed_zone_iam_member.py,sha256=AiZYpYWIB4disMzeBS6xS9JLKDHsm-QnB2ec_JWVyOE,36244
|
792
781
|
pulumi_gcp/dns/dns_managed_zone_iam_policy.py,sha256=zIJY2yhZXbR_rJ7-BbzDpSzA89tWRF0M-FJAkZjZHxg,22980
|
793
782
|
pulumi_gcp/dns/get_keys.py,sha256=VJtXGqEea8j0gCKW4YKqmvx8apz2TLam9zc6UnKwtig,6544
|
794
|
-
pulumi_gcp/dns/get_managed_zone.py,sha256=
|
783
|
+
pulumi_gcp/dns/get_managed_zone.py,sha256=ckevwhljPYgdcBdYnbiU_Y9U6N4gWOBd7cjGNXAPFWI,7045
|
795
784
|
pulumi_gcp/dns/get_managed_zone_iam_policy.py,sha256=ebrVR3SRVrn2Fk7t8wQ729SdRyTSngf9uiwIWwPnpqg,5519
|
796
785
|
pulumi_gcp/dns/get_managed_zones.py,sha256=0T4xmrwlMyGeIudq-6KrJ-qnSajWA4rbr6l-PCvICJE,3919
|
797
786
|
pulumi_gcp/dns/get_record_set.py,sha256=TvYHR-QQqaPLS8bZkZiZuVTyYpOuj1ltDWZLVBIvgNE,5940
|
798
|
-
pulumi_gcp/dns/managed_zone.py,sha256=
|
799
|
-
pulumi_gcp/dns/outputs.py,sha256=
|
787
|
+
pulumi_gcp/dns/managed_zone.py,sha256=xSURHT2IaejJjHKzRlGONfkYIEFoLBeAK6P0518aplo,73443
|
788
|
+
pulumi_gcp/dns/outputs.py,sha256=W0ncS2vPI-w6J1VMlANf51DJlLi8b1AHod16EoGrTyg,92835
|
800
789
|
pulumi_gcp/dns/policy.py,sha256=Gwz9YFARvpnN2CUfjh3bwjGVNro1OocgMlm7CfuxI6I,29030
|
801
790
|
pulumi_gcp/dns/record_set.py,sha256=g7q4Vprx2OjbK_W9O0r-O7nnT5dtUYcLSOWwI4-r0sg,33509
|
802
791
|
pulumi_gcp/dns/response_policy.py,sha256=w5zf1tlo36mD6ykJdgDH1DlVW2aHCI0eK3WVJZKJlwY,24821
|
@@ -1047,9 +1036,8 @@ pulumi_gcp/integrationconnectors/connection.py,sha256=ALAmlLj8k08Ki5_DPfYJ1K51xJ
|
|
1047
1036
|
pulumi_gcp/integrationconnectors/endpoint_attachment.py,sha256=BOXg7JSg5m9OYH_R4mjEnyvhCCIbHB-03H7-D5Ol1pI,28451
|
1048
1037
|
pulumi_gcp/integrationconnectors/managed_zone.py,sha256=7BFhYhK4BxHFoWmHgm8-kjEf5Z2gIFlZ4VADQ3GOvk4,31368
|
1049
1038
|
pulumi_gcp/integrationconnectors/outputs.py,sha256=_nOEX5LAG9ZmeEy1IN5daJK3x9MVBNGqHrQ0AWEA5A4,104367
|
1050
|
-
pulumi_gcp/kms/__init__.py,sha256=
|
1039
|
+
pulumi_gcp/kms/__init__.py,sha256=kW1sTv51kdDy5g3riS5K_jOEh0YzEl4ePE2elGuWjjM,1014
|
1051
1040
|
pulumi_gcp/kms/_inputs.py,sha256=dGRHob4muqvxJiKBrVnsHsi0vJhylKqBUxc8k8-aZak,40159
|
1052
|
-
pulumi_gcp/kms/autokey_config.py,sha256=Y4ZVJDoKDdTdbCOmfFd-caEOsg_bF0rNl8Pe3jOyKJg,15292
|
1053
1041
|
pulumi_gcp/kms/crypto_key.py,sha256=G6G5WZQhdqNPVfLhE7q_psvcYauJcCBsqGKf2dEpWNo,45962
|
1054
1042
|
pulumi_gcp/kms/crypto_key_iam_binding.py,sha256=aQ1B_Emj0SP2DTmPpors-TrcmWzH-jpFyuyrP3qr3yQ,32285
|
1055
1043
|
pulumi_gcp/kms/crypto_key_iam_member.py,sha256=nGxKI0TDrWdlH8W4Wo7fGZDC9PVm5-e-HzcWOQu7tsI,31893
|
@@ -1064,7 +1052,6 @@ pulumi_gcp/kms/get_kms_key_ring.py,sha256=CEkO2F3QwAcuvc-7qlH6lIMCfuPtpA6ZDhT3We
|
|
1064
1052
|
pulumi_gcp/kms/get_kms_secret.py,sha256=AUzGzXpVfHdyxqG1lFI7VPibe9A3IVCp0aMROLLuCNY,9563
|
1065
1053
|
pulumi_gcp/kms/get_kms_secret_asymmetric.py,sha256=rMNsE5cUBGlKIdigLlG09cKQYbTCTVeNx6rpMDhm5Co,10572
|
1066
1054
|
pulumi_gcp/kms/get_kms_secret_ciphertext.py,sha256=ay0QQkzZEZoqY3Er8cfKXxomfeUwtcKaz8BtVyDxoJ0,8627
|
1067
|
-
pulumi_gcp/kms/key_handle.py,sha256=5gYx_HuU-0tl9CHWlmaCcuKcxmaYuFYdEC43zWH1rqk,23726
|
1068
1055
|
pulumi_gcp/kms/key_ring.py,sha256=9rW99gRFIJkhAAE3RAY4rWA7MKfQNS_ZyS1Sy8p4n1U,13263
|
1069
1056
|
pulumi_gcp/kms/key_ring_iam_binding.py,sha256=jiCS-COQ6PeEvSxecUNwEYmupSFJwJ68hPd1IBETBdc,38733
|
1070
1057
|
pulumi_gcp/kms/key_ring_iam_member.py,sha256=IRvrpBdKaHM_HY7qXLh86AaO96cHNyPhlyIaBLqC1TU,38341
|
@@ -1177,8 +1164,8 @@ pulumi_gcp/networksecurity/security_profile_group.py,sha256=d8B70eYJVRORlNcMVdu_
|
|
1177
1164
|
pulumi_gcp/networksecurity/server_tls_policy.py,sha256=Ii8HY0ra0HBCaeqvRENsbTL5R9ShkUN9gr6qB3emMqE,48450
|
1178
1165
|
pulumi_gcp/networksecurity/tls_inspection_policy.py,sha256=ZsOQzNP4-FDQaAjUqan0K0WtGjbtfFtLDi8pj8KwLJE,62087
|
1179
1166
|
pulumi_gcp/networksecurity/url_list.py,sha256=U-DL06rV536-0_QJGrqr841KAo8Bz1hF0J2gzj92zog,22260
|
1180
|
-
pulumi_gcp/networkservices/__init__.py,sha256=
|
1181
|
-
pulumi_gcp/networkservices/_inputs.py,sha256=
|
1167
|
+
pulumi_gcp/networkservices/__init__.py,sha256=q6gNPn1Ec-d5OmPKhHOV2p9JbK4OoHmSzyok4ti3ePM,657
|
1168
|
+
pulumi_gcp/networkservices/_inputs.py,sha256=NLpqcqaq0836oPuTPFzw217YJQQoZNFEdfRbL6zSYS0,240699
|
1182
1169
|
pulumi_gcp/networkservices/edge_cache_keyset.py,sha256=tkAghi2Gyj2JrFMxo5SvrUM9Bmm6U44jQV-0LL1GCOg,38846
|
1183
1170
|
pulumi_gcp/networkservices/edge_cache_origin.py,sha256=I-cvt4d5CqlpiWTOTf-J_VuSzkb8u9RaC1fd6BJiCIY,79468
|
1184
1171
|
pulumi_gcp/networkservices/edge_cache_service.py,sha256=TDlY_Dx5yIVLI0XU_b6ebuT3gPdZndPQ9qG4IQlr7JA,93521
|
@@ -1186,10 +1173,9 @@ pulumi_gcp/networkservices/endpoint_policy.py,sha256=dPfhEpNxf7pUYcxJpXwQ41IaqPF
|
|
1186
1173
|
pulumi_gcp/networkservices/gateway.py,sha256=zenDEA9QtuDiyhliIz0E5If3d3swnnPkbI9ISseBhxQ,73800
|
1187
1174
|
pulumi_gcp/networkservices/grpc_route.py,sha256=t5C-1apOU0akU0cl_4pQbT4E6dUxsxRFlBRodv6mk-4,40067
|
1188
1175
|
pulumi_gcp/networkservices/http_route.py,sha256=pAi1xu0hIlxnj-QYcydsAqKJ_JLL6QKbt0ZtWeC-E9Y,53141
|
1189
|
-
pulumi_gcp/networkservices/
|
1190
|
-
pulumi_gcp/networkservices/lb_traffic_extension.py,sha256=WU212wAupvG3bCnYIwByYDaMRnCx7f6r_5A4f8_3mZs,36437
|
1176
|
+
pulumi_gcp/networkservices/lb_traffic_extension.py,sha256=JtQHY6xoJFnANlW9cN9obe8yUm9ody5rQAr7K5xjT9Y,35205
|
1191
1177
|
pulumi_gcp/networkservices/mesh.py,sha256=xdBaqg9rE5LEZuWM9ubf_RqX_ofKimDAhQ-eybrv6x8,27935
|
1192
|
-
pulumi_gcp/networkservices/outputs.py,sha256=
|
1178
|
+
pulumi_gcp/networkservices/outputs.py,sha256=OLZHzAQZonuonrCkaFOAf0MEsVQ6xqRyVVb32O5Xv_s,238547
|
1193
1179
|
pulumi_gcp/networkservices/service_binding.py,sha256=SIRqwPb79EscTR2nM5hSyirqSXxMRVgUr6zweSnJVho,25033
|
1194
1180
|
pulumi_gcp/networkservices/tcp_route.py,sha256=Tlr-UH9ohJTHaFQ7uI1wbAMvB8LRaWpnU8cKQMvQbXY,42763
|
1195
1181
|
pulumi_gcp/networkservices/tls_route.py,sha256=bgh1RVQNIDeENVJQbYR6pwSeXyeQw4YWbipYBdYPINQ,31618
|
@@ -1233,7 +1219,7 @@ pulumi_gcp/orgpolicy/__init__.py,sha256=bdd_oQduV_xUj2RtYRYe5h9NzODH1KbvCbkkZLJp
|
|
1233
1219
|
pulumi_gcp/orgpolicy/_inputs.py,sha256=Q9nLVXMAjQODetqcoXCQ_RmZDRouqelJqF3RB7YkdZc,32256
|
1234
1220
|
pulumi_gcp/orgpolicy/custom_constraint.py,sha256=ubU3bu1as_XOsSFVy8QTtGcznTjf4_E9AzfiLlAWm7Q,33221
|
1235
1221
|
pulumi_gcp/orgpolicy/outputs.py,sha256=lWC69234Vv4r2aFVHKj8jz6_XxBCvOhWG-LFBM7WK3Y,30184
|
1236
|
-
pulumi_gcp/orgpolicy/policy.py,sha256=
|
1222
|
+
pulumi_gcp/orgpolicy/policy.py,sha256=6fVmDYkRNxKGrupoFItJEWMgibQW_PEYB2yYqjmjxG0,29197
|
1237
1223
|
pulumi_gcp/osconfig/__init__.py,sha256=yDD2y1RayZ6ZJsosFD0HA15H2OCYk_GwALeFoLuEusk,412
|
1238
1224
|
pulumi_gcp/osconfig/_inputs.py,sha256=mFZ0_vJRhp0Am7JCUMYEnHdZmHHE7GcJwKVh3qfo5IY,276549
|
1239
1225
|
pulumi_gcp/osconfig/guest_policies.py,sha256=B4Gs3L8eKLO1lc-XoRnlb6QBOHI0-7Aw6umkjvLyEjg,47422
|
@@ -1269,7 +1255,7 @@ pulumi_gcp/projects/service.py,sha256=DgOVHKjNa6cilpzMjojBWU1OrOvBylX4JzSbS6LzDw
|
|
1269
1255
|
pulumi_gcp/projects/service_identity.py,sha256=C-0u-6W2X3UPEA1AqVoIiFz8ZewSaUKayIhAGQNwquI,11695
|
1270
1256
|
pulumi_gcp/projects/usage_export_bucket.py,sha256=EyjQCBzRA3HE-xRQt0uIiF4lqz8LFVJ7SyV1zwhmtuU,14076
|
1271
1257
|
pulumi_gcp/pubsub/__init__.py,sha256=_pM7YrPAIm5j-Atas4c6IaxUEBa2mXg8uZNbwVf2L1o,964
|
1272
|
-
pulumi_gcp/pubsub/_inputs.py,sha256=
|
1258
|
+
pulumi_gcp/pubsub/_inputs.py,sha256=k2ruUbDXJPL5s8EpL6yZfCHFq-ZEx3yjSzKdEaHhcKU,52257
|
1273
1259
|
pulumi_gcp/pubsub/get_schema_iam_policy.py,sha256=z-HeqPEWY5qTM_bISqlNp0VIoh2rSk8nfEoad8iPMrw,5243
|
1274
1260
|
pulumi_gcp/pubsub/get_subscription.py,sha256=djJVJlgM84TiRDcHrcW-aeARsQN2UyVsNXmqO4htmsw,12745
|
1275
1261
|
pulumi_gcp/pubsub/get_subscription_iam_policy.py,sha256=z8YtaO9st7zoVsxQeQoV4epKWSYXHyG3DR-24OsfTlI,5055
|
@@ -1278,12 +1264,12 @@ pulumi_gcp/pubsub/get_topic_iam_policy.py,sha256=GQownUkI4NLjEg9X2pOX5CYmpCpNxrT
|
|
1278
1264
|
pulumi_gcp/pubsub/lite_reservation.py,sha256=WKh3Upf0x-eniyIccec6ltK6lPfFfeS0hFVgYVjhdIA,16064
|
1279
1265
|
pulumi_gcp/pubsub/lite_subscription.py,sha256=JdUBT26_l9rRUmikeODmU1a7_nkFI5lhfKDXjZ9M0jA,20781
|
1280
1266
|
pulumi_gcp/pubsub/lite_topic.py,sha256=2R_G8tCVBBbNxMEBpLMoRSXTxjOw18_imqxsgdjqFps,24394
|
1281
|
-
pulumi_gcp/pubsub/outputs.py,sha256
|
1267
|
+
pulumi_gcp/pubsub/outputs.py,sha256=-1ucrVdkJNSgUAaERQrgnkLmpqGnBHgdkNUT5hj5TcQ,82183
|
1282
1268
|
pulumi_gcp/pubsub/schema.py,sha256=1CP_nWYaEL9XNdBkYNypCfEUlIwSVE5rxGDi9cKTLqg,21220
|
1283
1269
|
pulumi_gcp/pubsub/schema_iam_binding.py,sha256=xx-mWJqHoRPvM2UV_A3XdnLgyYZvawGdYvgC-ot-L2s,35588
|
1284
1270
|
pulumi_gcp/pubsub/schema_iam_member.py,sha256=E-mcWqAa7JYPmaqOA7R_DhvO1HL6oAykJ7j2WzAWPrc,35192
|
1285
1271
|
pulumi_gcp/pubsub/schema_iam_policy.py,sha256=3JrXBtuiW-G0pytB6fEHRhXt7LF12_Bx8FZ4lqg_F3I,22043
|
1286
|
-
pulumi_gcp/pubsub/subscription.py,sha256=
|
1272
|
+
pulumi_gcp/pubsub/subscription.py,sha256=MIcjw1vWEH3OVG40vRzBjlYoKCGM0mFCNS9SJzHQF0Y,101732
|
1287
1273
|
pulumi_gcp/pubsub/subscription_iam_binding.py,sha256=B8Vd7wz8wSQFZSikR056S7U7SJcOwB8OkDcAlNuYHio,30597
|
1288
1274
|
pulumi_gcp/pubsub/subscription_iam_member.py,sha256=GUzDeCvH4rYskuEvu1SgTQsfguJCXzQ0efz7Gca9qsk,30209
|
1289
1275
|
pulumi_gcp/pubsub/subscription_iam_policy.py,sha256=nbLJ9x1gf9rjfgKGSJhEbjbb9i1QODnR7RbMExgI_sk,19671
|
@@ -1429,7 +1415,7 @@ pulumi_gcp/sql/get_tiers.py,sha256=WyTpC_YVm2vNkjV7zphHWBuxkiZGlf3CQ35dxU3p5OQ,4
|
|
1429
1415
|
pulumi_gcp/sql/outputs.py,sha256=A4MTas1y0LYvT1k2uSCpcnSm1NPBR0TfxeBmywMNFXU,222983
|
1430
1416
|
pulumi_gcp/sql/source_representation_instance.py,sha256=-8ouZtYx4QW7dxuCa7rDZdVjAHZqkIxMOKJZkm_HAJQ,38408
|
1431
1417
|
pulumi_gcp/sql/ssl_cert.py,sha256=SCrcQHcs8hImL6hER3a-iZMcxjROlu4G4SW54_yfYQU,21868
|
1432
|
-
pulumi_gcp/sql/user.py,sha256=
|
1418
|
+
pulumi_gcp/sql/user.py,sha256=kISJj7ARtyiIzweK9Q15nnbxecki1tr2UHprFG17DEc,35045
|
1433
1419
|
pulumi_gcp/storage/__init__.py,sha256=Gm60lMdHQYev7PP_yyZemd54wvj5UqVPAM2YKZyQXsk,1204
|
1434
1420
|
pulumi_gcp/storage/_inputs.py,sha256=OwKWPcCQoy8xs2C8Ui9l16jvyi5U7VCiGBjSuf_VvIs,115713
|
1435
1421
|
pulumi_gcp/storage/bucket.py,sha256=zruWaI1FXaAm9Uy0j0COO9mc1I0i9STZVT3cEw8HNZQ,85739
|
@@ -1479,12 +1465,12 @@ pulumi_gcp/tags/tag_value_iam_binding.py,sha256=Rlaizyjpp1FumItbeWujkztPnSuTL50-
|
|
1479
1465
|
pulumi_gcp/tags/tag_value_iam_member.py,sha256=mrntikOr0_dzTvBh3lgUU98zwYLoF6SdnM0NkkR3zTY,31379
|
1480
1466
|
pulumi_gcp/tags/tag_value_iam_policy.py,sha256=knClackgS7BmATSFqSA0v8ANv66G-nK6zOwjGBQMZKY,18210
|
1481
1467
|
pulumi_gcp/tpu/__init__.py,sha256=5c9Kn77Cobad8rgoWP979LMYbaVU6cKGaeCoJYzMVXQ,473
|
1482
|
-
pulumi_gcp/tpu/_inputs.py,sha256=
|
1468
|
+
pulumi_gcp/tpu/_inputs.py,sha256=QwvVMhNU0VTBc9tJ-3_23zaLrU13nAU1KUEEfA_8hXA,19253
|
1483
1469
|
pulumi_gcp/tpu/get_tensorflow_versions.py,sha256=H-dgK0dWNEHW3JTnHinHBvX5q4vXF4Cq1FZKoweesWY,5534
|
1484
1470
|
pulumi_gcp/tpu/get_v2_accelerator_types.py,sha256=zzCqRVsnkHV1A4vWWW98eNCQyiPM9n2734exiM9kmMs,5625
|
1485
1471
|
pulumi_gcp/tpu/get_v2_runtime_versions.py,sha256=VVxouP0f6nIw3E8Xkc6Q7uKg3Hm110_vsH1J0n9wvyI,5362
|
1486
1472
|
pulumi_gcp/tpu/node.py,sha256=3fF_Tur75GUjZhA671TPBQGjyzUHLbue73L0Y9VMkrs,49912
|
1487
|
-
pulumi_gcp/tpu/outputs.py,sha256
|
1473
|
+
pulumi_gcp/tpu/outputs.py,sha256=ljZWgasz3UzZjErw4DsWX6PDhwpVgex5JGISeVIhid0,19368
|
1488
1474
|
pulumi_gcp/tpu/v2_vm.py,sha256=k6_DOZXl4sZr19kmajyB2SOdnZ-E5bixMY7tX1qOw-4,71364
|
1489
1475
|
pulumi_gcp/vertex/__init__.py,sha256=Jd1TvW8y8vguTNphnbv4pWVVZNFrlP5WL_3aRgP7Tmc,1404
|
1490
1476
|
pulumi_gcp/vertex/_inputs.py,sha256=uXZxH400S8owjexkRg8sVY4Ngzy7JOMPdUDUru-s9QU,124851
|
@@ -1566,7 +1552,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=KnqAQNX01bqynD7N
|
|
1566
1552
|
pulumi_gcp/workstations/workstation_iam_binding.py,sha256=ovQjU8TBCo9xjSArziSIyzV_HyIf0Ke4IaDLd4CnV2Q,35844
|
1567
1553
|
pulumi_gcp/workstations/workstation_iam_member.py,sha256=3zBaMJQnUB4QQygrFBk8HsuKtvQIwOPManWiphBVRCQ,35448
|
1568
1554
|
pulumi_gcp/workstations/workstation_iam_policy.py,sha256=u5aW7Jd-oDY0SKcuAHn_O-sN7NIRvwS9Jz6slzHWlXo,22172
|
1569
|
-
pulumi_gcp-7.25.
|
1570
|
-
pulumi_gcp-7.25.
|
1571
|
-
pulumi_gcp-7.25.
|
1572
|
-
pulumi_gcp-7.25.
|
1555
|
+
pulumi_gcp-7.25.0a1717097889.dist-info/METADATA,sha256=PPcHt47T9PwBJd0aW4A_vDvBh86KAAWOCrGxQJsqvvY,2662
|
1556
|
+
pulumi_gcp-7.25.0a1717097889.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
1557
|
+
pulumi_gcp-7.25.0a1717097889.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
|
1558
|
+
pulumi_gcp-7.25.0a1717097889.dist-info/RECORD,,
|
@@ -1,157 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
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
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
|
13
|
-
__all__ = [
|
14
|
-
'GetSubnetworksResult',
|
15
|
-
'AwaitableGetSubnetworksResult',
|
16
|
-
'get_subnetworks',
|
17
|
-
'get_subnetworks_output',
|
18
|
-
]
|
19
|
-
|
20
|
-
@pulumi.output_type
|
21
|
-
class GetSubnetworksResult:
|
22
|
-
"""
|
23
|
-
A collection of values returned by getSubnetworks.
|
24
|
-
"""
|
25
|
-
def __init__(__self__, filter=None, id=None, project=None, region=None, subnetworks=None):
|
26
|
-
if filter and not isinstance(filter, str):
|
27
|
-
raise TypeError("Expected argument 'filter' to be a str")
|
28
|
-
pulumi.set(__self__, "filter", filter)
|
29
|
-
if id and not isinstance(id, str):
|
30
|
-
raise TypeError("Expected argument 'id' to be a str")
|
31
|
-
pulumi.set(__self__, "id", id)
|
32
|
-
if project and not isinstance(project, str):
|
33
|
-
raise TypeError("Expected argument 'project' to be a str")
|
34
|
-
pulumi.set(__self__, "project", project)
|
35
|
-
if region and not isinstance(region, str):
|
36
|
-
raise TypeError("Expected argument 'region' to be a str")
|
37
|
-
pulumi.set(__self__, "region", region)
|
38
|
-
if subnetworks and not isinstance(subnetworks, list):
|
39
|
-
raise TypeError("Expected argument 'subnetworks' to be a list")
|
40
|
-
pulumi.set(__self__, "subnetworks", subnetworks)
|
41
|
-
|
42
|
-
@property
|
43
|
-
@pulumi.getter
|
44
|
-
def filter(self) -> Optional[str]:
|
45
|
-
return pulumi.get(self, "filter")
|
46
|
-
|
47
|
-
@property
|
48
|
-
@pulumi.getter
|
49
|
-
def id(self) -> str:
|
50
|
-
"""
|
51
|
-
The provider-assigned unique ID for this managed resource.
|
52
|
-
"""
|
53
|
-
return pulumi.get(self, "id")
|
54
|
-
|
55
|
-
@property
|
56
|
-
@pulumi.getter
|
57
|
-
def project(self) -> Optional[str]:
|
58
|
-
return pulumi.get(self, "project")
|
59
|
-
|
60
|
-
@property
|
61
|
-
@pulumi.getter
|
62
|
-
def region(self) -> Optional[str]:
|
63
|
-
return pulumi.get(self, "region")
|
64
|
-
|
65
|
-
@property
|
66
|
-
@pulumi.getter
|
67
|
-
def subnetworks(self) -> Sequence['outputs.GetSubnetworksSubnetworkResult']:
|
68
|
-
"""
|
69
|
-
A list of all retrieved GCE subnetworks. Structure is defined below.
|
70
|
-
"""
|
71
|
-
return pulumi.get(self, "subnetworks")
|
72
|
-
|
73
|
-
|
74
|
-
class AwaitableGetSubnetworksResult(GetSubnetworksResult):
|
75
|
-
# pylint: disable=using-constant-test
|
76
|
-
def __await__(self):
|
77
|
-
if False:
|
78
|
-
yield self
|
79
|
-
return GetSubnetworksResult(
|
80
|
-
filter=self.filter,
|
81
|
-
id=self.id,
|
82
|
-
project=self.project,
|
83
|
-
region=self.region,
|
84
|
-
subnetworks=self.subnetworks)
|
85
|
-
|
86
|
-
|
87
|
-
def get_subnetworks(filter: Optional[str] = None,
|
88
|
-
project: Optional[str] = None,
|
89
|
-
region: Optional[str] = None,
|
90
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSubnetworksResult:
|
91
|
-
"""
|
92
|
-
Get subnetworks within GCE.
|
93
|
-
See [the official documentation](https://cloud.google.com/vpc/docs/subnets)
|
94
|
-
and [API](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks/list).
|
95
|
-
|
96
|
-
## Example Usage
|
97
|
-
|
98
|
-
```python
|
99
|
-
import pulumi
|
100
|
-
import pulumi_gcp as gcp
|
101
|
-
|
102
|
-
my_subnetworks = gcp.compute.get_subnetworks(filter="ipCidrRange eq 192.168.178.0/24",
|
103
|
-
project="my-project",
|
104
|
-
region="us-east1")
|
105
|
-
```
|
106
|
-
|
107
|
-
|
108
|
-
:param str filter: A string filter as defined in the [REST API](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks/list#query-parameters).
|
109
|
-
:param str project: The ID of the project in which the resource belongs. If it
|
110
|
-
is not provided, the provider project is used.
|
111
|
-
:param str region: The region this subnetwork has been created in. If
|
112
|
-
unspecified, this defaults to the region configured in the provider.
|
113
|
-
"""
|
114
|
-
__args__ = dict()
|
115
|
-
__args__['filter'] = filter
|
116
|
-
__args__['project'] = project
|
117
|
-
__args__['region'] = region
|
118
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
119
|
-
__ret__ = pulumi.runtime.invoke('gcp:compute/getSubnetworks:getSubnetworks', __args__, opts=opts, typ=GetSubnetworksResult).value
|
120
|
-
|
121
|
-
return AwaitableGetSubnetworksResult(
|
122
|
-
filter=pulumi.get(__ret__, 'filter'),
|
123
|
-
id=pulumi.get(__ret__, 'id'),
|
124
|
-
project=pulumi.get(__ret__, 'project'),
|
125
|
-
region=pulumi.get(__ret__, 'region'),
|
126
|
-
subnetworks=pulumi.get(__ret__, 'subnetworks'))
|
127
|
-
|
128
|
-
|
129
|
-
@_utilities.lift_output_func(get_subnetworks)
|
130
|
-
def get_subnetworks_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
131
|
-
project: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
-
region: Optional[pulumi.Input[Optional[str]]] = None,
|
133
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSubnetworksResult]:
|
134
|
-
"""
|
135
|
-
Get subnetworks within GCE.
|
136
|
-
See [the official documentation](https://cloud.google.com/vpc/docs/subnets)
|
137
|
-
and [API](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks/list).
|
138
|
-
|
139
|
-
## Example Usage
|
140
|
-
|
141
|
-
```python
|
142
|
-
import pulumi
|
143
|
-
import pulumi_gcp as gcp
|
144
|
-
|
145
|
-
my_subnetworks = gcp.compute.get_subnetworks(filter="ipCidrRange eq 192.168.178.0/24",
|
146
|
-
project="my-project",
|
147
|
-
region="us-east1")
|
148
|
-
```
|
149
|
-
|
150
|
-
|
151
|
-
:param str filter: A string filter as defined in the [REST API](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks/list#query-parameters).
|
152
|
-
:param str project: The ID of the project in which the resource belongs. If it
|
153
|
-
is not provided, the provider project is used.
|
154
|
-
:param str region: The region this subnetwork has been created in. If
|
155
|
-
unspecified, this defaults to the region configured in the provider.
|
156
|
-
"""
|
157
|
-
...
|