pulumi-gcp 7.17.0__py3-none-any.whl → 7.17.0a1711740254__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.0a1711740254.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.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.0a1711740254.dist-info}/WHEEL +0 -0
  91. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/top_level.txt +0 -0
@@ -1234,8 +1234,9 @@ class AutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicas(dict):
1234
1234
  """
1235
1235
  :param int fixed: Specifies a fixed number of VM instances. This must be a positive
1236
1236
  integer.
1237
- :param int percent: Specifies a percentage of instances between 0 to 100%, inclusive.
1238
- For example, specify 80 for 80%.
1237
+ :param int percent: Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
1238
+ For example, specify 80 for 80%!
1239
+ (MISSING)
1239
1240
  """
1240
1241
  if fixed is not None:
1241
1242
  pulumi.set(__self__, "fixed", fixed)
@@ -1255,8 +1256,9 @@ class AutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicas(dict):
1255
1256
  @pulumi.getter
1256
1257
  def percent(self) -> Optional[int]:
1257
1258
  """
1258
- Specifies a percentage of instances between 0 to 100%, inclusive.
1259
- For example, specify 80 for 80%.
1259
+ Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
1260
+ For example, specify 80 for 80%!
1261
+ (MISSING)
1260
1262
  """
1261
1263
  return pulumi.get(self, "percent")
1262
1264
 
@@ -1323,8 +1325,9 @@ class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(dict):
1323
1325
  """
1324
1326
  :param int fixed: Specifies a fixed number of VM instances. This must be a positive
1325
1327
  integer.
1326
- :param int percent: Specifies a percentage of instances between 0 to 100%, inclusive.
1327
- For example, specify 80 for 80%.
1328
+ :param int percent: Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
1329
+ For example, specify 80 for 80%!
1330
+ (MISSING)
1328
1331
  """
1329
1332
  if fixed is not None:
1330
1333
  pulumi.set(__self__, "fixed", fixed)
@@ -1344,8 +1347,9 @@ class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(dict):
1344
1347
  @pulumi.getter
1345
1348
  def percent(self) -> Optional[int]:
1346
1349
  """
1347
- Specifies a percentage of instances between 0 to 100%, inclusive.
1348
- For example, specify 80 for 80%.
1350
+ Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
1351
+ For example, specify 80 for 80%!
1352
+ (MISSING)
1349
1353
  """
1350
1354
  return pulumi.get(self, "percent")
1351
1355
 
@@ -1915,10 +1919,10 @@ class BackendServiceBackend(dict):
1915
1919
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
1916
1920
  :param float capacity_scaler: A multiplier applied to the group's maximum servicing capacity
1917
1921
  (based on UTILIZATION, RATE or CONNECTION).
1918
- Default value is 1, which means the group will serve up to 100%
1919
- of its configured capacity (depending on balancingMode). A
1922
+ Default value is 1, which means the group will serve up to 100%!
1923
+ (MISSING)of its configured capacity (depending on balancingMode). A
1920
1924
  setting of 0 means the group is completely drained, offering
1921
- 0% of its available Capacity. Valid range is [0.0,1.0].
1925
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
1922
1926
  :param str description: An optional description of this resource.
1923
1927
  Provide this property when you create the resource.
1924
1928
  :param int max_connections: The max number of simultaneous connections for the group. Can
@@ -2018,10 +2022,10 @@ class BackendServiceBackend(dict):
2018
2022
  """
2019
2023
  A multiplier applied to the group's maximum servicing capacity
2020
2024
  (based on UTILIZATION, RATE or CONNECTION).
2021
- Default value is 1, which means the group will serve up to 100%
2022
- of its configured capacity (depending on balancingMode). A
2025
+ Default value is 1, which means the group will serve up to 100%!
2026
+ (MISSING)of its configured capacity (depending on balancingMode). A
2023
2027
  setting of 0 means the group is completely drained, offering
2024
- 0% of its available Capacity. Valid range is [0.0,1.0].
2028
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
2025
2029
  """
2026
2030
  return pulumi.get(self, "capacity_scaler")
2027
2031
 
@@ -3254,7 +3258,8 @@ class BackendServiceOutlierDetection(dict):
3254
3258
  ejections as well as hosts being returned to service. Defaults to 10 seconds.
3255
3259
  Structure is documented below.
3256
3260
  :param int max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
3257
- that can be ejected. Defaults to 10%.
3261
+ that can be ejected. Defaults to 10%!
3262
+ (MISSING)
3258
3263
  :param int success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
3259
3264
  success rate outliers. If the number of hosts is less than this setting, outlier
3260
3265
  detection via success rate statistics is not performed for any host in the
@@ -3370,7 +3375,8 @@ class BackendServiceOutlierDetection(dict):
3370
3375
  def max_ejection_percent(self) -> Optional[int]:
3371
3376
  """
3372
3377
  Maximum percentage of hosts in the load balancing pool for the backend service
3373
- that can be ejected. Defaults to 10%.
3378
+ that can be ejected. Defaults to 10%!
3379
+ (MISSING)
3374
3380
  """
3375
3381
  return pulumi.get(self, "max_ejection_percent")
3376
3382
 
@@ -5745,9 +5751,7 @@ class InstanceAttachedDisk(dict):
5745
5751
  (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
5746
5752
  encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5747
5753
  to encrypt this disk. Only one of `kms_key_self_link` and `disk_encryption_key_raw` may be set.
5748
- :param str disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5749
- encoded SHA-256 hash of the [customer-supplied encryption key]
5750
- (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
5754
+ :param str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
5751
5755
  :param str kms_key_self_link: The self_link of the encryption key that is
5752
5756
  stored in Google Cloud KMS to encrypt this disk. Only one of `kms_key_self_link`
5753
5757
  and `disk_encryption_key_raw` may be set.
@@ -5800,9 +5804,7 @@ class InstanceAttachedDisk(dict):
5800
5804
  @pulumi.getter(name="diskEncryptionKeySha256")
5801
5805
  def disk_encryption_key_sha256(self) -> Optional[str]:
5802
5806
  """
5803
- The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5804
- encoded SHA-256 hash of the [customer-supplied encryption key]
5805
- (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
5807
+ The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
5806
5808
  """
5807
5809
  return pulumi.get(self, "disk_encryption_key_sha256")
5808
5810
 
@@ -5876,9 +5878,7 @@ class InstanceBootDisk(dict):
5876
5878
  encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5877
5879
  to encrypt this disk. Only one of `kms_key_self_link` and `disk_encryption_key_raw`
5878
5880
  may be set.
5879
- :param str disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5880
- encoded SHA-256 hash of the [customer-supplied encryption key]
5881
- (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
5881
+ :param str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
5882
5882
  :param 'InstanceBootDiskInitializeParamsArgs' initialize_params: Parameters for a new disk that will be created
5883
5883
  alongside the new instance. Either `initialize_params` or `source` must be set.
5884
5884
  Structure is documented below.
@@ -5942,9 +5942,7 @@ class InstanceBootDisk(dict):
5942
5942
  @pulumi.getter(name="diskEncryptionKeySha256")
5943
5943
  def disk_encryption_key_sha256(self) -> Optional[str]:
5944
5944
  """
5945
- The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5946
- encoded SHA-256 hash of the [customer-supplied encryption key]
5947
- (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
5945
+ The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
5948
5946
  """
5949
5947
  return pulumi.get(self, "disk_encryption_key_sha256")
5950
5948
 
@@ -15433,8 +15431,9 @@ class RegionAutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicas(dic
15433
15431
  """
15434
15432
  :param int fixed: Specifies a fixed number of VM instances. This must be a positive
15435
15433
  integer.
15436
- :param int percent: Specifies a percentage of instances between 0 to 100%, inclusive.
15437
- For example, specify 80 for 80%.
15434
+ :param int percent: Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
15435
+ For example, specify 80 for 80%!
15436
+ (MISSING)
15438
15437
  """
15439
15438
  if fixed is not None:
15440
15439
  pulumi.set(__self__, "fixed", fixed)
@@ -15454,8 +15453,9 @@ class RegionAutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicas(dic
15454
15453
  @pulumi.getter
15455
15454
  def percent(self) -> Optional[int]:
15456
15455
  """
15457
- Specifies a percentage of instances between 0 to 100%, inclusive.
15458
- For example, specify 80 for 80%.
15456
+ Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
15457
+ For example, specify 80 for 80%!
15458
+ (MISSING)
15459
15459
  """
15460
15460
  return pulumi.get(self, "percent")
15461
15461
 
@@ -15522,8 +15522,9 @@ class RegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(dict):
15522
15522
  """
15523
15523
  :param int fixed: Specifies a fixed number of VM instances. This must be a positive
15524
15524
  integer.
15525
- :param int percent: Specifies a percentage of instances between 0 to 100%, inclusive.
15526
- For example, specify 80 for 80%.
15525
+ :param int percent: Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
15526
+ For example, specify 80 for 80%!
15527
+ (MISSING)
15527
15528
  """
15528
15529
  if fixed is not None:
15529
15530
  pulumi.set(__self__, "fixed", fixed)
@@ -15543,8 +15544,9 @@ class RegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(dict):
15543
15544
  @pulumi.getter
15544
15545
  def percent(self) -> Optional[int]:
15545
15546
  """
15546
- Specifies a percentage of instances between 0 to 100%, inclusive.
15547
- For example, specify 80 for 80%.
15547
+ Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
15548
+ For example, specify 80 for 80%!
15549
+ (MISSING)
15548
15550
  """
15549
15551
  return pulumi.get(self, "percent")
15550
15552
 
@@ -15734,7 +15736,7 @@ class RegionBackendServiceBackend(dict):
15734
15736
  but is required for non-INTERNAL backend service. The total
15735
15737
  capacity_scaler for all backends must be non-zero.
15736
15738
  A setting of 0 means the group is completely drained, offering
15737
- 0% of its available Capacity. Valid range is [0.0,1.0].
15739
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
15738
15740
  :param str description: An optional description of this resource.
15739
15741
  Provide this property when you create the resource.
15740
15742
  :param bool failover: This field designates whether this is a failover backend. More
@@ -15849,7 +15851,7 @@ class RegionBackendServiceBackend(dict):
15849
15851
  but is required for non-INTERNAL backend service. The total
15850
15852
  capacity_scaler for all backends must be non-zero.
15851
15853
  A setting of 0 means the group is completely drained, offering
15852
- 0% of its available Capacity. Valid range is [0.0,1.0].
15854
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
15853
15855
  """
15854
15856
  return pulumi.get(self, "capacity_scaler")
15855
15857
 
@@ -17121,7 +17123,8 @@ class RegionBackendServiceOutlierDetection(dict):
17121
17123
  ejections as well as hosts being returned to service. Defaults to 10 seconds.
17122
17124
  Structure is documented below.
17123
17125
  :param int max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
17124
- that can be ejected. Defaults to 10%.
17126
+ that can be ejected. Defaults to 10%!
17127
+ (MISSING)
17125
17128
  :param int success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
17126
17129
  success rate outliers. If the number of hosts is less than this setting, outlier
17127
17130
  detection via success rate statistics is not performed for any host in the
@@ -17237,7 +17240,8 @@ class RegionBackendServiceOutlierDetection(dict):
17237
17240
  def max_ejection_percent(self) -> Optional[int]:
17238
17241
  """
17239
17242
  Maximum percentage of hosts in the load balancing pool for the backend service
17240
- that can be ejected. Defaults to 10%.
17243
+ that can be ejected. Defaults to 10%!
17244
+ (MISSING)
17241
17245
  """
17242
17246
  return pulumi.get(self, "max_ejection_percent")
17243
17247
 
@@ -38507,10 +38511,10 @@ class GetBackendServiceBackendResult(dict):
38507
38511
  :param float capacity_scaler: A multiplier applied to the group's maximum servicing capacity
38508
38512
  (based on UTILIZATION, RATE or CONNECTION).
38509
38513
 
38510
- Default value is 1, which means the group will serve up to 100%
38511
- of its configured capacity (depending on balancingMode). A
38514
+ Default value is 1, which means the group will serve up to 100%!
38515
+ (MISSING)of its configured capacity (depending on balancingMode). A
38512
38516
  setting of 0 means the group is completely drained, offering
38513
- 0% of its available Capacity. Valid range is [0.0,1.0].
38517
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
38514
38518
  :param str description: Textual description for the Backend Service.
38515
38519
  :param str group: The fully-qualified URL of an Instance Group or Network Endpoint
38516
38520
  Group resource. In case of instance group this defines the list
@@ -38600,10 +38604,10 @@ class GetBackendServiceBackendResult(dict):
38600
38604
  A multiplier applied to the group's maximum servicing capacity
38601
38605
  (based on UTILIZATION, RATE or CONNECTION).
38602
38606
 
38603
- Default value is 1, which means the group will serve up to 100%
38604
- of its configured capacity (depending on balancingMode). A
38607
+ Default value is 1, which means the group will serve up to 100%!
38608
+ (MISSING)of its configured capacity (depending on balancingMode). A
38605
38609
  setting of 0 means the group is completely drained, offering
38606
- 0% of its available Capacity. Valid range is [0.0,1.0].
38610
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
38607
38611
  """
38608
38612
  return pulumi.get(self, "capacity_scaler")
38609
38613
 
@@ -39499,7 +39503,8 @@ class GetBackendServiceOutlierDetectionResult(dict):
39499
39503
  :param Sequence['GetBackendServiceOutlierDetectionIntervalArgs'] intervals: Time interval between ejection sweep analysis. This can result in both new
39500
39504
  ejections as well as hosts being returned to service. Defaults to 10 seconds.
39501
39505
  :param int max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
39502
- that can be ejected. Defaults to 10%.
39506
+ that can be ejected. Defaults to 10%!
39507
+ (MISSING)
39503
39508
  :param int success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
39504
39509
  success rate outliers. If the number of hosts is less than this setting, outlier
39505
39510
  detection via success rate statistics is not performed for any host in the
@@ -39602,7 +39607,8 @@ class GetBackendServiceOutlierDetectionResult(dict):
39602
39607
  def max_ejection_percent(self) -> int:
39603
39608
  """
39604
39609
  Maximum percentage of hosts in the load balancing pool for the backend service
39605
- that can be ejected. Defaults to 10%.
39610
+ that can be ejected. Defaults to 10%!
39611
+ (MISSING)
39606
39612
  """
39607
39613
  return pulumi.get(self, "max_ejection_percent")
39608
39614
 
@@ -41782,9 +41788,7 @@ class GetInstanceAttachedDiskResult(dict):
41782
41788
  :param str device_name: Name with which the attached disk is accessible
41783
41789
  under `/dev/disk/by-id/`
41784
41790
  :param str disk_encryption_key_raw: A 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
41785
- :param str disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
41786
- encoded SHA-256 hash of the [customer-supplied encryption key]
41787
- (<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
41791
+ :param str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
41788
41792
  :param str kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
41789
41793
  :param str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
41790
41794
  :param str source: The name or self_link of the disk attached to this instance.
@@ -41817,9 +41821,7 @@ class GetInstanceAttachedDiskResult(dict):
41817
41821
  @pulumi.getter(name="diskEncryptionKeySha256")
41818
41822
  def disk_encryption_key_sha256(self) -> str:
41819
41823
  """
41820
- The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
41821
- encoded SHA-256 hash of the [customer-supplied encryption key]
41822
- (<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
41824
+ The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
41823
41825
  """
41824
41826
  return pulumi.get(self, "disk_encryption_key_sha256")
41825
41827
 
@@ -41864,9 +41866,7 @@ class GetInstanceBootDiskResult(dict):
41864
41866
  :param str device_name: Name with which the attached disk is accessible
41865
41867
  under `/dev/disk/by-id/`
41866
41868
  :param str disk_encryption_key_raw: A 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
41867
- :param str disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
41868
- encoded SHA-256 hash of the [customer-supplied encryption key]
41869
- (<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
41869
+ :param str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
41870
41870
  :param Sequence['GetInstanceBootDiskInitializeParamArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
41871
41871
  Structure is documented below.
41872
41872
  :param str kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
@@ -41911,9 +41911,7 @@ class GetInstanceBootDiskResult(dict):
41911
41911
  @pulumi.getter(name="diskEncryptionKeySha256")
41912
41912
  def disk_encryption_key_sha256(self) -> str:
41913
41913
  """
41914
- The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
41915
- encoded SHA-256 hash of the [customer-supplied encryption key]
41916
- (<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
41914
+ The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
41917
41915
  """
41918
41916
  return pulumi.get(self, "disk_encryption_key_sha256")
41919
41917
 
@@ -42686,7 +42684,7 @@ class GetInstanceNetworkInterfaceResult(dict):
42686
42684
  :param str name: The name of the instance. One of `name` or `self_link` must be provided.
42687
42685
  :param str network: The name or self_link of the network attached to this interface.
42688
42686
  :param str network_attachment: Beta The URL of the network attachment to this interface.
42689
- :param str network_ip: The internal ip address of the instance, either manually or dynamically assigned.
42687
+ :param str network_ip: The private IP address assigned to the instance.
42690
42688
  :param str nic_type: The type of vNIC to be used on this interface. Possible values:GVNIC, VIRTIO_NET
42691
42689
  :param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
42692
42690
  :param str security_policy: A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
@@ -42788,7 +42786,7 @@ class GetInstanceNetworkInterfaceResult(dict):
42788
42786
  @pulumi.getter(name="networkIp")
42789
42787
  def network_ip(self) -> str:
42790
42788
  """
42791
- The internal ip address of the instance, either manually or dynamically assigned.
42789
+ The private IP address assigned to the instance.
42792
42790
  """
42793
42791
  return pulumi.get(self, "network_ip")
42794
42792
 
@@ -28,8 +28,8 @@ class RegionAutoscalerArgs:
28
28
  define one or more of the policies for an autoscaler: cpuUtilization,
29
29
  customMetricUtilizations, and loadBalancingUtilization.
30
30
  If none of these are specified, the default will be to autoscale based
31
- on cpuUtilization to 0.6 or 60%.
32
- Structure is documented below.
31
+ on cpuUtilization to 0.6 or 60%!
32
+ (MISSING)Structure is documented below.
33
33
  :param pulumi.Input[str] target: URL of the managed instance group that this autoscaler will scale.
34
34
  :param pulumi.Input[str] description: An optional description of this resource.
35
35
  :param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
@@ -60,8 +60,8 @@ class RegionAutoscalerArgs:
60
60
  define one or more of the policies for an autoscaler: cpuUtilization,
61
61
  customMetricUtilizations, and loadBalancingUtilization.
62
62
  If none of these are specified, the default will be to autoscale based
63
- on cpuUtilization to 0.6 or 60%.
64
- Structure is documented below.
63
+ on cpuUtilization to 0.6 or 60%!
64
+ (MISSING)Structure is documented below.
65
65
  """
66
66
  return pulumi.get(self, "autoscaling_policy")
67
67
 
@@ -152,8 +152,8 @@ class _RegionAutoscalerState:
152
152
  define one or more of the policies for an autoscaler: cpuUtilization,
153
153
  customMetricUtilizations, and loadBalancingUtilization.
154
154
  If none of these are specified, the default will be to autoscale based
155
- on cpuUtilization to 0.6 or 60%.
156
- Structure is documented below.
155
+ on cpuUtilization to 0.6 or 60%!
156
+ (MISSING)Structure is documented below.
157
157
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
158
158
  :param pulumi.Input[str] description: An optional description of this resource.
159
159
  :param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
@@ -192,8 +192,8 @@ class _RegionAutoscalerState:
192
192
  define one or more of the policies for an autoscaler: cpuUtilization,
193
193
  customMetricUtilizations, and loadBalancingUtilization.
194
194
  If none of these are specified, the default will be to autoscale based
195
- on cpuUtilization to 0.6 or 60%.
196
- Structure is documented below.
195
+ on cpuUtilization to 0.6 or 60%!
196
+ (MISSING)Structure is documented below.
197
197
  """
198
198
  return pulumi.get(self, "autoscaling_policy")
199
199
 
@@ -412,8 +412,8 @@ class RegionAutoscaler(pulumi.CustomResource):
412
412
  define one or more of the policies for an autoscaler: cpuUtilization,
413
413
  customMetricUtilizations, and loadBalancingUtilization.
414
414
  If none of these are specified, the default will be to autoscale based
415
- on cpuUtilization to 0.6 or 60%.
416
- Structure is documented below.
415
+ on cpuUtilization to 0.6 or 60%!
416
+ (MISSING)Structure is documented below.
417
417
  :param pulumi.Input[str] description: An optional description of this resource.
418
418
  :param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
419
419
  the regular expression `a-z?` which means the
@@ -605,8 +605,8 @@ class RegionAutoscaler(pulumi.CustomResource):
605
605
  define one or more of the policies for an autoscaler: cpuUtilization,
606
606
  customMetricUtilizations, and loadBalancingUtilization.
607
607
  If none of these are specified, the default will be to autoscale based
608
- on cpuUtilization to 0.6 or 60%.
609
- Structure is documented below.
608
+ on cpuUtilization to 0.6 or 60%!
609
+ (MISSING)Structure is documented below.
610
610
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
611
611
  :param pulumi.Input[str] description: An optional description of this resource.
612
612
  :param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
@@ -642,8 +642,8 @@ class RegionAutoscaler(pulumi.CustomResource):
642
642
  define one or more of the policies for an autoscaler: cpuUtilization,
643
643
  customMetricUtilizations, and loadBalancingUtilization.
644
644
  If none of these are specified, the default will be to autoscale based
645
- on cpuUtilization to 0.6 or 60%.
646
- Structure is documented below.
645
+ on cpuUtilization to 0.6 or 60%!
646
+ (MISSING)Structure is documented below.
647
647
  """
648
648
  return pulumi.get(self, "autoscaling_policy")
649
649
 
@@ -574,7 +574,6 @@ class _RegionBackendServiceState:
574
574
  enable_cdn: Optional[pulumi.Input[bool]] = None,
575
575
  failover_policy: Optional[pulumi.Input['RegionBackendServiceFailoverPolicyArgs']] = None,
576
576
  fingerprint: Optional[pulumi.Input[str]] = None,
577
- generated_id: Optional[pulumi.Input[int]] = None,
578
577
  health_checks: Optional[pulumi.Input[str]] = None,
579
578
  iap: Optional[pulumi.Input['RegionBackendServiceIapArgs']] = None,
580
579
  load_balancing_scheme: Optional[pulumi.Input[str]] = None,
@@ -627,7 +626,6 @@ class _RegionBackendServiceState:
627
626
  Structure is documented below.
628
627
  :param pulumi.Input[str] fingerprint: Fingerprint of this resource. A hash of the contents stored in this
629
628
  object. This field is used in optimistic locking.
630
- :param pulumi.Input[int] generated_id: The unique identifier for the resource. This identifier is defined by the server.
631
629
  :param pulumi.Input[str] health_checks: The set of URLs to HealthCheck resources for health checking
632
630
  this RegionBackendService. Currently at most one health
633
631
  check can be specified.
@@ -711,8 +709,6 @@ class _RegionBackendServiceState:
711
709
  pulumi.set(__self__, "failover_policy", failover_policy)
712
710
  if fingerprint is not None:
713
711
  pulumi.set(__self__, "fingerprint", fingerprint)
714
- if generated_id is not None:
715
- pulumi.set(__self__, "generated_id", generated_id)
716
712
  if health_checks is not None:
717
713
  pulumi.set(__self__, "health_checks", health_checks)
718
714
  if iap is not None:
@@ -913,18 +909,6 @@ class _RegionBackendServiceState:
913
909
  def fingerprint(self, value: Optional[pulumi.Input[str]]):
914
910
  pulumi.set(self, "fingerprint", value)
915
911
 
916
- @property
917
- @pulumi.getter(name="generatedId")
918
- def generated_id(self) -> Optional[pulumi.Input[int]]:
919
- """
920
- The unique identifier for the resource. This identifier is defined by the server.
921
- """
922
- return pulumi.get(self, "generated_id")
923
-
924
- @generated_id.setter
925
- def generated_id(self, value: Optional[pulumi.Input[int]]):
926
- pulumi.set(self, "generated_id", value)
927
-
928
912
  @property
929
913
  @pulumi.getter(name="healthChecks")
930
914
  def health_checks(self) -> Optional[pulumi.Input[str]]:
@@ -1989,7 +1973,6 @@ class RegionBackendService(pulumi.CustomResource):
1989
1973
  __props__.__dict__["timeout_sec"] = timeout_sec
1990
1974
  __props__.__dict__["creation_timestamp"] = None
1991
1975
  __props__.__dict__["fingerprint"] = None
1992
- __props__.__dict__["generated_id"] = None
1993
1976
  __props__.__dict__["self_link"] = None
1994
1977
  super(RegionBackendService, __self__).__init__(
1995
1978
  'gcp:compute/regionBackendService:RegionBackendService',
@@ -2013,7 +1996,6 @@ class RegionBackendService(pulumi.CustomResource):
2013
1996
  enable_cdn: Optional[pulumi.Input[bool]] = None,
2014
1997
  failover_policy: Optional[pulumi.Input[pulumi.InputType['RegionBackendServiceFailoverPolicyArgs']]] = None,
2015
1998
  fingerprint: Optional[pulumi.Input[str]] = None,
2016
- generated_id: Optional[pulumi.Input[int]] = None,
2017
1999
  health_checks: Optional[pulumi.Input[str]] = None,
2018
2000
  iap: Optional[pulumi.Input[pulumi.InputType['RegionBackendServiceIapArgs']]] = None,
2019
2001
  load_balancing_scheme: Optional[pulumi.Input[str]] = None,
@@ -2071,7 +2053,6 @@ class RegionBackendService(pulumi.CustomResource):
2071
2053
  Structure is documented below.
2072
2054
  :param pulumi.Input[str] fingerprint: Fingerprint of this resource. A hash of the contents stored in this
2073
2055
  object. This field is used in optimistic locking.
2074
- :param pulumi.Input[int] generated_id: The unique identifier for the resource. This identifier is defined by the server.
2075
2056
  :param pulumi.Input[str] health_checks: The set of URLs to HealthCheck resources for health checking
2076
2057
  this RegionBackendService. Currently at most one health
2077
2058
  check can be specified.
@@ -2147,7 +2128,6 @@ class RegionBackendService(pulumi.CustomResource):
2147
2128
  __props__.__dict__["enable_cdn"] = enable_cdn
2148
2129
  __props__.__dict__["failover_policy"] = failover_policy
2149
2130
  __props__.__dict__["fingerprint"] = fingerprint
2150
- __props__.__dict__["generated_id"] = generated_id
2151
2131
  __props__.__dict__["health_checks"] = health_checks
2152
2132
  __props__.__dict__["iap"] = iap
2153
2133
  __props__.__dict__["load_balancing_scheme"] = load_balancing_scheme
@@ -2284,14 +2264,6 @@ class RegionBackendService(pulumi.CustomResource):
2284
2264
  """
2285
2265
  return pulumi.get(self, "fingerprint")
2286
2266
 
2287
- @property
2288
- @pulumi.getter(name="generatedId")
2289
- def generated_id(self) -> pulumi.Output[int]:
2290
- """
2291
- The unique identifier for the resource. This identifier is defined by the server.
2292
- """
2293
- return pulumi.get(self, "generated_id")
2294
-
2295
2267
  @property
2296
2268
  @pulumi.getter(name="healthChecks")
2297
2269
  def health_checks(self) -> pulumi.Output[Optional[str]]:
@@ -507,7 +507,7 @@ class TargetInstance(pulumi.CustomResource):
507
507
  ))
508
508
  policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
509
509
  region="southamerica-west1",
510
- name="tf-test-policyddos_88717",
510
+ name="tf-test-policyddos_81126",
511
511
  description="ddos protection security policy to set target instance",
512
512
  type="CLOUD_ARMOR_NETWORK",
513
513
  ddos_protection_config=gcp.compute.RegionSecurityPolicyDdosProtectionConfigArgs(
@@ -515,7 +515,7 @@ class TargetInstance(pulumi.CustomResource):
515
515
  ))
516
516
  edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
517
517
  region="southamerica-west1",
518
- name="tf-test-edgesec_85794",
518
+ name="tf-test-edgesec_88717",
519
519
  security_policy=policyddosprotection.self_link)
520
520
  regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
521
521
  name="region-secpolicy",
@@ -702,7 +702,7 @@ class TargetInstance(pulumi.CustomResource):
702
702
  ))
703
703
  policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
704
704
  region="southamerica-west1",
705
- name="tf-test-policyddos_88717",
705
+ name="tf-test-policyddos_81126",
706
706
  description="ddos protection security policy to set target instance",
707
707
  type="CLOUD_ARMOR_NETWORK",
708
708
  ddos_protection_config=gcp.compute.RegionSecurityPolicyDdosProtectionConfigArgs(
@@ -710,7 +710,7 @@ class TargetInstance(pulumi.CustomResource):
710
710
  ))
711
711
  edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
712
712
  region="southamerica-west1",
713
- name="tf-test-edgesec_85794",
713
+ name="tf-test-edgesec_88717",
714
714
  security_policy=policyddosprotection.self_link)
715
715
  regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
716
716
  name="region-secpolicy",
@@ -222,8 +222,6 @@ impersonateServiceAccountDelegates: Optional[str]
222
222
 
223
223
  integrationConnectorsCustomEndpoint: Optional[str]
224
224
 
225
- integrationsCustomEndpoint: Optional[str]
226
-
227
225
  kmsCustomEndpoint: Optional[str]
228
226
 
229
227
  loggingCustomEndpoint: Optional[str]
pulumi_gcp/config/vars.py CHANGED
@@ -440,10 +440,6 @@ class _ExportableConfig(types.ModuleType):
440
440
  def integration_connectors_custom_endpoint(self) -> Optional[str]:
441
441
  return __config__.get('integrationConnectorsCustomEndpoint')
442
442
 
443
- @property
444
- def integrations_custom_endpoint(self) -> Optional[str]:
445
- return __config__.get('integrationsCustomEndpoint')
446
-
447
443
  @property
448
444
  def kms_custom_endpoint(self) -> Optional[str]:
449
445
  return __config__.get('kmsCustomEndpoint')