pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.0__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 (132) 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/cloudasset/folder_feed.py +4 -2
  26. pulumi_gcp/cloudrunv2/_inputs.py +25 -25
  27. pulumi_gcp/cloudrunv2/get_job.py +11 -1
  28. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  29. pulumi_gcp/cloudrunv2/job.py +50 -0
  30. pulumi_gcp/cloudrunv2/outputs.py +26 -26
  31. pulumi_gcp/cloudrunv2/service.py +54 -0
  32. pulumi_gcp/compute/_inputs.py +117 -54
  33. pulumi_gcp/compute/backend_service.py +52 -0
  34. pulumi_gcp/compute/firewall_policy_rule.py +4 -2
  35. pulumi_gcp/compute/forwarding_rule.py +42 -0
  36. pulumi_gcp/compute/get_forwarding_rule.py +11 -1
  37. pulumi_gcp/compute/global_address.py +8 -4
  38. pulumi_gcp/compute/global_forwarding_rule.py +7 -0
  39. pulumi_gcp/compute/instance_template.py +56 -7
  40. pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
  41. pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
  42. pulumi_gcp/compute/network_attachment.py +8 -4
  43. pulumi_gcp/compute/node_group.py +4 -2
  44. pulumi_gcp/compute/organization_security_policy_association.py +4 -2
  45. pulumi_gcp/compute/outputs.py +101 -42
  46. pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
  47. pulumi_gcp/compute/region_backend_service.py +36 -7
  48. pulumi_gcp/compute/region_instance_template.py +56 -7
  49. pulumi_gcp/compute/region_ssl_certificate.py +49 -7
  50. pulumi_gcp/compute/ssl_certificate.py +49 -7
  51. pulumi_gcp/compute/subnetwork.py +193 -23
  52. pulumi_gcp/config/__init__.pyi +3 -5
  53. pulumi_gcp/config/vars.py +6 -10
  54. pulumi_gcp/container/_inputs.py +19 -41
  55. pulumi_gcp/container/cluster.py +79 -0
  56. pulumi_gcp/container/get_cluster.py +21 -1
  57. pulumi_gcp/container/get_engine_versions.py +8 -2
  58. pulumi_gcp/container/outputs.py +17 -40
  59. pulumi_gcp/diagflow/intent.py +4 -2
  60. pulumi_gcp/edgenetwork/network.py +83 -0
  61. pulumi_gcp/edgenetwork/subnet.py +83 -0
  62. pulumi_gcp/firebase/database_instance.py +2 -0
  63. pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
  64. pulumi_gcp/firebase/hosting_version.py +4 -2
  65. pulumi_gcp/firebase/project.py +2 -0
  66. pulumi_gcp/firestore/document.py +8 -4
  67. pulumi_gcp/folder/access_approval_settings.py +12 -6
  68. pulumi_gcp/gkeonprem/_inputs.py +11 -11
  69. pulumi_gcp/gkeonprem/outputs.py +9 -9
  70. pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
  71. pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
  72. pulumi_gcp/iam/access_boundary_policy.py +4 -2
  73. pulumi_gcp/iam/deny_policy.py +4 -2
  74. pulumi_gcp/iap/brand.py +4 -2
  75. pulumi_gcp/iap/client.py +4 -2
  76. pulumi_gcp/identityplatform/__init__.py +0 -1
  77. pulumi_gcp/identityplatform/_inputs.py +0 -396
  78. pulumi_gcp/identityplatform/config.py +2 -0
  79. pulumi_gcp/identityplatform/outputs.py +0 -313
  80. pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
  81. pulumi_gcp/kms/__init__.py +4 -0
  82. pulumi_gcp/kms/_inputs.py +130 -0
  83. pulumi_gcp/kms/autokey_config.py +6 -2
  84. pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
  85. pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
  86. pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
  87. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
  88. pulumi_gcp/kms/key_handle.py +8 -2
  89. pulumi_gcp/kms/outputs.py +76 -0
  90. pulumi_gcp/logging/folder_settings.py +4 -2
  91. pulumi_gcp/monitoring/monitored_project.py +4 -2
  92. pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
  93. pulumi_gcp/networkservices/_inputs.py +23 -0
  94. pulumi_gcp/networkservices/outputs.py +17 -1
  95. pulumi_gcp/networkservices/tcp_route.py +2 -0
  96. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  97. pulumi_gcp/organizations/folder.py +35 -1
  98. pulumi_gcp/organizations/get_client_config.py +14 -1
  99. pulumi_gcp/organizations/get_folder.py +11 -1
  100. pulumi_gcp/organizations/get_project.py +3 -13
  101. pulumi_gcp/organizations/project.py +3 -87
  102. pulumi_gcp/orgpolicy/policy.py +12 -6
  103. pulumi_gcp/projects/api_key.py +2 -52
  104. pulumi_gcp/provider.py +32 -52
  105. pulumi_gcp/pubsub/topic.py +1 -1
  106. pulumi_gcp/pulumi-plugin.json +1 -1
  107. pulumi_gcp/redis/cluster.py +58 -0
  108. pulumi_gcp/resourcemanager/lien.py +4 -2
  109. pulumi_gcp/securitycenter/__init__.py +1 -0
  110. pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
  111. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
  112. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
  113. pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
  114. pulumi_gcp/sql/_inputs.py +3 -36
  115. pulumi_gcp/sql/outputs.py +6 -49
  116. pulumi_gcp/storage/_inputs.py +23 -23
  117. pulumi_gcp/storage/bucket.py +6 -6
  118. pulumi_gcp/storage/outputs.py +27 -27
  119. pulumi_gcp/tags/tag_binding.py +4 -2
  120. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
  121. pulumi_gcp/vmwareengine/network.py +4 -2
  122. pulumi_gcp/vpcaccess/connector.py +14 -6
  123. pulumi_gcp/vpcaccess/get_connector.py +6 -2
  124. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0.dist-info}/METADATA +1 -1
  125. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0.dist-info}/RECORD +127 -127
  126. pulumi_gcp/datastore/__init__.py +0 -10
  127. pulumi_gcp/datastore/_inputs.py +0 -76
  128. pulumi_gcp/datastore/data_store_index.py +0 -515
  129. pulumi_gcp/datastore/outputs.py +0 -51
  130. pulumi_gcp/identityplatform/project_default_config.py +0 -357
  131. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0.dist-info}/WHEEL +0 -0
  132. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0.dist-info}/top_level.txt +0 -0
@@ -64,7 +64,6 @@ class RegionBackendServiceArgs:
64
64
  Structure is documented below.
65
65
  :param pulumi.Input[int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
66
66
  connections, but still work to finish started).
67
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
68
67
  :param pulumi.Input['RegionBackendServiceConnectionTrackingPolicyArgs'] connection_tracking_policy: Connection Tracking configuration for this BackendService.
69
68
  This is available only for Layer 4 Internal Load Balancing and
70
69
  Network Load Balancing.
@@ -153,6 +152,10 @@ class RegionBackendServiceArgs:
153
152
  - - -
154
153
  :param pulumi.Input[str] network: The URL of the network to which this backend service belongs.
155
154
  This field can only be specified when the load balancing scheme is set to INTERNAL.
155
+ :param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
156
+ This field is applicable only when the `load_balancing_scheme` is set
157
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
158
+ Structure is documented below.
156
159
  :param pulumi.Input[str] port_name: A named port on a backend instance group representing the port for
157
160
  communication to the backend VMs in that group. Required when the
158
161
  loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
@@ -295,7 +298,6 @@ class RegionBackendServiceArgs:
295
298
  """
296
299
  Time for which instance will be drained (not accept new
297
300
  connections, but still work to finish started).
298
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
299
301
  """
300
302
  return pulumi.get(self, "connection_draining_timeout_sec")
301
303
 
@@ -526,6 +528,12 @@ class RegionBackendServiceArgs:
526
528
  @property
527
529
  @pulumi.getter(name="outlierDetection")
528
530
  def outlier_detection(self) -> Optional[pulumi.Input['RegionBackendServiceOutlierDetectionArgs']]:
531
+ """
532
+ Settings controlling eviction of unhealthy hosts from the load balancing pool.
533
+ This field is applicable only when the `load_balancing_scheme` is set
534
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
535
+ Structure is documented below.
536
+ """
529
537
  return pulumi.get(self, "outlier_detection")
530
538
 
531
539
  @outlier_detection.setter
@@ -696,7 +704,6 @@ class _RegionBackendServiceState:
696
704
  Structure is documented below.
697
705
  :param pulumi.Input[int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
698
706
  connections, but still work to finish started).
699
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
700
707
  :param pulumi.Input['RegionBackendServiceConnectionTrackingPolicyArgs'] connection_tracking_policy: Connection Tracking configuration for this BackendService.
701
708
  This is available only for Layer 4 Internal Load Balancing and
702
709
  Network Load Balancing.
@@ -789,6 +796,10 @@ class _RegionBackendServiceState:
789
796
  - - -
790
797
  :param pulumi.Input[str] network: The URL of the network to which this backend service belongs.
791
798
  This field can only be specified when the load balancing scheme is set to INTERNAL.
799
+ :param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
800
+ This field is applicable only when the `load_balancing_scheme` is set
801
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
802
+ Structure is documented below.
792
803
  :param pulumi.Input[str] port_name: A named port on a backend instance group representing the port for
793
804
  communication to the backend VMs in that group. Required when the
794
805
  loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
@@ -940,7 +951,6 @@ class _RegionBackendServiceState:
940
951
  """
941
952
  Time for which instance will be drained (not accept new
942
953
  connections, but still work to finish started).
943
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
944
954
  """
945
955
  return pulumi.get(self, "connection_draining_timeout_sec")
946
956
 
@@ -1208,6 +1218,12 @@ class _RegionBackendServiceState:
1208
1218
  @property
1209
1219
  @pulumi.getter(name="outlierDetection")
1210
1220
  def outlier_detection(self) -> Optional[pulumi.Input['RegionBackendServiceOutlierDetectionArgs']]:
1221
+ """
1222
+ Settings controlling eviction of unhealthy hosts from the load balancing pool.
1223
+ This field is applicable only when the `load_balancing_scheme` is set
1224
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
1225
+ Structure is documented below.
1226
+ """
1211
1227
  return pulumi.get(self, "outlier_detection")
1212
1228
 
1213
1229
  @outlier_detection.setter
@@ -1416,6 +1432,7 @@ class RegionBackendService(pulumi.CustomResource):
1416
1432
  protocol="HTTP",
1417
1433
  load_balancing_scheme="EXTERNAL",
1418
1434
  iap={
1435
+ "enabled": True,
1419
1436
  "oauth2_client_id": "abc",
1420
1437
  "oauth2_client_secret": "xyz",
1421
1438
  })
@@ -1677,7 +1694,6 @@ class RegionBackendService(pulumi.CustomResource):
1677
1694
  Structure is documented below.
1678
1695
  :param pulumi.Input[int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
1679
1696
  connections, but still work to finish started).
1680
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
1681
1697
  :param pulumi.Input[Union['RegionBackendServiceConnectionTrackingPolicyArgs', 'RegionBackendServiceConnectionTrackingPolicyArgsDict']] connection_tracking_policy: Connection Tracking configuration for this BackendService.
1682
1698
  This is available only for Layer 4 Internal Load Balancing and
1683
1699
  Network Load Balancing.
@@ -1766,6 +1782,10 @@ class RegionBackendService(pulumi.CustomResource):
1766
1782
  - - -
1767
1783
  :param pulumi.Input[str] network: The URL of the network to which this backend service belongs.
1768
1784
  This field can only be specified when the load balancing scheme is set to INTERNAL.
1785
+ :param pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
1786
+ This field is applicable only when the `load_balancing_scheme` is set
1787
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
1788
+ Structure is documented below.
1769
1789
  :param pulumi.Input[str] port_name: A named port on a backend instance group representing the port for
1770
1790
  communication to the backend VMs in that group. Required when the
1771
1791
  loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
@@ -1842,6 +1862,7 @@ class RegionBackendService(pulumi.CustomResource):
1842
1862
  protocol="HTTP",
1843
1863
  load_balancing_scheme="EXTERNAL",
1844
1864
  iap={
1865
+ "enabled": True,
1845
1866
  "oauth2_client_id": "abc",
1846
1867
  "oauth2_client_secret": "xyz",
1847
1868
  })
@@ -2228,7 +2249,6 @@ class RegionBackendService(pulumi.CustomResource):
2228
2249
  Structure is documented below.
2229
2250
  :param pulumi.Input[int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
2230
2251
  connections, but still work to finish started).
2231
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
2232
2252
  :param pulumi.Input[Union['RegionBackendServiceConnectionTrackingPolicyArgs', 'RegionBackendServiceConnectionTrackingPolicyArgsDict']] connection_tracking_policy: Connection Tracking configuration for this BackendService.
2233
2253
  This is available only for Layer 4 Internal Load Balancing and
2234
2254
  Network Load Balancing.
@@ -2321,6 +2341,10 @@ class RegionBackendService(pulumi.CustomResource):
2321
2341
  - - -
2322
2342
  :param pulumi.Input[str] network: The URL of the network to which this backend service belongs.
2323
2343
  This field can only be specified when the load balancing scheme is set to INTERNAL.
2344
+ :param pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
2345
+ This field is applicable only when the `load_balancing_scheme` is set
2346
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
2347
+ Structure is documented below.
2324
2348
  :param pulumi.Input[str] port_name: A named port on a backend instance group representing the port for
2325
2349
  communication to the backend VMs in that group. Required when the
2326
2350
  loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
@@ -2431,7 +2455,6 @@ class RegionBackendService(pulumi.CustomResource):
2431
2455
  """
2432
2456
  Time for which instance will be drained (not accept new
2433
2457
  connections, but still work to finish started).
2434
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
2435
2458
  """
2436
2459
  return pulumi.get(self, "connection_draining_timeout_sec")
2437
2460
 
@@ -2635,6 +2658,12 @@ class RegionBackendService(pulumi.CustomResource):
2635
2658
  @property
2636
2659
  @pulumi.getter(name="outlierDetection")
2637
2660
  def outlier_detection(self) -> pulumi.Output[Optional['outputs.RegionBackendServiceOutlierDetection']]:
2661
+ """
2662
+ Settings controlling eviction of unhealthy hosts from the load balancing pool.
2663
+ This field is applicable only when the `load_balancing_scheme` is set
2664
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
2665
+ Structure is documented below.
2666
+ """
2638
2667
  return pulumi.get(self, "outlier_detection")
2639
2668
 
2640
2669
  @property
@@ -82,7 +82,14 @@ class RegionInstanceTemplateArgs:
82
82
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
83
83
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
84
84
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
85
- prefix. Conflicts with `name`.
85
+ prefix. Conflicts with `name`. Max length is 54 characters.
86
+ Prefixes with lengths longer than 37 characters will use a shortened
87
+ UUID that will be more prone to collisions.
88
+
89
+ Resulting name for a `name_prefix` <= 37 characters:
90
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
91
+ Resulting name for a `name_prefix` 38 - 54 characters:
92
+ `name_prefix` + YYmmdd + 3 digit incremental counter
86
93
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
87
94
  this template. This can be specified multiple times for multiple networks.
88
95
  Structure is documented below.
@@ -349,7 +356,14 @@ class RegionInstanceTemplateArgs:
349
356
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
350
357
  """
351
358
  Creates a unique name beginning with the specified
352
- prefix. Conflicts with `name`.
359
+ prefix. Conflicts with `name`. Max length is 54 characters.
360
+ Prefixes with lengths longer than 37 characters will use a shortened
361
+ UUID that will be more prone to collisions.
362
+
363
+ Resulting name for a `name_prefix` <= 37 characters:
364
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
365
+ Resulting name for a `name_prefix` 38 - 54 characters:
366
+ `name_prefix` + YYmmdd + 3 digit incremental counter
353
367
  """
354
368
  return pulumi.get(self, "name_prefix")
355
369
 
@@ -585,7 +599,14 @@ class _RegionInstanceTemplateState:
585
599
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
586
600
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
587
601
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
588
- prefix. Conflicts with `name`.
602
+ prefix. Conflicts with `name`. Max length is 54 characters.
603
+ Prefixes with lengths longer than 37 characters will use a shortened
604
+ UUID that will be more prone to collisions.
605
+
606
+ Resulting name for a `name_prefix` <= 37 characters:
607
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
608
+ Resulting name for a `name_prefix` 38 - 54 characters:
609
+ `name_prefix` + YYmmdd + 3 digit incremental counter
589
610
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
590
611
  this template. This can be specified multiple times for multiple networks.
591
612
  Structure is documented below.
@@ -891,7 +912,14 @@ class _RegionInstanceTemplateState:
891
912
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
892
913
  """
893
914
  Creates a unique name beginning with the specified
894
- prefix. Conflicts with `name`.
915
+ prefix. Conflicts with `name`. Max length is 54 characters.
916
+ Prefixes with lengths longer than 37 characters will use a shortened
917
+ UUID that will be more prone to collisions.
918
+
919
+ Resulting name for a `name_prefix` <= 37 characters:
920
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
921
+ Resulting name for a `name_prefix` 38 - 54 characters:
922
+ `name_prefix` + YYmmdd + 3 digit incremental counter
895
923
  """
896
924
  return pulumi.get(self, "name_prefix")
897
925
 
@@ -1184,7 +1212,14 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1184
1212
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
1185
1213
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
1186
1214
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
1187
- prefix. Conflicts with `name`.
1215
+ prefix. Conflicts with `name`. Max length is 54 characters.
1216
+ Prefixes with lengths longer than 37 characters will use a shortened
1217
+ UUID that will be more prone to collisions.
1218
+
1219
+ Resulting name for a `name_prefix` <= 37 characters:
1220
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
1221
+ Resulting name for a `name_prefix` 38 - 54 characters:
1222
+ `name_prefix` + YYmmdd + 3 digit incremental counter
1188
1223
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateNetworkInterfaceArgs', 'RegionInstanceTemplateNetworkInterfaceArgsDict']]]] network_interfaces: Networks to attach to instances created from
1189
1224
  this template. This can be specified multiple times for multiple networks.
1190
1225
  Structure is documented below.
@@ -1413,7 +1448,14 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1413
1448
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
1414
1449
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
1415
1450
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
1416
- prefix. Conflicts with `name`.
1451
+ prefix. Conflicts with `name`. Max length is 54 characters.
1452
+ Prefixes with lengths longer than 37 characters will use a shortened
1453
+ UUID that will be more prone to collisions.
1454
+
1455
+ Resulting name for a `name_prefix` <= 37 characters:
1456
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
1457
+ Resulting name for a `name_prefix` 38 - 54 characters:
1458
+ `name_prefix` + YYmmdd + 3 digit incremental counter
1417
1459
  :param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateNetworkInterfaceArgs', 'RegionInstanceTemplateNetworkInterfaceArgsDict']]]] network_interfaces: Networks to attach to instances created from
1418
1460
  this template. This can be specified multiple times for multiple networks.
1419
1461
  Structure is documented below.
@@ -1628,7 +1670,14 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1628
1670
  def name_prefix(self) -> pulumi.Output[str]:
1629
1671
  """
1630
1672
  Creates a unique name beginning with the specified
1631
- prefix. Conflicts with `name`.
1673
+ prefix. Conflicts with `name`. Max length is 54 characters.
1674
+ Prefixes with lengths longer than 37 characters will use a shortened
1675
+ UUID that will be more prone to collisions.
1676
+
1677
+ Resulting name for a `name_prefix` <= 37 characters:
1678
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
1679
+ Resulting name for a `name_prefix` 38 - 54 characters:
1680
+ `name_prefix` + YYmmdd + 3 digit incremental counter
1632
1681
  """
1633
1682
  return pulumi.get(self, "name_prefix")
1634
1683
 
@@ -47,7 +47,13 @@ class RegionSslCertificateArgs:
47
47
  character, which cannot be a dash.
48
48
  These are in the same namespace as the managed SSL certificates.
49
49
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
50
- specified prefix. Conflicts with `name`.
50
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
51
+ Prefixes with lengths longer than 37 characters will use a shortened
52
+ UUID that will be more prone to collisions.
53
+ Resulting name for a `name_prefix` <= 37 characters:
54
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
55
+ Resulting name for a `name_prefix` 38 - 54 characters:
56
+ `name_prefix` + YYmmdd + 3 digit incremental counter
51
57
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
52
58
  If it is not provided, the provider project is used.
53
59
  :param pulumi.Input[str] region: The Region in which the created regional ssl certificate should reside.
@@ -133,7 +139,13 @@ class RegionSslCertificateArgs:
133
139
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
134
140
  """
135
141
  Creates a unique name beginning with the
136
- specified prefix. Conflicts with `name`.
142
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
143
+ Prefixes with lengths longer than 37 characters will use a shortened
144
+ UUID that will be more prone to collisions.
145
+ Resulting name for a `name_prefix` <= 37 characters:
146
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
147
+ Resulting name for a `name_prefix` 38 - 54 characters:
148
+ `name_prefix` + YYmmdd + 3 digit incremental counter
137
149
  """
138
150
  return pulumi.get(self, "name_prefix")
139
151
 
@@ -201,7 +213,13 @@ class _RegionSslCertificateState:
201
213
  character, which cannot be a dash.
202
214
  These are in the same namespace as the managed SSL certificates.
203
215
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
204
- specified prefix. Conflicts with `name`.
216
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
217
+ Prefixes with lengths longer than 37 characters will use a shortened
218
+ UUID that will be more prone to collisions.
219
+ Resulting name for a `name_prefix` <= 37 characters:
220
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
221
+ Resulting name for a `name_prefix` 38 - 54 characters:
222
+ `name_prefix` + YYmmdd + 3 digit incremental counter
205
223
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
206
224
  **Note**: This property is sensitive and will not be displayed in the plan.
207
225
 
@@ -323,7 +341,13 @@ class _RegionSslCertificateState:
323
341
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
324
342
  """
325
343
  Creates a unique name beginning with the
326
- specified prefix. Conflicts with `name`.
344
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
345
+ Prefixes with lengths longer than 37 characters will use a shortened
346
+ UUID that will be more prone to collisions.
347
+ Resulting name for a `name_prefix` <= 37 characters:
348
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
349
+ Resulting name for a `name_prefix` 38 - 54 characters:
350
+ `name_prefix` + YYmmdd + 3 digit incremental counter
327
351
  """
328
352
  return pulumi.get(self, "name_prefix")
329
353
 
@@ -458,7 +482,13 @@ class RegionSslCertificate(pulumi.CustomResource):
458
482
  character, which cannot be a dash.
459
483
  These are in the same namespace as the managed SSL certificates.
460
484
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
461
- specified prefix. Conflicts with `name`.
485
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
486
+ Prefixes with lengths longer than 37 characters will use a shortened
487
+ UUID that will be more prone to collisions.
488
+ Resulting name for a `name_prefix` <= 37 characters:
489
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
490
+ Resulting name for a `name_prefix` 38 - 54 characters:
491
+ `name_prefix` + YYmmdd + 3 digit incremental counter
462
492
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
463
493
  **Note**: This property is sensitive and will not be displayed in the plan.
464
494
 
@@ -611,7 +641,13 @@ class RegionSslCertificate(pulumi.CustomResource):
611
641
  character, which cannot be a dash.
612
642
  These are in the same namespace as the managed SSL certificates.
613
643
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
614
- specified prefix. Conflicts with `name`.
644
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
645
+ Prefixes with lengths longer than 37 characters will use a shortened
646
+ UUID that will be more prone to collisions.
647
+ Resulting name for a `name_prefix` <= 37 characters:
648
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
649
+ Resulting name for a `name_prefix` 38 - 54 characters:
650
+ `name_prefix` + YYmmdd + 3 digit incremental counter
615
651
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
616
652
  **Note**: This property is sensitive and will not be displayed in the plan.
617
653
 
@@ -703,7 +739,13 @@ class RegionSslCertificate(pulumi.CustomResource):
703
739
  def name_prefix(self) -> pulumi.Output[str]:
704
740
  """
705
741
  Creates a unique name beginning with the
706
- specified prefix. Conflicts with `name`.
742
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
743
+ Prefixes with lengths longer than 37 characters will use a shortened
744
+ UUID that will be more prone to collisions.
745
+ Resulting name for a `name_prefix` <= 37 characters:
746
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
747
+ Resulting name for a `name_prefix` 38 - 54 characters:
748
+ `name_prefix` + YYmmdd + 3 digit incremental counter
707
749
  """
708
750
  return pulumi.get(self, "name_prefix")
709
751
 
@@ -46,7 +46,13 @@ class SSLCertificateArgs:
46
46
  character, which cannot be a dash.
47
47
  These are in the same namespace as the managed SSL certificates.
48
48
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
49
- specified prefix. Conflicts with `name`.
49
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
50
+ Prefixes with lengths longer than 37 characters will use a shortened
51
+ UUID that will be more prone to collisions.
52
+ Resulting name for a `name_prefix` <= 37 characters:
53
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
54
+ Resulting name for a `name_prefix` 38 - 54 characters:
55
+ `name_prefix` + YYmmdd + 3 digit incremental counter
50
56
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
51
57
  If it is not provided, the provider project is used.
52
58
  """
@@ -128,7 +134,13 @@ class SSLCertificateArgs:
128
134
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
129
135
  """
130
136
  Creates a unique name beginning with the
131
- specified prefix. Conflicts with `name`.
137
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
138
+ Prefixes with lengths longer than 37 characters will use a shortened
139
+ UUID that will be more prone to collisions.
140
+ Resulting name for a `name_prefix` <= 37 characters:
141
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
142
+ Resulting name for a `name_prefix` 38 - 54 characters:
143
+ `name_prefix` + YYmmdd + 3 digit incremental counter
132
144
  """
133
145
  return pulumi.get(self, "name_prefix")
134
146
 
@@ -182,7 +194,13 @@ class _SSLCertificateState:
182
194
  character, which cannot be a dash.
183
195
  These are in the same namespace as the managed SSL certificates.
184
196
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
185
- specified prefix. Conflicts with `name`.
197
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
198
+ Prefixes with lengths longer than 37 characters will use a shortened
199
+ UUID that will be more prone to collisions.
200
+ Resulting name for a `name_prefix` <= 37 characters:
201
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
202
+ Resulting name for a `name_prefix` 38 - 54 characters:
203
+ `name_prefix` + YYmmdd + 3 digit incremental counter
186
204
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
187
205
  **Note**: This property is sensitive and will not be displayed in the plan.
188
206
 
@@ -300,7 +318,13 @@ class _SSLCertificateState:
300
318
  def name_prefix(self) -> Optional[pulumi.Input[str]]:
301
319
  """
302
320
  Creates a unique name beginning with the
303
- specified prefix. Conflicts with `name`.
321
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
322
+ Prefixes with lengths longer than 37 characters will use a shortened
323
+ UUID that will be more prone to collisions.
324
+ Resulting name for a `name_prefix` <= 37 characters:
325
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
326
+ Resulting name for a `name_prefix` 38 - 54 characters:
327
+ `name_prefix` + YYmmdd + 3 digit incremental counter
304
328
  """
305
329
  return pulumi.get(self, "name_prefix")
306
330
 
@@ -415,7 +439,13 @@ class SSLCertificate(pulumi.CustomResource):
415
439
  character, which cannot be a dash.
416
440
  These are in the same namespace as the managed SSL certificates.
417
441
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
418
- specified prefix. Conflicts with `name`.
442
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
443
+ Prefixes with lengths longer than 37 characters will use a shortened
444
+ UUID that will be more prone to collisions.
445
+ Resulting name for a `name_prefix` <= 37 characters:
446
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
447
+ Resulting name for a `name_prefix` 38 - 54 characters:
448
+ `name_prefix` + YYmmdd + 3 digit incremental counter
419
449
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
420
450
  **Note**: This property is sensitive and will not be displayed in the plan.
421
451
 
@@ -557,7 +587,13 @@ class SSLCertificate(pulumi.CustomResource):
557
587
  character, which cannot be a dash.
558
588
  These are in the same namespace as the managed SSL certificates.
559
589
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the
560
- specified prefix. Conflicts with `name`.
590
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
591
+ Prefixes with lengths longer than 37 characters will use a shortened
592
+ UUID that will be more prone to collisions.
593
+ Resulting name for a `name_prefix` <= 37 characters:
594
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
595
+ Resulting name for a `name_prefix` 38 - 54 characters:
596
+ `name_prefix` + YYmmdd + 3 digit incremental counter
561
597
  :param pulumi.Input[str] private_key: The write-only private key in PEM format.
562
598
  **Note**: This property is sensitive and will not be displayed in the plan.
563
599
 
@@ -646,7 +682,13 @@ class SSLCertificate(pulumi.CustomResource):
646
682
  def name_prefix(self) -> pulumi.Output[str]:
647
683
  """
648
684
  Creates a unique name beginning with the
649
- specified prefix. Conflicts with `name`.
685
+ specified prefix. Conflicts with `name`. Max length is 54 characters.
686
+ Prefixes with lengths longer than 37 characters will use a shortened
687
+ UUID that will be more prone to collisions.
688
+ Resulting name for a `name_prefix` <= 37 characters:
689
+ `name_prefix` + YYYYmmddHHSSssss + 8 digit incremental counter
690
+ Resulting name for a `name_prefix` 38 - 54 characters:
691
+ `name_prefix` + YYmmdd + 3 digit incremental counter
650
692
  """
651
693
  return pulumi.get(self, "name_prefix")
652
694