pulumi-alicloud 3.63.0__py3-none-any.whl → 3.63.0a1726032285__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.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (75) hide show
  1. pulumi_alicloud/__init__.py +0 -24
  2. pulumi_alicloud/alb/acl.py +19 -18
  3. pulumi_alicloud/alb/health_check_template.py +88 -96
  4. pulumi_alicloud/amqp/binding.py +36 -30
  5. pulumi_alicloud/cen/_inputs.py +14 -180
  6. pulumi_alicloud/cen/outputs.py +12 -173
  7. pulumi_alicloud/cen/traffic_marking_policy.py +53 -116
  8. pulumi_alicloud/cen/transit_router_vpc_attachment.py +119 -338
  9. pulumi_alicloud/cms/_inputs.py +6 -6
  10. pulumi_alicloud/cms/outputs.py +6 -6
  11. pulumi_alicloud/cr/chart_namespace.py +6 -14
  12. pulumi_alicloud/cr/endpoint_acl_policy.py +2 -10
  13. pulumi_alicloud/cr/namespace.py +2 -10
  14. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +10 -10
  15. pulumi_alicloud/ddos/_inputs.py +9 -8
  16. pulumi_alicloud/ddos/bgp_ip.py +1 -1
  17. pulumi_alicloud/ddos/domain_resource.py +90 -446
  18. pulumi_alicloud/ddos/outputs.py +8 -7
  19. pulumi_alicloud/eci/container_group.py +0 -47
  20. pulumi_alicloud/ecs/_inputs.py +0 -28
  21. pulumi_alicloud/ecs/ecs_snapshot.py +77 -199
  22. pulumi_alicloud/ecs/outputs.py +0 -20
  23. pulumi_alicloud/ecs/snapshot.py +8 -26
  24. pulumi_alicloud/emrv2/_inputs.py +12 -12
  25. pulumi_alicloud/emrv2/outputs.py +12 -12
  26. pulumi_alicloud/ens/_inputs.py +2 -50
  27. pulumi_alicloud/ens/instance.py +184 -428
  28. pulumi_alicloud/ens/outputs.py +2 -57
  29. pulumi_alicloud/ess/__init__.py +0 -1
  30. pulumi_alicloud/ess/alarm.py +0 -47
  31. pulumi_alicloud/expressconnect/physical_connection.py +185 -321
  32. pulumi_alicloud/fc/trigger.py +24 -22
  33. pulumi_alicloud/ga/_inputs.py +5 -23
  34. pulumi_alicloud/ga/endpoint_group.py +14 -68
  35. pulumi_alicloud/ga/outputs.py +5 -21
  36. pulumi_alicloud/governance/account.py +0 -61
  37. pulumi_alicloud/gpdb/__init__.py +0 -4
  38. pulumi_alicloud/gpdb/_inputs.py +3 -361
  39. pulumi_alicloud/gpdb/instance.py +0 -47
  40. pulumi_alicloud/gpdb/outputs.py +4 -597
  41. pulumi_alicloud/mongodb/instance.py +0 -94
  42. pulumi_alicloud/nlb/_inputs.py +64 -120
  43. pulumi_alicloud/nlb/get_listeners.py +2 -32
  44. pulumi_alicloud/nlb/get_server_group_server_attachments.py +2 -8
  45. pulumi_alicloud/nlb/listener.py +245 -315
  46. pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +25 -25
  47. pulumi_alicloud/nlb/load_balancer.py +212 -297
  48. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +39 -29
  49. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +18 -22
  50. pulumi_alicloud/nlb/outputs.py +66 -122
  51. pulumi_alicloud/nlb/security_policy.py +25 -53
  52. pulumi_alicloud/nlb/server_group.py +133 -196
  53. pulumi_alicloud/ocean/base_instance.py +163 -498
  54. pulumi_alicloud/oos/get_secret_parameters.py +9 -111
  55. pulumi_alicloud/oos/outputs.py +11 -22
  56. pulumi_alicloud/pulumi-plugin.json +1 -1
  57. pulumi_alicloud/ram/get_account_alias.py +2 -35
  58. pulumi_alicloud/rds/instance.py +21 -21
  59. pulumi_alicloud/rocketmq/_inputs.py +22 -79
  60. pulumi_alicloud/rocketmq/outputs.py +21 -85
  61. pulumi_alicloud/rocketmq/rocket_mq_instance.py +113 -307
  62. pulumi_alicloud/servicemesh/extension_provider.py +2 -2
  63. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  64. pulumi_alicloud/vpc/peer_connection.py +59 -127
  65. pulumi_alicloud/vpc/peer_connection_accepter.py +42 -263
  66. pulumi_alicloud/vpc/route_entry.py +210 -232
  67. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/METADATA +1 -1
  68. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/RECORD +70 -75
  69. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/WHEEL +1 -1
  70. pulumi_alicloud/ess/server_group_attachment.py +0 -552
  71. pulumi_alicloud/gpdb/db_instance_ip_array.py +0 -533
  72. pulumi_alicloud/gpdb/get_data_backups.py +0 -288
  73. pulumi_alicloud/gpdb/get_log_backups.py +0 -225
  74. pulumi_alicloud/gpdb/streaming_job.py +0 -1568
  75. {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/top_level.txt +0 -0
@@ -23,12 +23,9 @@ class LoadBalancerDeletionProtectionConfigArgs:
23
23
  enabled_time: Optional[pulumi.Input[str]] = None,
24
24
  reason: Optional[pulumi.Input[str]] = None):
25
25
  """
26
- :param pulumi.Input[bool] enabled: Specifies whether to enable deletion protection. Valid values:
27
- :param pulumi.Input[str] enabled_time: Opening time of the configuration read-only mode.
28
- :param pulumi.Input[str] reason: The reason why deletion protection is enabled. The reason must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The reason must start with a letter.
29
-
30
-
31
- > **NOTE:** This parameter takes effect only when `DeletionProtectionEnabled` is set to `true`.
26
+ :param pulumi.Input[bool] enabled: Delete protection enable.
27
+ :param pulumi.Input[str] enabled_time: Opening time.
28
+ :param pulumi.Input[str] reason: Reason for opening.
32
29
  """
33
30
  if enabled is not None:
34
31
  pulumi.set(__self__, "enabled", enabled)
@@ -41,7 +38,7 @@ class LoadBalancerDeletionProtectionConfigArgs:
41
38
  @pulumi.getter
42
39
  def enabled(self) -> Optional[pulumi.Input[bool]]:
43
40
  """
44
- Specifies whether to enable deletion protection. Valid values:
41
+ Delete protection enable.
45
42
  """
46
43
  return pulumi.get(self, "enabled")
47
44
 
@@ -53,7 +50,7 @@ class LoadBalancerDeletionProtectionConfigArgs:
53
50
  @pulumi.getter(name="enabledTime")
54
51
  def enabled_time(self) -> Optional[pulumi.Input[str]]:
55
52
  """
56
- Opening time of the configuration read-only mode.
53
+ Opening time.
57
54
  """
58
55
  return pulumi.get(self, "enabled_time")
59
56
 
@@ -65,10 +62,7 @@ class LoadBalancerDeletionProtectionConfigArgs:
65
62
  @pulumi.getter
66
63
  def reason(self) -> Optional[pulumi.Input[str]]:
67
64
  """
68
- The reason why deletion protection is enabled. The reason must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The reason must start with a letter.
69
-
70
-
71
- > **NOTE:** This parameter takes effect only when `DeletionProtectionEnabled` is set to `true`.
65
+ Reason for opening.
72
66
  """
73
67
  return pulumi.get(self, "reason")
74
68
 
@@ -84,15 +78,9 @@ class LoadBalancerModificationProtectionConfigArgs:
84
78
  reason: Optional[pulumi.Input[str]] = None,
85
79
  status: Optional[pulumi.Input[str]] = None):
86
80
  """
87
- :param pulumi.Input[str] enabled_time: Opening time of the configuration read-only mode.
88
- :param pulumi.Input[str] reason: The reason why the configuration read-only mode is enabled. The value must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The value must start with a letter.
89
-
90
- > **NOTE:** This parameter takes effect only if the `status` parameter is set to `ConsoleProtection`.
91
- :param pulumi.Input[str] status: Specifies whether to enable the configuration read-only mode. Valid values:
92
- - `NonProtection`: disables the configuration read-only mode. In this case, you cannot set the `ModificationProtectionReason` parameter. If you specify `ModificationProtectionReason`, the value is cleared.
93
- - `ConsoleProtection`: enables the configuration read-only mode. In this case, you can specify `ModificationProtectionReason`.
94
-
95
- > **NOTE:** If you set this parameter to `ConsoleProtection`, you cannot use the NLB console to modify instance configurations. However, you can call API operations to modify instance configurations.
81
+ :param pulumi.Input[str] enabled_time: Opening time.
82
+ :param pulumi.Input[str] reason: Reason for opening.
83
+ :param pulumi.Input[str] status: ON.
96
84
  """
97
85
  if enabled_time is not None:
98
86
  pulumi.set(__self__, "enabled_time", enabled_time)
@@ -105,7 +93,7 @@ class LoadBalancerModificationProtectionConfigArgs:
105
93
  @pulumi.getter(name="enabledTime")
106
94
  def enabled_time(self) -> Optional[pulumi.Input[str]]:
107
95
  """
108
- Opening time of the configuration read-only mode.
96
+ Opening time.
109
97
  """
110
98
  return pulumi.get(self, "enabled_time")
111
99
 
@@ -117,9 +105,7 @@ class LoadBalancerModificationProtectionConfigArgs:
117
105
  @pulumi.getter
118
106
  def reason(self) -> Optional[pulumi.Input[str]]:
119
107
  """
120
- The reason why the configuration read-only mode is enabled. The value must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The value must start with a letter.
121
-
122
- > **NOTE:** This parameter takes effect only if the `status` parameter is set to `ConsoleProtection`.
108
+ Reason for opening.
123
109
  """
124
110
  return pulumi.get(self, "reason")
125
111
 
@@ -131,11 +117,7 @@ class LoadBalancerModificationProtectionConfigArgs:
131
117
  @pulumi.getter
132
118
  def status(self) -> Optional[pulumi.Input[str]]:
133
119
  """
134
- Specifies whether to enable the configuration read-only mode. Valid values:
135
- - `NonProtection`: disables the configuration read-only mode. In this case, you cannot set the `ModificationProtectionReason` parameter. If you specify `ModificationProtectionReason`, the value is cleared.
136
- - `ConsoleProtection`: enables the configuration read-only mode. In this case, you can specify `ModificationProtectionReason`.
137
-
138
- > **NOTE:** If you set this parameter to `ConsoleProtection`, you cannot use the NLB console to modify instance configurations. However, you can call API operations to modify instance configurations.
120
+ ON.
139
121
  """
140
122
  return pulumi.get(self, "status")
141
123
 
@@ -156,16 +138,14 @@ class LoadBalancerZoneMappingArgs:
156
138
  public_ipv4_address: Optional[pulumi.Input[str]] = None,
157
139
  status: Optional[pulumi.Input[str]] = None):
158
140
  """
159
- :param pulumi.Input[str] vswitch_id: The vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of an NLB instance. You must add at least two zones. You can add a maximum of 10 zones.
160
- :param pulumi.Input[str] zone_id: The ID of the zone of the NLB instance. You must add at least two zones. You can add a maximum of 10 zones.
161
-
162
- You can call the [DescribeZones](https://www.alibabacloud.com/help/en/doc-detail/443890.html) operation to query the most recent zone list.
163
- :param pulumi.Input[str] allocation_id: The ID of the elastic IP address (EIP) that is associated with the Internet-facing NLB instance. You can specify one EIP for each zone. You must add at least two zones. You can add a maximum of 10 zones.
164
- :param pulumi.Input[str] eni_id: The ID of the elastic network interface (ENI).
165
- :param pulumi.Input[str] ipv6_address: The IPv6 address of the NLB instance.
166
- :param pulumi.Input[str] private_ipv4_address: The private IP address. You must add at least two zones. You can add a maximum of 10 zones.
141
+ :param pulumi.Input[str] vswitch_id: The switch corresponding to the zone. Each zone uses one switch and one subnet by default.
142
+ :param pulumi.Input[str] zone_id: The name of the zone. You can call the DescribeZones operation to obtain the name of the zone.
143
+ :param pulumi.Input[str] allocation_id: The ID of the elastic IP address.
144
+ :param pulumi.Input[str] eni_id: The ID of ENI.
145
+ :param pulumi.Input[str] ipv6_address: The IPv6 address of a network-based server load balancer instance.
146
+ :param pulumi.Input[str] private_ipv4_address: The private IPv4 address of a network-based server load balancer instance.
167
147
  :param pulumi.Input[str] public_ipv4_address: Public IPv4 address of a network-based server load balancer instance.
168
- :param pulumi.Input[str] status: Zone Status
148
+ :param pulumi.Input[str] status: Zone Status.
169
149
  """
170
150
  pulumi.set(__self__, "vswitch_id", vswitch_id)
171
151
  pulumi.set(__self__, "zone_id", zone_id)
@@ -186,7 +166,7 @@ class LoadBalancerZoneMappingArgs:
186
166
  @pulumi.getter(name="vswitchId")
187
167
  def vswitch_id(self) -> pulumi.Input[str]:
188
168
  """
189
- The vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of an NLB instance. You must add at least two zones. You can add a maximum of 10 zones.
169
+ The switch corresponding to the zone. Each zone uses one switch and one subnet by default.
190
170
  """
191
171
  return pulumi.get(self, "vswitch_id")
192
172
 
@@ -198,9 +178,7 @@ class LoadBalancerZoneMappingArgs:
198
178
  @pulumi.getter(name="zoneId")
199
179
  def zone_id(self) -> pulumi.Input[str]:
200
180
  """
201
- The ID of the zone of the NLB instance. You must add at least two zones. You can add a maximum of 10 zones.
202
-
203
- You can call the [DescribeZones](https://www.alibabacloud.com/help/en/doc-detail/443890.html) operation to query the most recent zone list.
181
+ The name of the zone. You can call the DescribeZones operation to obtain the name of the zone.
204
182
  """
205
183
  return pulumi.get(self, "zone_id")
206
184
 
@@ -212,7 +190,7 @@ class LoadBalancerZoneMappingArgs:
212
190
  @pulumi.getter(name="allocationId")
213
191
  def allocation_id(self) -> Optional[pulumi.Input[str]]:
214
192
  """
215
- The ID of the elastic IP address (EIP) that is associated with the Internet-facing NLB instance. You can specify one EIP for each zone. You must add at least two zones. You can add a maximum of 10 zones.
193
+ The ID of the elastic IP address.
216
194
  """
217
195
  return pulumi.get(self, "allocation_id")
218
196
 
@@ -224,7 +202,7 @@ class LoadBalancerZoneMappingArgs:
224
202
  @pulumi.getter(name="eniId")
225
203
  def eni_id(self) -> Optional[pulumi.Input[str]]:
226
204
  """
227
- The ID of the elastic network interface (ENI).
205
+ The ID of ENI.
228
206
  """
229
207
  return pulumi.get(self, "eni_id")
230
208
 
@@ -236,7 +214,7 @@ class LoadBalancerZoneMappingArgs:
236
214
  @pulumi.getter(name="ipv6Address")
237
215
  def ipv6_address(self) -> Optional[pulumi.Input[str]]:
238
216
  """
239
- The IPv6 address of the NLB instance.
217
+ The IPv6 address of a network-based server load balancer instance.
240
218
  """
241
219
  return pulumi.get(self, "ipv6_address")
242
220
 
@@ -248,7 +226,7 @@ class LoadBalancerZoneMappingArgs:
248
226
  @pulumi.getter(name="privateIpv4Address")
249
227
  def private_ipv4_address(self) -> Optional[pulumi.Input[str]]:
250
228
  """
251
- The private IP address. You must add at least two zones. You can add a maximum of 10 zones.
229
+ The private IPv4 address of a network-based server load balancer instance.
252
230
  """
253
231
  return pulumi.get(self, "private_ipv4_address")
254
232
 
@@ -272,7 +250,7 @@ class LoadBalancerZoneMappingArgs:
272
250
  @pulumi.getter
273
251
  def status(self) -> Optional[pulumi.Input[str]]:
274
252
  """
275
- Zone Status
253
+ Zone Status.
276
254
  """
277
255
  return pulumi.get(self, "status")
278
256
 
@@ -296,42 +274,25 @@ class ServerGroupHealthCheckArgs:
296
274
  http_check_method: Optional[pulumi.Input[str]] = None,
297
275
  unhealthy_threshold: Optional[pulumi.Input[int]] = None):
298
276
  """
299
- :param pulumi.Input[int] health_check_connect_port: The port that you want to use for health checks on backend servers.
300
-
301
- Valid values: `0` to `65535`.
302
-
303
- Default value: `0`. If you set the value to 0, the port of the backend server is used for health checks.
304
- :param pulumi.Input[int] health_check_connect_timeout: The maximum timeout period of a health check. Unit: seconds. Valid values: `1` to `300`. Default value: `5`.
305
- :param pulumi.Input[str] health_check_domain: The domain name that you want to use for health checks. Valid values:
306
- - `$SERVER_IP`: the private IP address of a backend server.
307
- :param pulumi.Input[bool] health_check_enabled: Specifies whether to enable the health check feature. Valid values:
308
- :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_http_codes: The HTTP status codes to return for health checks. Separate multiple HTTP status codes with commas (,). Valid values: `http\\_2xx` (default), `http\\_3xx`, `http\\_4xx`, and `http\\_5xx`.
309
-
310
- > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
311
- :param pulumi.Input[int] health_check_interval: The interval at which health checks are performed. Unit: seconds.
312
-
313
- Valid values: `5` to `50`.
314
-
315
- Default value: `10`.
316
- :param pulumi.Input[str] health_check_type: The protocol that you want to use for health checks. Valid values: `TCP` (default) and `HTTP`.
317
- :param pulumi.Input[str] health_check_url: The path to which health check requests are sent.
318
-
319
- The path must be 1 to 80 characters in length, and can contain only letters, digits, and the following special characters: `- / . % ? # & =`. It can also contain the following extended characters: `_ ; ~ ! ( ) * [ ] @ $ ^ : ' , +`. The path must start with a forward slash (/).
320
-
321
- > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
322
- :param pulumi.Input[int] healthy_threshold: The number of times that an unhealthy backend server must consecutively pass health checks before it is declared healthy. In this case, the health status changes from `fail` to `success`.
323
-
324
- Valid values: `2` to `10`.
325
-
326
- Default value: `2`.
327
- :param pulumi.Input[str] http_check_method: The HTTP method that is used for health checks. Valid values: `GET` (default) and `HEAD`.
328
-
329
- > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
330
- :param pulumi.Input[int] unhealthy_threshold: The number of times that a healthy backend server must consecutively fail health checks before it is declared unhealthy. In this case, the health status changes from `success` to `fail`.
331
-
332
- Valid values: `2` to `10`.
333
-
334
- Default value: `2`.
277
+ :param pulumi.Input[int] health_check_connect_port: The port of the backend server for health checks. Valid values: **0** ~ **65535**. **0** indicates that the port of the backend server is used for health check.
278
+ :param pulumi.Input[int] health_check_connect_timeout: Maximum timeout for health check responses. Unit: seconds. Valid values: **1** ~ **300**.
279
+ :param pulumi.Input[str] health_check_domain: The domain name used for health check. Valid values:
280
+ - **$SERVER_IP**: uses the intranet IP of the backend server.
281
+ - **domain**: Specify a specific domain name. The length is limited to 1 to 80 characters. Only lowercase letters, numbers, dashes (-), and half-width periods (.) can be used.
282
+ > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
283
+ :param pulumi.Input[bool] health_check_enabled: Whether to enable health check. Valid values:
284
+ - **true**: on.
285
+ - **false**: closed.
286
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_http_codes: Health status return code. Multiple status codes are separated by commas (,). Valid values: **http\\_2xx**, **http\\_3xx**, **http\\_4xx**, and **http\\_5xx**.
287
+ > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
288
+ :param pulumi.Input[int] health_check_interval: Time interval of health examination. Unit: seconds. Valid values: **5** ~ **50**.
289
+ :param pulumi.Input[str] health_check_type: Health check protocol. Valid values: **TCP** or **HTTP**.
290
+ :param pulumi.Input[str] health_check_url: Health check path.
291
+ > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
292
+ :param pulumi.Input[int] healthy_threshold: After the health check is successful, the health check status of the backend server is determined from **failed** to **successful**. Valid values: **2** to **10**.
293
+ :param pulumi.Input[str] http_check_method: The health check method. Valid values: **GET** or **HEAD**.
294
+ > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
295
+ :param pulumi.Input[int] unhealthy_threshold: After the health check fails for many times in a row, the health check status of the backend server is determined from **Success** to **Failure**. Valid values: **2** to **10**.
335
296
  """
336
297
  if health_check_connect_port is not None:
337
298
  pulumi.set(__self__, "health_check_connect_port", health_check_connect_port)
@@ -360,11 +321,7 @@ class ServerGroupHealthCheckArgs:
360
321
  @pulumi.getter(name="healthCheckConnectPort")
361
322
  def health_check_connect_port(self) -> Optional[pulumi.Input[int]]:
362
323
  """
363
- The port that you want to use for health checks on backend servers.
364
-
365
- Valid values: `0` to `65535`.
366
-
367
- Default value: `0`. If you set the value to 0, the port of the backend server is used for health checks.
324
+ The port of the backend server for health checks. Valid values: **0** ~ **65535**. **0** indicates that the port of the backend server is used for health check.
368
325
  """
369
326
  return pulumi.get(self, "health_check_connect_port")
370
327
 
@@ -376,7 +333,7 @@ class ServerGroupHealthCheckArgs:
376
333
  @pulumi.getter(name="healthCheckConnectTimeout")
377
334
  def health_check_connect_timeout(self) -> Optional[pulumi.Input[int]]:
378
335
  """
379
- The maximum timeout period of a health check. Unit: seconds. Valid values: `1` to `300`. Default value: `5`.
336
+ Maximum timeout for health check responses. Unit: seconds. Valid values: **1** ~ **300**.
380
337
  """
381
338
  return pulumi.get(self, "health_check_connect_timeout")
382
339
 
@@ -388,8 +345,10 @@ class ServerGroupHealthCheckArgs:
388
345
  @pulumi.getter(name="healthCheckDomain")
389
346
  def health_check_domain(self) -> Optional[pulumi.Input[str]]:
390
347
  """
391
- The domain name that you want to use for health checks. Valid values:
392
- - `$SERVER_IP`: the private IP address of a backend server.
348
+ The domain name used for health check. Valid values:
349
+ - **$SERVER_IP**: uses the intranet IP of the backend server.
350
+ - **domain**: Specify a specific domain name. The length is limited to 1 to 80 characters. Only lowercase letters, numbers, dashes (-), and half-width periods (.) can be used.
351
+ > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
393
352
  """
394
353
  return pulumi.get(self, "health_check_domain")
395
354
 
@@ -401,7 +360,9 @@ class ServerGroupHealthCheckArgs:
401
360
  @pulumi.getter(name="healthCheckEnabled")
402
361
  def health_check_enabled(self) -> Optional[pulumi.Input[bool]]:
403
362
  """
404
- Specifies whether to enable the health check feature. Valid values:
363
+ Whether to enable health check. Valid values:
364
+ - **true**: on.
365
+ - **false**: closed.
405
366
  """
406
367
  return pulumi.get(self, "health_check_enabled")
407
368
 
@@ -413,9 +374,8 @@ class ServerGroupHealthCheckArgs:
413
374
  @pulumi.getter(name="healthCheckHttpCodes")
414
375
  def health_check_http_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
415
376
  """
416
- The HTTP status codes to return for health checks. Separate multiple HTTP status codes with commas (,). Valid values: `http\\_2xx` (default), `http\\_3xx`, `http\\_4xx`, and `http\\_5xx`.
417
-
418
- > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
377
+ Health status return code. Multiple status codes are separated by commas (,). Valid values: **http\\_2xx**, **http\\_3xx**, **http\\_4xx**, and **http\\_5xx**.
378
+ > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
419
379
  """
420
380
  return pulumi.get(self, "health_check_http_codes")
421
381
 
@@ -427,11 +387,7 @@ class ServerGroupHealthCheckArgs:
427
387
  @pulumi.getter(name="healthCheckInterval")
428
388
  def health_check_interval(self) -> Optional[pulumi.Input[int]]:
429
389
  """
430
- The interval at which health checks are performed. Unit: seconds.
431
-
432
- Valid values: `5` to `50`.
433
-
434
- Default value: `10`.
390
+ Time interval of health examination. Unit: seconds. Valid values: **5** ~ **50**.
435
391
  """
436
392
  return pulumi.get(self, "health_check_interval")
437
393
 
@@ -443,7 +399,7 @@ class ServerGroupHealthCheckArgs:
443
399
  @pulumi.getter(name="healthCheckType")
444
400
  def health_check_type(self) -> Optional[pulumi.Input[str]]:
445
401
  """
446
- The protocol that you want to use for health checks. Valid values: `TCP` (default) and `HTTP`.
402
+ Health check protocol. Valid values: **TCP** or **HTTP**.
447
403
  """
448
404
  return pulumi.get(self, "health_check_type")
449
405
 
@@ -455,11 +411,8 @@ class ServerGroupHealthCheckArgs:
455
411
  @pulumi.getter(name="healthCheckUrl")
456
412
  def health_check_url(self) -> Optional[pulumi.Input[str]]:
457
413
  """
458
- The path to which health check requests are sent.
459
-
460
- The path must be 1 to 80 characters in length, and can contain only letters, digits, and the following special characters: `- / . % ? # & =`. It can also contain the following extended characters: `_ ; ~ ! ( ) * [ ] @ $ ^ : ' , +`. The path must start with a forward slash (/).
461
-
462
- > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
414
+ Health check path.
415
+ > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
463
416
  """
464
417
  return pulumi.get(self, "health_check_url")
465
418
 
@@ -471,11 +424,7 @@ class ServerGroupHealthCheckArgs:
471
424
  @pulumi.getter(name="healthyThreshold")
472
425
  def healthy_threshold(self) -> Optional[pulumi.Input[int]]:
473
426
  """
474
- The number of times that an unhealthy backend server must consecutively pass health checks before it is declared healthy. In this case, the health status changes from `fail` to `success`.
475
-
476
- Valid values: `2` to `10`.
477
-
478
- Default value: `2`.
427
+ After the health check is successful, the health check status of the backend server is determined from **failed** to **successful**. Valid values: **2** to **10**.
479
428
  """
480
429
  return pulumi.get(self, "healthy_threshold")
481
430
 
@@ -487,9 +436,8 @@ class ServerGroupHealthCheckArgs:
487
436
  @pulumi.getter(name="httpCheckMethod")
488
437
  def http_check_method(self) -> Optional[pulumi.Input[str]]:
489
438
  """
490
- The HTTP method that is used for health checks. Valid values: `GET` (default) and `HEAD`.
491
-
492
- > **NOTE:** This parameter takes effect only when `HealthCheckType` is set to `HTTP`.
439
+ The health check method. Valid values: **GET** or **HEAD**.
440
+ > **NOTE:** This parameter takes effect only when **HealthCheckType** is **HTTP**.
493
441
  """
494
442
  return pulumi.get(self, "http_check_method")
495
443
 
@@ -501,11 +449,7 @@ class ServerGroupHealthCheckArgs:
501
449
  @pulumi.getter(name="unhealthyThreshold")
502
450
  def unhealthy_threshold(self) -> Optional[pulumi.Input[int]]:
503
451
  """
504
- The number of times that a healthy backend server must consecutively fail health checks before it is declared unhealthy. In this case, the health status changes from `success` to `fail`.
505
-
506
- Valid values: `2` to `10`.
507
-
508
- Default value: `2`.
452
+ After the health check fails for many times in a row, the health check status of the backend server is determined from **Success** to **Failure**. Valid values: **2** to **10**.
509
453
  """
510
454
  return pulumi.get(self, "unhealthy_threshold")
511
455
 
@@ -58,17 +58,11 @@ class GetListenersResult:
58
58
  @property
59
59
  @pulumi.getter(name="listenerProtocol")
60
60
  def listener_protocol(self) -> Optional[str]:
61
- """
62
- The listening protocol. Valid values: `TCP`, `UDP`, or `TCPSSL`.
63
- """
64
61
  return pulumi.get(self, "listener_protocol")
65
62
 
66
63
  @property
67
64
  @pulumi.getter
68
65
  def listeners(self) -> Sequence['outputs.GetListenersListenerResult']:
69
- """
70
- A list of Nlb Listeners. Each element contains the following attributes:
71
- """
72
66
  return pulumi.get(self, "listeners")
73
67
 
74
68
  @property
@@ -104,19 +98,7 @@ def get_listeners(ids: Optional[Sequence[str]] = None,
104
98
  """
105
99
  This data source provides the Nlb Listeners of the current Alibaba Cloud user.
106
100
 
107
- > **NOTE:** Available since v1.191.0.
108
-
109
- ## Example Usage
110
-
111
- Basic Usage
112
-
113
- ```python
114
- import pulumi
115
- import pulumi_alicloud as alicloud
116
-
117
- ids = alicloud.nlb.get_listeners(ids=["example_value"])
118
- pulumi.export("alicloudNlbListenerId1", ids.listeners[0].id)
119
- ```
101
+ > **NOTE:** Available in v1.191.0+.
120
102
 
121
103
 
122
104
  :param Sequence[str] ids: A list of Listener IDs.
@@ -150,19 +132,7 @@ def get_listeners_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
150
132
  """
151
133
  This data source provides the Nlb Listeners of the current Alibaba Cloud user.
152
134
 
153
- > **NOTE:** Available since v1.191.0.
154
-
155
- ## Example Usage
156
-
157
- Basic Usage
158
-
159
- ```python
160
- import pulumi
161
- import pulumi_alicloud as alicloud
162
-
163
- ids = alicloud.nlb.get_listeners(ids=["example_value"])
164
- pulumi.export("alicloudNlbListenerId1", ids.listeners[0].id)
165
- ```
135
+ > **NOTE:** Available in v1.191.0+.
166
136
 
167
137
 
168
138
  :param Sequence[str] ids: A list of Listener IDs.
@@ -48,9 +48,6 @@ class GetServerGroupServerAttachmentsResult:
48
48
  @property
49
49
  @pulumi.getter
50
50
  def attachments(self) -> Sequence['outputs.GetServerGroupServerAttachmentsAttachmentResult']:
51
- """
52
- A list of Nlb Server Group Server Attachments. Each element contains the following attributes:
53
- """
54
51
  return pulumi.get(self, "attachments")
55
52
 
56
53
  @property
@@ -74,9 +71,6 @@ class GetServerGroupServerAttachmentsResult:
74
71
  @property
75
72
  @pulumi.getter(name="serverGroupId")
76
73
  def server_group_id(self) -> Optional[str]:
77
- """
78
- The ID of the server group.
79
- """
80
74
  return pulumi.get(self, "server_group_id")
81
75
 
82
76
  @property
@@ -114,7 +108,7 @@ def get_server_group_server_attachments(ids: Optional[Sequence[str]] = None,
114
108
  """
115
109
  This data source provides the Nlb Server Group Server Attachments of the current Alibaba Cloud user.
116
110
 
117
- > **NOTE:** Available since v1.192.0.
111
+ > **NOTE:** Available in v1.192.0+.
118
112
 
119
113
  ## Example Usage
120
114
 
@@ -164,7 +158,7 @@ def get_server_group_server_attachments_output(ids: Optional[pulumi.Input[Option
164
158
  """
165
159
  This data source provides the Nlb Server Group Server Attachments of the current Alibaba Cloud user.
166
160
 
167
- > **NOTE:** Available since v1.192.0.
161
+ > **NOTE:** Available in v1.192.0+.
168
162
 
169
163
  ## Example Usage
170
164