pulumi-gcp 7.17.0__py3-none-any.whl → 7.17.0a1711607165__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 (91) hide show
  1. pulumi_gcp/__init__.py +0 -27
  2. pulumi_gcp/apphub/__init__.py +0 -1
  3. pulumi_gcp/apphub/outputs.py +0 -214
  4. pulumi_gcp/bigquery/_inputs.py +0 -16
  5. pulumi_gcp/bigquery/outputs.py +0 -14
  6. pulumi_gcp/bigquery/routine.py +0 -98
  7. pulumi_gcp/bigtable/_inputs.py +4 -4
  8. pulumi_gcp/bigtable/gc_policy.py +0 -8
  9. pulumi_gcp/bigtable/outputs.py +4 -4
  10. pulumi_gcp/billing/_inputs.py +4 -4
  11. pulumi_gcp/billing/outputs.py +4 -4
  12. pulumi_gcp/billing/project_info.py +4 -4
  13. pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
  14. pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
  15. pulumi_gcp/cloudquota/__init__.py +0 -2
  16. pulumi_gcp/cloudquota/outputs.py +0 -118
  17. pulumi_gcp/cloudrunv2/service.py +7 -7
  18. pulumi_gcp/composer/_inputs.py +4 -14
  19. pulumi_gcp/composer/outputs.py +10 -22
  20. pulumi_gcp/compute/_inputs.py +44 -40
  21. pulumi_gcp/compute/autoscaler.py +14 -14
  22. pulumi_gcp/compute/interconnect_attachment.py +0 -64
  23. pulumi_gcp/compute/network_endpoint.py +0 -8
  24. pulumi_gcp/compute/network_endpoint_list.py +0 -8
  25. pulumi_gcp/compute/outputs.py +60 -62
  26. pulumi_gcp/compute/region_autoscaler.py +14 -14
  27. pulumi_gcp/compute/region_backend_service.py +0 -28
  28. pulumi_gcp/compute/target_instance.py +4 -4
  29. pulumi_gcp/config/__init__.pyi +0 -2
  30. pulumi_gcp/config/vars.py +0 -4
  31. pulumi_gcp/container/_inputs.py +16 -148
  32. pulumi_gcp/container/outputs.py +16 -148
  33. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  34. pulumi_gcp/dataflow/flex_template_job.py +112 -84
  35. pulumi_gcp/dataloss/_inputs.py +6 -6
  36. pulumi_gcp/dataloss/outputs.py +6 -6
  37. pulumi_gcp/dataplex/task.py +16 -16
  38. pulumi_gcp/dataproc/_inputs.py +10 -85
  39. pulumi_gcp/dataproc/get_metastore_service.py +1 -11
  40. pulumi_gcp/dataproc/metastore_service.py +0 -120
  41. pulumi_gcp/dataproc/outputs.py +10 -142
  42. pulumi_gcp/firebase/app_check_service_config.py +2 -2
  43. pulumi_gcp/firestore/backup_schedule.py +14 -14
  44. pulumi_gcp/firestore/field.py +4 -4
  45. pulumi_gcp/gkehub/membership_binding.py +6 -6
  46. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  47. pulumi_gcp/gkehub/namespace.py +4 -4
  48. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  49. pulumi_gcp/iam/_inputs.py +0 -76
  50. pulumi_gcp/iam/outputs.py +0 -76
  51. pulumi_gcp/iam/workforce_pool_provider.py +0 -35
  52. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -140
  53. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  54. pulumi_gcp/kms/_inputs.py +0 -46
  55. pulumi_gcp/kms/crypto_key.py +0 -54
  56. pulumi_gcp/kms/crypto_key_version.py +0 -54
  57. pulumi_gcp/kms/get_kms_crypto_key.py +1 -11
  58. pulumi_gcp/kms/outputs.py +0 -54
  59. pulumi_gcp/logging/_inputs.py +8 -8
  60. pulumi_gcp/logging/metric.py +7 -7
  61. pulumi_gcp/logging/outputs.py +8 -8
  62. pulumi_gcp/monitoring/_inputs.py +2 -2
  63. pulumi_gcp/monitoring/outputs.py +2 -2
  64. pulumi_gcp/monitoring/slo.py +4 -4
  65. pulumi_gcp/networkservices/_inputs.py +6 -6
  66. pulumi_gcp/networkservices/outputs.py +6 -6
  67. pulumi_gcp/orgpolicy/policy.py +2 -2
  68. pulumi_gcp/provider.py +0 -20
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
  71. pulumi_gcp/sql/_inputs.py +2 -20
  72. pulumi_gcp/sql/database_instance.py +2 -2
  73. pulumi_gcp/sql/outputs.py +2 -20
  74. pulumi_gcp/storage/_inputs.py +2 -2
  75. pulumi_gcp/storage/outputs.py +2 -2
  76. pulumi_gcp/vertex/__init__.py +0 -1
  77. pulumi_gcp/vertex/_inputs.py +8 -175
  78. pulumi_gcp/vertex/outputs.py +10 -202
  79. pulumi_gcp/vpcaccess/connector.py +28 -77
  80. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/RECORD +83 -91
  82. pulumi_gcp/apphub/get_application.py +0 -220
  83. pulumi_gcp/applicationintegration/__init__.py +0 -10
  84. pulumi_gcp/applicationintegration/_inputs.py +0 -119
  85. pulumi_gcp/applicationintegration/client.py +0 -566
  86. pulumi_gcp/applicationintegration/outputs.py +0 -122
  87. pulumi_gcp/cloudquota/_inputs.py +0 -131
  88. pulumi_gcp/cloudquota/s_quota_preference.py +0 -777
  89. pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -477
  90. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/WHEEL +0 -0
  91. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/top_level.txt +0 -0
@@ -31,17 +31,10 @@ class ConnectorArgs:
31
31
  The set of arguments for constructing a Connector resource.
32
32
  :param pulumi.Input[str] ip_cidr_range: The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
33
33
  :param pulumi.Input[str] machine_type: Machine type of VM Instance underlying connector. Default is e2-micro
34
- :param pulumi.Input[int] max_instances: Maximum value of instances in autoscaling group underlying the connector. Value must be between 3 and 10, inclusive. Must be
35
- higher than the value specified by min_instances.
36
- :param pulumi.Input[int] max_throughput: Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300. Refers to the expected throughput
37
- when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by
38
- min_throughput. If both max_throughput and max_instances are provided, max_instances takes precedence over max_throughput. The use of
39
- max_throughput is discouraged in favor of max_instances.
40
- :param pulumi.Input[int] min_instances: Minimum value of instances in autoscaling group underlying the connector. Value must be between 2 and 9, inclusive. Must be
41
- lower than the value specified by max_instances.
42
- :param pulumi.Input[int] min_throughput: Minimum throughput of the connector in Mbps. Default and min is 200. Refers to the expected throughput when using an e2-micro machine type.
43
- Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by max_throughput. If both min_throughput and
44
- min_instances are provided, min_instances takes precedence over min_throughput. The use of min_throughput is discouraged in favor of min_instances.
34
+ :param pulumi.Input[int] max_instances: Maximum value of instances in autoscaling group underlying the connector.
35
+ :param pulumi.Input[int] max_throughput: Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300.
36
+ :param pulumi.Input[int] min_instances: Minimum value of instances in autoscaling group underlying the connector.
37
+ :param pulumi.Input[int] min_throughput: Minimum throughput of the connector in Mbps. Default and min is 200.
45
38
  :param pulumi.Input[str] name: The name of the resource (Max 25 characters).
46
39
 
47
40
 
@@ -104,8 +97,7 @@ class ConnectorArgs:
104
97
  @pulumi.getter(name="maxInstances")
105
98
  def max_instances(self) -> Optional[pulumi.Input[int]]:
106
99
  """
107
- Maximum value of instances in autoscaling group underlying the connector. Value must be between 3 and 10, inclusive. Must be
108
- higher than the value specified by min_instances.
100
+ Maximum value of instances in autoscaling group underlying the connector.
109
101
  """
110
102
  return pulumi.get(self, "max_instances")
111
103
 
@@ -117,10 +109,7 @@ class ConnectorArgs:
117
109
  @pulumi.getter(name="maxThroughput")
118
110
  def max_throughput(self) -> Optional[pulumi.Input[int]]:
119
111
  """
120
- Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300. Refers to the expected throughput
121
- when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by
122
- min_throughput. If both max_throughput and max_instances are provided, max_instances takes precedence over max_throughput. The use of
123
- max_throughput is discouraged in favor of max_instances.
112
+ Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300.
124
113
  """
125
114
  return pulumi.get(self, "max_throughput")
126
115
 
@@ -132,8 +121,7 @@ class ConnectorArgs:
132
121
  @pulumi.getter(name="minInstances")
133
122
  def min_instances(self) -> Optional[pulumi.Input[int]]:
134
123
  """
135
- Minimum value of instances in autoscaling group underlying the connector. Value must be between 2 and 9, inclusive. Must be
136
- lower than the value specified by max_instances.
124
+ Minimum value of instances in autoscaling group underlying the connector.
137
125
  """
138
126
  return pulumi.get(self, "min_instances")
139
127
 
@@ -145,9 +133,7 @@ class ConnectorArgs:
145
133
  @pulumi.getter(name="minThroughput")
146
134
  def min_throughput(self) -> Optional[pulumi.Input[int]]:
147
135
  """
148
- Minimum throughput of the connector in Mbps. Default and min is 200. Refers to the expected throughput when using an e2-micro machine type.
149
- Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by max_throughput. If both min_throughput and
150
- min_instances are provided, min_instances takes precedence over min_throughput. The use of min_throughput is discouraged in favor of min_instances.
136
+ Minimum throughput of the connector in Mbps. Default and min is 200.
151
137
  """
152
138
  return pulumi.get(self, "min_throughput")
153
139
 
@@ -243,17 +229,10 @@ class _ConnectorState:
243
229
  :param pulumi.Input[Sequence[pulumi.Input[str]]] connected_projects: List of projects using the connector.
244
230
  :param pulumi.Input[str] ip_cidr_range: The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
245
231
  :param pulumi.Input[str] machine_type: Machine type of VM Instance underlying connector. Default is e2-micro
246
- :param pulumi.Input[int] max_instances: Maximum value of instances in autoscaling group underlying the connector. Value must be between 3 and 10, inclusive. Must be
247
- higher than the value specified by min_instances.
248
- :param pulumi.Input[int] max_throughput: Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300. Refers to the expected throughput
249
- when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by
250
- min_throughput. If both max_throughput and max_instances are provided, max_instances takes precedence over max_throughput. The use of
251
- max_throughput is discouraged in favor of max_instances.
252
- :param pulumi.Input[int] min_instances: Minimum value of instances in autoscaling group underlying the connector. Value must be between 2 and 9, inclusive. Must be
253
- lower than the value specified by max_instances.
254
- :param pulumi.Input[int] min_throughput: Minimum throughput of the connector in Mbps. Default and min is 200. Refers to the expected throughput when using an e2-micro machine type.
255
- Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by max_throughput. If both min_throughput and
256
- min_instances are provided, min_instances takes precedence over min_throughput. The use of min_throughput is discouraged in favor of min_instances.
232
+ :param pulumi.Input[int] max_instances: Maximum value of instances in autoscaling group underlying the connector.
233
+ :param pulumi.Input[int] max_throughput: Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300.
234
+ :param pulumi.Input[int] min_instances: Minimum value of instances in autoscaling group underlying the connector.
235
+ :param pulumi.Input[int] min_throughput: Minimum throughput of the connector in Mbps. Default and min is 200.
257
236
  :param pulumi.Input[str] name: The name of the resource (Max 25 characters).
258
237
 
259
238
 
@@ -336,8 +315,7 @@ class _ConnectorState:
336
315
  @pulumi.getter(name="maxInstances")
337
316
  def max_instances(self) -> Optional[pulumi.Input[int]]:
338
317
  """
339
- Maximum value of instances in autoscaling group underlying the connector. Value must be between 3 and 10, inclusive. Must be
340
- higher than the value specified by min_instances.
318
+ Maximum value of instances in autoscaling group underlying the connector.
341
319
  """
342
320
  return pulumi.get(self, "max_instances")
343
321
 
@@ -349,10 +327,7 @@ class _ConnectorState:
349
327
  @pulumi.getter(name="maxThroughput")
350
328
  def max_throughput(self) -> Optional[pulumi.Input[int]]:
351
329
  """
352
- Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300. Refers to the expected throughput
353
- when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by
354
- min_throughput. If both max_throughput and max_instances are provided, max_instances takes precedence over max_throughput. The use of
355
- max_throughput is discouraged in favor of max_instances.
330
+ Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300.
356
331
  """
357
332
  return pulumi.get(self, "max_throughput")
358
333
 
@@ -364,8 +339,7 @@ class _ConnectorState:
364
339
  @pulumi.getter(name="minInstances")
365
340
  def min_instances(self) -> Optional[pulumi.Input[int]]:
366
341
  """
367
- Minimum value of instances in autoscaling group underlying the connector. Value must be between 2 and 9, inclusive. Must be
368
- lower than the value specified by max_instances.
342
+ Minimum value of instances in autoscaling group underlying the connector.
369
343
  """
370
344
  return pulumi.get(self, "min_instances")
371
345
 
@@ -377,9 +351,7 @@ class _ConnectorState:
377
351
  @pulumi.getter(name="minThroughput")
378
352
  def min_throughput(self) -> Optional[pulumi.Input[int]]:
379
353
  """
380
- Minimum throughput of the connector in Mbps. Default and min is 200. Refers to the expected throughput when using an e2-micro machine type.
381
- Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by max_throughput. If both min_throughput and
382
- min_instances are provided, min_instances takes precedence over min_throughput. The use of min_throughput is discouraged in favor of min_instances.
354
+ Minimum throughput of the connector in Mbps. Default and min is 200.
383
355
  """
384
356
  return pulumi.get(self, "min_throughput")
385
357
 
@@ -576,17 +548,10 @@ class Connector(pulumi.CustomResource):
576
548
  :param pulumi.ResourceOptions opts: Options for the resource.
577
549
  :param pulumi.Input[str] ip_cidr_range: The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
578
550
  :param pulumi.Input[str] machine_type: Machine type of VM Instance underlying connector. Default is e2-micro
579
- :param pulumi.Input[int] max_instances: Maximum value of instances in autoscaling group underlying the connector. Value must be between 3 and 10, inclusive. Must be
580
- higher than the value specified by min_instances.
581
- :param pulumi.Input[int] max_throughput: Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300. Refers to the expected throughput
582
- when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by
583
- min_throughput. If both max_throughput and max_instances are provided, max_instances takes precedence over max_throughput. The use of
584
- max_throughput is discouraged in favor of max_instances.
585
- :param pulumi.Input[int] min_instances: Minimum value of instances in autoscaling group underlying the connector. Value must be between 2 and 9, inclusive. Must be
586
- lower than the value specified by max_instances.
587
- :param pulumi.Input[int] min_throughput: Minimum throughput of the connector in Mbps. Default and min is 200. Refers to the expected throughput when using an e2-micro machine type.
588
- Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by max_throughput. If both min_throughput and
589
- min_instances are provided, min_instances takes precedence over min_throughput. The use of min_throughput is discouraged in favor of min_instances.
551
+ :param pulumi.Input[int] max_instances: Maximum value of instances in autoscaling group underlying the connector.
552
+ :param pulumi.Input[int] max_throughput: Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300.
553
+ :param pulumi.Input[int] min_instances: Minimum value of instances in autoscaling group underlying the connector.
554
+ :param pulumi.Input[int] min_throughput: Minimum throughput of the connector in Mbps. Default and min is 200.
590
555
  :param pulumi.Input[str] name: The name of the resource (Max 25 characters).
591
556
 
592
557
 
@@ -765,17 +730,10 @@ class Connector(pulumi.CustomResource):
765
730
  :param pulumi.Input[Sequence[pulumi.Input[str]]] connected_projects: List of projects using the connector.
766
731
  :param pulumi.Input[str] ip_cidr_range: The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
767
732
  :param pulumi.Input[str] machine_type: Machine type of VM Instance underlying connector. Default is e2-micro
768
- :param pulumi.Input[int] max_instances: Maximum value of instances in autoscaling group underlying the connector. Value must be between 3 and 10, inclusive. Must be
769
- higher than the value specified by min_instances.
770
- :param pulumi.Input[int] max_throughput: Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300. Refers to the expected throughput
771
- when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by
772
- min_throughput. If both max_throughput and max_instances are provided, max_instances takes precedence over max_throughput. The use of
773
- max_throughput is discouraged in favor of max_instances.
774
- :param pulumi.Input[int] min_instances: Minimum value of instances in autoscaling group underlying the connector. Value must be between 2 and 9, inclusive. Must be
775
- lower than the value specified by max_instances.
776
- :param pulumi.Input[int] min_throughput: Minimum throughput of the connector in Mbps. Default and min is 200. Refers to the expected throughput when using an e2-micro machine type.
777
- Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by max_throughput. If both min_throughput and
778
- min_instances are provided, min_instances takes precedence over min_throughput. The use of min_throughput is discouraged in favor of min_instances.
733
+ :param pulumi.Input[int] max_instances: Maximum value of instances in autoscaling group underlying the connector.
734
+ :param pulumi.Input[int] max_throughput: Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300.
735
+ :param pulumi.Input[int] min_instances: Minimum value of instances in autoscaling group underlying the connector.
736
+ :param pulumi.Input[int] min_throughput: Minimum throughput of the connector in Mbps. Default and min is 200.
779
737
  :param pulumi.Input[str] name: The name of the resource (Max 25 characters).
780
738
 
781
739
 
@@ -837,8 +795,7 @@ class Connector(pulumi.CustomResource):
837
795
  @pulumi.getter(name="maxInstances")
838
796
  def max_instances(self) -> pulumi.Output[int]:
839
797
  """
840
- Maximum value of instances in autoscaling group underlying the connector. Value must be between 3 and 10, inclusive. Must be
841
- higher than the value specified by min_instances.
798
+ Maximum value of instances in autoscaling group underlying the connector.
842
799
  """
843
800
  return pulumi.get(self, "max_instances")
844
801
 
@@ -846,10 +803,7 @@ class Connector(pulumi.CustomResource):
846
803
  @pulumi.getter(name="maxThroughput")
847
804
  def max_throughput(self) -> pulumi.Output[Optional[int]]:
848
805
  """
849
- Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300. Refers to the expected throughput
850
- when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by
851
- min_throughput. If both max_throughput and max_instances are provided, max_instances takes precedence over max_throughput. The use of
852
- max_throughput is discouraged in favor of max_instances.
806
+ Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300.
853
807
  """
854
808
  return pulumi.get(self, "max_throughput")
855
809
 
@@ -857,8 +811,7 @@ class Connector(pulumi.CustomResource):
857
811
  @pulumi.getter(name="minInstances")
858
812
  def min_instances(self) -> pulumi.Output[int]:
859
813
  """
860
- Minimum value of instances in autoscaling group underlying the connector. Value must be between 2 and 9, inclusive. Must be
861
- lower than the value specified by max_instances.
814
+ Minimum value of instances in autoscaling group underlying the connector.
862
815
  """
863
816
  return pulumi.get(self, "min_instances")
864
817
 
@@ -866,9 +819,7 @@ class Connector(pulumi.CustomResource):
866
819
  @pulumi.getter(name="minThroughput")
867
820
  def min_throughput(self) -> pulumi.Output[Optional[int]]:
868
821
  """
869
- Minimum throughput of the connector in Mbps. Default and min is 200. Refers to the expected throughput when using an e2-micro machine type.
870
- Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by max_throughput. If both min_throughput and
871
- min_instances are provided, min_instances takes precedence over min_throughput. The use of min_throughput is discouraged in favor of min_instances.
822
+ Minimum throughput of the connector in Mbps. Default and min is 200.
872
823
  """
873
824
  return pulumi.get(self, "min_throughput")
874
825
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_gcp
3
- Version: 7.17.0
3
+ Version: 7.17.0a1711607165
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io