pulumi-gcp 7.28.0__py3-none-any.whl → 7.28.0a1718754929__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 (58) hide show
  1. pulumi_gcp/__init__.py +0 -59
  2. pulumi_gcp/accesscontextmanager/_inputs.py +74 -58
  3. pulumi_gcp/accesscontextmanager/access_levels.py +20 -0
  4. pulumi_gcp/accesscontextmanager/outputs.py +74 -58
  5. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  6. pulumi_gcp/bigtable/_inputs.py +0 -40
  7. pulumi_gcp/bigtable/outputs.py +0 -49
  8. pulumi_gcp/bigtable/table.py +0 -54
  9. pulumi_gcp/cloudbuildv2/_inputs.py +0 -383
  10. pulumi_gcp/cloudbuildv2/connection.py +2 -110
  11. pulumi_gcp/cloudbuildv2/outputs.py +0 -421
  12. pulumi_gcp/composer/__init__.py +0 -3
  13. pulumi_gcp/compute/_inputs.py +2 -4
  14. pulumi_gcp/compute/backend_service.py +48 -28
  15. pulumi_gcp/compute/interconnect.py +4 -4
  16. pulumi_gcp/compute/outputs.py +4 -10
  17. pulumi_gcp/compute/region_backend_service.py +48 -35
  18. pulumi_gcp/compute/region_network_endpoint.py +0 -187
  19. pulumi_gcp/compute/region_network_endpoint_group.py +9 -49
  20. pulumi_gcp/compute/region_target_https_proxy.py +14 -7
  21. pulumi_gcp/compute/target_https_proxy.py +14 -28
  22. pulumi_gcp/config/__init__.pyi +0 -2
  23. pulumi_gcp/config/vars.py +0 -4
  24. pulumi_gcp/container/_inputs.py +2 -2
  25. pulumi_gcp/container/outputs.py +4 -4
  26. pulumi_gcp/discoveryengine/_inputs.py +0 -227
  27. pulumi_gcp/discoveryengine/data_store.py +0 -108
  28. pulumi_gcp/discoveryengine/outputs.py +0 -280
  29. pulumi_gcp/edgecontainer/_inputs.py +1 -107
  30. pulumi_gcp/edgecontainer/outputs.py +1 -123
  31. pulumi_gcp/gkehub/_inputs.py +0 -16
  32. pulumi_gcp/gkehub/outputs.py +1 -15
  33. pulumi_gcp/logging/folder_sink.py +14 -14
  34. pulumi_gcp/logging/organization_sink.py +14 -14
  35. pulumi_gcp/netapp/__init__.py +0 -1
  36. pulumi_gcp/netapp/active_directory.py +0 -55
  37. pulumi_gcp/provider.py +0 -20
  38. pulumi_gcp/pulumi-plugin.json +1 -1
  39. pulumi_gcp/securitycenter/__init__.py +0 -3
  40. pulumi_gcp/securitycenter/_inputs.py +0 -1105
  41. pulumi_gcp/securitycenter/outputs.py +0 -1048
  42. pulumi_gcp/vertex/ai_feature_online_store.py +8 -37
  43. {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718754929.dist-info}/METADATA +1 -1
  44. {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718754929.dist-info}/RECORD +46 -58
  45. {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718754929.dist-info}/WHEEL +1 -1
  46. pulumi_gcp/composer/get_user_workloads_config_map.py +0 -190
  47. pulumi_gcp/composer/get_user_workloads_secret.py +0 -188
  48. pulumi_gcp/composer/user_workloads_config_map.py +0 -475
  49. pulumi_gcp/managedkafka/__init__.py +0 -11
  50. pulumi_gcp/managedkafka/_inputs.py +0 -169
  51. pulumi_gcp/managedkafka/cluster.py +0 -807
  52. pulumi_gcp/managedkafka/outputs.py +0 -197
  53. pulumi_gcp/managedkafka/topic.py +0 -599
  54. pulumi_gcp/netapp/backup.py +0 -903
  55. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +0 -725
  56. pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +0 -713
  57. pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +0 -706
  58. {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718754929.dist-info}/top_level.txt +0 -0
@@ -421,7 +421,7 @@ class _InterconnectState:
421
421
  all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications.
422
422
  This field is required for users who sign up for Cloud Interconnect using workforce identity
423
423
  federation.
424
- :param pulumi.Input[str] operational_status: The current status of this Interconnect's functionality, which can take one of the following:
424
+ :param pulumi.Input[str] operational_status: The current status of this Interconnect's functionality, which can take one of the following values:
425
425
  - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may
426
426
  be provisioned on this Interconnect.
427
427
  - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be
@@ -799,7 +799,7 @@ class _InterconnectState:
799
799
  @pulumi.getter(name="operationalStatus")
800
800
  def operational_status(self) -> Optional[pulumi.Input[str]]:
801
801
  """
802
- The current status of this Interconnect's functionality, which can take one of the following:
802
+ The current status of this Interconnect's functionality, which can take one of the following values:
803
803
  - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may
804
804
  be provisioned on this Interconnect.
805
805
  - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be
@@ -1310,7 +1310,7 @@ class Interconnect(pulumi.CustomResource):
1310
1310
  all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications.
1311
1311
  This field is required for users who sign up for Cloud Interconnect using workforce identity
1312
1312
  federation.
1313
- :param pulumi.Input[str] operational_status: The current status of this Interconnect's functionality, which can take one of the following:
1313
+ :param pulumi.Input[str] operational_status: The current status of this Interconnect's functionality, which can take one of the following values:
1314
1314
  - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may
1315
1315
  be provisioned on this Interconnect.
1316
1316
  - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be
@@ -1583,7 +1583,7 @@ class Interconnect(pulumi.CustomResource):
1583
1583
  @pulumi.getter(name="operationalStatus")
1584
1584
  def operational_status(self) -> pulumi.Output[str]:
1585
1585
  """
1586
- The current status of this Interconnect's functionality, which can take one of the following:
1586
+ The current status of this Interconnect's functionality, which can take one of the following values:
1587
1587
  - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may
1588
1588
  be provisioned on this Interconnect.
1589
1589
  - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be
@@ -1965,7 +1965,6 @@ class BackendServiceBackend(dict):
1965
1965
  and CONNECTION (for TCP/SSL).
1966
1966
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
1967
1967
  for an explanation of load balancing modes.
1968
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
1969
1968
  Default value is `UTILIZATION`.
1970
1969
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
1971
1970
  :param float capacity_scaler: A multiplier applied to the group's maximum servicing capacity
@@ -2062,7 +2061,6 @@ class BackendServiceBackend(dict):
2062
2061
  and CONNECTION (for TCP/SSL).
2063
2062
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
2064
2063
  for an explanation of load balancing modes.
2065
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
2066
2064
  Default value is `UTILIZATION`.
2067
2065
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
2068
2066
  """
@@ -3805,6 +3803,7 @@ class DiskGuestOsFeature(dict):
3805
3803
  type: str):
3806
3804
  """
3807
3805
  :param str type: The type of supported feature. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
3806
+ Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`, `SEV_LIVE_MIGRATABLE_V2`.
3808
3807
  """
3809
3808
  pulumi.set(__self__, "type", type)
3810
3809
 
@@ -3813,6 +3812,7 @@ class DiskGuestOsFeature(dict):
3813
3812
  def type(self) -> str:
3814
3813
  """
3815
3814
  The type of supported feature. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
3815
+ Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`, `SEV_LIVE_MIGRATABLE_V2`.
3816
3816
  """
3817
3817
  return pulumi.get(self, "type")
3818
3818
 
@@ -16549,7 +16549,6 @@ class RegionBackendServiceBackend(dict):
16549
16549
  :param str balancing_mode: Specifies the balancing mode for this backend.
16550
16550
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
16551
16551
  for an explanation of load balancing modes.
16552
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
16553
16552
  Default value is `CONNECTION`.
16554
16553
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
16555
16554
  :param float capacity_scaler: A multiplier applied to the group's maximum servicing capacity
@@ -16658,7 +16657,6 @@ class RegionBackendServiceBackend(dict):
16658
16657
  Specifies the balancing mode for this backend.
16659
16658
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
16660
16659
  for an explanation of load balancing modes.
16661
- From version 6.0.0 default value will be UTILIZATION to match default GCP value.
16662
16660
  Default value is `CONNECTION`.
16663
16661
  Possible values are: `UTILIZATION`, `RATE`, `CONNECTION`.
16664
16662
  """
@@ -40428,9 +40426,7 @@ class GetBackendServiceBackendResult(dict):
40428
40426
  and CONNECTION (for TCP/SSL).
40429
40427
 
40430
40428
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
40431
- for an explanation of load balancing modes.
40432
-
40433
- From version 6.0.0 default value will be UTILIZATION to match default GCP value. Default value: "UTILIZATION" Possible values: ["UTILIZATION", "RATE", "CONNECTION"]
40429
+ for an explanation of load balancing modes. Default value: "UTILIZATION" Possible values: ["UTILIZATION", "RATE", "CONNECTION"]
40434
40430
  :param float capacity_scaler: A multiplier applied to the group's maximum servicing capacity
40435
40431
  (based on UTILIZATION, RATE or CONNECTION).
40436
40432
 
@@ -40516,9 +40512,7 @@ class GetBackendServiceBackendResult(dict):
40516
40512
  and CONNECTION (for TCP/SSL).
40517
40513
 
40518
40514
  See the [Backend Services Overview](https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode)
40519
- for an explanation of load balancing modes.
40520
-
40521
- From version 6.0.0 default value will be UTILIZATION to match default GCP value. Default value: "UTILIZATION" Possible values: ["UTILIZATION", "RATE", "CONNECTION"]
40515
+ for an explanation of load balancing modes. Default value: "UTILIZATION" Possible values: ["UTILIZATION", "RATE", "CONNECTION"]
40522
40516
  """
40523
40517
  return pulumi.get(self, "balancing_mode")
40524
40518
 
@@ -59,7 +59,6 @@ class RegionBackendServiceArgs:
59
59
  Structure is documented below.
60
60
  :param pulumi.Input[int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
61
61
  connections, but still work to finish started).
62
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
63
62
  :param pulumi.Input['RegionBackendServiceConnectionTrackingPolicyArgs'] connection_tracking_policy: Connection Tracking configuration for this BackendService.
64
63
  This is available only for Layer 4 Internal Load Balancing and
65
64
  Network Load Balancing.
@@ -150,6 +149,10 @@ class RegionBackendServiceArgs:
150
149
  - - -
151
150
  :param pulumi.Input[str] network: The URL of the network to which this backend service belongs.
152
151
  This field can only be specified when the load balancing scheme is set to INTERNAL.
152
+ :param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
153
+ This field is applicable only when the `load_balancing_scheme` is set
154
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
155
+ Structure is documented below.
153
156
  :param pulumi.Input[str] port_name: A named port on a backend instance group representing the port for
154
157
  communication to the backend VMs in that group. Required when the
155
158
  loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
@@ -171,10 +174,8 @@ class RegionBackendServiceArgs:
171
174
  Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
172
175
  :param pulumi.Input['RegionBackendServiceSubsettingArgs'] subsetting: Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
173
176
  Structure is documented below.
174
- :param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
175
- For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
176
- The default is 30 seconds.
177
- The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.
177
+ :param pulumi.Input[int] timeout_sec: How many seconds to wait for the backend before considering it a
178
+ failed request. Default is 30 seconds. Valid range is [1, 86400].
178
179
  """
179
180
  if affinity_cookie_ttl_sec is not None:
180
181
  pulumi.set(__self__, "affinity_cookie_ttl_sec", affinity_cookie_ttl_sec)
@@ -292,7 +293,6 @@ class RegionBackendServiceArgs:
292
293
  """
293
294
  Time for which instance will be drained (not accept new
294
295
  connections, but still work to finish started).
295
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
296
296
  """
297
297
  return pulumi.get(self, "connection_draining_timeout_sec")
298
298
 
@@ -525,6 +525,12 @@ class RegionBackendServiceArgs:
525
525
  @property
526
526
  @pulumi.getter(name="outlierDetection")
527
527
  def outlier_detection(self) -> Optional[pulumi.Input['RegionBackendServiceOutlierDetectionArgs']]:
528
+ """
529
+ Settings controlling eviction of unhealthy hosts from the load balancing pool.
530
+ This field is applicable only when the `load_balancing_scheme` is set
531
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
532
+ Structure is documented below.
533
+ """
528
534
  return pulumi.get(self, "outlier_detection")
529
535
 
530
536
  @outlier_detection.setter
@@ -633,10 +639,8 @@ class RegionBackendServiceArgs:
633
639
  @pulumi.getter(name="timeoutSec")
634
640
  def timeout_sec(self) -> Optional[pulumi.Input[int]]:
635
641
  """
636
- The backend service timeout has a different meaning depending on the type of load balancer.
637
- For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
638
- The default is 30 seconds.
639
- The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.
642
+ How many seconds to wait for the backend before considering it a
643
+ failed request. Default is 30 seconds. Valid range is [1, 86400].
640
644
  """
641
645
  return pulumi.get(self, "timeout_sec")
642
646
 
@@ -695,7 +699,6 @@ class _RegionBackendServiceState:
695
699
  Structure is documented below.
696
700
  :param pulumi.Input[int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
697
701
  connections, but still work to finish started).
698
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
699
702
  :param pulumi.Input['RegionBackendServiceConnectionTrackingPolicyArgs'] connection_tracking_policy: Connection Tracking configuration for this BackendService.
700
703
  This is available only for Layer 4 Internal Load Balancing and
701
704
  Network Load Balancing.
@@ -790,6 +793,10 @@ class _RegionBackendServiceState:
790
793
  - - -
791
794
  :param pulumi.Input[str] network: The URL of the network to which this backend service belongs.
792
795
  This field can only be specified when the load balancing scheme is set to INTERNAL.
796
+ :param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
797
+ This field is applicable only when the `load_balancing_scheme` is set
798
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
799
+ Structure is documented below.
793
800
  :param pulumi.Input[str] port_name: A named port on a backend instance group representing the port for
794
801
  communication to the backend VMs in that group. Required when the
795
802
  loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
@@ -812,10 +819,8 @@ class _RegionBackendServiceState:
812
819
  Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
813
820
  :param pulumi.Input['RegionBackendServiceSubsettingArgs'] subsetting: Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
814
821
  Structure is documented below.
815
- :param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
816
- For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
817
- The default is 30 seconds.
818
- The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.
822
+ :param pulumi.Input[int] timeout_sec: How many seconds to wait for the backend before considering it a
823
+ failed request. Default is 30 seconds. Valid range is [1, 86400].
819
824
  """
820
825
  if affinity_cookie_ttl_sec is not None:
821
826
  pulumi.set(__self__, "affinity_cookie_ttl_sec", affinity_cookie_ttl_sec)
@@ -941,7 +946,6 @@ class _RegionBackendServiceState:
941
946
  """
942
947
  Time for which instance will be drained (not accept new
943
948
  connections, but still work to finish started).
944
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
945
949
  """
946
950
  return pulumi.get(self, "connection_draining_timeout_sec")
947
951
 
@@ -1211,6 +1215,12 @@ class _RegionBackendServiceState:
1211
1215
  @property
1212
1216
  @pulumi.getter(name="outlierDetection")
1213
1217
  def outlier_detection(self) -> Optional[pulumi.Input['RegionBackendServiceOutlierDetectionArgs']]:
1218
+ """
1219
+ Settings controlling eviction of unhealthy hosts from the load balancing pool.
1220
+ This field is applicable only when the `load_balancing_scheme` is set
1221
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
1222
+ Structure is documented below.
1223
+ """
1214
1224
  return pulumi.get(self, "outlier_detection")
1215
1225
 
1216
1226
  @outlier_detection.setter
@@ -1331,10 +1341,8 @@ class _RegionBackendServiceState:
1331
1341
  @pulumi.getter(name="timeoutSec")
1332
1342
  def timeout_sec(self) -> Optional[pulumi.Input[int]]:
1333
1343
  """
1334
- The backend service timeout has a different meaning depending on the type of load balancer.
1335
- For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
1336
- The default is 30 seconds.
1337
- The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.
1344
+ How many seconds to wait for the backend before considering it a
1345
+ failed request. Default is 30 seconds. Valid range is [1, 86400].
1338
1346
  """
1339
1347
  return pulumi.get(self, "timeout_sec")
1340
1348
 
@@ -1680,7 +1688,6 @@ class RegionBackendService(pulumi.CustomResource):
1680
1688
  Structure is documented below.
1681
1689
  :param pulumi.Input[int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
1682
1690
  connections, but still work to finish started).
1683
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
1684
1691
  :param pulumi.Input[pulumi.InputType['RegionBackendServiceConnectionTrackingPolicyArgs']] connection_tracking_policy: Connection Tracking configuration for this BackendService.
1685
1692
  This is available only for Layer 4 Internal Load Balancing and
1686
1693
  Network Load Balancing.
@@ -1771,6 +1778,10 @@ class RegionBackendService(pulumi.CustomResource):
1771
1778
  - - -
1772
1779
  :param pulumi.Input[str] network: The URL of the network to which this backend service belongs.
1773
1780
  This field can only be specified when the load balancing scheme is set to INTERNAL.
1781
+ :param pulumi.Input[pulumi.InputType['RegionBackendServiceOutlierDetectionArgs']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
1782
+ This field is applicable only when the `load_balancing_scheme` is set
1783
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
1784
+ Structure is documented below.
1774
1785
  :param pulumi.Input[str] port_name: A named port on a backend instance group representing the port for
1775
1786
  communication to the backend VMs in that group. Required when the
1776
1787
  loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
@@ -1792,10 +1803,8 @@ class RegionBackendService(pulumi.CustomResource):
1792
1803
  Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
1793
1804
  :param pulumi.Input[pulumi.InputType['RegionBackendServiceSubsettingArgs']] subsetting: Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
1794
1805
  Structure is documented below.
1795
- :param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
1796
- For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
1797
- The default is 30 seconds.
1798
- The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.
1806
+ :param pulumi.Input[int] timeout_sec: How many seconds to wait for the backend before considering it a
1807
+ failed request. Default is 30 seconds. Valid range is [1, 86400].
1799
1808
  """
1800
1809
  ...
1801
1810
  @overload
@@ -2233,7 +2242,6 @@ class RegionBackendService(pulumi.CustomResource):
2233
2242
  Structure is documented below.
2234
2243
  :param pulumi.Input[int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
2235
2244
  connections, but still work to finish started).
2236
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
2237
2245
  :param pulumi.Input[pulumi.InputType['RegionBackendServiceConnectionTrackingPolicyArgs']] connection_tracking_policy: Connection Tracking configuration for this BackendService.
2238
2246
  This is available only for Layer 4 Internal Load Balancing and
2239
2247
  Network Load Balancing.
@@ -2328,6 +2336,10 @@ class RegionBackendService(pulumi.CustomResource):
2328
2336
  - - -
2329
2337
  :param pulumi.Input[str] network: The URL of the network to which this backend service belongs.
2330
2338
  This field can only be specified when the load balancing scheme is set to INTERNAL.
2339
+ :param pulumi.Input[pulumi.InputType['RegionBackendServiceOutlierDetectionArgs']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
2340
+ This field is applicable only when the `load_balancing_scheme` is set
2341
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
2342
+ Structure is documented below.
2331
2343
  :param pulumi.Input[str] port_name: A named port on a backend instance group representing the port for
2332
2344
  communication to the backend VMs in that group. Required when the
2333
2345
  loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
@@ -2350,10 +2362,8 @@ class RegionBackendService(pulumi.CustomResource):
2350
2362
  Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
2351
2363
  :param pulumi.Input[pulumi.InputType['RegionBackendServiceSubsettingArgs']] subsetting: Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
2352
2364
  Structure is documented below.
2353
- :param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
2354
- For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
2355
- The default is 30 seconds.
2356
- The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.
2365
+ :param pulumi.Input[int] timeout_sec: How many seconds to wait for the backend before considering it a
2366
+ failed request. Default is 30 seconds. Valid range is [1, 86400].
2357
2367
  """
2358
2368
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
2359
2369
 
@@ -2438,7 +2448,6 @@ class RegionBackendService(pulumi.CustomResource):
2438
2448
  """
2439
2449
  Time for which instance will be drained (not accept new
2440
2450
  connections, but still work to finish started).
2441
- From version 6.0.0 ConnectionDrainingTimeoutSec default value will be 300 to match default GCP value.
2442
2451
  """
2443
2452
  return pulumi.get(self, "connection_draining_timeout_sec")
2444
2453
 
@@ -2644,6 +2653,12 @@ class RegionBackendService(pulumi.CustomResource):
2644
2653
  @property
2645
2654
  @pulumi.getter(name="outlierDetection")
2646
2655
  def outlier_detection(self) -> pulumi.Output[Optional['outputs.RegionBackendServiceOutlierDetection']]:
2656
+ """
2657
+ Settings controlling eviction of unhealthy hosts from the load balancing pool.
2658
+ This field is applicable only when the `load_balancing_scheme` is set
2659
+ to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or HTTP2.
2660
+ Structure is documented below.
2661
+ """
2647
2662
  return pulumi.get(self, "outlier_detection")
2648
2663
 
2649
2664
  @property
@@ -2728,10 +2743,8 @@ class RegionBackendService(pulumi.CustomResource):
2728
2743
  @pulumi.getter(name="timeoutSec")
2729
2744
  def timeout_sec(self) -> pulumi.Output[int]:
2730
2745
  """
2731
- The backend service timeout has a different meaning depending on the type of load balancer.
2732
- For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
2733
- The default is 30 seconds.
2734
- The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.
2746
+ How many seconds to wait for the backend before considering it a
2747
+ failed request. Default is 30 seconds. Valid range is [1, 86400].
2735
2748
  """
2736
2749
  return pulumi.get(self, "timeout_sec")
2737
2750