pulumi-gcp 7.15.0__py3-none-any.whl → 7.15.0a1710918905__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 (62) hide show
  1. pulumi_gcp/__init__.py +0 -94
  2. pulumi_gcp/accesscontextmanager/_inputs.py +58 -74
  3. pulumi_gcp/accesscontextmanager/outputs.py +58 -74
  4. pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
  5. pulumi_gcp/cloudrunv2/_inputs.py +2 -26
  6. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  7. pulumi_gcp/cloudrunv2/outputs.py +2 -58
  8. pulumi_gcp/cloudrunv2/service.py +0 -54
  9. pulumi_gcp/compute/_inputs.py +4 -4
  10. pulumi_gcp/compute/outputs.py +4 -4
  11. pulumi_gcp/compute/region_network_endpoint_group.py +0 -30
  12. pulumi_gcp/config/__init__.pyi +0 -4
  13. pulumi_gcp/config/vars.py +0 -8
  14. pulumi_gcp/firebase/__init__.py +0 -1
  15. pulumi_gcp/firestore/_inputs.py +0 -69
  16. pulumi_gcp/firestore/database.py +0 -206
  17. pulumi_gcp/firestore/outputs.py +0 -80
  18. pulumi_gcp/gkeonprem/_inputs.py +3 -1
  19. pulumi_gcp/gkeonprem/outputs.py +3 -1
  20. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -2
  21. pulumi_gcp/iap/__init__.py +0 -5
  22. pulumi_gcp/iap/_inputs.py +0 -100
  23. pulumi_gcp/iap/outputs.py +0 -76
  24. pulumi_gcp/kms/__init__.py +0 -1
  25. pulumi_gcp/kms/_inputs.py +0 -246
  26. pulumi_gcp/kms/outputs.py +0 -242
  27. pulumi_gcp/networksecurity/__init__.py +0 -1
  28. pulumi_gcp/notebooks/instance.py +0 -8
  29. pulumi_gcp/orgpolicy/policy.py +2 -2
  30. pulumi_gcp/provider.py +0 -40
  31. pulumi_gcp/pubsub/subscription.py +4 -4
  32. pulumi_gcp/securityposture/posture.py +2 -2
  33. pulumi_gcp/securityposture/posture_deployment.py +2 -2
  34. pulumi_gcp/storage/_inputs.py +15 -32
  35. pulumi_gcp/storage/outputs.py +14 -29
  36. pulumi_gcp/workstations/_inputs.py +4 -134
  37. pulumi_gcp/workstations/outputs.py +4 -152
  38. pulumi_gcp/workstations/workstation_config.py +0 -54
  39. {pulumi_gcp-7.15.0.dist-info → pulumi_gcp-7.15.0a1710918905.dist-info}/METADATA +1 -1
  40. {pulumi_gcp-7.15.0.dist-info → pulumi_gcp-7.15.0a1710918905.dist-info}/RECORD +42 -62
  41. pulumi_gcp/apphub/__init__.py +0 -15
  42. pulumi_gcp/apphub/_inputs.py +0 -1016
  43. pulumi_gcp/apphub/application.py +0 -775
  44. pulumi_gcp/apphub/get_discovered_service.py +0 -180
  45. pulumi_gcp/apphub/get_discovered_workload.py +0 -180
  46. pulumi_gcp/apphub/outputs.py +0 -1206
  47. pulumi_gcp/apphub/service.py +0 -1121
  48. pulumi_gcp/apphub/service_project_attachment.py +0 -516
  49. pulumi_gcp/apphub/workload.py +0 -1197
  50. pulumi_gcp/cloudquota/__init__.py +0 -9
  51. pulumi_gcp/cloudquota/get_s_quota_info.py +0 -322
  52. pulumi_gcp/cloudquota/outputs.py +0 -105
  53. pulumi_gcp/firebase/app_check_device_check_config.py +0 -572
  54. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -172
  55. pulumi_gcp/iap/tunnel_dest_group.py +0 -524
  56. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -858
  57. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -858
  58. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -760
  59. pulumi_gcp/kms/ekm_connection.py +0 -610
  60. pulumi_gcp/networksecurity/firewall_endpoint_association.py +0 -753
  61. {pulumi_gcp-7.15.0.dist-info → pulumi_gcp-7.15.0a1710918905.dist-info}/WHEEL +0 -0
  62. {pulumi_gcp-7.15.0.dist-info → pulumi_gcp-7.15.0a1710918905.dist-info}/top_level.txt +0 -0
@@ -1668,8 +1668,8 @@ class ServicePerimeterEgressPolicyEgressFrom(dict):
1668
1668
  sources: Optional[Sequence['outputs.ServicePerimeterEgressPolicyEgressFromSource']] = None):
1669
1669
  """
1670
1670
  :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
1671
- Should be in the format of an email address. The email address should
1672
- represent an individual user, service account, or Google group.
1671
+ Should be in the format of email address. The email address should
1672
+ represent individual user or service account only.
1673
1673
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
1674
1674
  perimeter. If left unspecified, then members of `identities` field will
1675
1675
  be allowed access.
@@ -1693,8 +1693,8 @@ class ServicePerimeterEgressPolicyEgressFrom(dict):
1693
1693
  def identities(self) -> Optional[Sequence[str]]:
1694
1694
  """
1695
1695
  A list of identities that are allowed access through this `EgressPolicy`.
1696
- Should be in the format of an email address. The email address should
1697
- represent an individual user, service account, or Google group.
1696
+ Should be in the format of email address. The email address should
1697
+ represent individual user or service account only.
1698
1698
  """
1699
1699
  return pulumi.get(self, "identities")
1700
1700
 
@@ -1963,9 +1963,9 @@ class ServicePerimeterIngressPolicyIngressFrom(dict):
1963
1963
  identity_type: Optional[str] = None,
1964
1964
  sources: Optional[Sequence['outputs.ServicePerimeterIngressPolicyIngressFromSource']] = None):
1965
1965
  """
1966
- :param Sequence[str] identities: A list of identities that are allowed access through this `IngressPolicy`.
1967
- Should be in the format of an email address. The email address should represent
1968
- an individual user, service account, or Google group.
1966
+ :param Sequence[str] identities: A list of identities that are allowed access through this ingress policy.
1967
+ Should be in the format of email address. The email address should represent
1968
+ individual user or service account only.
1969
1969
  :param str identity_type: Specifies the type of identities that are allowed access from outside the
1970
1970
  perimeter. If left unspecified, then members of `identities` field will be
1971
1971
  allowed access.
@@ -1984,9 +1984,9 @@ class ServicePerimeterIngressPolicyIngressFrom(dict):
1984
1984
  @pulumi.getter
1985
1985
  def identities(self) -> Optional[Sequence[str]]:
1986
1986
  """
1987
- A list of identities that are allowed access through this `IngressPolicy`.
1988
- Should be in the format of an email address. The email address should represent
1989
- an individual user, service account, or Google group.
1987
+ A list of identities that are allowed access through this ingress policy.
1988
+ Should be in the format of email address. The email address should represent
1989
+ individual user or service account only.
1990
1990
  """
1991
1991
  return pulumi.get(self, "identities")
1992
1992
 
@@ -2466,10 +2466,9 @@ class ServicePerimeterSpecEgressPolicyEgressFrom(dict):
2466
2466
  source_restriction: Optional[str] = None,
2467
2467
  sources: Optional[Sequence['outputs.ServicePerimeterSpecEgressPolicyEgressFromSource']] = None):
2468
2468
  """
2469
- :param Sequence[str] identities: 'A list of identities that are allowed access through this `EgressPolicy`.
2470
- To specify an identity or identity group, use the IAM v1
2471
- format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
2472
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
2469
+ :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
2470
+ Should be in the format of email address. The email address should
2471
+ represent individual user or service account only.
2473
2472
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
2474
2473
  perimeter. If left unspecified, then members of `identities` field will
2475
2474
  be allowed access.
@@ -2492,10 +2491,9 @@ class ServicePerimeterSpecEgressPolicyEgressFrom(dict):
2492
2491
  @pulumi.getter
2493
2492
  def identities(self) -> Optional[Sequence[str]]:
2494
2493
  """
2495
- 'A list of identities that are allowed access through this `EgressPolicy`.
2496
- To specify an identity or identity group, use the IAM v1
2497
- format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
2498
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
2494
+ A list of identities that are allowed access through this `EgressPolicy`.
2495
+ Should be in the format of email address. The email address should
2496
+ represent individual user or service account only.
2499
2497
  """
2500
2498
  return pulumi.get(self, "identities")
2501
2499
 
@@ -2822,10 +2820,9 @@ class ServicePerimeterSpecIngressPolicyIngressFrom(dict):
2822
2820
  identity_type: Optional[str] = None,
2823
2821
  sources: Optional[Sequence['outputs.ServicePerimeterSpecIngressPolicyIngressFromSource']] = None):
2824
2822
  """
2825
- :param Sequence[str] identities: 'A list of identities that are allowed access through this `IngressPolicy`.
2826
- To specify an identity or identity group, use the IAM v1
2827
- format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
2828
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
2823
+ :param Sequence[str] identities: A list of identities that are allowed access through this ingress policy.
2824
+ Should be in the format of email address. The email address should represent
2825
+ individual user or service account only.
2829
2826
  :param str identity_type: Specifies the type of identities that are allowed access from outside the
2830
2827
  perimeter. If left unspecified, then members of `identities` field will be
2831
2828
  allowed access.
@@ -2844,10 +2841,9 @@ class ServicePerimeterSpecIngressPolicyIngressFrom(dict):
2844
2841
  @pulumi.getter
2845
2842
  def identities(self) -> Optional[Sequence[str]]:
2846
2843
  """
2847
- 'A list of identities that are allowed access through this `IngressPolicy`.
2848
- To specify an identity or identity group, use the IAM v1
2849
- format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
2850
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
2844
+ A list of identities that are allowed access through this ingress policy.
2845
+ Should be in the format of email address. The email address should represent
2846
+ individual user or service account only.
2851
2847
  """
2852
2848
  return pulumi.get(self, "identities")
2853
2849
 
@@ -3367,10 +3363,9 @@ class ServicePerimeterStatusEgressPolicyEgressFrom(dict):
3367
3363
  source_restriction: Optional[str] = None,
3368
3364
  sources: Optional[Sequence['outputs.ServicePerimeterStatusEgressPolicyEgressFromSource']] = None):
3369
3365
  """
3370
- :param Sequence[str] identities: 'A list of identities that are allowed access through this `EgressPolicy`.
3371
- To specify an identity or identity group, use the IAM v1
3372
- format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
3373
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
3366
+ :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
3367
+ Should be in the format of email address. The email address should
3368
+ represent individual user or service account only.
3374
3369
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
3375
3370
  perimeter. If left unspecified, then members of `identities` field will
3376
3371
  be allowed access.
@@ -3393,10 +3388,9 @@ class ServicePerimeterStatusEgressPolicyEgressFrom(dict):
3393
3388
  @pulumi.getter
3394
3389
  def identities(self) -> Optional[Sequence[str]]:
3395
3390
  """
3396
- 'A list of identities that are allowed access through this `EgressPolicy`.
3397
- To specify an identity or identity group, use the IAM v1
3398
- format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
3399
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
3391
+ A list of identities that are allowed access through this `EgressPolicy`.
3392
+ Should be in the format of email address. The email address should
3393
+ represent individual user or service account only.
3400
3394
  """
3401
3395
  return pulumi.get(self, "identities")
3402
3396
 
@@ -3723,10 +3717,9 @@ class ServicePerimeterStatusIngressPolicyIngressFrom(dict):
3723
3717
  identity_type: Optional[str] = None,
3724
3718
  sources: Optional[Sequence['outputs.ServicePerimeterStatusIngressPolicyIngressFromSource']] = None):
3725
3719
  """
3726
- :param Sequence[str] identities: 'A list of identities that are allowed access through this `IngressPolicy`.
3727
- To specify an identity or identity group, use the IAM v1
3728
- format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
3729
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
3720
+ :param Sequence[str] identities: A list of identities that are allowed access through this ingress policy.
3721
+ Should be in the format of email address. The email address should represent
3722
+ individual user or service account only.
3730
3723
  :param str identity_type: Specifies the type of identities that are allowed access from outside the
3731
3724
  perimeter. If left unspecified, then members of `identities` field will be
3732
3725
  allowed access.
@@ -3745,10 +3738,9 @@ class ServicePerimeterStatusIngressPolicyIngressFrom(dict):
3745
3738
  @pulumi.getter
3746
3739
  def identities(self) -> Optional[Sequence[str]]:
3747
3740
  """
3748
- 'A list of identities that are allowed access through this `IngressPolicy`.
3749
- To specify an identity or identity group, use the IAM v1
3750
- format specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
3751
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
3741
+ A list of identities that are allowed access through this ingress policy.
3742
+ Should be in the format of email address. The email address should represent
3743
+ individual user or service account only.
3752
3744
  """
3753
3745
  return pulumi.get(self, "identities")
3754
3746
 
@@ -4474,10 +4466,9 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFrom(dict):
4474
4466
  source_restriction: Optional[str] = None,
4475
4467
  sources: Optional[Sequence['outputs.ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSource']] = None):
4476
4468
  """
4477
- :param Sequence[str] identities: 'A list of identities that are allowed access through this `EgressPolicy`.
4478
- To specify an identity or identity group, use the IAM v1 format
4479
- specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
4480
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
4469
+ :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
4470
+ Should be in the format of email address. The email address should
4471
+ represent individual user or service account only.
4481
4472
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
4482
4473
  perimeter. If left unspecified, then members of `identities` field will
4483
4474
  be allowed access.
@@ -4500,10 +4491,9 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFrom(dict):
4500
4491
  @pulumi.getter
4501
4492
  def identities(self) -> Optional[Sequence[str]]:
4502
4493
  """
4503
- 'A list of identities that are allowed access through this `EgressPolicy`.
4504
- To specify an identity or identity group, use the IAM v1 format
4505
- specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
4506
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
4494
+ A list of identities that are allowed access through this `EgressPolicy`.
4495
+ Should be in the format of email address. The email address should
4496
+ represent individual user or service account only.
4507
4497
  """
4508
4498
  return pulumi.get(self, "identities")
4509
4499
 
@@ -4830,10 +4820,9 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFrom(dict):
4830
4820
  identity_type: Optional[str] = None,
4831
4821
  sources: Optional[Sequence['outputs.ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromSource']] = None):
4832
4822
  """
4833
- :param Sequence[str] identities: 'A list of identities that are allowed access through this `IngressPolicy`.
4834
- To specify an identity or identity group, use the IAM v1 format
4835
- specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
4836
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
4823
+ :param Sequence[str] identities: A list of identities that are allowed access through this ingress policy.
4824
+ Should be in the format of email address. The email address should represent
4825
+ individual user or service account only.
4837
4826
  :param str identity_type: Specifies the type of identities that are allowed access from outside the
4838
4827
  perimeter. If left unspecified, then members of `identities` field will be
4839
4828
  allowed access.
@@ -4852,10 +4841,9 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFrom(dict):
4852
4841
  @pulumi.getter
4853
4842
  def identities(self) -> Optional[Sequence[str]]:
4854
4843
  """
4855
- 'A list of identities that are allowed access through this `IngressPolicy`.
4856
- To specify an identity or identity group, use the IAM v1 format
4857
- specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
4858
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
4844
+ A list of identities that are allowed access through this ingress policy.
4845
+ Should be in the format of email address. The email address should represent
4846
+ individual user or service account only.
4859
4847
  """
4860
4848
  return pulumi.get(self, "identities")
4861
4849
 
@@ -5375,10 +5363,9 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFrom(dict):
5375
5363
  source_restriction: Optional[str] = None,
5376
5364
  sources: Optional[Sequence['outputs.ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSource']] = None):
5377
5365
  """
5378
- :param Sequence[str] identities: 'A list of identities that are allowed access through this `EgressPolicy`.
5379
- To specify an identity or identity group, use the IAM v1 format
5380
- specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
5381
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
5366
+ :param Sequence[str] identities: A list of identities that are allowed access through this `EgressPolicy`.
5367
+ Should be in the format of email address. The email address should
5368
+ represent individual user or service account only.
5382
5369
  :param str identity_type: Specifies the type of identities that are allowed access to outside the
5383
5370
  perimeter. If left unspecified, then members of `identities` field will
5384
5371
  be allowed access.
@@ -5401,10 +5388,9 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFrom(dict):
5401
5388
  @pulumi.getter
5402
5389
  def identities(self) -> Optional[Sequence[str]]:
5403
5390
  """
5404
- 'A list of identities that are allowed access through this `EgressPolicy`.
5405
- To specify an identity or identity group, use the IAM v1 format
5406
- specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
5407
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
5391
+ A list of identities that are allowed access through this `EgressPolicy`.
5392
+ Should be in the format of email address. The email address should
5393
+ represent individual user or service account only.
5408
5394
  """
5409
5395
  return pulumi.get(self, "identities")
5410
5396
 
@@ -5731,10 +5717,9 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFrom(dict):
5731
5717
  identity_type: Optional[str] = None,
5732
5718
  sources: Optional[Sequence['outputs.ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromSource']] = None):
5733
5719
  """
5734
- :param Sequence[str] identities: 'A list of identities that are allowed access through this `IngressPolicy`.
5735
- To specify an identity or identity group, use the IAM v1 format
5736
- specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
5737
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
5720
+ :param Sequence[str] identities: A list of identities that are allowed access through this ingress policy.
5721
+ Should be in the format of email address. The email address should represent
5722
+ individual user or service account only.
5738
5723
  :param str identity_type: Specifies the type of identities that are allowed access from outside the
5739
5724
  perimeter. If left unspecified, then members of `identities` field will be
5740
5725
  allowed access.
@@ -5753,10 +5738,9 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFrom(dict):
5753
5738
  @pulumi.getter
5754
5739
  def identities(self) -> Optional[Sequence[str]]:
5755
5740
  """
5756
- 'A list of identities that are allowed access through this `IngressPolicy`.
5757
- To specify an identity or identity group, use the IAM v1 format
5758
- specified [here](https://cloud.google.com/iam/docs/principal-identifiers.md#v1).
5759
- The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
5741
+ A list of identities that are allowed access through this ingress policy.
5742
+ Should be in the format of email address. The email address should represent
5743
+ individual user or service account only.
5760
5744
  """
5761
5745
  return pulumi.get(self, "identities")
5762
5746
 
@@ -673,6 +673,7 @@ class ServicePerimeter(pulumi.CustomResource):
673
673
  use_explicit_dry_run_spec=True)
674
674
  ```
675
675
  <!--End PulumiCodeChooser -->
676
+
676
677
  ## Import
677
678
 
678
679
  ServicePerimeter can be imported using any of these accepted formats:
@@ -935,6 +936,7 @@ class ServicePerimeter(pulumi.CustomResource):
935
936
  use_explicit_dry_run_spec=True)
936
937
  ```
937
938
  <!--End PulumiCodeChooser -->
939
+
938
940
  ## Import
939
941
 
940
942
  ServicePerimeter can be imported using any of these accepted formats:
@@ -36,7 +36,6 @@ __all__ = [
36
36
  'ServiceConditionArgs',
37
37
  'ServiceIamBindingConditionArgs',
38
38
  'ServiceIamMemberConditionArgs',
39
- 'ServiceScalingArgs',
40
39
  'ServiceTemplateArgs',
41
40
  'ServiceTemplateContainerArgs',
42
41
  'ServiceTemplateContainerEnvArgs',
@@ -1827,29 +1826,6 @@ class ServiceIamMemberConditionArgs:
1827
1826
  pulumi.set(self, "description", value)
1828
1827
 
1829
1828
 
1830
- @pulumi.input_type
1831
- class ServiceScalingArgs:
1832
- def __init__(__self__, *,
1833
- min_instance_count: Optional[pulumi.Input[int]] = None):
1834
- """
1835
- :param pulumi.Input[int] min_instance_count: Minimum number of instances for the service, to be divided among all revisions receiving traffic.
1836
- """
1837
- if min_instance_count is not None:
1838
- pulumi.set(__self__, "min_instance_count", min_instance_count)
1839
-
1840
- @property
1841
- @pulumi.getter(name="minInstanceCount")
1842
- def min_instance_count(self) -> Optional[pulumi.Input[int]]:
1843
- """
1844
- Minimum number of instances for the service, to be divided among all revisions receiving traffic.
1845
- """
1846
- return pulumi.get(self, "min_instance_count")
1847
-
1848
- @min_instance_count.setter
1849
- def min_instance_count(self, value: Optional[pulumi.Input[int]]):
1850
- pulumi.set(self, "min_instance_count", value)
1851
-
1852
-
1853
1829
  @pulumi.input_type
1854
1830
  class ServiceTemplateArgs:
1855
1831
  def __init__(__self__, *,
@@ -3143,7 +3119,7 @@ class ServiceTemplateScalingArgs:
3143
3119
  min_instance_count: Optional[pulumi.Input[int]] = None):
3144
3120
  """
3145
3121
  :param pulumi.Input[int] max_instance_count: Maximum number of serving instances that this resource should have.
3146
- :param pulumi.Input[int] min_instance_count: Minimum number of instances for the service, to be divided among all revisions receiving traffic.
3122
+ :param pulumi.Input[int] min_instance_count: Minimum number of serving instances that this resource should have.
3147
3123
  """
3148
3124
  if max_instance_count is not None:
3149
3125
  pulumi.set(__self__, "max_instance_count", max_instance_count)
@@ -3166,7 +3142,7 @@ class ServiceTemplateScalingArgs:
3166
3142
  @pulumi.getter(name="minInstanceCount")
3167
3143
  def min_instance_count(self) -> Optional[pulumi.Input[int]]:
3168
3144
  """
3169
- Minimum number of instances for the service, to be divided among all revisions receiving traffic.
3145
+ Minimum number of serving instances that this resource should have.
3170
3146
  """
3171
3147
  return pulumi.get(self, "min_instance_count")
3172
3148
 
@@ -22,7 +22,7 @@ class GetServiceResult:
22
22
  """
23
23
  A collection of values returned by getService.
24
24
  """
25
- def __init__(__self__, annotations=None, binary_authorizations=None, client=None, client_version=None, conditions=None, create_time=None, creator=None, custom_audiences=None, delete_time=None, description=None, effective_annotations=None, effective_labels=None, etag=None, expire_time=None, generation=None, id=None, ingress=None, labels=None, last_modifier=None, latest_created_revision=None, latest_ready_revision=None, launch_stage=None, location=None, name=None, observed_generation=None, project=None, pulumi_labels=None, reconciling=None, scalings=None, templates=None, terminal_conditions=None, traffic_statuses=None, traffics=None, uid=None, update_time=None, uri=None):
25
+ def __init__(__self__, annotations=None, binary_authorizations=None, client=None, client_version=None, conditions=None, create_time=None, creator=None, custom_audiences=None, delete_time=None, description=None, effective_annotations=None, effective_labels=None, etag=None, expire_time=None, generation=None, id=None, ingress=None, labels=None, last_modifier=None, latest_created_revision=None, latest_ready_revision=None, launch_stage=None, location=None, name=None, observed_generation=None, project=None, pulumi_labels=None, reconciling=None, templates=None, terminal_conditions=None, traffic_statuses=None, traffics=None, uid=None, update_time=None, uri=None):
26
26
  if annotations and not isinstance(annotations, dict):
27
27
  raise TypeError("Expected argument 'annotations' to be a dict")
28
28
  pulumi.set(__self__, "annotations", annotations)
@@ -107,9 +107,6 @@ class GetServiceResult:
107
107
  if reconciling and not isinstance(reconciling, bool):
108
108
  raise TypeError("Expected argument 'reconciling' to be a bool")
109
109
  pulumi.set(__self__, "reconciling", reconciling)
110
- if scalings and not isinstance(scalings, list):
111
- raise TypeError("Expected argument 'scalings' to be a list")
112
- pulumi.set(__self__, "scalings", scalings)
113
110
  if templates and not isinstance(templates, list):
114
111
  raise TypeError("Expected argument 'templates' to be a list")
115
112
  pulumi.set(__self__, "templates", templates)
@@ -275,11 +272,6 @@ class GetServiceResult:
275
272
  def reconciling(self) -> bool:
276
273
  return pulumi.get(self, "reconciling")
277
274
 
278
- @property
279
- @pulumi.getter
280
- def scalings(self) -> Sequence['outputs.GetServiceScalingResult']:
281
- return pulumi.get(self, "scalings")
282
-
283
275
  @property
284
276
  @pulumi.getter
285
277
  def templates(self) -> Sequence['outputs.GetServiceTemplateResult']:
@@ -350,7 +342,6 @@ class AwaitableGetServiceResult(GetServiceResult):
350
342
  project=self.project,
351
343
  pulumi_labels=self.pulumi_labels,
352
344
  reconciling=self.reconciling,
353
- scalings=self.scalings,
354
345
  templates=self.templates,
355
346
  terminal_conditions=self.terminal_conditions,
356
347
  traffic_statuses=self.traffic_statuses,
@@ -425,7 +416,6 @@ def get_service(location: Optional[str] = None,
425
416
  project=pulumi.get(__ret__, 'project'),
426
417
  pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
427
418
  reconciling=pulumi.get(__ret__, 'reconciling'),
428
- scalings=pulumi.get(__ret__, 'scalings'),
429
419
  templates=pulumi.get(__ret__, 'templates'),
430
420
  terminal_conditions=pulumi.get(__ret__, 'terminal_conditions'),
431
421
  traffic_statuses=pulumi.get(__ret__, 'traffic_statuses'),
@@ -37,7 +37,6 @@ __all__ = [
37
37
  'ServiceCondition',
38
38
  'ServiceIamBindingCondition',
39
39
  'ServiceIamMemberCondition',
40
- 'ServiceScaling',
41
40
  'ServiceTemplate',
42
41
  'ServiceTemplateContainer',
43
42
  'ServiceTemplateContainerEnv',
@@ -91,7 +90,6 @@ __all__ = [
91
90
  'GetJobTerminalConditionResult',
92
91
  'GetServiceBinaryAuthorizationResult',
93
92
  'GetServiceConditionResult',
94
- 'GetServiceScalingResult',
95
93
  'GetServiceTemplateResult',
96
94
  'GetServiceTemplateContainerResult',
97
95
  'GetServiceTemplateContainerEnvResult',
@@ -1821,42 +1819,6 @@ class ServiceIamMemberCondition(dict):
1821
1819
  return pulumi.get(self, "description")
1822
1820
 
1823
1821
 
1824
- @pulumi.output_type
1825
- class ServiceScaling(dict):
1826
- @staticmethod
1827
- def __key_warning(key: str):
1828
- suggest = None
1829
- if key == "minInstanceCount":
1830
- suggest = "min_instance_count"
1831
-
1832
- if suggest:
1833
- pulumi.log.warn(f"Key '{key}' not found in ServiceScaling. Access the value via the '{suggest}' property getter instead.")
1834
-
1835
- def __getitem__(self, key: str) -> Any:
1836
- ServiceScaling.__key_warning(key)
1837
- return super().__getitem__(key)
1838
-
1839
- def get(self, key: str, default = None) -> Any:
1840
- ServiceScaling.__key_warning(key)
1841
- return super().get(key, default)
1842
-
1843
- def __init__(__self__, *,
1844
- min_instance_count: Optional[int] = None):
1845
- """
1846
- :param int min_instance_count: Minimum number of instances for the service, to be divided among all revisions receiving traffic.
1847
- """
1848
- if min_instance_count is not None:
1849
- pulumi.set(__self__, "min_instance_count", min_instance_count)
1850
-
1851
- @property
1852
- @pulumi.getter(name="minInstanceCount")
1853
- def min_instance_count(self) -> Optional[int]:
1854
- """
1855
- Minimum number of instances for the service, to be divided among all revisions receiving traffic.
1856
- """
1857
- return pulumi.get(self, "min_instance_count")
1858
-
1859
-
1860
1822
  @pulumi.output_type
1861
1823
  class ServiceTemplate(dict):
1862
1824
  @staticmethod
@@ -3124,7 +3086,7 @@ class ServiceTemplateScaling(dict):
3124
3086
  min_instance_count: Optional[int] = None):
3125
3087
  """
3126
3088
  :param int max_instance_count: Maximum number of serving instances that this resource should have.
3127
- :param int min_instance_count: Minimum number of instances for the service, to be divided among all revisions receiving traffic.
3089
+ :param int min_instance_count: Minimum number of serving instances that this resource should have.
3128
3090
  """
3129
3091
  if max_instance_count is not None:
3130
3092
  pulumi.set(__self__, "max_instance_count", max_instance_count)
@@ -3143,7 +3105,7 @@ class ServiceTemplateScaling(dict):
3143
3105
  @pulumi.getter(name="minInstanceCount")
3144
3106
  def min_instance_count(self) -> Optional[int]:
3145
3107
  """
3146
- Minimum number of instances for the service, to be divided among all revisions receiving traffic.
3108
+ Minimum number of serving instances that this resource should have.
3147
3109
  """
3148
3110
  return pulumi.get(self, "min_instance_count")
3149
3111
 
@@ -5046,24 +5008,6 @@ class GetServiceConditionResult(dict):
5046
5008
  return pulumi.get(self, "type")
5047
5009
 
5048
5010
 
5049
- @pulumi.output_type
5050
- class GetServiceScalingResult(dict):
5051
- def __init__(__self__, *,
5052
- min_instance_count: int):
5053
- """
5054
- :param int min_instance_count: Minimum number of instances for the service, to be divided among all revisions receiving traffic.
5055
- """
5056
- pulumi.set(__self__, "min_instance_count", min_instance_count)
5057
-
5058
- @property
5059
- @pulumi.getter(name="minInstanceCount")
5060
- def min_instance_count(self) -> int:
5061
- """
5062
- Minimum number of instances for the service, to be divided among all revisions receiving traffic.
5063
- """
5064
- return pulumi.get(self, "min_instance_count")
5065
-
5066
-
5067
5011
  @pulumi.output_type
5068
5012
  class GetServiceTemplateResult(dict):
5069
5013
  def __init__(__self__, *,