pulumi-gcp 7.33.0a1722146339__py3-none-any.whl → 7.34.0__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.

Potentially problematic release.


This version of pulumi-gcp might be problematic. Click here for more details.

Files changed (78) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/alloydb/_inputs.py +174 -0
  3. pulumi_gcp/alloydb/instance.py +54 -0
  4. pulumi_gcp/alloydb/outputs.py +133 -0
  5. pulumi_gcp/apigee/__init__.py +2 -0
  6. pulumi_gcp/apigee/environment_keyvaluemaps.py +370 -0
  7. pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +440 -0
  8. pulumi_gcp/apigee/instance.py +2 -2
  9. pulumi_gcp/apigee/nat_address.py +2 -2
  10. pulumi_gcp/apigee/organization.py +4 -4
  11. pulumi_gcp/apphub/service_project_attachment.py +11 -11
  12. pulumi_gcp/bigquery/_inputs.py +36 -0
  13. pulumi_gcp/bigquery/app_profile.py +54 -0
  14. pulumi_gcp/bigquery/outputs.py +38 -0
  15. pulumi_gcp/bigquery/reservation.py +34 -4
  16. pulumi_gcp/bigquery/table.py +65 -21
  17. pulumi_gcp/bigtable/table.py +27 -26
  18. pulumi_gcp/certificateauthority/authority.py +4 -4
  19. pulumi_gcp/cloudfunctions/function.py +47 -0
  20. pulumi_gcp/cloudfunctions/get_function.py +11 -1
  21. pulumi_gcp/cloudfunctionsv2/function.py +2 -2
  22. pulumi_gcp/cloudrun/_inputs.py +24 -21
  23. pulumi_gcp/cloudrun/outputs.py +20 -24
  24. pulumi_gcp/cloudrunv2/_inputs.py +3 -0
  25. pulumi_gcp/cloudrunv2/outputs.py +4 -0
  26. pulumi_gcp/compute/__init__.py +2 -0
  27. pulumi_gcp/compute/_inputs.py +2334 -329
  28. pulumi_gcp/compute/backend_service.py +6 -0
  29. pulumi_gcp/compute/outputs.py +1466 -7
  30. pulumi_gcp/compute/public_advertised_prefix.py +30 -2
  31. pulumi_gcp/compute/resize_request.py +782 -0
  32. pulumi_gcp/compute/router_peer.py +437 -0
  33. pulumi_gcp/compute/router_route_policy.py +616 -0
  34. pulumi_gcp/compute/service_attachment.py +7 -14
  35. pulumi_gcp/container/_inputs.py +215 -18
  36. pulumi_gcp/container/node_pool.py +0 -14
  37. pulumi_gcp/container/outputs.py +226 -12
  38. pulumi_gcp/databasemigrationservice/private_connection.py +10 -6
  39. pulumi_gcp/dataloss/_inputs.py +707 -21
  40. pulumi_gcp/dataloss/outputs.py +588 -14
  41. pulumi_gcp/datastore/data_store_index.py +24 -12
  42. pulumi_gcp/datastream/_inputs.py +83 -3
  43. pulumi_gcp/datastream/outputs.py +51 -3
  44. pulumi_gcp/datastream/stream.py +170 -0
  45. pulumi_gcp/firebase/database_instance.py +8 -8
  46. pulumi_gcp/firebase/hosting_site.py +8 -8
  47. pulumi_gcp/firestore/index.py +10 -10
  48. pulumi_gcp/gkeonprem/_inputs.py +78 -78
  49. pulumi_gcp/gkeonprem/outputs.py +52 -52
  50. pulumi_gcp/iap/client.py +4 -4
  51. pulumi_gcp/integrationconnectors/_inputs.py +30 -30
  52. pulumi_gcp/integrationconnectors/outputs.py +20 -20
  53. pulumi_gcp/netapp/volume.py +1 -1
  54. pulumi_gcp/networkconnectivity/_inputs.py +3 -6
  55. pulumi_gcp/networkconnectivity/hub.py +60 -49
  56. pulumi_gcp/networkconnectivity/outputs.py +2 -4
  57. pulumi_gcp/networkconnectivity/spoke.py +159 -104
  58. pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
  59. pulumi_gcp/orgpolicy/policy.py +4 -4
  60. pulumi_gcp/projects/get_project_service.py +11 -1
  61. pulumi_gcp/projects/service.py +68 -0
  62. pulumi_gcp/projects/service_identity.py +30 -2
  63. pulumi_gcp/pubsub/subscription.py +6 -6
  64. pulumi_gcp/pulumi-plugin.json +1 -1
  65. pulumi_gcp/securesourcemanager/instance.py +528 -4
  66. pulumi_gcp/securitycenter/__init__.py +1 -0
  67. pulumi_gcp/securitycenter/v2_organization_mute_config.py +673 -0
  68. pulumi_gcp/sql/database_instance.py +2 -2
  69. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  70. pulumi_gcp/vmwareengine/get_private_cloud.py +21 -1
  71. pulumi_gcp/vmwareengine/private_cloud.py +121 -2
  72. pulumi_gcp/workbench/_inputs.py +77 -0
  73. pulumi_gcp/workbench/instance.py +18 -4
  74. pulumi_gcp/workbench/outputs.py +67 -1
  75. {pulumi_gcp-7.33.0a1722146339.dist-info → pulumi_gcp-7.34.0.dist-info}/METADATA +1 -1
  76. {pulumi_gcp-7.33.0a1722146339.dist-info → pulumi_gcp-7.34.0.dist-info}/RECORD +78 -73
  77. {pulumi_gcp-7.33.0a1722146339.dist-info → pulumi_gcp-7.34.0.dist-info}/WHEEL +1 -1
  78. {pulumi_gcp-7.33.0a1722146339.dist-info → pulumi_gcp-7.34.0.dist-info}/top_level.txt +0 -0
@@ -137,8 +137,8 @@ class DomainMappingMetadata(dict):
137
137
  :param str namespace: In Cloud Run the namespace must be equal to either the
138
138
  project ID or project number.
139
139
  :param Mapping[str, str] annotations: Annotations is a key value map stored with a resource that
140
- may be set by external tools to store and retrieve arbitrary metadata. More
141
- info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
140
+ may be set by external tools to store and retrieve arbitrary metadata.
141
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
142
142
  **Note**: The Cloud Run API may add additional annotations that were not provided in your config.
143
143
  If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
144
144
  or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
@@ -206,8 +206,8 @@ class DomainMappingMetadata(dict):
206
206
  def annotations(self) -> Optional[Mapping[str, str]]:
207
207
  """
208
208
  Annotations is a key value map stored with a resource that
209
- may be set by external tools to store and retrieve arbitrary metadata. More
210
- info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
209
+ may be set by external tools to store and retrieve arbitrary metadata.
210
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
211
211
  **Note**: The Cloud Run API may add additional annotations that were not provided in your config.
212
212
  If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
213
213
  or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
@@ -677,8 +677,8 @@ class ServiceMetadata(dict):
677
677
  uid: Optional[str] = None):
678
678
  """
679
679
  :param Mapping[str, str] annotations: Annotations is a key value map stored with a resource that
680
- may be set by external tools to store and retrieve arbitrary metadata. More
681
- info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
680
+ may be set by external tools to store and retrieve arbitrary metadata.
681
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
682
682
  **Note**: The Cloud Run API may add additional annotations that were not provided in your config.
683
683
  If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
684
684
  or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
@@ -748,8 +748,8 @@ class ServiceMetadata(dict):
748
748
  def annotations(self) -> Optional[Mapping[str, str]]:
749
749
  """
750
750
  Annotations is a key value map stored with a resource that
751
- may be set by external tools to store and retrieve arbitrary metadata. More
752
- info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
751
+ may be set by external tools to store and retrieve arbitrary metadata.
752
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
753
753
  **Note**: The Cloud Run API may add additional annotations that were not provided in your config.
754
754
  If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
755
755
  or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
@@ -1233,8 +1233,8 @@ class ServiceTemplateMetadata(dict):
1233
1233
  uid: Optional[str] = None):
1234
1234
  """
1235
1235
  :param Mapping[str, str] annotations: Annotations is a key value map stored with a resource that
1236
- may be set by external tools to store and retrieve arbitrary metadata. More
1237
- info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
1236
+ may be set by external tools to store and retrieve arbitrary metadata.
1237
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
1238
1238
  **Note**: The Cloud Run API may add additional annotations that were not provided in your config.
1239
1239
  If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
1240
1240
  or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
@@ -1298,8 +1298,8 @@ class ServiceTemplateMetadata(dict):
1298
1298
  def annotations(self) -> Optional[Mapping[str, str]]:
1299
1299
  """
1300
1300
  Annotations is a key value map stored with a resource that
1301
- may be set by external tools to store and retrieve arbitrary metadata. More
1302
- info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
1301
+ may be set by external tools to store and retrieve arbitrary metadata.
1302
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
1303
1303
  **Note**: The Cloud Run API may add additional annotations that were not provided in your config.
1304
1304
  If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
1305
1305
  or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
@@ -1427,7 +1427,8 @@ class ServiceTemplateSpec(dict):
1427
1427
  volumes: Optional[Sequence['outputs.ServiceTemplateSpecVolume']] = None):
1428
1428
  """
1429
1429
  :param int container_concurrency: ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
1430
- requests per container of the Revision. Values are:
1430
+ requests per container of the Revision. If not specified or 0, defaults to 80 when
1431
+ requested CPU >= 1 and defaults to 1 when requested CPU < 1.
1431
1432
  :param Sequence['ServiceTemplateSpecContainerArgs'] containers: Containers defines the unit of execution for this Revision.
1432
1433
  Structure is documented below.
1433
1434
  :param str service_account_name: Email address of the IAM service account associated with the revision of the
@@ -1463,7 +1464,8 @@ class ServiceTemplateSpec(dict):
1463
1464
  def container_concurrency(self) -> Optional[int]:
1464
1465
  """
1465
1466
  ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
1466
- requests per container of the Revision. Values are:
1467
+ requests per container of the Revision. If not specified or 0, defaults to 80 when
1468
+ requested CPU >= 1 and defaults to 1 when requested CPU < 1.
1467
1469
  """
1468
1470
  return pulumi.get(self, "container_concurrency")
1469
1471
 
@@ -3808,11 +3810,8 @@ class GetServiceTemplateSpecResult(dict):
3808
3810
  volumes: Sequence['outputs.GetServiceTemplateSpecVolumeResult']):
3809
3811
  """
3810
3812
  :param int container_concurrency: ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
3811
- requests per container of the Revision. Values are:
3812
- - '0' thread-safe, the system should manage the max concurrency. This is
3813
- the default value.
3814
- - '1' not-thread-safe. Single concurrency
3815
- - '2-N' thread-safe, max concurrency of N
3813
+ requests per container of the Revision. If not specified or 0, defaults to 80 when
3814
+ requested CPU >= 1 and defaults to 1 when requested CPU < 1.
3816
3815
  :param Sequence['GetServiceTemplateSpecContainerArgs'] containers: Containers defines the unit of execution for this Revision.
3817
3816
  :param str service_account_name: Email address of the IAM service account associated with the revision of the
3818
3817
  service. The service account represents the identity of the running revision,
@@ -3837,11 +3836,8 @@ class GetServiceTemplateSpecResult(dict):
3837
3836
  def container_concurrency(self) -> int:
3838
3837
  """
3839
3838
  ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
3840
- requests per container of the Revision. Values are:
3841
- - '0' thread-safe, the system should manage the max concurrency. This is
3842
- the default value.
3843
- - '1' not-thread-safe. Single concurrency
3844
- - '2-N' thread-safe, max concurrency of N
3839
+ requests per container of the Revision. If not specified or 0, defaults to 80 when
3840
+ requested CPU >= 1 and defaults to 1 when requested CPU < 1.
3845
3841
  """
3846
3842
  return pulumi.get(self, "container_concurrency")
3847
3843
 
@@ -2668,6 +2668,7 @@ if not MYPY:
2668
2668
  max_instance_request_concurrency: NotRequired[pulumi.Input[int]]
2669
2669
  """
2670
2670
  Sets the maximum number of requests that each serving instance can receive.
2671
+ If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.
2671
2672
  """
2672
2673
  revision: NotRequired[pulumi.Input[str]]
2673
2674
  """
@@ -2735,6 +2736,7 @@ class ServiceTemplateArgs:
2735
2736
  Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
2736
2737
  All system labels in v1 now have a corresponding field in v2 RevisionTemplate.
2737
2738
  :param pulumi.Input[int] max_instance_request_concurrency: Sets the maximum number of requests that each serving instance can receive.
2739
+ If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.
2738
2740
  :param pulumi.Input[str] revision: The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
2739
2741
  :param pulumi.Input['ServiceTemplateScalingArgs'] scaling: Scaling settings for this Revision.
2740
2742
  Structure is documented below.
@@ -2847,6 +2849,7 @@ class ServiceTemplateArgs:
2847
2849
  def max_instance_request_concurrency(self) -> Optional[pulumi.Input[int]]:
2848
2850
  """
2849
2851
  Sets the maximum number of requests that each serving instance can receive.
2852
+ If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.
2850
2853
  """
2851
2854
  return pulumi.get(self, "max_instance_request_concurrency")
2852
2855
 
@@ -2058,6 +2058,7 @@ class ServiceTemplate(dict):
2058
2058
  Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
2059
2059
  All system labels in v1 now have a corresponding field in v2 RevisionTemplate.
2060
2060
  :param int max_instance_request_concurrency: Sets the maximum number of requests that each serving instance can receive.
2061
+ If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.
2061
2062
  :param str revision: The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
2062
2063
  :param 'ServiceTemplateScalingArgs' scaling: Scaling settings for this Revision.
2063
2064
  Structure is documented below.
@@ -2150,6 +2151,7 @@ class ServiceTemplate(dict):
2150
2151
  def max_instance_request_concurrency(self) -> Optional[int]:
2151
2152
  """
2152
2153
  Sets the maximum number of requests that each serving instance can receive.
2154
+ If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.
2153
2155
  """
2154
2156
  return pulumi.get(self, "max_instance_request_concurrency")
2155
2157
 
@@ -5336,6 +5338,7 @@ class GetServiceTemplateResult(dict):
5336
5338
  Cloud Run API v2 does not support labels with 'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected.
5337
5339
  All system labels in v1 now have a corresponding field in v2 RevisionTemplate.
5338
5340
  :param int max_instance_request_concurrency: Sets the maximum number of requests that each serving instance can receive.
5341
+ If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.
5339
5342
  :param str revision: The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
5340
5343
  :param Sequence['GetServiceTemplateScalingArgs'] scalings: Scaling settings for this Revision.
5341
5344
  :param str service_account: Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.
@@ -5414,6 +5417,7 @@ class GetServiceTemplateResult(dict):
5414
5417
  def max_instance_request_concurrency(self) -> int:
5415
5418
  """
5416
5419
  Sets the maximum number of requests that each serving instance can receive.
5420
+ If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1.
5417
5421
  """
5418
5422
  return pulumi.get(self, "max_instance_request_concurrency")
5419
5423
 
@@ -171,12 +171,14 @@ from .region_target_https_proxy import *
171
171
  from .region_target_tcp_proxy import *
172
172
  from .region_url_map import *
173
173
  from .reservation import *
174
+ from .resize_request import *
174
175
  from .resource_policy import *
175
176
  from .route import *
176
177
  from .router import *
177
178
  from .router_interface import *
178
179
  from .router_nat import *
179
180
  from .router_peer import *
181
+ from .router_route_policy import *
180
182
  from .router_status import *
181
183
  from .security_policy import *
182
184
  from .security_policy_rule import *