pulumi-gcp 7.29.0__py3-none-any.whl → 7.29.0a1719036462__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.
Files changed (172) hide show
  1. pulumi_gcp/__init__.py +0 -8
  2. pulumi_gcp/_utilities.py +0 -35
  3. pulumi_gcp/activedirectory/domain.py +14 -14
  4. pulumi_gcp/activedirectory/domain_trust.py +14 -14
  5. pulumi_gcp/alloydb/backup.py +8 -8
  6. pulumi_gcp/alloydb/cluster.py +17 -11
  7. pulumi_gcp/alloydb/instance.py +8 -8
  8. pulumi_gcp/alloydb/user.py +8 -8
  9. pulumi_gcp/apigee/addons_config.py +4 -4
  10. pulumi_gcp/apigee/endpoint_attachment.py +2 -2
  11. pulumi_gcp/apigee/env_group.py +2 -2
  12. pulumi_gcp/apigee/environment.py +2 -2
  13. pulumi_gcp/apigee/instance.py +8 -8
  14. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +10 -10
  15. pulumi_gcp/apigee/nat_address.py +2 -2
  16. pulumi_gcp/apigee/organization.py +6 -6
  17. pulumi_gcp/apigee/sync_authorization.py +4 -4
  18. pulumi_gcp/apigee/target_server.py +10 -10
  19. pulumi_gcp/apphub/service.py +20 -20
  20. pulumi_gcp/apphub/service_project_attachment.py +8 -8
  21. pulumi_gcp/applicationintegration/auth_config.py +2 -2
  22. pulumi_gcp/applicationintegration/client.py +18 -6
  23. pulumi_gcp/artifactregistry/__init__.py +0 -1
  24. pulumi_gcp/artifactregistry/_inputs.py +4 -4
  25. pulumi_gcp/artifactregistry/outputs.py +6 -6
  26. pulumi_gcp/artifactregistry/repository.py +10 -10
  27. pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
  28. pulumi_gcp/bigquery/_inputs.py +6 -2
  29. pulumi_gcp/bigquery/data_transfer_config.py +4 -4
  30. pulumi_gcp/bigquery/dataset.py +0 -75
  31. pulumi_gcp/bigquery/get_dataset.py +1 -11
  32. pulumi_gcp/bigquery/job.py +6 -6
  33. pulumi_gcp/bigquery/outputs.py +6 -2
  34. pulumi_gcp/bigtable/_inputs.py +3 -1
  35. pulumi_gcp/bigtable/instance.py +9 -3
  36. pulumi_gcp/bigtable/outputs.py +3 -1
  37. pulumi_gcp/billing/_inputs.py +0 -22
  38. pulumi_gcp/billing/budget.py +0 -50
  39. pulumi_gcp/billing/outputs.py +0 -20
  40. pulumi_gcp/certificateauthority/authority.py +2 -2
  41. pulumi_gcp/certificateauthority/certificate.py +4 -4
  42. pulumi_gcp/certificatemanager/_inputs.py +6 -2
  43. pulumi_gcp/certificatemanager/certificate.py +4 -4
  44. pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
  45. pulumi_gcp/certificatemanager/outputs.py +6 -2
  46. pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
  47. pulumi_gcp/cloudbuild/trigger.py +2 -2
  48. pulumi_gcp/cloudbuild/worker_pool.py +6 -6
  49. pulumi_gcp/cloudbuildv2/connection.py +2 -2
  50. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  51. pulumi_gcp/cloudfunctionsv2/function.py +28 -28
  52. pulumi_gcp/cloudids/endpoint.py +2 -2
  53. pulumi_gcp/cloudrun/_inputs.py +9 -3
  54. pulumi_gcp/cloudrun/outputs.py +9 -3
  55. pulumi_gcp/cloudrunv2/get_job.py +1 -21
  56. pulumi_gcp/cloudrunv2/job.py +19 -163
  57. pulumi_gcp/cloudrunv2/service.py +8 -8
  58. pulumi_gcp/compute/_inputs.py +0 -83
  59. pulumi_gcp/compute/disk.py +9 -3
  60. pulumi_gcp/compute/firewall.py +9 -3
  61. pulumi_gcp/compute/forwarding_rule.py +22 -22
  62. pulumi_gcp/compute/outputs.py +1 -166
  63. pulumi_gcp/compute/packet_mirroring.py +2 -2
  64. pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
  65. pulumi_gcp/compute/region_disk.py +9 -3
  66. pulumi_gcp/compute/region_security_policy_rule.py +2 -2
  67. pulumi_gcp/compute/route.py +2 -2
  68. pulumi_gcp/compute/subnetwork.py +6 -2
  69. pulumi_gcp/compute/target_instance.py +2 -2
  70. pulumi_gcp/compute/vpn_gateway.py +2 -2
  71. pulumi_gcp/compute/vpn_tunnel.py +2 -2
  72. pulumi_gcp/container/_inputs.py +6 -2
  73. pulumi_gcp/container/outputs.py +6 -2
  74. pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
  75. pulumi_gcp/datacatalog/policy_tag.py +2 -2
  76. pulumi_gcp/datafusion/instance.py +8 -4
  77. pulumi_gcp/dataplex/asset.py +2 -2
  78. pulumi_gcp/dataplex/datascan.py +2 -2
  79. pulumi_gcp/dataproc/_inputs.py +0 -100
  80. pulumi_gcp/dataproc/metastore_service.py +0 -172
  81. pulumi_gcp/dataproc/outputs.py +1 -192
  82. pulumi_gcp/dataproc/workflow_template.py +9 -3
  83. pulumi_gcp/datastore/data_store_index.py +2 -2
  84. pulumi_gcp/datastream/stream.py +6 -6
  85. pulumi_gcp/diagflow/entity_type.py +2 -2
  86. pulumi_gcp/diagflow/fulfillment.py +2 -2
  87. pulumi_gcp/diagflow/intent.py +4 -4
  88. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  89. pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
  90. pulumi_gcp/eventarc/channel.py +2 -2
  91. pulumi_gcp/eventarc/google_channel_config.py +2 -2
  92. pulumi_gcp/filestore/instance.py +9 -3
  93. pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
  94. pulumi_gcp/firebase/app_check_debug_token.py +4 -4
  95. pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
  96. pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
  97. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
  98. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
  99. pulumi_gcp/firebase/app_check_service_config.py +6 -6
  100. pulumi_gcp/firebase/database_instance.py +2 -2
  101. pulumi_gcp/firestore/database.py +4 -4
  102. pulumi_gcp/firestore/document.py +12 -12
  103. pulumi_gcp/folder/access_approval_settings.py +2 -2
  104. pulumi_gcp/gkehub/_inputs.py +8 -4
  105. pulumi_gcp/gkehub/membership.py +9 -3
  106. pulumi_gcp/gkehub/membership_binding.py +4 -4
  107. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  108. pulumi_gcp/gkehub/namespace.py +2 -2
  109. pulumi_gcp/gkehub/outputs.py +8 -4
  110. pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
  111. pulumi_gcp/healthcare/fhir_store.py +9 -3
  112. pulumi_gcp/healthcare/hl7_store.py +9 -3
  113. pulumi_gcp/integrationconnectors/connection.py +2 -2
  114. pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
  115. pulumi_gcp/kms/_inputs.py +3 -1
  116. pulumi_gcp/kms/autokey_config.py +16 -16
  117. pulumi_gcp/kms/key_handle.py +22 -22
  118. pulumi_gcp/kms/outputs.py +3 -1
  119. pulumi_gcp/logging/folder_settings.py +2 -2
  120. pulumi_gcp/logging/linked_dataset.py +2 -2
  121. pulumi_gcp/logging/organization_settings.py +2 -2
  122. pulumi_gcp/logging/project_bucket_config.py +2 -2
  123. pulumi_gcp/looker/instance.py +2 -2
  124. pulumi_gcp/netapp/volume_replication.py +2 -2
  125. pulumi_gcp/netapp/volume_snapshot.py +2 -2
  126. pulumi_gcp/networkconnectivity/internal_range.py +2 -2
  127. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  128. pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
  129. pulumi_gcp/networkservices/gateway.py +6 -6
  130. pulumi_gcp/organizations/access_approval_settings.py +2 -2
  131. pulumi_gcp/parallelstore/instance.py +2 -2
  132. pulumi_gcp/projects/access_approval_settings.py +11 -5
  133. pulumi_gcp/pubsub/_inputs.py +0 -40
  134. pulumi_gcp/pubsub/outputs.py +0 -66
  135. pulumi_gcp/pubsub/schema.py +2 -2
  136. pulumi_gcp/pubsub/subscription.py +8 -174
  137. pulumi_gcp/pubsub/topic.py +2 -2
  138. pulumi_gcp/pulumi-plugin.json +1 -1
  139. pulumi_gcp/redis/cluster.py +4 -4
  140. pulumi_gcp/redis/get_instance.py +1 -11
  141. pulumi_gcp/redis/instance.py +2 -49
  142. pulumi_gcp/secretmanager/secret.py +2 -2
  143. pulumi_gcp/securesourcemanager/instance.py +6 -6
  144. pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
  145. pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
  146. pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
  147. pulumi_gcp/servicenetworking/__init__.py +0 -1
  148. pulumi_gcp/sql/_inputs.py +3 -1
  149. pulumi_gcp/sql/database_instance.py +2 -2
  150. pulumi_gcp/sql/outputs.py +3 -1
  151. pulumi_gcp/sql/user.py +7 -21
  152. pulumi_gcp/storage/get_project_service_account.py +2 -2
  153. pulumi_gcp/storage/insights_report_config.py +2 -2
  154. pulumi_gcp/storage/notification.py +2 -2
  155. pulumi_gcp/storage/transfer_agent_pool.py +2 -2
  156. pulumi_gcp/storage/transfer_job.py +4 -4
  157. pulumi_gcp/tpu/v2_vm.py +4 -4
  158. pulumi_gcp/vertex/_inputs.py +3 -1
  159. pulumi_gcp/vertex/ai_endpoint.py +2 -2
  160. pulumi_gcp/vertex/ai_feature_online_store.py +9 -3
  161. pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
  162. pulumi_gcp/vertex/ai_tensorboard.py +2 -2
  163. pulumi_gcp/vertex/outputs.py +3 -1
  164. pulumi_gcp/vmwareengine/external_address.py +2 -2
  165. pulumi_gcp/vmwareengine/network.py +4 -4
  166. pulumi_gcp/vpcaccess/connector.py +8 -2
  167. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/METADATA +1 -1
  168. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/RECORD +170 -172
  169. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/WHEEL +1 -1
  170. pulumi_gcp/artifactregistry/get_docker_image.py +0 -244
  171. pulumi_gcp/servicenetworking/vpc_service_controls.py +0 -511
  172. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719036462.dist-info}/top_level.txt +0 -0
@@ -1005,92 +1005,6 @@ class MetastoreService(pulumi.CustomResource):
1005
1005
  "env": "test",
1006
1006
  })
1007
1007
  ```
1008
- ### Dataproc Metastore Service Autoscaling Max Scaling Factor
1009
-
1010
- ```python
1011
- import pulumi
1012
- import pulumi_gcp as gcp
1013
-
1014
- test_resource = gcp.dataproc.MetastoreService("test_resource",
1015
- service_id="test-service",
1016
- location="us-central1",
1017
- database_type="SPANNER",
1018
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1019
- version="3.1.2",
1020
- ),
1021
- scaling_config=gcp.dataproc.MetastoreServiceScalingConfigArgs(
1022
- autoscaling_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigArgs(
1023
- autoscaling_enabled=True,
1024
- limit_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs(
1025
- max_scaling_factor=1,
1026
- ),
1027
- ),
1028
- ))
1029
- ```
1030
- ### Dataproc Metastore Service Autoscaling Min And Max Scaling Factor
1031
-
1032
- ```python
1033
- import pulumi
1034
- import pulumi_gcp as gcp
1035
-
1036
- test_resource = gcp.dataproc.MetastoreService("test_resource",
1037
- service_id="test-service",
1038
- location="us-central1",
1039
- database_type="SPANNER",
1040
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1041
- version="3.1.2",
1042
- ),
1043
- scaling_config=gcp.dataproc.MetastoreServiceScalingConfigArgs(
1044
- autoscaling_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigArgs(
1045
- autoscaling_enabled=True,
1046
- limit_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs(
1047
- min_scaling_factor=0.1,
1048
- max_scaling_factor=1,
1049
- ),
1050
- ),
1051
- ))
1052
- ```
1053
- ### Dataproc Metastore Service Autoscaling Min Scaling Factor
1054
-
1055
- ```python
1056
- import pulumi
1057
- import pulumi_gcp as gcp
1058
-
1059
- test_resource = gcp.dataproc.MetastoreService("test_resource",
1060
- service_id="test-service",
1061
- location="us-central1",
1062
- database_type="SPANNER",
1063
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1064
- version="3.1.2",
1065
- ),
1066
- scaling_config=gcp.dataproc.MetastoreServiceScalingConfigArgs(
1067
- autoscaling_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigArgs(
1068
- autoscaling_enabled=True,
1069
- limit_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs(
1070
- min_scaling_factor=0.1,
1071
- ),
1072
- ),
1073
- ))
1074
- ```
1075
- ### Dataproc Metastore Service Autoscaling No Limit Config
1076
-
1077
- ```python
1078
- import pulumi
1079
- import pulumi_gcp as gcp
1080
-
1081
- test_resource = gcp.dataproc.MetastoreService("test_resource",
1082
- service_id="test-service",
1083
- location="us-central1",
1084
- database_type="SPANNER",
1085
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1086
- version="3.1.2",
1087
- ),
1088
- scaling_config=gcp.dataproc.MetastoreServiceScalingConfigArgs(
1089
- autoscaling_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigArgs(
1090
- autoscaling_enabled=True,
1091
- ),
1092
- ))
1093
- ```
1094
1008
 
1095
1009
  ## Import
1096
1010
 
@@ -1344,92 +1258,6 @@ class MetastoreService(pulumi.CustomResource):
1344
1258
  "env": "test",
1345
1259
  })
1346
1260
  ```
1347
- ### Dataproc Metastore Service Autoscaling Max Scaling Factor
1348
-
1349
- ```python
1350
- import pulumi
1351
- import pulumi_gcp as gcp
1352
-
1353
- test_resource = gcp.dataproc.MetastoreService("test_resource",
1354
- service_id="test-service",
1355
- location="us-central1",
1356
- database_type="SPANNER",
1357
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1358
- version="3.1.2",
1359
- ),
1360
- scaling_config=gcp.dataproc.MetastoreServiceScalingConfigArgs(
1361
- autoscaling_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigArgs(
1362
- autoscaling_enabled=True,
1363
- limit_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs(
1364
- max_scaling_factor=1,
1365
- ),
1366
- ),
1367
- ))
1368
- ```
1369
- ### Dataproc Metastore Service Autoscaling Min And Max Scaling Factor
1370
-
1371
- ```python
1372
- import pulumi
1373
- import pulumi_gcp as gcp
1374
-
1375
- test_resource = gcp.dataproc.MetastoreService("test_resource",
1376
- service_id="test-service",
1377
- location="us-central1",
1378
- database_type="SPANNER",
1379
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1380
- version="3.1.2",
1381
- ),
1382
- scaling_config=gcp.dataproc.MetastoreServiceScalingConfigArgs(
1383
- autoscaling_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigArgs(
1384
- autoscaling_enabled=True,
1385
- limit_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs(
1386
- min_scaling_factor=0.1,
1387
- max_scaling_factor=1,
1388
- ),
1389
- ),
1390
- ))
1391
- ```
1392
- ### Dataproc Metastore Service Autoscaling Min Scaling Factor
1393
-
1394
- ```python
1395
- import pulumi
1396
- import pulumi_gcp as gcp
1397
-
1398
- test_resource = gcp.dataproc.MetastoreService("test_resource",
1399
- service_id="test-service",
1400
- location="us-central1",
1401
- database_type="SPANNER",
1402
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1403
- version="3.1.2",
1404
- ),
1405
- scaling_config=gcp.dataproc.MetastoreServiceScalingConfigArgs(
1406
- autoscaling_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigArgs(
1407
- autoscaling_enabled=True,
1408
- limit_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs(
1409
- min_scaling_factor=0.1,
1410
- ),
1411
- ),
1412
- ))
1413
- ```
1414
- ### Dataproc Metastore Service Autoscaling No Limit Config
1415
-
1416
- ```python
1417
- import pulumi
1418
- import pulumi_gcp as gcp
1419
-
1420
- test_resource = gcp.dataproc.MetastoreService("test_resource",
1421
- service_id="test-service",
1422
- location="us-central1",
1423
- database_type="SPANNER",
1424
- hive_metastore_config=gcp.dataproc.MetastoreServiceHiveMetastoreConfigArgs(
1425
- version="3.1.2",
1426
- ),
1427
- scaling_config=gcp.dataproc.MetastoreServiceScalingConfigArgs(
1428
- autoscaling_config=gcp.dataproc.MetastoreServiceScalingConfigAutoscalingConfigArgs(
1429
- autoscaling_enabled=True,
1430
- ),
1431
- ))
1432
- ```
1433
1261
 
1434
1262
  ## Import
1435
1263
 
@@ -97,8 +97,6 @@ __all__ = [
97
97
  'MetastoreServiceNetworkConfig',
98
98
  'MetastoreServiceNetworkConfigConsumer',
99
99
  'MetastoreServiceScalingConfig',
100
- 'MetastoreServiceScalingConfigAutoscalingConfig',
101
- 'MetastoreServiceScalingConfigAutoscalingConfigLimitConfig',
102
100
  'MetastoreServiceScheduledBackup',
103
101
  'MetastoreServiceTelemetryConfig',
104
102
  'WorkflowTemplateJob',
@@ -168,8 +166,6 @@ __all__ = [
168
166
  'GetMetastoreServiceNetworkConfigResult',
169
167
  'GetMetastoreServiceNetworkConfigConsumerResult',
170
168
  'GetMetastoreServiceScalingConfigResult',
171
- 'GetMetastoreServiceScalingConfigAutoscalingConfigResult',
172
- 'GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfigResult',
173
169
  'GetMetastoreServiceScheduledBackupResult',
174
170
  'GetMetastoreServiceTelemetryConfigResult',
175
171
  ]
@@ -6103,9 +6099,7 @@ class MetastoreServiceScalingConfig(dict):
6103
6099
  @staticmethod
6104
6100
  def __key_warning(key: str):
6105
6101
  suggest = None
6106
- if key == "autoscalingConfig":
6107
- suggest = "autoscaling_config"
6108
- elif key == "instanceSize":
6102
+ if key == "instanceSize":
6109
6103
  suggest = "instance_size"
6110
6104
  elif key == "scalingFactor":
6111
6105
  suggest = "scaling_factor"
@@ -6122,32 +6116,18 @@ class MetastoreServiceScalingConfig(dict):
6122
6116
  return super().get(key, default)
6123
6117
 
6124
6118
  def __init__(__self__, *,
6125
- autoscaling_config: Optional['outputs.MetastoreServiceScalingConfigAutoscalingConfig'] = None,
6126
6119
  instance_size: Optional[str] = None,
6127
6120
  scaling_factor: Optional[float] = None):
6128
6121
  """
6129
- :param 'MetastoreServiceScalingConfigAutoscalingConfigArgs' autoscaling_config: Represents the autoscaling configuration of a metastore service.
6130
- Structure is documented below.
6131
6122
  :param str instance_size: Metastore instance sizes.
6132
6123
  Possible values are: `EXTRA_SMALL`, `SMALL`, `MEDIUM`, `LARGE`, `EXTRA_LARGE`.
6133
6124
  :param float scaling_factor: Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
6134
6125
  """
6135
- if autoscaling_config is not None:
6136
- pulumi.set(__self__, "autoscaling_config", autoscaling_config)
6137
6126
  if instance_size is not None:
6138
6127
  pulumi.set(__self__, "instance_size", instance_size)
6139
6128
  if scaling_factor is not None:
6140
6129
  pulumi.set(__self__, "scaling_factor", scaling_factor)
6141
6130
 
6142
- @property
6143
- @pulumi.getter(name="autoscalingConfig")
6144
- def autoscaling_config(self) -> Optional['outputs.MetastoreServiceScalingConfigAutoscalingConfig']:
6145
- """
6146
- Represents the autoscaling configuration of a metastore service.
6147
- Structure is documented below.
6148
- """
6149
- return pulumi.get(self, "autoscaling_config")
6150
-
6151
6131
  @property
6152
6132
  @pulumi.getter(name="instanceSize")
6153
6133
  def instance_size(self) -> Optional[str]:
@@ -6166,108 +6146,6 @@ class MetastoreServiceScalingConfig(dict):
6166
6146
  return pulumi.get(self, "scaling_factor")
6167
6147
 
6168
6148
 
6169
- @pulumi.output_type
6170
- class MetastoreServiceScalingConfigAutoscalingConfig(dict):
6171
- @staticmethod
6172
- def __key_warning(key: str):
6173
- suggest = None
6174
- if key == "autoscalingEnabled":
6175
- suggest = "autoscaling_enabled"
6176
- elif key == "limitConfig":
6177
- suggest = "limit_config"
6178
-
6179
- if suggest:
6180
- pulumi.log.warn(f"Key '{key}' not found in MetastoreServiceScalingConfigAutoscalingConfig. Access the value via the '{suggest}' property getter instead.")
6181
-
6182
- def __getitem__(self, key: str) -> Any:
6183
- MetastoreServiceScalingConfigAutoscalingConfig.__key_warning(key)
6184
- return super().__getitem__(key)
6185
-
6186
- def get(self, key: str, default = None) -> Any:
6187
- MetastoreServiceScalingConfigAutoscalingConfig.__key_warning(key)
6188
- return super().get(key, default)
6189
-
6190
- def __init__(__self__, *,
6191
- autoscaling_enabled: Optional[bool] = None,
6192
- limit_config: Optional['outputs.MetastoreServiceScalingConfigAutoscalingConfigLimitConfig'] = None):
6193
- """
6194
- :param bool autoscaling_enabled: Defines whether autoscaling is enabled. The default value is false.
6195
- :param 'MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs' limit_config: Represents the limit configuration of a metastore service.
6196
- Structure is documented below.
6197
- """
6198
- if autoscaling_enabled is not None:
6199
- pulumi.set(__self__, "autoscaling_enabled", autoscaling_enabled)
6200
- if limit_config is not None:
6201
- pulumi.set(__self__, "limit_config", limit_config)
6202
-
6203
- @property
6204
- @pulumi.getter(name="autoscalingEnabled")
6205
- def autoscaling_enabled(self) -> Optional[bool]:
6206
- """
6207
- Defines whether autoscaling is enabled. The default value is false.
6208
- """
6209
- return pulumi.get(self, "autoscaling_enabled")
6210
-
6211
- @property
6212
- @pulumi.getter(name="limitConfig")
6213
- def limit_config(self) -> Optional['outputs.MetastoreServiceScalingConfigAutoscalingConfigLimitConfig']:
6214
- """
6215
- Represents the limit configuration of a metastore service.
6216
- Structure is documented below.
6217
- """
6218
- return pulumi.get(self, "limit_config")
6219
-
6220
-
6221
- @pulumi.output_type
6222
- class MetastoreServiceScalingConfigAutoscalingConfigLimitConfig(dict):
6223
- @staticmethod
6224
- def __key_warning(key: str):
6225
- suggest = None
6226
- if key == "maxScalingFactor":
6227
- suggest = "max_scaling_factor"
6228
- elif key == "minScalingFactor":
6229
- suggest = "min_scaling_factor"
6230
-
6231
- if suggest:
6232
- pulumi.log.warn(f"Key '{key}' not found in MetastoreServiceScalingConfigAutoscalingConfigLimitConfig. Access the value via the '{suggest}' property getter instead.")
6233
-
6234
- def __getitem__(self, key: str) -> Any:
6235
- MetastoreServiceScalingConfigAutoscalingConfigLimitConfig.__key_warning(key)
6236
- return super().__getitem__(key)
6237
-
6238
- def get(self, key: str, default = None) -> Any:
6239
- MetastoreServiceScalingConfigAutoscalingConfigLimitConfig.__key_warning(key)
6240
- return super().get(key, default)
6241
-
6242
- def __init__(__self__, *,
6243
- max_scaling_factor: Optional[float] = None,
6244
- min_scaling_factor: Optional[float] = None):
6245
- """
6246
- :param float max_scaling_factor: The maximum scaling factor that the service will autoscale to. The default value is 6.0.
6247
- :param float min_scaling_factor: The minimum scaling factor that the service will autoscale to. The default value is 0.1.
6248
- """
6249
- if max_scaling_factor is not None:
6250
- pulumi.set(__self__, "max_scaling_factor", max_scaling_factor)
6251
- if min_scaling_factor is not None:
6252
- pulumi.set(__self__, "min_scaling_factor", min_scaling_factor)
6253
-
6254
- @property
6255
- @pulumi.getter(name="maxScalingFactor")
6256
- def max_scaling_factor(self) -> Optional[float]:
6257
- """
6258
- The maximum scaling factor that the service will autoscale to. The default value is 6.0.
6259
- """
6260
- return pulumi.get(self, "max_scaling_factor")
6261
-
6262
- @property
6263
- @pulumi.getter(name="minScalingFactor")
6264
- def min_scaling_factor(self) -> Optional[float]:
6265
- """
6266
- The minimum scaling factor that the service will autoscale to. The default value is 0.1.
6267
- """
6268
- return pulumi.get(self, "min_scaling_factor")
6269
-
6270
-
6271
6149
  @pulumi.output_type
6272
6150
  class MetastoreServiceScheduledBackup(dict):
6273
6151
  @staticmethod
@@ -10718,26 +10596,15 @@ class GetMetastoreServiceNetworkConfigConsumerResult(dict):
10718
10596
  @pulumi.output_type
10719
10597
  class GetMetastoreServiceScalingConfigResult(dict):
10720
10598
  def __init__(__self__, *,
10721
- autoscaling_configs: Sequence['outputs.GetMetastoreServiceScalingConfigAutoscalingConfigResult'],
10722
10599
  instance_size: str,
10723
10600
  scaling_factor: float):
10724
10601
  """
10725
- :param Sequence['GetMetastoreServiceScalingConfigAutoscalingConfigArgs'] autoscaling_configs: Represents the autoscaling configuration of a metastore service.
10726
10602
  :param str instance_size: Metastore instance sizes. Possible values: ["EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"]
10727
10603
  :param float scaling_factor: Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
10728
10604
  """
10729
- pulumi.set(__self__, "autoscaling_configs", autoscaling_configs)
10730
10605
  pulumi.set(__self__, "instance_size", instance_size)
10731
10606
  pulumi.set(__self__, "scaling_factor", scaling_factor)
10732
10607
 
10733
- @property
10734
- @pulumi.getter(name="autoscalingConfigs")
10735
- def autoscaling_configs(self) -> Sequence['outputs.GetMetastoreServiceScalingConfigAutoscalingConfigResult']:
10736
- """
10737
- Represents the autoscaling configuration of a metastore service.
10738
- """
10739
- return pulumi.get(self, "autoscaling_configs")
10740
-
10741
10608
  @property
10742
10609
  @pulumi.getter(name="instanceSize")
10743
10610
  def instance_size(self) -> str:
@@ -10755,64 +10622,6 @@ class GetMetastoreServiceScalingConfigResult(dict):
10755
10622
  return pulumi.get(self, "scaling_factor")
10756
10623
 
10757
10624
 
10758
- @pulumi.output_type
10759
- class GetMetastoreServiceScalingConfigAutoscalingConfigResult(dict):
10760
- def __init__(__self__, *,
10761
- autoscaling_enabled: bool,
10762
- limit_configs: Sequence['outputs.GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfigResult']):
10763
- """
10764
- :param bool autoscaling_enabled: Defines whether autoscaling is enabled. The default value is false.
10765
- :param Sequence['GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs'] limit_configs: Represents the limit configuration of a metastore service.
10766
- """
10767
- pulumi.set(__self__, "autoscaling_enabled", autoscaling_enabled)
10768
- pulumi.set(__self__, "limit_configs", limit_configs)
10769
-
10770
- @property
10771
- @pulumi.getter(name="autoscalingEnabled")
10772
- def autoscaling_enabled(self) -> bool:
10773
- """
10774
- Defines whether autoscaling is enabled. The default value is false.
10775
- """
10776
- return pulumi.get(self, "autoscaling_enabled")
10777
-
10778
- @property
10779
- @pulumi.getter(name="limitConfigs")
10780
- def limit_configs(self) -> Sequence['outputs.GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfigResult']:
10781
- """
10782
- Represents the limit configuration of a metastore service.
10783
- """
10784
- return pulumi.get(self, "limit_configs")
10785
-
10786
-
10787
- @pulumi.output_type
10788
- class GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfigResult(dict):
10789
- def __init__(__self__, *,
10790
- max_scaling_factor: float,
10791
- min_scaling_factor: float):
10792
- """
10793
- :param float max_scaling_factor: The maximum scaling factor that the service will autoscale to. The default value is 6.0.
10794
- :param float min_scaling_factor: The minimum scaling factor that the service will autoscale to. The default value is 0.1.
10795
- """
10796
- pulumi.set(__self__, "max_scaling_factor", max_scaling_factor)
10797
- pulumi.set(__self__, "min_scaling_factor", min_scaling_factor)
10798
-
10799
- @property
10800
- @pulumi.getter(name="maxScalingFactor")
10801
- def max_scaling_factor(self) -> float:
10802
- """
10803
- The maximum scaling factor that the service will autoscale to. The default value is 6.0.
10804
- """
10805
- return pulumi.get(self, "max_scaling_factor")
10806
-
10807
- @property
10808
- @pulumi.getter(name="minScalingFactor")
10809
- def min_scaling_factor(self) -> float:
10810
- """
10811
- The minimum scaling factor that the service will autoscale to. The default value is 0.1.
10812
- """
10813
- return pulumi.get(self, "min_scaling_factor")
10814
-
10815
-
10816
10625
  @pulumi.output_type
10817
10626
  class GetMetastoreServiceScheduledBackupResult(dict):
10818
10627
  def __init__(__self__, *,
@@ -178,11 +178,13 @@ class WorkflowTemplateArgs:
178
178
 
179
179
  @property
180
180
  @pulumi.getter
181
- @_utilities.deprecated("""version is not useful as a configurable field, and will be removed in the future.""")
182
181
  def version(self) -> Optional[pulumi.Input[int]]:
183
182
  """
184
183
  Output only. The current version of this workflow template.
185
184
  """
185
+ warnings.warn("""version is not useful as a configurable field, and will be removed in the future.""", DeprecationWarning)
186
+ pulumi.log.warn("""version is deprecated: version is not useful as a configurable field, and will be removed in the future.""")
187
+
186
188
  return pulumi.get(self, "version")
187
189
 
188
190
  @version.setter
@@ -418,11 +420,13 @@ class _WorkflowTemplateState:
418
420
 
419
421
  @property
420
422
  @pulumi.getter
421
- @_utilities.deprecated("""version is not useful as a configurable field, and will be removed in the future.""")
422
423
  def version(self) -> Optional[pulumi.Input[int]]:
423
424
  """
424
425
  Output only. The current version of this workflow template.
425
426
  """
427
+ warnings.warn("""version is not useful as a configurable field, and will be removed in the future.""", DeprecationWarning)
428
+ pulumi.log.warn("""version is deprecated: version is not useful as a configurable field, and will be removed in the future.""")
429
+
426
430
  return pulumi.get(self, "version")
427
431
 
428
432
  @version.setter
@@ -888,10 +892,12 @@ class WorkflowTemplate(pulumi.CustomResource):
888
892
 
889
893
  @property
890
894
  @pulumi.getter
891
- @_utilities.deprecated("""version is not useful as a configurable field, and will be removed in the future.""")
892
895
  def version(self) -> pulumi.Output[int]:
893
896
  """
894
897
  Output only. The current version of this workflow template.
895
898
  """
899
+ warnings.warn("""version is not useful as a configurable field, and will be removed in the future.""", DeprecationWarning)
900
+ pulumi.log.warn("""version is deprecated: version is not useful as a configurable field, and will be removed in the future.""")
901
+
896
902
  return pulumi.get(self, "version")
897
903
 
@@ -252,7 +252,7 @@ class DataStoreIndex(pulumi.CustomResource):
252
252
  direction="ASCENDING",
253
253
  ),
254
254
  ],
255
- opts = pulumi.ResourceOptions(depends_on=[database]))
255
+ opts=pulumi.ResourceOptions(depends_on=[database]))
256
256
  ```
257
257
 
258
258
  ## Import
@@ -341,7 +341,7 @@ class DataStoreIndex(pulumi.CustomResource):
341
341
  direction="ASCENDING",
342
342
  ),
343
343
  ],
344
- opts = pulumi.ResourceOptions(depends_on=[database]))
344
+ opts=pulumi.ResourceOptions(depends_on=[database]))
345
345
  ```
346
346
 
347
347
  ## Import
@@ -680,7 +680,7 @@ class Stream(pulumi.CustomResource):
680
680
  ),
681
681
  ),
682
682
  customer_managed_encryption_key="kms-name",
683
- opts = pulumi.ResourceOptions(depends_on=[key_user]))
683
+ opts=pulumi.ResourceOptions(depends_on=[key_user]))
684
684
  ```
685
685
  ### Datastream Stream Postgresql
686
686
 
@@ -887,7 +887,7 @@ class Stream(pulumi.CustomResource):
887
887
  db = gcp.sql.Database("db",
888
888
  name="db",
889
889
  instance=instance.name,
890
- opts = pulumi.ResourceOptions(depends_on=[user]))
890
+ opts=pulumi.ResourceOptions(depends_on=[user]))
891
891
  source = gcp.datastream.ConnectionProfile("source",
892
892
  display_name="SQL Server Source",
893
893
  location="us-central1",
@@ -1110,7 +1110,7 @@ class Stream(pulumi.CustomResource):
1110
1110
  ),
1111
1111
  ),
1112
1112
  backfill_none=gcp.datastream.StreamBackfillNoneArgs(),
1113
- opts = pulumi.ResourceOptions(depends_on=[bigquery_key_user]))
1113
+ opts=pulumi.ResourceOptions(depends_on=[bigquery_key_user]))
1114
1114
  ```
1115
1115
 
1116
1116
  ## Import
@@ -1341,7 +1341,7 @@ class Stream(pulumi.CustomResource):
1341
1341
  ),
1342
1342
  ),
1343
1343
  customer_managed_encryption_key="kms-name",
1344
- opts = pulumi.ResourceOptions(depends_on=[key_user]))
1344
+ opts=pulumi.ResourceOptions(depends_on=[key_user]))
1345
1345
  ```
1346
1346
  ### Datastream Stream Postgresql
1347
1347
 
@@ -1548,7 +1548,7 @@ class Stream(pulumi.CustomResource):
1548
1548
  db = gcp.sql.Database("db",
1549
1549
  name="db",
1550
1550
  instance=instance.name,
1551
- opts = pulumi.ResourceOptions(depends_on=[user]))
1551
+ opts=pulumi.ResourceOptions(depends_on=[user]))
1552
1552
  source = gcp.datastream.ConnectionProfile("source",
1553
1553
  display_name="SQL Server Source",
1554
1554
  location="us-central1",
@@ -1771,7 +1771,7 @@ class Stream(pulumi.CustomResource):
1771
1771
  ),
1772
1772
  ),
1773
1773
  backfill_none=gcp.datastream.StreamBackfillNoneArgs(),
1774
- opts = pulumi.ResourceOptions(depends_on=[bigquery_key_user]))
1774
+ opts=pulumi.ResourceOptions(depends_on=[bigquery_key_user]))
1775
1775
  ```
1776
1776
 
1777
1777
  ## Import
@@ -296,7 +296,7 @@ class EntityType(pulumi.CustomResource):
296
296
  ],
297
297
  ),
298
298
  ],
299
- opts = pulumi.ResourceOptions(depends_on=[basic_agent]))
299
+ opts=pulumi.ResourceOptions(depends_on=[basic_agent]))
300
300
  ```
301
301
 
302
302
  ## Import
@@ -375,7 +375,7 @@ class EntityType(pulumi.CustomResource):
375
375
  ],
376
376
  ),
377
377
  ],
378
- opts = pulumi.ResourceOptions(depends_on=[basic_agent]))
378
+ opts=pulumi.ResourceOptions(depends_on=[basic_agent]))
379
379
  ```
380
380
 
381
381
  ## Import
@@ -273,7 +273,7 @@ class Fulfillment(pulumi.CustomResource):
273
273
  "name": "wrench",
274
274
  },
275
275
  ),
276
- opts = pulumi.ResourceOptions(depends_on=[basic_agent]))
276
+ opts=pulumi.ResourceOptions(depends_on=[basic_agent]))
277
277
  ```
278
278
 
279
279
  ## Import
@@ -340,7 +340,7 @@ class Fulfillment(pulumi.CustomResource):
340
340
  "name": "wrench",
341
341
  },
342
342
  ),
343
- opts = pulumi.ResourceOptions(depends_on=[basic_agent]))
343
+ opts=pulumi.ResourceOptions(depends_on=[basic_agent]))
344
344
  ```
345
345
 
346
346
  ## Import
@@ -591,7 +591,7 @@ class Intent(pulumi.CustomResource):
591
591
  default_language_code="en",
592
592
  time_zone="America/New_York")
593
593
  basic_intent = gcp.diagflow.Intent("basic_intent", display_name="basic-intent",
594
- opts = pulumi.ResourceOptions(depends_on=[basic_agent]))
594
+ opts=pulumi.ResourceOptions(depends_on=[basic_agent]))
595
595
  ```
596
596
  ### Dialogflow Intent Full
597
597
 
@@ -632,7 +632,7 @@ class Intent(pulumi.CustomResource):
632
632
  "FACEBOOK",
633
633
  "SLACK",
634
634
  ],
635
- opts = pulumi.ResourceOptions(depends_on=[basic_agent]))
635
+ opts=pulumi.ResourceOptions(depends_on=[basic_agent]))
636
636
  ```
637
637
 
638
638
  ## Import
@@ -711,7 +711,7 @@ class Intent(pulumi.CustomResource):
711
711
  default_language_code="en",
712
712
  time_zone="America/New_York")
713
713
  basic_intent = gcp.diagflow.Intent("basic_intent", display_name="basic-intent",
714
- opts = pulumi.ResourceOptions(depends_on=[basic_agent]))
714
+ opts=pulumi.ResourceOptions(depends_on=[basic_agent]))
715
715
  ```
716
716
  ### Dialogflow Intent Full
717
717
 
@@ -752,7 +752,7 @@ class Intent(pulumi.CustomResource):
752
752
  "FACEBOOK",
753
753
  "SLACK",
754
754
  ],
755
- opts = pulumi.ResourceOptions(depends_on=[basic_agent]))
755
+ opts=pulumi.ResourceOptions(depends_on=[basic_agent]))
756
756
  ```
757
757
 
758
758
  ## Import
@@ -568,7 +568,7 @@ class NodePool(pulumi.CustomResource):
568
568
  local_disk_encryption=gcp.edgecontainer.NodePoolLocalDiskEncryptionArgs(
569
569
  kms_key=crypto_key_crypto_key.id,
570
570
  ),
571
- opts = pulumi.ResourceOptions(depends_on=[crypto_key]))
571
+ opts=pulumi.ResourceOptions(depends_on=[crypto_key]))
572
572
  ```
573
573
  ### Edgecontainer Local Control Plane Node Pool
574
574
 
@@ -747,7 +747,7 @@ class NodePool(pulumi.CustomResource):
747
747
  local_disk_encryption=gcp.edgecontainer.NodePoolLocalDiskEncryptionArgs(
748
748
  kms_key=crypto_key_crypto_key.id,
749
749
  ),
750
- opts = pulumi.ResourceOptions(depends_on=[crypto_key]))
750
+ opts=pulumi.ResourceOptions(depends_on=[crypto_key]))
751
751
  ```
752
752
  ### Edgecontainer Local Control Plane Node Pool
753
753
 
@@ -529,7 +529,7 @@ class VpnConnection(pulumi.CustomResource):
529
529
  "my_key": "my_val",
530
530
  "other_key": "other_val",
531
531
  },
532
- opts = pulumi.ResourceOptions(depends_on=[node_pool]))
532
+ opts=pulumi.ResourceOptions(depends_on=[node_pool]))
533
533
  ```
534
534
 
535
535
  ## Import
@@ -633,7 +633,7 @@ class VpnConnection(pulumi.CustomResource):
633
633
  "my_key": "my_val",
634
634
  "other_key": "other_val",
635
635
  },
636
- opts = pulumi.ResourceOptions(depends_on=[node_pool]))
636
+ opts=pulumi.ResourceOptions(depends_on=[node_pool]))
637
637
  ```
638
638
 
639
639
  ## Import