pulumi-gcp 8.1.0__py3-none-any.whl → 8.1.0a1726293903__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 (101) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/alloydb/_inputs.py +0 -94
  3. pulumi_gcp/alloydb/cluster.py +1 -94
  4. pulumi_gcp/alloydb/outputs.py +0 -79
  5. pulumi_gcp/assuredworkloads/workload.py +16 -135
  6. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  7. pulumi_gcp/bigquery/_inputs.py +0 -33
  8. pulumi_gcp/bigquery/data_transfer_config.py +6 -134
  9. pulumi_gcp/bigquery/outputs.py +0 -36
  10. pulumi_gcp/bigqueryanalyticshub/_inputs.py +7 -169
  11. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -96
  12. pulumi_gcp/bigqueryanalyticshub/listing.py +0 -114
  13. pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -138
  14. pulumi_gcp/bigtable/_inputs.py +1 -21
  15. pulumi_gcp/bigtable/outputs.py +1 -13
  16. pulumi_gcp/bigtable/table.py +0 -34
  17. pulumi_gcp/certificateauthority/authority.py +7 -14
  18. pulumi_gcp/certificatemanager/__init__.py +0 -1
  19. pulumi_gcp/certificatemanager/certificate.py +0 -28
  20. pulumi_gcp/certificatemanager/outputs.py +0 -322
  21. pulumi_gcp/cloudbuild/_inputs.py +6 -6
  22. pulumi_gcp/cloudbuild/outputs.py +4 -4
  23. pulumi_gcp/cloudrun/_inputs.py +12 -6
  24. pulumi_gcp/cloudrun/outputs.py +16 -8
  25. pulumi_gcp/cloudrunv2/_inputs.py +15 -72
  26. pulumi_gcp/cloudrunv2/outputs.py +16 -82
  27. pulumi_gcp/cloudrunv2/service.py +4 -50
  28. pulumi_gcp/cloudtasks/_inputs.py +0 -630
  29. pulumi_gcp/cloudtasks/outputs.py +0 -479
  30. pulumi_gcp/cloudtasks/queue.py +0 -238
  31. pulumi_gcp/compute/_inputs.py +9 -129
  32. pulumi_gcp/compute/get_instance.py +1 -1
  33. pulumi_gcp/compute/health_check.py +0 -114
  34. pulumi_gcp/compute/instance.py +4 -86
  35. pulumi_gcp/compute/instance_template.py +0 -66
  36. pulumi_gcp/compute/interconnect.py +21 -28
  37. pulumi_gcp/compute/node_template.py +0 -93
  38. pulumi_gcp/compute/outputs.py +6 -108
  39. pulumi_gcp/compute/target_https_proxy.py +0 -28
  40. pulumi_gcp/container/_inputs.py +3 -140
  41. pulumi_gcp/container/attached_cluster.py +7 -7
  42. pulumi_gcp/container/outputs.py +2 -174
  43. pulumi_gcp/databasemigrationservice/_inputs.py +148 -176
  44. pulumi_gcp/databasemigrationservice/connection_profile.py +0 -206
  45. pulumi_gcp/databasemigrationservice/outputs.py +87 -109
  46. pulumi_gcp/dataloss/_inputs.py +1 -353
  47. pulumi_gcp/dataloss/outputs.py +3 -274
  48. pulumi_gcp/dataproc/_inputs.py +27 -27
  49. pulumi_gcp/dataproc/outputs.py +18 -18
  50. pulumi_gcp/datastream/_inputs.py +1 -69
  51. pulumi_gcp/datastream/outputs.py +2 -44
  52. pulumi_gcp/datastream/stream.py +7 -194
  53. pulumi_gcp/discoveryengine/_inputs.py +0 -188
  54. pulumi_gcp/discoveryengine/data_store.py +14 -14
  55. pulumi_gcp/discoveryengine/outputs.py +1 -153
  56. pulumi_gcp/firebase/database_instance.py +7 -7
  57. pulumi_gcp/gkehub/_inputs.py +1 -25
  58. pulumi_gcp/gkehub/feature_membership.py +6 -12
  59. pulumi_gcp/gkehub/outputs.py +1 -17
  60. pulumi_gcp/iam/_inputs.py +0 -196
  61. pulumi_gcp/iam/get_workload_identity_pool_provider.py +3 -13
  62. pulumi_gcp/iam/outputs.py +0 -295
  63. pulumi_gcp/iam/workload_identity_pool_provider.py +3 -164
  64. pulumi_gcp/kms/__init__.py +0 -2
  65. pulumi_gcp/kms/autokey_config.py +2 -10
  66. pulumi_gcp/kms/outputs.py +0 -164
  67. pulumi_gcp/netapp/active_directory.py +6 -6
  68. pulumi_gcp/netapp/backup.py +6 -6
  69. pulumi_gcp/netapp/backup_policy.py +6 -6
  70. pulumi_gcp/netapp/backup_vault.py +6 -6
  71. pulumi_gcp/netapp/storage_pool.py +4 -4
  72. pulumi_gcp/netapp/volume.py +0 -7
  73. pulumi_gcp/networkconnectivity/_inputs.py +1 -21
  74. pulumi_gcp/networkconnectivity/outputs.py +1 -15
  75. pulumi_gcp/networkconnectivity/spoke.py +0 -8
  76. pulumi_gcp/networksecurity/client_tls_policy.py +22 -24
  77. pulumi_gcp/networksecurity/server_tls_policy.py +32 -20
  78. pulumi_gcp/organizations/get_project.py +3 -13
  79. pulumi_gcp/organizations/project.py +3 -88
  80. pulumi_gcp/parallelstore/instance.py +121 -121
  81. pulumi_gcp/projects/iam_member_remove.py +0 -26
  82. pulumi_gcp/projects/usage_export_bucket.py +0 -38
  83. pulumi_gcp/pubsub/_inputs.py +0 -40
  84. pulumi_gcp/pubsub/outputs.py +1 -51
  85. pulumi_gcp/pubsub/subscription.py +0 -6
  86. pulumi_gcp/pulumi-plugin.json +1 -1
  87. pulumi_gcp/redis/_inputs.py +0 -419
  88. pulumi_gcp/redis/cluster.py +0 -123
  89. pulumi_gcp/redis/outputs.py +0 -315
  90. pulumi_gcp/securitycenter/__init__.py +0 -2
  91. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +4 -4
  92. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/METADATA +1 -1
  93. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/RECORD +95 -101
  94. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/WHEEL +1 -1
  95. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -1203
  96. pulumi_gcp/certificatemanager/get_certificates.py +0 -150
  97. pulumi_gcp/kms/get_crypto_key_latest_version.py +0 -222
  98. pulumi_gcp/kms/get_crypto_key_versions.py +0 -175
  99. pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -857
  100. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -796
  101. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/top_level.txt +0 -0
@@ -26,8 +26,7 @@ class ProjectArgs:
26
26
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
27
27
  name: Optional[pulumi.Input[str]] = None,
28
28
  org_id: Optional[pulumi.Input[str]] = None,
29
- project_id: Optional[pulumi.Input[str]] = None,
30
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
29
+ project_id: Optional[pulumi.Input[str]] = None):
31
30
  """
32
31
  The set of arguments for constructing a Project resource.
33
32
  :param pulumi.Input[bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
@@ -54,7 +53,6 @@ class ProjectArgs:
54
53
  this forces the project to be migrated to the newly specified
55
54
  organization.
56
55
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
57
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
58
56
  """
59
57
  if auto_create_network is not None:
60
58
  pulumi.set(__self__, "auto_create_network", auto_create_network)
@@ -72,8 +70,6 @@ class ProjectArgs:
72
70
  pulumi.set(__self__, "org_id", org_id)
73
71
  if project_id is not None:
74
72
  pulumi.set(__self__, "project_id", project_id)
75
- if tags is not None:
76
- pulumi.set(__self__, "tags", tags)
77
73
 
78
74
  @property
79
75
  @pulumi.getter(name="autoCreateNetwork")
@@ -185,18 +181,6 @@ class ProjectArgs:
185
181
  def project_id(self, value: Optional[pulumi.Input[str]]):
186
182
  pulumi.set(self, "project_id", value)
187
183
 
188
- @property
189
- @pulumi.getter
190
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
191
- """
192
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
193
- """
194
- return pulumi.get(self, "tags")
195
-
196
- @tags.setter
197
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
198
- pulumi.set(self, "tags", value)
199
-
200
184
 
201
185
  @pulumi.input_type
202
186
  class _ProjectState:
@@ -211,8 +195,7 @@ class _ProjectState:
211
195
  number: Optional[pulumi.Input[str]] = None,
212
196
  org_id: Optional[pulumi.Input[str]] = None,
213
197
  project_id: Optional[pulumi.Input[str]] = None,
214
- pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
215
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
198
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
216
199
  """
217
200
  Input properties used for looking up and filtering Project resources.
218
201
  :param pulumi.Input[bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
@@ -242,7 +225,6 @@ class _ProjectState:
242
225
  organization.
243
226
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
244
227
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
245
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
246
228
  """
247
229
  if auto_create_network is not None:
248
230
  pulumi.set(__self__, "auto_create_network", auto_create_network)
@@ -266,8 +248,6 @@ class _ProjectState:
266
248
  pulumi.set(__self__, "project_id", project_id)
267
249
  if pulumi_labels is not None:
268
250
  pulumi.set(__self__, "pulumi_labels", pulumi_labels)
269
- if tags is not None:
270
- pulumi.set(__self__, "tags", tags)
271
251
 
272
252
  @property
273
253
  @pulumi.getter(name="autoCreateNetwork")
@@ -415,18 +395,6 @@ class _ProjectState:
415
395
  def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
416
396
  pulumi.set(self, "pulumi_labels", value)
417
397
 
418
- @property
419
- @pulumi.getter
420
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
421
- """
422
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
423
- """
424
- return pulumi.get(self, "tags")
425
-
426
- @tags.setter
427
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
428
- pulumi.set(self, "tags", value)
429
-
430
398
 
431
399
  class Project(pulumi.CustomResource):
432
400
  @overload
@@ -441,7 +409,6 @@ class Project(pulumi.CustomResource):
441
409
  name: Optional[pulumi.Input[str]] = None,
442
410
  org_id: Optional[pulumi.Input[str]] = None,
443
411
  project_id: Optional[pulumi.Input[str]] = None,
444
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
445
412
  __props__=None):
446
413
  """
447
414
  Allows creation and management of a Google Cloud Platform project.
@@ -456,10 +423,6 @@ class Project(pulumi.CustomResource):
456
423
 
457
424
  > This resource reads the specified billing account on every pulumi up and plan operation so you must have permissions on the specified billing account.
458
425
 
459
- > It is recommended to use the `constraints/compute.skipDefaultNetworkCreation` [constraint](https://www.terraform.io/docs/providers/google/r/google_organization_policy.html) to remove the default network instead of setting `auto_create_network` to false, when possible.
460
-
461
- > It may take a while for the attached tag bindings to be deleted after the project is scheduled to be deleted.
462
-
463
426
  To get more information about projects, see:
464
427
 
465
428
  * [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/projects)
@@ -493,21 +456,6 @@ class Project(pulumi.CustomResource):
493
456
  folder_id=department1.name)
494
457
  ```
495
458
 
496
- To create a project with a tag
497
-
498
- ```python
499
- import pulumi
500
- import pulumi_gcp as gcp
501
-
502
- my_project = gcp.organizations.Project("my_project",
503
- name="My Project",
504
- project_id="your-project-id",
505
- org_id="1234567",
506
- tags={
507
- "1234567/env": "staging",
508
- })
509
- ```
510
-
511
459
  ## Import
512
460
 
513
461
  Projects can be imported using the `project_id`, e.g.
@@ -546,7 +494,6 @@ class Project(pulumi.CustomResource):
546
494
  this forces the project to be migrated to the newly specified
547
495
  organization.
548
496
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
549
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
550
497
  """
551
498
  ...
552
499
  @overload
@@ -567,10 +514,6 @@ class Project(pulumi.CustomResource):
567
514
 
568
515
  > This resource reads the specified billing account on every pulumi up and plan operation so you must have permissions on the specified billing account.
569
516
 
570
- > It is recommended to use the `constraints/compute.skipDefaultNetworkCreation` [constraint](https://www.terraform.io/docs/providers/google/r/google_organization_policy.html) to remove the default network instead of setting `auto_create_network` to false, when possible.
571
-
572
- > It may take a while for the attached tag bindings to be deleted after the project is scheduled to be deleted.
573
-
574
517
  To get more information about projects, see:
575
518
 
576
519
  * [API documentation](https://cloud.google.com/resource-manager/reference/rest/v1/projects)
@@ -604,21 +547,6 @@ class Project(pulumi.CustomResource):
604
547
  folder_id=department1.name)
605
548
  ```
606
549
 
607
- To create a project with a tag
608
-
609
- ```python
610
- import pulumi
611
- import pulumi_gcp as gcp
612
-
613
- my_project = gcp.organizations.Project("my_project",
614
- name="My Project",
615
- project_id="your-project-id",
616
- org_id="1234567",
617
- tags={
618
- "1234567/env": "staging",
619
- })
620
- ```
621
-
622
550
  ## Import
623
551
 
624
552
  Projects can be imported using the `project_id`, e.g.
@@ -654,7 +582,6 @@ class Project(pulumi.CustomResource):
654
582
  name: Optional[pulumi.Input[str]] = None,
655
583
  org_id: Optional[pulumi.Input[str]] = None,
656
584
  project_id: Optional[pulumi.Input[str]] = None,
657
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
658
585
  __props__=None):
659
586
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
660
587
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -672,7 +599,6 @@ class Project(pulumi.CustomResource):
672
599
  __props__.__dict__["name"] = name
673
600
  __props__.__dict__["org_id"] = org_id
674
601
  __props__.__dict__["project_id"] = project_id
675
- __props__.__dict__["tags"] = tags
676
602
  __props__.__dict__["effective_labels"] = None
677
603
  __props__.__dict__["number"] = None
678
604
  __props__.__dict__["pulumi_labels"] = None
@@ -698,8 +624,7 @@ class Project(pulumi.CustomResource):
698
624
  number: Optional[pulumi.Input[str]] = None,
699
625
  org_id: Optional[pulumi.Input[str]] = None,
700
626
  project_id: Optional[pulumi.Input[str]] = None,
701
- pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
702
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'Project':
627
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'Project':
703
628
  """
704
629
  Get an existing Project resource's state with the given name, id, and optional extra
705
630
  properties used to qualify the lookup.
@@ -734,7 +659,6 @@ class Project(pulumi.CustomResource):
734
659
  organization.
735
660
  :param pulumi.Input[str] project_id: The project ID. Changing this forces a new project to be created.
736
661
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
737
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
738
662
  """
739
663
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
740
664
 
@@ -751,7 +675,6 @@ class Project(pulumi.CustomResource):
751
675
  __props__.__dict__["org_id"] = org_id
752
676
  __props__.__dict__["project_id"] = project_id
753
677
  __props__.__dict__["pulumi_labels"] = pulumi_labels
754
- __props__.__dict__["tags"] = tags
755
678
  return Project(resource_name, opts=opts, __props__=__props__)
756
679
 
757
680
  @property
@@ -856,11 +779,3 @@ class Project(pulumi.CustomResource):
856
779
  """
857
780
  return pulumi.get(self, "pulumi_labels")
858
781
 
859
- @property
860
- @pulumi.getter
861
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
862
- """
863
- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored when empty. The field is immutable and causes resource replacement when mutated.
864
- """
865
- return pulumi.get(self, "tags")
866
-