pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.0a1__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 (167) hide show
  1. pulumi_gcp/__init__.py +32 -19
  2. pulumi_gcp/accesscontextmanager/access_policy.py +4 -2
  3. pulumi_gcp/activedirectory/domain.py +38 -2
  4. pulumi_gcp/activedirectory/domain_trust.py +0 -30
  5. pulumi_gcp/activedirectory/peering.py +0 -72
  6. pulumi_gcp/alloydb/cluster.py +12 -200
  7. pulumi_gcp/alloydb/instance.py +13 -5
  8. pulumi_gcp/alloydb/user.py +14 -6
  9. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +4 -2
  10. pulumi_gcp/apigee/sync_authorization.py +4 -2
  11. pulumi_gcp/apigee/target_server.py +4 -2
  12. pulumi_gcp/appengine/firewall_rule.py +4 -2
  13. pulumi_gcp/appengine/flexible_app_version.py +4 -2
  14. pulumi_gcp/apphub/service.py +8 -4
  15. pulumi_gcp/apphub/service_project_attachment.py +8 -4
  16. pulumi_gcp/applicationintegration/client.py +0 -154
  17. pulumi_gcp/bigquery/_inputs.py +0 -70
  18. pulumi_gcp/bigquery/iam_binding.py +0 -260
  19. pulumi_gcp/bigquery/iam_member.py +0 -260
  20. pulumi_gcp/bigquery/iam_policy.py +0 -240
  21. pulumi_gcp/bigquery/outputs.py +0 -44
  22. pulumi_gcp/bigquery/reservation.py +0 -84
  23. pulumi_gcp/bigquery/table.py +0 -98
  24. pulumi_gcp/billing/project_info.py +4 -2
  25. pulumi_gcp/certificateauthority/get_authority.py +0 -20
  26. pulumi_gcp/certificatemanager/get_certificate_map.py +0 -14
  27. pulumi_gcp/cloudasset/folder_feed.py +4 -2
  28. pulumi_gcp/cloudidentity/get_group_lookup.py +0 -18
  29. pulumi_gcp/cloudidentity/get_group_memberships.py +0 -14
  30. pulumi_gcp/cloudidentity/get_groups.py +0 -14
  31. pulumi_gcp/cloudrunv2/_inputs.py +25 -25
  32. pulumi_gcp/cloudrunv2/get_job.py +11 -1
  33. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  34. pulumi_gcp/cloudrunv2/job.py +50 -0
  35. pulumi_gcp/cloudrunv2/outputs.py +26 -26
  36. pulumi_gcp/cloudrunv2/service.py +54 -0
  37. pulumi_gcp/compute/_inputs.py +117 -54
  38. pulumi_gcp/compute/backend_service.py +52 -0
  39. pulumi_gcp/compute/disk_async_replication.py +0 -48
  40. pulumi_gcp/compute/firewall_policy_rule.py +4 -2
  41. pulumi_gcp/compute/forwarding_rule.py +42 -0
  42. pulumi_gcp/compute/get_backend_bucket.py +0 -14
  43. pulumi_gcp/compute/get_backend_service.py +0 -20
  44. pulumi_gcp/compute/get_certificate.py +0 -20
  45. pulumi_gcp/compute/get_forwarding_rule.py +11 -15
  46. pulumi_gcp/compute/get_forwarding_rules.py +0 -16
  47. pulumi_gcp/compute/get_global_forwarding_rule.py +0 -14
  48. pulumi_gcp/compute/get_hc_vpn_gateway.py +0 -14
  49. pulumi_gcp/compute/get_health_check.py +0 -14
  50. pulumi_gcp/compute/get_lbip_ranges.py +0 -32
  51. pulumi_gcp/compute/get_netblock_ip_ranges.py +0 -52
  52. pulumi_gcp/compute/get_network.py +0 -14
  53. pulumi_gcp/compute/get_networks.py +0 -14
  54. pulumi_gcp/compute/get_region_ssl_certificate.py +0 -20
  55. pulumi_gcp/compute/get_ssl_policy.py +0 -14
  56. pulumi_gcp/compute/get_vpn_gateway.py +0 -14
  57. pulumi_gcp/compute/global_address.py +8 -4
  58. pulumi_gcp/compute/global_forwarding_rule.py +7 -0
  59. pulumi_gcp/compute/instance_template.py +56 -63
  60. pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
  61. pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
  62. pulumi_gcp/compute/network_attachment.py +8 -4
  63. pulumi_gcp/compute/node_group.py +4 -2
  64. pulumi_gcp/compute/organization_security_policy_association.py +4 -2
  65. pulumi_gcp/compute/outputs.py +101 -42
  66. pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
  67. pulumi_gcp/compute/region_backend_service.py +36 -7
  68. pulumi_gcp/compute/region_instance_template.py +56 -7
  69. pulumi_gcp/compute/region_ssl_certificate.py +49 -7
  70. pulumi_gcp/compute/ssl_certificate.py +49 -7
  71. pulumi_gcp/compute/subnetwork.py +193 -23
  72. pulumi_gcp/config/__init__.pyi +3 -5
  73. pulumi_gcp/config/vars.py +6 -10
  74. pulumi_gcp/container/_inputs.py +19 -41
  75. pulumi_gcp/container/cluster.py +79 -0
  76. pulumi_gcp/container/get_cluster.py +21 -25
  77. pulumi_gcp/container/get_engine_versions.py +8 -2
  78. pulumi_gcp/container/outputs.py +17 -40
  79. pulumi_gcp/dataproc/get_metastore_service.py +0 -16
  80. pulumi_gcp/diagflow/intent.py +4 -2
  81. pulumi_gcp/dns/get_record_set.py +0 -20
  82. pulumi_gcp/edgenetwork/network.py +83 -0
  83. pulumi_gcp/edgenetwork/subnet.py +83 -0
  84. pulumi_gcp/filestore/get_instance.py +0 -20
  85. pulumi_gcp/firebase/database_instance.py +2 -0
  86. pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
  87. pulumi_gcp/firebase/hosting_version.py +4 -2
  88. pulumi_gcp/firebase/project.py +2 -0
  89. pulumi_gcp/firestore/document.py +8 -4
  90. pulumi_gcp/folder/access_approval_settings.py +12 -6
  91. pulumi_gcp/gkeonprem/_inputs.py +11 -11
  92. pulumi_gcp/gkeonprem/outputs.py +9 -9
  93. pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
  94. pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
  95. pulumi_gcp/iam/access_boundary_policy.py +4 -2
  96. pulumi_gcp/iam/deny_policy.py +4 -2
  97. pulumi_gcp/iam/get_workload_identity_pool.py +0 -14
  98. pulumi_gcp/iam/get_workload_identity_pool_provider.py +0 -16
  99. pulumi_gcp/iap/brand.py +4 -2
  100. pulumi_gcp/iap/client.py +4 -2
  101. pulumi_gcp/iap/get_client.py +0 -18
  102. pulumi_gcp/identityplatform/__init__.py +0 -1
  103. pulumi_gcp/identityplatform/_inputs.py +0 -396
  104. pulumi_gcp/identityplatform/config.py +2 -0
  105. pulumi_gcp/identityplatform/outputs.py +0 -313
  106. pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
  107. pulumi_gcp/kms/__init__.py +4 -0
  108. pulumi_gcp/kms/_inputs.py +130 -0
  109. pulumi_gcp/kms/autokey_config.py +6 -2
  110. pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
  111. pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
  112. pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
  113. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
  114. pulumi_gcp/kms/key_handle.py +8 -2
  115. pulumi_gcp/kms/outputs.py +76 -0
  116. pulumi_gcp/logging/folder_settings.py +4 -2
  117. pulumi_gcp/monitoring/get_secret_version.py +2 -2
  118. pulumi_gcp/monitoring/monitored_project.py +4 -2
  119. pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
  120. pulumi_gcp/networkservices/_inputs.py +23 -0
  121. pulumi_gcp/networkservices/outputs.py +17 -1
  122. pulumi_gcp/networkservices/tcp_route.py +2 -0
  123. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  124. pulumi_gcp/organizations/folder.py +35 -1
  125. pulumi_gcp/organizations/get_active_folder.py +0 -16
  126. pulumi_gcp/organizations/get_client_config.py +16 -15
  127. pulumi_gcp/organizations/get_folder.py +11 -1
  128. pulumi_gcp/organizations/get_project.py +3 -13
  129. pulumi_gcp/organizations/project.py +3 -87
  130. pulumi_gcp/orgpolicy/policy.py +12 -6
  131. pulumi_gcp/projects/api_key.py +2 -52
  132. pulumi_gcp/provider.py +32 -52
  133. pulumi_gcp/pubsub/topic.py +1 -1
  134. pulumi_gcp/pulumi-plugin.json +1 -1
  135. pulumi_gcp/redis/cluster.py +58 -0
  136. pulumi_gcp/redis/get_instance.py +0 -20
  137. pulumi_gcp/resourcemanager/lien.py +4 -2
  138. pulumi_gcp/secretmanager/get_secret_version.py +2 -2
  139. pulumi_gcp/securitycenter/__init__.py +1 -0
  140. pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
  141. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
  142. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
  143. pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
  144. pulumi_gcp/spanner/get_instance.py +0 -14
  145. pulumi_gcp/sql/_inputs.py +3 -36
  146. pulumi_gcp/sql/outputs.py +6 -49
  147. pulumi_gcp/storage/_inputs.py +23 -23
  148. pulumi_gcp/storage/bucket.py +6 -6
  149. pulumi_gcp/storage/outputs.py +27 -27
  150. pulumi_gcp/tags/get_tag_key.py +0 -30
  151. pulumi_gcp/tags/get_tag_keys.py +0 -26
  152. pulumi_gcp/tags/get_tag_value.py +0 -16
  153. pulumi_gcp/tags/get_tag_values.py +0 -14
  154. pulumi_gcp/tags/tag_binding.py +4 -2
  155. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
  156. pulumi_gcp/vmwareengine/network.py +4 -2
  157. pulumi_gcp/vpcaccess/connector.py +14 -6
  158. pulumi_gcp/vpcaccess/get_connector.py +6 -2
  159. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/METADATA +1 -1
  160. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/RECORD +162 -162
  161. pulumi_gcp/datastore/__init__.py +0 -10
  162. pulumi_gcp/datastore/_inputs.py +0 -76
  163. pulumi_gcp/datastore/data_store_index.py +0 -515
  164. pulumi_gcp/datastore/outputs.py +0 -51
  165. pulumi_gcp/identityplatform/project_default_config.py +0 -357
  166. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/WHEEL +0 -0
  167. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/top_level.txt +0 -0
@@ -492,12 +492,12 @@ class BucketLifecycleRuleCondition(dict):
492
492
  suggest = "matches_storage_classes"
493
493
  elif key == "matchesSuffixes":
494
494
  suggest = "matches_suffixes"
495
- elif key == "noAge":
496
- suggest = "no_age"
497
495
  elif key == "noncurrentTimeBefore":
498
496
  suggest = "noncurrent_time_before"
499
497
  elif key == "numNewerVersions":
500
498
  suggest = "num_newer_versions"
499
+ elif key == "sendAgeIfZero":
500
+ suggest = "send_age_if_zero"
501
501
  elif key == "sendDaysSinceCustomTimeIfZero":
502
502
  suggest = "send_days_since_custom_time_if_zero"
503
503
  elif key == "sendDaysSinceNoncurrentTimeIfZero":
@@ -527,15 +527,15 @@ class BucketLifecycleRuleCondition(dict):
527
527
  matches_prefixes: Optional[Sequence[str]] = None,
528
528
  matches_storage_classes: Optional[Sequence[str]] = None,
529
529
  matches_suffixes: Optional[Sequence[str]] = None,
530
- no_age: Optional[bool] = None,
531
530
  noncurrent_time_before: Optional[str] = None,
532
531
  num_newer_versions: Optional[int] = None,
532
+ send_age_if_zero: Optional[bool] = None,
533
533
  send_days_since_custom_time_if_zero: Optional[bool] = None,
534
534
  send_days_since_noncurrent_time_if_zero: Optional[bool] = None,
535
535
  send_num_newer_versions_if_zero: Optional[bool] = None,
536
536
  with_state: Optional[str] = None):
537
537
  """
538
- :param int age: Minimum age of an object in days to satisfy this condition. If not supplied alongside another condition and without setting `no_age` to `true`, a default `age` of 0 will be set.
538
+ :param int age: Minimum age of an object in days to satisfy this condition. **Note** To set `0` value of `age`, `send_age_if_zero` should be set `true` otherwise `0` value of `age` field will be ignored.
539
539
  :param str created_before: A date in the RFC 3339 format YYYY-MM-DD. This condition is satisfied when an object is created before midnight of the specified date in UTC.
540
540
  :param str custom_time_before: A date in the RFC 3339 format YYYY-MM-DD. This condition is satisfied when the customTime metadata for the object is set to an earlier date than the date used in this lifecycle condition.
541
541
  :param int days_since_custom_time: Number of days elapsed since the user-specified timestamp set on an object.
@@ -544,9 +544,9 @@ class BucketLifecycleRuleCondition(dict):
544
544
  :param Sequence[str] matches_prefixes: One or more matching name prefixes to satisfy this condition.
545
545
  :param Sequence[str] matches_storage_classes: [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of objects to satisfy this condition. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`, `DURABLE_REDUCED_AVAILABILITY`.
546
546
  :param Sequence[str] matches_suffixes: One or more matching name suffixes to satisfy this condition.
547
- :param bool no_age: While set `true`, `age` value will be omitted from requests. This prevents a default age of `0` from being applied, and if you do not have an `age` value set, setting this to `true` is strongly recommended. When unset and other conditions are set to zero values, this can result in a rule that applies your action to all files in the bucket.
548
547
  :param str noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
549
548
  :param int num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
549
+ :param bool send_age_if_zero: While set true, `age` value will be sent in the request even for zero value of the field. This field is only useful and required for setting 0 value to the `age` field. It can be used alone or together with `age` attribute. **NOTE** `age` attibute with `0` value will be ommitted from the API request if `send_age_if_zero` field is having `false` value.
550
550
  :param bool send_days_since_custom_time_if_zero: While set true, `days_since_custom_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_custom_time` field. It can be used alone or together with `days_since_custom_time`.
551
551
  :param bool send_days_since_noncurrent_time_if_zero: While set true, `days_since_noncurrent_time` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `days_since_noncurrent_time` field. It can be used alone or together with `days_since_noncurrent_time`.
552
552
  :param bool send_num_newer_versions_if_zero: While set true, `num_newer_versions` value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the `num_newer_versions` field. It can be used alone or together with `num_newer_versions`.
@@ -568,12 +568,12 @@ class BucketLifecycleRuleCondition(dict):
568
568
  pulumi.set(__self__, "matches_storage_classes", matches_storage_classes)
569
569
  if matches_suffixes is not None:
570
570
  pulumi.set(__self__, "matches_suffixes", matches_suffixes)
571
- if no_age is not None:
572
- pulumi.set(__self__, "no_age", no_age)
573
571
  if noncurrent_time_before is not None:
574
572
  pulumi.set(__self__, "noncurrent_time_before", noncurrent_time_before)
575
573
  if num_newer_versions is not None:
576
574
  pulumi.set(__self__, "num_newer_versions", num_newer_versions)
575
+ if send_age_if_zero is not None:
576
+ pulumi.set(__self__, "send_age_if_zero", send_age_if_zero)
577
577
  if send_days_since_custom_time_if_zero is not None:
578
578
  pulumi.set(__self__, "send_days_since_custom_time_if_zero", send_days_since_custom_time_if_zero)
579
579
  if send_days_since_noncurrent_time_if_zero is not None:
@@ -587,7 +587,7 @@ class BucketLifecycleRuleCondition(dict):
587
587
  @pulumi.getter
588
588
  def age(self) -> Optional[int]:
589
589
  """
590
- Minimum age of an object in days to satisfy this condition. If not supplied alongside another condition and without setting `no_age` to `true`, a default `age` of 0 will be set.
590
+ Minimum age of an object in days to satisfy this condition. **Note** To set `0` value of `age`, `send_age_if_zero` should be set `true` otherwise `0` value of `age` field will be ignored.
591
591
  """
592
592
  return pulumi.get(self, "age")
593
593
 
@@ -648,14 +648,6 @@ class BucketLifecycleRuleCondition(dict):
648
648
  """
649
649
  return pulumi.get(self, "matches_suffixes")
650
650
 
651
- @property
652
- @pulumi.getter(name="noAge")
653
- def no_age(self) -> Optional[bool]:
654
- """
655
- While set `true`, `age` value will be omitted from requests. This prevents a default age of `0` from being applied, and if you do not have an `age` value set, setting this to `true` is strongly recommended. When unset and other conditions are set to zero values, this can result in a rule that applies your action to all files in the bucket.
656
- """
657
- return pulumi.get(self, "no_age")
658
-
659
651
  @property
660
652
  @pulumi.getter(name="noncurrentTimeBefore")
661
653
  def noncurrent_time_before(self) -> Optional[str]:
@@ -672,6 +664,14 @@ class BucketLifecycleRuleCondition(dict):
672
664
  """
673
665
  return pulumi.get(self, "num_newer_versions")
674
666
 
667
+ @property
668
+ @pulumi.getter(name="sendAgeIfZero")
669
+ def send_age_if_zero(self) -> Optional[bool]:
670
+ """
671
+ While set true, `age` value will be sent in the request even for zero value of the field. This field is only useful and required for setting 0 value to the `age` field. It can be used alone or together with `age` attribute. **NOTE** `age` attibute with `0` value will be ommitted from the API request if `send_age_if_zero` field is having `false` value.
672
+ """
673
+ return pulumi.get(self, "send_age_if_zero")
674
+
675
675
  @property
676
676
  @pulumi.getter(name="sendDaysSinceCustomTimeIfZero")
677
677
  def send_days_since_custom_time_if_zero(self) -> Optional[bool]:
@@ -2907,9 +2907,9 @@ class GetBucketLifecycleRuleConditionResult(dict):
2907
2907
  matches_prefixes: Sequence[str],
2908
2908
  matches_storage_classes: Sequence[str],
2909
2909
  matches_suffixes: Sequence[str],
2910
- no_age: bool,
2911
2910
  noncurrent_time_before: str,
2912
2911
  num_newer_versions: int,
2912
+ send_age_if_zero: bool,
2913
2913
  send_days_since_custom_time_if_zero: bool,
2914
2914
  send_days_since_noncurrent_time_if_zero: bool,
2915
2915
  send_num_newer_versions_if_zero: bool,
@@ -2924,9 +2924,9 @@ class GetBucketLifecycleRuleConditionResult(dict):
2924
2924
  :param Sequence[str] matches_prefixes: One or more matching name prefixes to satisfy this condition.
2925
2925
  :param Sequence[str] matches_storage_classes: Storage Class of objects to satisfy this condition. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, DURABLE_REDUCED_AVAILABILITY.
2926
2926
  :param Sequence[str] matches_suffixes: One or more matching name suffixes to satisfy this condition.
2927
- :param bool no_age: While set true, age value will be omitted.Required to set true when age is unset in the config file.
2928
2927
  :param str noncurrent_time_before: Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.
2929
2928
  :param int num_newer_versions: Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.
2929
+ :param bool send_age_if_zero: While set true, age value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the age field. It can be used alone or together with age.
2930
2930
  :param bool send_days_since_custom_time_if_zero: While set true, days_since_custom_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_custom_time field. It can be used alone or together with days_since_custom_time.
2931
2931
  :param bool send_days_since_noncurrent_time_if_zero: While set true, days_since_noncurrent_time value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the days_since_noncurrent_time field. It can be used alone or together with days_since_noncurrent_time.
2932
2932
  :param bool send_num_newer_versions_if_zero: While set true, num_newer_versions value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the num_newer_versions field. It can be used alone or together with num_newer_versions.
@@ -2940,9 +2940,9 @@ class GetBucketLifecycleRuleConditionResult(dict):
2940
2940
  pulumi.set(__self__, "matches_prefixes", matches_prefixes)
2941
2941
  pulumi.set(__self__, "matches_storage_classes", matches_storage_classes)
2942
2942
  pulumi.set(__self__, "matches_suffixes", matches_suffixes)
2943
- pulumi.set(__self__, "no_age", no_age)
2944
2943
  pulumi.set(__self__, "noncurrent_time_before", noncurrent_time_before)
2945
2944
  pulumi.set(__self__, "num_newer_versions", num_newer_versions)
2945
+ pulumi.set(__self__, "send_age_if_zero", send_age_if_zero)
2946
2946
  pulumi.set(__self__, "send_days_since_custom_time_if_zero", send_days_since_custom_time_if_zero)
2947
2947
  pulumi.set(__self__, "send_days_since_noncurrent_time_if_zero", send_days_since_noncurrent_time_if_zero)
2948
2948
  pulumi.set(__self__, "send_num_newer_versions_if_zero", send_num_newer_versions_if_zero)
@@ -3013,14 +3013,6 @@ class GetBucketLifecycleRuleConditionResult(dict):
3013
3013
  """
3014
3014
  return pulumi.get(self, "matches_suffixes")
3015
3015
 
3016
- @property
3017
- @pulumi.getter(name="noAge")
3018
- def no_age(self) -> bool:
3019
- """
3020
- While set true, age value will be omitted.Required to set true when age is unset in the config file.
3021
- """
3022
- return pulumi.get(self, "no_age")
3023
-
3024
3016
  @property
3025
3017
  @pulumi.getter(name="noncurrentTimeBefore")
3026
3018
  def noncurrent_time_before(self) -> str:
@@ -3037,6 +3029,14 @@ class GetBucketLifecycleRuleConditionResult(dict):
3037
3029
  """
3038
3030
  return pulumi.get(self, "num_newer_versions")
3039
3031
 
3032
+ @property
3033
+ @pulumi.getter(name="sendAgeIfZero")
3034
+ def send_age_if_zero(self) -> bool:
3035
+ """
3036
+ While set true, age value will be sent in the request even for zero value of the field. This field is only useful for setting 0 value to the age field. It can be used alone or together with age.
3037
+ """
3038
+ return pulumi.get(self, "send_age_if_zero")
3039
+
3040
3040
  @property
3041
3041
  @pulumi.getter(name="sendDaysSinceCustomTimeIfZero")
3042
3042
  def send_days_since_custom_time_if_zero(self) -> bool:
@@ -134,21 +134,6 @@ def get_tag_key(parent: Optional[str] = None,
134
134
 
135
135
  ## Example Usage
136
136
 
137
- ```python
138
- import pulumi
139
- import pulumi_gcp as gcp
140
-
141
- environment_tag_key = gcp.tags.get_tag_key(parent="organizations/12345",
142
- short_name="environment")
143
- ```
144
- ```python
145
- import pulumi
146
- import pulumi_gcp as gcp
147
-
148
- environment_tag_key = gcp.tags.get_tag_key(parent="projects/abc",
149
- short_name="environment")
150
- ```
151
-
152
137
 
153
138
  :param str parent: The resource name of the parent organization or project. It can be in format `organizations/{org_id}` or `projects/{project_id_or_number}`.
154
139
  :param str short_name: The tag key's short_name.
@@ -179,21 +164,6 @@ def get_tag_key_output(parent: Optional[pulumi.Input[str]] = None,
179
164
 
180
165
  ## Example Usage
181
166
 
182
- ```python
183
- import pulumi
184
- import pulumi_gcp as gcp
185
-
186
- environment_tag_key = gcp.tags.get_tag_key(parent="organizations/12345",
187
- short_name="environment")
188
- ```
189
- ```python
190
- import pulumi
191
- import pulumi_gcp as gcp
192
-
193
- environment_tag_key = gcp.tags.get_tag_key(parent="projects/abc",
194
- short_name="environment")
195
- ```
196
-
197
167
 
198
168
  :param str parent: The resource name of the parent organization or project. It can be in format `organizations/{org_id}` or `projects/{project_id_or_number}`.
199
169
  :param str short_name: The tag key's short_name.
@@ -78,19 +78,6 @@ def get_tag_keys(parent: Optional[str] = None,
78
78
 
79
79
  ## Example Usage
80
80
 
81
- ```python
82
- import pulumi
83
- import pulumi_gcp as gcp
84
-
85
- environment_tag_key = gcp.tags.get_tag_keys(parent="organizations/12345")
86
- ```
87
- ```python
88
- import pulumi
89
- import pulumi_gcp as gcp
90
-
91
- environment_tag_key = gcp.tags.get_tag_keys(parent="projects/abc")
92
- ```
93
-
94
81
 
95
82
  :param str parent: The resource name of the parent organization or project. It can be in format `organizations/{org_id}` or `projects/{project_id_or_number}`.
96
83
  """
@@ -113,19 +100,6 @@ def get_tag_keys_output(parent: Optional[pulumi.Input[str]] = None,
113
100
 
114
101
  ## Example Usage
115
102
 
116
- ```python
117
- import pulumi
118
- import pulumi_gcp as gcp
119
-
120
- environment_tag_key = gcp.tags.get_tag_keys(parent="organizations/12345")
121
- ```
122
- ```python
123
- import pulumi
124
- import pulumi_gcp as gcp
125
-
126
- environment_tag_key = gcp.tags.get_tag_keys(parent="projects/abc")
127
- ```
128
-
129
103
 
130
104
  :param str parent: The resource name of the parent organization or project. It can be in format `organizations/{org_id}` or `projects/{project_id_or_number}`.
131
105
  """
@@ -134,14 +134,6 @@ def get_tag_value(parent: Optional[str] = None,
134
134
 
135
135
  ## Example Usage
136
136
 
137
- ```python
138
- import pulumi
139
- import pulumi_gcp as gcp
140
-
141
- environment_prod_tag_value = gcp.tags.get_tag_value(parent="tagKeys/56789",
142
- short_name="production")
143
- ```
144
-
145
137
 
146
138
  :param str parent: The resource name of the parent tagKey in format `tagKey/{name}`.
147
139
  :param str short_name: The tag value's short_name.
@@ -172,14 +164,6 @@ def get_tag_value_output(parent: Optional[pulumi.Input[str]] = None,
172
164
 
173
165
  ## Example Usage
174
166
 
175
- ```python
176
- import pulumi
177
- import pulumi_gcp as gcp
178
-
179
- environment_prod_tag_value = gcp.tags.get_tag_value(parent="tagKeys/56789",
180
- short_name="production")
181
- ```
182
-
183
167
 
184
168
  :param str parent: The resource name of the parent tagKey in format `tagKey/{name}`.
185
169
  :param str short_name: The tag value's short_name.
@@ -78,13 +78,6 @@ def get_tag_values(parent: Optional[str] = None,
78
78
 
79
79
  ## Example Usage
80
80
 
81
- ```python
82
- import pulumi
83
- import pulumi_gcp as gcp
84
-
85
- environment_tag_values = gcp.tags.get_tag_values(parent="tagKeys/56789")
86
- ```
87
-
88
81
 
89
82
  :param str parent: The resource name of the parent tagKey in format `tagKey/{name}`.
90
83
  """
@@ -107,13 +100,6 @@ def get_tag_values_output(parent: Optional[pulumi.Input[str]] = None,
107
100
 
108
101
  ## Example Usage
109
102
 
110
- ```python
111
- import pulumi
112
- import pulumi_gcp as gcp
113
-
114
- environment_tag_values = gcp.tags.get_tag_values(parent="tagKeys/56789")
115
- ```
116
-
117
103
 
118
104
  :param str parent: The resource name of the parent tagKey in format `tagKey/{name}`.
119
105
  """
@@ -150,7 +150,8 @@ class TagBinding(pulumi.CustomResource):
150
150
  project = gcp.organizations.Project("project",
151
151
  project_id="project_id",
152
152
  name="project_id",
153
- org_id="123456789")
153
+ org_id="123456789",
154
+ deletion_policy="DELETE")
154
155
  key = gcp.tags.TagKey("key",
155
156
  parent="organizations/123456789",
156
157
  short_name="keyname",
@@ -216,7 +217,8 @@ class TagBinding(pulumi.CustomResource):
216
217
  project = gcp.organizations.Project("project",
217
218
  project_id="project_id",
218
219
  name="project_id",
219
- org_id="123456789")
220
+ org_id="123456789",
221
+ deletion_policy="DELETE")
220
222
  key = gcp.tags.TagKey("key",
221
223
  parent="organizations/123456789",
222
224
  short_name="keyname",
@@ -621,7 +621,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
621
621
  project_id="tf-test_13293",
622
622
  name="tf-test_40289",
623
623
  org_id="123456789",
624
- billing_account="000000-0000000-0000000-000000")
624
+ billing_account="000000-0000000-0000000-000000",
625
+ deletion_policy="DELETE")
625
626
  wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
626
627
  opts = pulumi.ResourceOptions(depends_on=[project]))
627
628
  vertexai = gcp.projects.Service("vertexai",
@@ -1065,7 +1066,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
1065
1066
  project_id="tf-test_13293",
1066
1067
  name="tf-test_40289",
1067
1068
  org_id="123456789",
1068
- billing_account="000000-0000000-0000000-000000")
1069
+ billing_account="000000-0000000-0000000-000000",
1070
+ deletion_policy="DELETE")
1069
1071
  wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
1070
1072
  opts = pulumi.ResourceOptions(depends_on=[project]))
1071
1073
  vertexai = gcp.projects.Service("vertexai",
@@ -309,7 +309,8 @@ class Network(pulumi.CustomResource):
309
309
  name="vmw-proj",
310
310
  project_id="vmw-proj",
311
311
  org_id="123456789",
312
- billing_account="000000-0000000-0000000-000000")
312
+ billing_account="000000-0000000-0000000-000000",
313
+ deletion_policy="DELETE")
313
314
  wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
314
315
  opts = pulumi.ResourceOptions(depends_on=[acceptance_project]))
315
316
  acceptance = gcp.projects.Service("acceptance",
@@ -401,7 +402,8 @@ class Network(pulumi.CustomResource):
401
402
  name="vmw-proj",
402
403
  project_id="vmw-proj",
403
404
  org_id="123456789",
404
- billing_account="000000-0000000-0000000-000000")
405
+ billing_account="000000-0000000-0000000-000000",
406
+ deletion_policy="DELETE")
405
407
  wait60_seconds = time.index.Sleep("wait_60_seconds", create_duration=60s,
406
408
  opts = pulumi.ResourceOptions(depends_on=[acceptance_project]))
407
409
  acceptance = gcp.projects.Service("acceptance",
@@ -519,7 +519,9 @@ class Connector(pulumi.CustomResource):
519
519
  connector = gcp.vpcaccess.Connector("connector",
520
520
  name="vpc-con",
521
521
  ip_cidr_range="10.8.0.0/28",
522
- network="default")
522
+ network="default",
523
+ min_instances=2,
524
+ max_instances=3)
523
525
  ```
524
526
  ### Vpc Access Connector Shared Vpc
525
527
 
@@ -537,7 +539,9 @@ class Connector(pulumi.CustomResource):
537
539
  subnet={
538
540
  "name": custom_test.name,
539
541
  },
540
- machine_type="e2-standard-4")
542
+ machine_type="e2-standard-4",
543
+ min_instances=2,
544
+ max_instances=3)
541
545
  ```
542
546
 
543
547
  ## Import
@@ -622,7 +626,9 @@ class Connector(pulumi.CustomResource):
622
626
  connector = gcp.vpcaccess.Connector("connector",
623
627
  name="vpc-con",
624
628
  ip_cidr_range="10.8.0.0/28",
625
- network="default")
629
+ network="default",
630
+ min_instances=2,
631
+ max_instances=3)
626
632
  ```
627
633
  ### Vpc Access Connector Shared Vpc
628
634
 
@@ -640,7 +646,9 @@ class Connector(pulumi.CustomResource):
640
646
  subnet={
641
647
  "name": custom_test.name,
642
648
  },
643
- machine_type="e2-standard-4")
649
+ machine_type="e2-standard-4",
650
+ min_instances=2,
651
+ max_instances=3)
644
652
  ```
645
653
 
646
654
  ## Import
@@ -835,7 +843,7 @@ class Connector(pulumi.CustomResource):
835
843
 
836
844
  @property
837
845
  @pulumi.getter(name="maxThroughput")
838
- def max_throughput(self) -> pulumi.Output[Optional[int]]:
846
+ def max_throughput(self) -> pulumi.Output[int]:
839
847
  """
840
848
  Maximum throughput of the connector in Mbps, must be greater than `min_throughput`. Default is 300. Refers to the expected throughput
841
849
  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
@@ -855,7 +863,7 @@ class Connector(pulumi.CustomResource):
855
863
 
856
864
  @property
857
865
  @pulumi.getter(name="minThroughput")
858
- def min_throughput(self) -> pulumi.Output[Optional[int]]:
866
+ def min_throughput(self) -> pulumi.Output[int]:
859
867
  """
860
868
  Minimum throughput of the connector in Mbps. Default and min is 200. Refers to the expected throughput when using an e2-micro machine type.
861
869
  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
@@ -200,7 +200,9 @@ def get_connector(name: Optional[str] = None,
200
200
  name="vpc-con",
201
201
  ip_cidr_range="10.8.0.0/28",
202
202
  network="default",
203
- region="us-central1")
203
+ region="us-central1",
204
+ min_instances=2,
205
+ max_instances=3)
204
206
  ```
205
207
 
206
208
 
@@ -262,7 +264,9 @@ def get_connector_output(name: Optional[pulumi.Input[str]] = None,
262
264
  name="vpc-con",
263
265
  ip_cidr_range="10.8.0.0/28",
264
266
  network="default",
265
- region="us-central1")
267
+ region="us-central1",
268
+ min_instances=2,
269
+ max_instances=3)
266
270
  ```
267
271
 
268
272
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_gcp
3
- Version: 7.39.0a1726207510
3
+ Version: 8.0.0a1
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