pulumi-gcp 7.34.0__py3-none-any.whl → 7.34.0a1722421695__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.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -174
- pulumi_gcp/alloydb/instance.py +0 -54
- pulumi_gcp/alloydb/outputs.py +0 -133
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/instance.py +2 -2
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +4 -4
- pulumi_gcp/apphub/service_project_attachment.py +11 -11
- pulumi_gcp/bigquery/_inputs.py +0 -36
- pulumi_gcp/bigquery/app_profile.py +0 -54
- pulumi_gcp/bigquery/outputs.py +0 -38
- pulumi_gcp/bigquery/reservation.py +4 -34
- pulumi_gcp/bigquery/table.py +21 -65
- pulumi_gcp/bigtable/table.py +26 -27
- pulumi_gcp/certificateauthority/authority.py +4 -4
- pulumi_gcp/cloudfunctions/function.py +0 -47
- pulumi_gcp/cloudfunctions/get_function.py +1 -11
- pulumi_gcp/cloudfunctionsv2/function.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +21 -24
- pulumi_gcp/cloudrun/outputs.py +24 -20
- pulumi_gcp/cloudrunv2/_inputs.py +0 -3
- pulumi_gcp/cloudrunv2/outputs.py +0 -4
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +328 -2333
- pulumi_gcp/compute/backend_service.py +0 -6
- pulumi_gcp/compute/outputs.py +7 -1466
- pulumi_gcp/compute/public_advertised_prefix.py +2 -30
- pulumi_gcp/compute/router_peer.py +0 -437
- pulumi_gcp/compute/service_attachment.py +14 -7
- pulumi_gcp/container/_inputs.py +18 -215
- pulumi_gcp/container/node_pool.py +14 -0
- pulumi_gcp/container/outputs.py +12 -226
- pulumi_gcp/databasemigrationservice/private_connection.py +6 -10
- pulumi_gcp/dataloss/_inputs.py +21 -707
- pulumi_gcp/dataloss/outputs.py +14 -588
- pulumi_gcp/datastore/data_store_index.py +12 -24
- pulumi_gcp/datastream/_inputs.py +3 -83
- pulumi_gcp/datastream/outputs.py +3 -51
- pulumi_gcp/datastream/stream.py +0 -170
- pulumi_gcp/firebase/database_instance.py +8 -8
- pulumi_gcp/firebase/hosting_site.py +8 -8
- pulumi_gcp/firestore/index.py +10 -10
- pulumi_gcp/gkeonprem/_inputs.py +78 -78
- pulumi_gcp/gkeonprem/outputs.py +52 -52
- pulumi_gcp/iap/client.py +4 -4
- pulumi_gcp/integrationconnectors/_inputs.py +30 -30
- pulumi_gcp/integrationconnectors/outputs.py +20 -20
- pulumi_gcp/netapp/volume.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +6 -3
- pulumi_gcp/networkconnectivity/hub.py +49 -60
- pulumi_gcp/networkconnectivity/outputs.py +4 -2
- pulumi_gcp/networkconnectivity/spoke.py +104 -159
- pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +4 -4
- pulumi_gcp/projects/get_project_service.py +1 -11
- pulumi_gcp/projects/service.py +0 -68
- pulumi_gcp/projects/service_identity.py +2 -30
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +4 -528
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/private_cloud.py +2 -121
- pulumi_gcp/workbench/_inputs.py +0 -77
- pulumi_gcp/workbench/instance.py +4 -18
- pulumi_gcp/workbench/outputs.py +1 -67
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/RECORD +73 -78
- pulumi_gcp/apigee/environment_keyvaluemaps.py +0 -370
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +0 -440
- pulumi_gcp/compute/resize_request.py +0 -782
- pulumi_gcp/compute/router_route_policy.py +0 -616
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +0 -673
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrun/_inputs.py
CHANGED
@@ -113,8 +113,8 @@ if not MYPY:
|
|
113
113
|
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
114
114
|
"""
|
115
115
|
Annotations is a key value map stored with a resource that
|
116
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
117
|
-
|
116
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
117
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
118
118
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
119
119
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
120
120
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -190,8 +190,8 @@ class DomainMappingMetadataArgs:
|
|
190
190
|
:param pulumi.Input[str] namespace: In Cloud Run the namespace must be equal to either the
|
191
191
|
project ID or project number.
|
192
192
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Annotations is a key value map stored with a resource that
|
193
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
194
|
-
|
193
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
194
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
195
195
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
196
196
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
197
197
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -263,8 +263,8 @@ class DomainMappingMetadataArgs:
|
|
263
263
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
264
264
|
"""
|
265
265
|
Annotations is a key value map stored with a resource that
|
266
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
267
|
-
|
266
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
267
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
268
268
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
269
269
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
270
270
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -889,8 +889,8 @@ if not MYPY:
|
|
889
889
|
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
890
890
|
"""
|
891
891
|
Annotations is a key value map stored with a resource that
|
892
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
893
|
-
|
892
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
893
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
894
894
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
895
895
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
896
896
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -977,8 +977,8 @@ class ServiceMetadataArgs:
|
|
977
977
|
uid: Optional[pulumi.Input[str]] = None):
|
978
978
|
"""
|
979
979
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Annotations is a key value map stored with a resource that
|
980
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
981
|
-
|
980
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
981
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
982
982
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
983
983
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
984
984
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -1048,8 +1048,8 @@ class ServiceMetadataArgs:
|
|
1048
1048
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
1049
1049
|
"""
|
1050
1050
|
Annotations is a key value map stored with a resource that
|
1051
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
1052
|
-
|
1051
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
1052
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
1053
1053
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
1054
1054
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
1055
1055
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -1698,8 +1698,8 @@ if not MYPY:
|
|
1698
1698
|
annotations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1699
1699
|
"""
|
1700
1700
|
Annotations is a key value map stored with a resource that
|
1701
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
1702
|
-
|
1701
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
1702
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
1703
1703
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
1704
1704
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
1705
1705
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -1778,8 +1778,8 @@ class ServiceTemplateMetadataArgs:
|
|
1778
1778
|
uid: Optional[pulumi.Input[str]] = None):
|
1779
1779
|
"""
|
1780
1780
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] annotations: Annotations is a key value map stored with a resource that
|
1781
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
1782
|
-
|
1781
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
1782
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
1783
1783
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
1784
1784
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
1785
1785
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -1843,8 +1843,8 @@ class ServiceTemplateMetadataArgs:
|
|
1843
1843
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
1844
1844
|
"""
|
1845
1845
|
Annotations is a key value map stored with a resource that
|
1846
|
-
may be set by external tools to store and retrieve arbitrary metadata.
|
1847
|
-
|
1846
|
+
may be set by external tools to store and retrieve arbitrary metadata. More
|
1847
|
+
info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations
|
1848
1848
|
**Note**: The Cloud Run API may add additional annotations that were not provided in your config.
|
1849
1849
|
If the provider plan shows a diff where a server-side annotation is added, you can add it to your config
|
1850
1850
|
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
|
@@ -1975,8 +1975,7 @@ if not MYPY:
|
|
1975
1975
|
container_concurrency: NotRequired[pulumi.Input[int]]
|
1976
1976
|
"""
|
1977
1977
|
ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
|
1978
|
-
requests per container of the Revision.
|
1979
|
-
requested CPU >= 1 and defaults to 1 when requested CPU < 1.
|
1978
|
+
requests per container of the Revision. Values are:
|
1980
1979
|
"""
|
1981
1980
|
containers: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateSpecContainerArgsDict']]]]
|
1982
1981
|
"""
|
@@ -2023,8 +2022,7 @@ class ServiceTemplateSpecArgs:
|
|
2023
2022
|
volumes: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateSpecVolumeArgs']]]] = None):
|
2024
2023
|
"""
|
2025
2024
|
:param pulumi.Input[int] container_concurrency: ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
|
2026
|
-
requests per container of the Revision.
|
2027
|
-
requested CPU >= 1 and defaults to 1 when requested CPU < 1.
|
2025
|
+
requests per container of the Revision. Values are:
|
2028
2026
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceTemplateSpecContainerArgs']]] containers: Containers defines the unit of execution for this Revision.
|
2029
2027
|
Structure is documented below.
|
2030
2028
|
:param pulumi.Input[str] service_account_name: Email address of the IAM service account associated with the revision of the
|
@@ -2063,8 +2061,7 @@ class ServiceTemplateSpecArgs:
|
|
2063
2061
|
def container_concurrency(self) -> Optional[pulumi.Input[int]]:
|
2064
2062
|
"""
|
2065
2063
|
ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
|
2066
|
-
requests per container of the Revision.
|
2067
|
-
requested CPU >= 1 and defaults to 1 when requested CPU < 1.
|
2064
|
+
requests per container of the Revision. Values are:
|
2068
2065
|
"""
|
2069
2066
|
return pulumi.get(self, "container_concurrency")
|
2070
2067
|
|
pulumi_gcp/cloudrun/outputs.py
CHANGED
@@ -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.
|
141
|
-
|
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
|
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.
|
210
|
-
|
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
|
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.
|
681
|
-
|
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
|
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.
|
752
|
-
|
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
|
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.
|
1237
|
-
|
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
|
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.
|
1302
|
-
|
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
|
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,8 +1427,7 @@ 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.
|
1431
|
-
requested CPU >= 1 and defaults to 1 when requested CPU < 1.
|
1430
|
+
requests per container of the Revision. Values are:
|
1432
1431
|
:param Sequence['ServiceTemplateSpecContainerArgs'] containers: Containers defines the unit of execution for this Revision.
|
1433
1432
|
Structure is documented below.
|
1434
1433
|
:param str service_account_name: Email address of the IAM service account associated with the revision of the
|
@@ -1464,8 +1463,7 @@ class ServiceTemplateSpec(dict):
|
|
1464
1463
|
def container_concurrency(self) -> Optional[int]:
|
1465
1464
|
"""
|
1466
1465
|
ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
|
1467
|
-
requests per container of the Revision.
|
1468
|
-
requested CPU >= 1 and defaults to 1 when requested CPU < 1.
|
1466
|
+
requests per container of the Revision. Values are:
|
1469
1467
|
"""
|
1470
1468
|
return pulumi.get(self, "container_concurrency")
|
1471
1469
|
|
@@ -3810,8 +3808,11 @@ class GetServiceTemplateSpecResult(dict):
|
|
3810
3808
|
volumes: Sequence['outputs.GetServiceTemplateSpecVolumeResult']):
|
3811
3809
|
"""
|
3812
3810
|
:param int container_concurrency: ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
|
3813
|
-
requests per container of the Revision.
|
3814
|
-
|
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
|
3815
3816
|
:param Sequence['GetServiceTemplateSpecContainerArgs'] containers: Containers defines the unit of execution for this Revision.
|
3816
3817
|
:param str service_account_name: Email address of the IAM service account associated with the revision of the
|
3817
3818
|
service. The service account represents the identity of the running revision,
|
@@ -3836,8 +3837,11 @@ class GetServiceTemplateSpecResult(dict):
|
|
3836
3837
|
def container_concurrency(self) -> int:
|
3837
3838
|
"""
|
3838
3839
|
ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
|
3839
|
-
requests per container of the Revision.
|
3840
|
-
|
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
|
3841
3845
|
"""
|
3842
3846
|
return pulumi.get(self, "container_concurrency")
|
3843
3847
|
|
pulumi_gcp/cloudrunv2/_inputs.py
CHANGED
@@ -2668,7 +2668,6 @@ 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.
|
2672
2671
|
"""
|
2673
2672
|
revision: NotRequired[pulumi.Input[str]]
|
2674
2673
|
"""
|
@@ -2736,7 +2735,6 @@ class ServiceTemplateArgs:
|
|
2736
2735
|
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.
|
2737
2736
|
All system labels in v1 now have a corresponding field in v2 RevisionTemplate.
|
2738
2737
|
: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.
|
2740
2738
|
: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.
|
2741
2739
|
:param pulumi.Input['ServiceTemplateScalingArgs'] scaling: Scaling settings for this Revision.
|
2742
2740
|
Structure is documented below.
|
@@ -2849,7 +2847,6 @@ class ServiceTemplateArgs:
|
|
2849
2847
|
def max_instance_request_concurrency(self) -> Optional[pulumi.Input[int]]:
|
2850
2848
|
"""
|
2851
2849
|
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.
|
2853
2850
|
"""
|
2854
2851
|
return pulumi.get(self, "max_instance_request_concurrency")
|
2855
2852
|
|
pulumi_gcp/cloudrunv2/outputs.py
CHANGED
@@ -2058,7 +2058,6 @@ 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.
|
2062
2061
|
:param str revision: The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
|
2063
2062
|
:param 'ServiceTemplateScalingArgs' scaling: Scaling settings for this Revision.
|
2064
2063
|
Structure is documented below.
|
@@ -2151,7 +2150,6 @@ class ServiceTemplate(dict):
|
|
2151
2150
|
def max_instance_request_concurrency(self) -> Optional[int]:
|
2152
2151
|
"""
|
2153
2152
|
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.
|
2155
2153
|
"""
|
2156
2154
|
return pulumi.get(self, "max_instance_request_concurrency")
|
2157
2155
|
|
@@ -5338,7 +5336,6 @@ class GetServiceTemplateResult(dict):
|
|
5338
5336
|
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.
|
5339
5337
|
All system labels in v1 now have a corresponding field in v2 RevisionTemplate.
|
5340
5338
|
: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.
|
5342
5339
|
:param str revision: The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
|
5343
5340
|
:param Sequence['GetServiceTemplateScalingArgs'] scalings: Scaling settings for this Revision.
|
5344
5341
|
: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.
|
@@ -5417,7 +5414,6 @@ class GetServiceTemplateResult(dict):
|
|
5417
5414
|
def max_instance_request_concurrency(self) -> int:
|
5418
5415
|
"""
|
5419
5416
|
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.
|
5421
5417
|
"""
|
5422
5418
|
return pulumi.get(self, "max_instance_request_concurrency")
|
5423
5419
|
|
pulumi_gcp/compute/__init__.py
CHANGED
@@ -171,14 +171,12 @@ 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 *
|
175
174
|
from .resource_policy import *
|
176
175
|
from .route import *
|
177
176
|
from .router import *
|
178
177
|
from .router_interface import *
|
179
178
|
from .router_nat import *
|
180
179
|
from .router_peer import *
|
181
|
-
from .router_route_policy import *
|
182
180
|
from .router_status import *
|
183
181
|
from .security_policy import *
|
184
182
|
from .security_policy_rule import *
|