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
@@ -1063,8 +1063,9 @@ class AutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicasArgs:
1063
1063
  """
1064
1064
  :param pulumi.Input[int] fixed: Specifies a fixed number of VM instances. This must be a positive
1065
1065
  integer.
1066
- :param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%, inclusive.
1067
- For example, specify 80 for 80%.
1066
+ :param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
1067
+ For example, specify 80 for 80%!
1068
+ (MISSING)
1068
1069
  """
1069
1070
  if fixed is not None:
1070
1071
  pulumi.set(__self__, "fixed", fixed)
@@ -1088,8 +1089,9 @@ class AutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicasArgs:
1088
1089
  @pulumi.getter
1089
1090
  def percent(self) -> Optional[pulumi.Input[int]]:
1090
1091
  """
1091
- Specifies a percentage of instances between 0 to 100%, inclusive.
1092
- For example, specify 80 for 80%.
1092
+ Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
1093
+ For example, specify 80 for 80%!
1094
+ (MISSING)
1093
1095
  """
1094
1096
  return pulumi.get(self, "percent")
1095
1097
 
@@ -1149,8 +1151,9 @@ class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs:
1149
1151
  """
1150
1152
  :param pulumi.Input[int] fixed: Specifies a fixed number of VM instances. This must be a positive
1151
1153
  integer.
1152
- :param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%, inclusive.
1153
- For example, specify 80 for 80%.
1154
+ :param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
1155
+ For example, specify 80 for 80%!
1156
+ (MISSING)
1154
1157
  """
1155
1158
  if fixed is not None:
1156
1159
  pulumi.set(__self__, "fixed", fixed)
@@ -1174,8 +1177,9 @@ class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs:
1174
1177
  @pulumi.getter
1175
1178
  def percent(self) -> Optional[pulumi.Input[int]]:
1176
1179
  """
1177
- Specifies a percentage of instances between 0 to 100%, inclusive.
1178
- For example, specify 80 for 80%.
1180
+ Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
1181
+ For example, specify 80 for 80%!
1182
+ (MISSING)
1179
1183
  """
1180
1184
  return pulumi.get(self, "percent")
1181
1185
 
@@ -1738,10 +1742,10 @@ class BackendServiceBackendArgs:
1738
1742
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
1739
1743
  :param pulumi.Input[float] capacity_scaler: A multiplier applied to the group's maximum servicing capacity
1740
1744
  (based on UTILIZATION, RATE or CONNECTION).
1741
- Default value is 1, which means the group will serve up to 100%
1742
- of its configured capacity (depending on balancingMode). A
1745
+ Default value is 1, which means the group will serve up to 100%!
1746
+ (MISSING)of its configured capacity (depending on balancingMode). A
1743
1747
  setting of 0 means the group is completely drained, offering
1744
- 0% of its available Capacity. Valid range is [0.0,1.0].
1748
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
1745
1749
  :param pulumi.Input[str] description: An optional description of this resource.
1746
1750
  Provide this property when you create the resource.
1747
1751
  :param pulumi.Input[int] max_connections: The max number of simultaneous connections for the group. Can
@@ -1849,10 +1853,10 @@ class BackendServiceBackendArgs:
1849
1853
  """
1850
1854
  A multiplier applied to the group's maximum servicing capacity
1851
1855
  (based on UTILIZATION, RATE or CONNECTION).
1852
- Default value is 1, which means the group will serve up to 100%
1853
- of its configured capacity (depending on balancingMode). A
1856
+ Default value is 1, which means the group will serve up to 100%!
1857
+ (MISSING)of its configured capacity (depending on balancingMode). A
1854
1858
  setting of 0 means the group is completely drained, offering
1855
- 0% of its available Capacity. Valid range is [0.0,1.0].
1859
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
1856
1860
  """
1857
1861
  return pulumi.get(self, "capacity_scaler")
1858
1862
 
@@ -3110,7 +3114,8 @@ class BackendServiceOutlierDetectionArgs:
3110
3114
  ejections as well as hosts being returned to service. Defaults to 10 seconds.
3111
3115
  Structure is documented below.
3112
3116
  :param pulumi.Input[int] max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
3113
- that can be ejected. Defaults to 10%.
3117
+ that can be ejected. Defaults to 10%!
3118
+ (MISSING)
3114
3119
  :param pulumi.Input[int] success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
3115
3120
  success rate outliers. If the number of hosts is less than this setting, outlier
3116
3121
  detection via success rate statistics is not performed for any host in the
@@ -3254,7 +3259,8 @@ class BackendServiceOutlierDetectionArgs:
3254
3259
  def max_ejection_percent(self) -> Optional[pulumi.Input[int]]:
3255
3260
  """
3256
3261
  Maximum percentage of hosts in the load balancing pool for the backend service
3257
- that can be ejected. Defaults to 10%.
3262
+ that can be ejected. Defaults to 10%!
3263
+ (MISSING)
3258
3264
  """
3259
3265
  return pulumi.get(self, "max_ejection_percent")
3260
3266
 
@@ -5675,9 +5681,7 @@ class InstanceAttachedDiskArgs:
5675
5681
  (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
5676
5682
  encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5677
5683
  to encrypt this disk. Only one of `kms_key_self_link` and `disk_encryption_key_raw` may be set.
5678
- :param pulumi.Input[str] disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5679
- encoded SHA-256 hash of the [customer-supplied encryption key]
5680
- (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
5684
+ :param pulumi.Input[str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
5681
5685
  :param pulumi.Input[str] kms_key_self_link: The self_link of the encryption key that is
5682
5686
  stored in Google Cloud KMS to encrypt this disk. Only one of `kms_key_self_link`
5683
5687
  and `disk_encryption_key_raw` may be set.
@@ -5742,9 +5746,7 @@ class InstanceAttachedDiskArgs:
5742
5746
  @pulumi.getter(name="diskEncryptionKeySha256")
5743
5747
  def disk_encryption_key_sha256(self) -> Optional[pulumi.Input[str]]:
5744
5748
  """
5745
- The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5746
- encoded SHA-256 hash of the [customer-supplied encryption key]
5747
- (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
5749
+ The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
5748
5750
  """
5749
5751
  return pulumi.get(self, "disk_encryption_key_sha256")
5750
5752
 
@@ -5803,9 +5805,7 @@ class InstanceBootDiskArgs:
5803
5805
  encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5804
5806
  to encrypt this disk. Only one of `kms_key_self_link` and `disk_encryption_key_raw`
5805
5807
  may be set.
5806
- :param pulumi.Input[str] disk_encryption_key_sha256: The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5807
- encoded SHA-256 hash of the [customer-supplied encryption key]
5808
- (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
5808
+ :param pulumi.Input[str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
5809
5809
  :param pulumi.Input['InstanceBootDiskInitializeParamsArgs'] initialize_params: Parameters for a new disk that will be created
5810
5810
  alongside the new instance. Either `initialize_params` or `source` must be set.
5811
5811
  Structure is documented below.
@@ -5881,9 +5881,7 @@ class InstanceBootDiskArgs:
5881
5881
  @pulumi.getter(name="diskEncryptionKeySha256")
5882
5882
  def disk_encryption_key_sha256(self) -> Optional[pulumi.Input[str]]:
5883
5883
  """
5884
- The [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
5885
- encoded SHA-256 hash of the [customer-supplied encryption key]
5886
- (https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
5884
+ The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
5887
5885
  """
5888
5886
  return pulumi.get(self, "disk_encryption_key_sha256")
5889
5887
 
@@ -15358,8 +15356,9 @@ class RegionAutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicasArgs
15358
15356
  """
15359
15357
  :param pulumi.Input[int] fixed: Specifies a fixed number of VM instances. This must be a positive
15360
15358
  integer.
15361
- :param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%, inclusive.
15362
- For example, specify 80 for 80%.
15359
+ :param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
15360
+ For example, specify 80 for 80%!
15361
+ (MISSING)
15363
15362
  """
15364
15363
  if fixed is not None:
15365
15364
  pulumi.set(__self__, "fixed", fixed)
@@ -15383,8 +15382,9 @@ class RegionAutoscalerAutoscalingPolicyScaleDownControlMaxScaledDownReplicasArgs
15383
15382
  @pulumi.getter
15384
15383
  def percent(self) -> Optional[pulumi.Input[int]]:
15385
15384
  """
15386
- Specifies a percentage of instances between 0 to 100%, inclusive.
15387
- For example, specify 80 for 80%.
15385
+ Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
15386
+ For example, specify 80 for 80%!
15387
+ (MISSING)
15388
15388
  """
15389
15389
  return pulumi.get(self, "percent")
15390
15390
 
@@ -15444,8 +15444,9 @@ class RegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs:
15444
15444
  """
15445
15445
  :param pulumi.Input[int] fixed: Specifies a fixed number of VM instances. This must be a positive
15446
15446
  integer.
15447
- :param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%, inclusive.
15448
- For example, specify 80 for 80%.
15447
+ :param pulumi.Input[int] percent: Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
15448
+ For example, specify 80 for 80%!
15449
+ (MISSING)
15449
15450
  """
15450
15451
  if fixed is not None:
15451
15452
  pulumi.set(__self__, "fixed", fixed)
@@ -15469,8 +15470,9 @@ class RegionAutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicasArgs:
15469
15470
  @pulumi.getter
15470
15471
  def percent(self) -> Optional[pulumi.Input[int]]:
15471
15472
  """
15472
- Specifies a percentage of instances between 0 to 100%, inclusive.
15473
- For example, specify 80 for 80%.
15473
+ Specifies a percentage of instances between 0 to 100%!,(MISSING) inclusive.
15474
+ For example, specify 80 for 80%!
15475
+ (MISSING)
15474
15476
  """
15475
15477
  return pulumi.get(self, "percent")
15476
15478
 
@@ -15638,7 +15640,7 @@ class RegionBackendServiceBackendArgs:
15638
15640
  but is required for non-INTERNAL backend service. The total
15639
15641
  capacity_scaler for all backends must be non-zero.
15640
15642
  A setting of 0 means the group is completely drained, offering
15641
- 0% of its available Capacity. Valid range is [0.0,1.0].
15643
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
15642
15644
  :param pulumi.Input[str] description: An optional description of this resource.
15643
15645
  Provide this property when you create the resource.
15644
15646
  :param pulumi.Input[bool] failover: This field designates whether this is a failover backend. More
@@ -15761,7 +15763,7 @@ class RegionBackendServiceBackendArgs:
15761
15763
  but is required for non-INTERNAL backend service. The total
15762
15764
  capacity_scaler for all backends must be non-zero.
15763
15765
  A setting of 0 means the group is completely drained, offering
15764
- 0% of its available Capacity. Valid range is [0.0,1.0].
15766
+ 0%!o(MISSING)f its available Capacity. Valid range is [0.0,1.0].
15765
15767
  """
15766
15768
  return pulumi.get(self, "capacity_scaler")
15767
15769
 
@@ -17052,7 +17054,8 @@ class RegionBackendServiceOutlierDetectionArgs:
17052
17054
  ejections as well as hosts being returned to service. Defaults to 10 seconds.
17053
17055
  Structure is documented below.
17054
17056
  :param pulumi.Input[int] max_ejection_percent: Maximum percentage of hosts in the load balancing pool for the backend service
17055
- that can be ejected. Defaults to 10%.
17057
+ that can be ejected. Defaults to 10%!
17058
+ (MISSING)
17056
17059
  :param pulumi.Input[int] success_rate_minimum_hosts: The number of hosts in a cluster that must have enough request volume to detect
17057
17060
  success rate outliers. If the number of hosts is less than this setting, outlier
17058
17061
  detection via success rate statistics is not performed for any host in the
@@ -17196,7 +17199,8 @@ class RegionBackendServiceOutlierDetectionArgs:
17196
17199
  def max_ejection_percent(self) -> Optional[pulumi.Input[int]]:
17197
17200
  """
17198
17201
  Maximum percentage of hosts in the load balancing pool for the backend service
17199
- that can be ejected. Defaults to 10%.
17202
+ that can be ejected. Defaults to 10%!
17203
+ (MISSING)
17200
17204
  """
17201
17205
  return pulumi.get(self, "max_ejection_percent")
17202
17206
 
@@ -28,8 +28,8 @@ class AutoscalerArgs:
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 AutoscalerArgs:
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 _AutoscalerState:
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 _AutoscalerState:
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
 
@@ -471,8 +471,8 @@ class Autoscaler(pulumi.CustomResource):
471
471
  define one or more of the policies for an autoscaler: cpuUtilization,
472
472
  customMetricUtilizations, and loadBalancingUtilization.
473
473
  If none of these are specified, the default will be to autoscale based
474
- on cpuUtilization to 0.6 or 60%.
475
- Structure is documented below.
474
+ on cpuUtilization to 0.6 or 60%!
475
+ (MISSING)Structure is documented below.
476
476
  :param pulumi.Input[str] description: An optional description of this resource.
477
477
  :param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
478
478
  the regular expression `a-z?` which means the
@@ -725,8 +725,8 @@ class Autoscaler(pulumi.CustomResource):
725
725
  define one or more of the policies for an autoscaler: cpuUtilization,
726
726
  customMetricUtilizations, and loadBalancingUtilization.
727
727
  If none of these are specified, the default will be to autoscale based
728
- on cpuUtilization to 0.6 or 60%.
729
- Structure is documented below.
728
+ on cpuUtilization to 0.6 or 60%!
729
+ (MISSING)Structure is documented below.
730
730
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
731
731
  :param pulumi.Input[str] description: An optional description of this resource.
732
732
  :param pulumi.Input[str] name: Name of the resource. The name must be 1-63 characters long and match
@@ -762,8 +762,8 @@ class Autoscaler(pulumi.CustomResource):
762
762
  define one or more of the policies for an autoscaler: cpuUtilization,
763
763
  customMetricUtilizations, and loadBalancingUtilization.
764
764
  If none of these are specified, the default will be to autoscale based
765
- on cpuUtilization to 0.6 or 60%.
766
- Structure is documented below.
765
+ on cpuUtilization to 0.6 or 60%!
766
+ (MISSING)Structure is documented below.
767
767
  """
768
768
  return pulumi.get(self, "autoscaling_policy")
769
769
 
@@ -413,10 +413,8 @@ class _InterconnectAttachmentState:
413
413
  bandwidth: Optional[pulumi.Input[str]] = None,
414
414
  candidate_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
415
415
  cloud_router_ip_address: Optional[pulumi.Input[str]] = None,
416
- cloud_router_ipv6_address: Optional[pulumi.Input[str]] = None,
417
416
  creation_timestamp: Optional[pulumi.Input[str]] = None,
418
417
  customer_router_ip_address: Optional[pulumi.Input[str]] = None,
419
- customer_router_ipv6_address: Optional[pulumi.Input[str]] = None,
420
418
  description: Optional[pulumi.Input[str]] = None,
421
419
  edge_availability_domain: Optional[pulumi.Input[str]] = None,
422
420
  encryption: Optional[pulumi.Input[str]] = None,
@@ -455,13 +453,9 @@ class _InterconnectAttachmentState:
455
453
  Google will randomly select an unused /29 from all of link-local space.
456
454
  :param pulumi.Input[str] cloud_router_ip_address: IPv4 address + prefix length to be configured on Cloud Router
457
455
  Interface for this interconnect attachment.
458
- :param pulumi.Input[str] cloud_router_ipv6_address: IPv6 address + prefix length to be configured on Cloud Router
459
- Interface for this interconnect attachment.
460
456
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
461
457
  :param pulumi.Input[str] customer_router_ip_address: IPv4 address + prefix length to be configured on the customer
462
458
  router subinterface for this interconnect attachment.
463
- :param pulumi.Input[str] customer_router_ipv6_address: IPv6 address + prefix length to be configured on the customer
464
- router subinterface for this interconnect attachment.
465
459
  :param pulumi.Input[str] description: An optional description of this resource.
466
460
  :param pulumi.Input[str] edge_availability_domain: Desired availability domain for the attachment. Only available for type
467
461
  PARTNER, at creation time. For improved reliability, customers should
@@ -550,14 +544,10 @@ class _InterconnectAttachmentState:
550
544
  pulumi.set(__self__, "candidate_subnets", candidate_subnets)
551
545
  if cloud_router_ip_address is not None:
552
546
  pulumi.set(__self__, "cloud_router_ip_address", cloud_router_ip_address)
553
- if cloud_router_ipv6_address is not None:
554
- pulumi.set(__self__, "cloud_router_ipv6_address", cloud_router_ipv6_address)
555
547
  if creation_timestamp is not None:
556
548
  pulumi.set(__self__, "creation_timestamp", creation_timestamp)
557
549
  if customer_router_ip_address is not None:
558
550
  pulumi.set(__self__, "customer_router_ip_address", customer_router_ip_address)
559
- if customer_router_ipv6_address is not None:
560
- pulumi.set(__self__, "customer_router_ipv6_address", customer_router_ipv6_address)
561
551
  if description is not None:
562
552
  pulumi.set(__self__, "description", description)
563
553
  if edge_availability_domain is not None:
@@ -658,19 +648,6 @@ class _InterconnectAttachmentState:
658
648
  def cloud_router_ip_address(self, value: Optional[pulumi.Input[str]]):
659
649
  pulumi.set(self, "cloud_router_ip_address", value)
660
650
 
661
- @property
662
- @pulumi.getter(name="cloudRouterIpv6Address")
663
- def cloud_router_ipv6_address(self) -> Optional[pulumi.Input[str]]:
664
- """
665
- IPv6 address + prefix length to be configured on Cloud Router
666
- Interface for this interconnect attachment.
667
- """
668
- return pulumi.get(self, "cloud_router_ipv6_address")
669
-
670
- @cloud_router_ipv6_address.setter
671
- def cloud_router_ipv6_address(self, value: Optional[pulumi.Input[str]]):
672
- pulumi.set(self, "cloud_router_ipv6_address", value)
673
-
674
651
  @property
675
652
  @pulumi.getter(name="creationTimestamp")
676
653
  def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
@@ -696,19 +673,6 @@ class _InterconnectAttachmentState:
696
673
  def customer_router_ip_address(self, value: Optional[pulumi.Input[str]]):
697
674
  pulumi.set(self, "customer_router_ip_address", value)
698
675
 
699
- @property
700
- @pulumi.getter(name="customerRouterIpv6Address")
701
- def customer_router_ipv6_address(self) -> Optional[pulumi.Input[str]]:
702
- """
703
- IPv6 address + prefix length to be configured on the customer
704
- router subinterface for this interconnect attachment.
705
- """
706
- return pulumi.get(self, "customer_router_ipv6_address")
707
-
708
- @customer_router_ipv6_address.setter
709
- def customer_router_ipv6_address(self, value: Optional[pulumi.Input[str]]):
710
- pulumi.set(self, "customer_router_ipv6_address", value)
711
-
712
676
  @property
713
677
  @pulumi.getter
714
678
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -1357,10 +1321,8 @@ class InterconnectAttachment(pulumi.CustomResource):
1357
1321
  __props__.__dict__["type"] = type
1358
1322
  __props__.__dict__["vlan_tag8021q"] = vlan_tag8021q
1359
1323
  __props__.__dict__["cloud_router_ip_address"] = None
1360
- __props__.__dict__["cloud_router_ipv6_address"] = None
1361
1324
  __props__.__dict__["creation_timestamp"] = None
1362
1325
  __props__.__dict__["customer_router_ip_address"] = None
1363
- __props__.__dict__["customer_router_ipv6_address"] = None
1364
1326
  __props__.__dict__["google_reference_id"] = None
1365
1327
  __props__.__dict__["pairing_key"] = None
1366
1328
  __props__.__dict__["partner_asn"] = None
@@ -1381,10 +1343,8 @@ class InterconnectAttachment(pulumi.CustomResource):
1381
1343
  bandwidth: Optional[pulumi.Input[str]] = None,
1382
1344
  candidate_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1383
1345
  cloud_router_ip_address: Optional[pulumi.Input[str]] = None,
1384
- cloud_router_ipv6_address: Optional[pulumi.Input[str]] = None,
1385
1346
  creation_timestamp: Optional[pulumi.Input[str]] = None,
1386
1347
  customer_router_ip_address: Optional[pulumi.Input[str]] = None,
1387
- customer_router_ipv6_address: Optional[pulumi.Input[str]] = None,
1388
1348
  description: Optional[pulumi.Input[str]] = None,
1389
1349
  edge_availability_domain: Optional[pulumi.Input[str]] = None,
1390
1350
  encryption: Optional[pulumi.Input[str]] = None,
@@ -1428,13 +1388,9 @@ class InterconnectAttachment(pulumi.CustomResource):
1428
1388
  Google will randomly select an unused /29 from all of link-local space.
1429
1389
  :param pulumi.Input[str] cloud_router_ip_address: IPv4 address + prefix length to be configured on Cloud Router
1430
1390
  Interface for this interconnect attachment.
1431
- :param pulumi.Input[str] cloud_router_ipv6_address: IPv6 address + prefix length to be configured on Cloud Router
1432
- Interface for this interconnect attachment.
1433
1391
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
1434
1392
  :param pulumi.Input[str] customer_router_ip_address: IPv4 address + prefix length to be configured on the customer
1435
1393
  router subinterface for this interconnect attachment.
1436
- :param pulumi.Input[str] customer_router_ipv6_address: IPv6 address + prefix length to be configured on the customer
1437
- router subinterface for this interconnect attachment.
1438
1394
  :param pulumi.Input[str] description: An optional description of this resource.
1439
1395
  :param pulumi.Input[str] edge_availability_domain: Desired availability domain for the attachment. Only available for type
1440
1396
  PARTNER, at creation time. For improved reliability, customers should
@@ -1523,10 +1479,8 @@ class InterconnectAttachment(pulumi.CustomResource):
1523
1479
  __props__.__dict__["bandwidth"] = bandwidth
1524
1480
  __props__.__dict__["candidate_subnets"] = candidate_subnets
1525
1481
  __props__.__dict__["cloud_router_ip_address"] = cloud_router_ip_address
1526
- __props__.__dict__["cloud_router_ipv6_address"] = cloud_router_ipv6_address
1527
1482
  __props__.__dict__["creation_timestamp"] = creation_timestamp
1528
1483
  __props__.__dict__["customer_router_ip_address"] = customer_router_ip_address
1529
- __props__.__dict__["customer_router_ipv6_address"] = customer_router_ipv6_address
1530
1484
  __props__.__dict__["description"] = description
1531
1485
  __props__.__dict__["edge_availability_domain"] = edge_availability_domain
1532
1486
  __props__.__dict__["encryption"] = encryption
@@ -1593,15 +1547,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1593
1547
  """
1594
1548
  return pulumi.get(self, "cloud_router_ip_address")
1595
1549
 
1596
- @property
1597
- @pulumi.getter(name="cloudRouterIpv6Address")
1598
- def cloud_router_ipv6_address(self) -> pulumi.Output[str]:
1599
- """
1600
- IPv6 address + prefix length to be configured on Cloud Router
1601
- Interface for this interconnect attachment.
1602
- """
1603
- return pulumi.get(self, "cloud_router_ipv6_address")
1604
-
1605
1550
  @property
1606
1551
  @pulumi.getter(name="creationTimestamp")
1607
1552
  def creation_timestamp(self) -> pulumi.Output[str]:
@@ -1619,15 +1564,6 @@ class InterconnectAttachment(pulumi.CustomResource):
1619
1564
  """
1620
1565
  return pulumi.get(self, "customer_router_ip_address")
1621
1566
 
1622
- @property
1623
- @pulumi.getter(name="customerRouterIpv6Address")
1624
- def customer_router_ipv6_address(self) -> pulumi.Output[str]:
1625
- """
1626
- IPv6 address + prefix length to be configured on the customer
1627
- router subinterface for this interconnect attachment.
1628
- """
1629
- return pulumi.get(self, "customer_router_ipv6_address")
1630
-
1631
1567
  @property
1632
1568
  @pulumi.getter
1633
1569
  def description(self) -> pulumi.Output[Optional[str]]:
@@ -276,10 +276,6 @@ class NetworkEndpoint(pulumi.CustomResource):
276
276
  single subnet. **NOTE**: Network endpoints cannot be created outside of a
277
277
  network endpoint group.
278
278
 
279
- > **NOTE** In case the Endpoint's Instance is recreated, it's needed to
280
- perform `apply` twice. To avoid situations like this, please use this resource
281
- with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
282
-
283
279
  To get more information about NetworkEndpoint, see:
284
280
 
285
281
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)
@@ -393,10 +389,6 @@ class NetworkEndpoint(pulumi.CustomResource):
393
389
  single subnet. **NOTE**: Network endpoints cannot be created outside of a
394
390
  network endpoint group.
395
391
 
396
- > **NOTE** In case the Endpoint's Instance is recreated, it's needed to
397
- perform `apply` twice. To avoid situations like this, please use this resource
398
- with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
399
-
400
392
  To get more information about NetworkEndpoint, see:
401
393
 
402
394
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)
@@ -204,10 +204,6 @@ class NetworkEndpointList(pulumi.CustomResource):
204
204
  This resource is authoritative for a single NEG. Any endpoints not specified
205
205
  by this resource will be deleted when the resource configuration is applied.
206
206
 
207
- > **NOTE** In case the Endpoint's Instance is recreated, it's needed to
208
- perform `apply` twice. To avoid situations like this, please use this resource
209
- with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
210
-
211
207
  To get more information about NetworkEndpoints, see:
212
208
 
213
209
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)
@@ -340,10 +336,6 @@ class NetworkEndpointList(pulumi.CustomResource):
340
336
  This resource is authoritative for a single NEG. Any endpoints not specified
341
337
  by this resource will be deleted when the resource configuration is applied.
342
338
 
343
- > **NOTE** In case the Endpoint's Instance is recreated, it's needed to
344
- perform `apply` twice. To avoid situations like this, please use this resource
345
- with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
346
-
347
339
  To get more information about NetworkEndpoints, see:
348
340
 
349
341
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)