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
@@ -32,37 +32,28 @@ class ServerGroupArgs:
32
32
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
33
33
  """
34
34
  The set of arguments for constructing a ServerGroup resource.
35
- :param pulumi.Input[str] server_group_name: The new name of the server group.
36
-
37
- The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The name must start with a letter.
38
- :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) to which the server group belongs.
39
-
40
- > **NOTE:** If `ServerGroupType` is set to `Instance`, only servers in the specified VPC can be added to the server group.
41
-
35
+ :param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
36
+ :param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
42
37
 
43
38
  The following arguments will be discarded. Please use new fields as soon as possible:
44
- :param pulumi.Input[str] address_ip_version: The protocol version. Valid values:
45
- :param pulumi.Input[bool] any_port_enabled: Specifies whether to enable all-port forwarding. Valid values:
46
- :param pulumi.Input[bool] connection_drain: . Field 'connection_drain' has been deprecated from provider version 1.231.0. New field 'connection_drain_enabled' instead.
47
- :param pulumi.Input[bool] connection_drain_enabled: Specifies whether to enable connection draining. Valid values:
48
- :param pulumi.Input[int] connection_drain_timeout: The timeout period of connection draining. Unit: seconds. Valid values: `10` to `900`.
39
+ :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `Ipv4` (default), `DualStack`.
40
+ :param pulumi.Input[bool] any_port_enabled: Full port forwarding.
41
+ :param pulumi.Input[bool] connection_drain: . Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
42
+ :param pulumi.Input[bool] connection_drain_enabled: Specifies whether to enable connection draining.
43
+ :param pulumi.Input[int] connection_drain_timeout: Set the connection elegant interrupt timeout. Unit: seconds. Valid values: **10** ~ **900**.
49
44
  :param pulumi.Input['ServerGroupHealthCheckArgs'] health_check: Health check configuration information. See `health_check` below.
50
- :param pulumi.Input[bool] preserve_client_ip_enabled: Specifies whether to enable client IP preservation. Valid values:
51
- :param pulumi.Input[str] protocol: The protocol used to forward requests to the backend servers. Valid values:
52
- - `TCP` (default)
53
- - `UDP`
54
- - `TCPSSL`
55
- :param pulumi.Input[str] resource_group_id: The ID of the new resource group.
56
-
57
- You can log on to the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups) to view resource group IDs.
58
- :param pulumi.Input[str] scheduler: The scheduling algorithm. Valid values:
59
- - **Wrr:** The weighted round-robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights. This is the default value.
60
- - **rr:** The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
61
- - **sch:** Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
62
- - **tch:** Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
63
- :param pulumi.Input[str] server_group_type: The type of server group. Valid values:
64
- - `Instance`: allows you to add servers of the `Ecs`, `Eni`, or `Eci` type. This is the default value.
65
- - `Ip`: allows you to add servers by specifying IP addresses.
45
+ :param pulumi.Input[bool] preserve_client_ip_enabled: Indicates whether client address retention is enabled. Special instructions: When **AddressIPVersion** is of the **ipv4** type, the default value is **true**. **Addrestipversion** can only be **false** when the value of **ipv6** is **ipv6**, and can be **true** when supported by the underlying layer.
46
+ :param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
47
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
48
+ :param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
49
+ - `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
50
+ - `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
51
+ - `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
52
+ - `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
53
+ - `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
54
+ :param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
55
+ - `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
56
+ - `Ip`: allows you to specify IP addresses.
66
57
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Label.
67
58
  """
68
59
  pulumi.set(__self__, "server_group_name", server_group_name)
@@ -99,9 +90,7 @@ class ServerGroupArgs:
99
90
  @pulumi.getter(name="serverGroupName")
100
91
  def server_group_name(self) -> pulumi.Input[str]:
101
92
  """
102
- The new name of the server group.
103
-
104
- The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The name must start with a letter.
93
+ The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
105
94
  """
106
95
  return pulumi.get(self, "server_group_name")
107
96
 
@@ -113,10 +102,7 @@ class ServerGroupArgs:
113
102
  @pulumi.getter(name="vpcId")
114
103
  def vpc_id(self) -> pulumi.Input[str]:
115
104
  """
116
- The ID of the virtual private cloud (VPC) to which the server group belongs.
117
-
118
- > **NOTE:** If `ServerGroupType` is set to `Instance`, only servers in the specified VPC can be added to the server group.
119
-
105
+ The ID of the VPC to which the server group belongs.
120
106
 
121
107
  The following arguments will be discarded. Please use new fields as soon as possible:
122
108
  """
@@ -130,7 +116,7 @@ class ServerGroupArgs:
130
116
  @pulumi.getter(name="addressIpVersion")
131
117
  def address_ip_version(self) -> Optional[pulumi.Input[str]]:
132
118
  """
133
- The protocol version. Valid values:
119
+ The protocol version. Valid values: `Ipv4` (default), `DualStack`.
134
120
  """
135
121
  return pulumi.get(self, "address_ip_version")
136
122
 
@@ -142,7 +128,7 @@ class ServerGroupArgs:
142
128
  @pulumi.getter(name="anyPortEnabled")
143
129
  def any_port_enabled(self) -> Optional[pulumi.Input[bool]]:
144
130
  """
145
- Specifies whether to enable all-port forwarding. Valid values:
131
+ Full port forwarding.
146
132
  """
147
133
  return pulumi.get(self, "any_port_enabled")
148
134
 
@@ -155,7 +141,7 @@ class ServerGroupArgs:
155
141
  @_utilities.deprecated("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
156
142
  def connection_drain(self) -> Optional[pulumi.Input[bool]]:
157
143
  """
158
- . Field 'connection_drain' has been deprecated from provider version 1.231.0. New field 'connection_drain_enabled' instead.
144
+ . Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
159
145
  """
160
146
  return pulumi.get(self, "connection_drain")
161
147
 
@@ -167,7 +153,7 @@ class ServerGroupArgs:
167
153
  @pulumi.getter(name="connectionDrainEnabled")
168
154
  def connection_drain_enabled(self) -> Optional[pulumi.Input[bool]]:
169
155
  """
170
- Specifies whether to enable connection draining. Valid values:
156
+ Specifies whether to enable connection draining.
171
157
  """
172
158
  return pulumi.get(self, "connection_drain_enabled")
173
159
 
@@ -179,7 +165,7 @@ class ServerGroupArgs:
179
165
  @pulumi.getter(name="connectionDrainTimeout")
180
166
  def connection_drain_timeout(self) -> Optional[pulumi.Input[int]]:
181
167
  """
182
- The timeout period of connection draining. Unit: seconds. Valid values: `10` to `900`.
168
+ Set the connection elegant interrupt timeout. Unit: seconds. Valid values: **10** ~ **900**.
183
169
  """
184
170
  return pulumi.get(self, "connection_drain_timeout")
185
171
 
@@ -203,7 +189,7 @@ class ServerGroupArgs:
203
189
  @pulumi.getter(name="preserveClientIpEnabled")
204
190
  def preserve_client_ip_enabled(self) -> Optional[pulumi.Input[bool]]:
205
191
  """
206
- Specifies whether to enable client IP preservation. Valid values:
192
+ Indicates whether client address retention is enabled. Special instructions: When **AddressIPVersion** is of the **ipv4** type, the default value is **true**. **Addrestipversion** can only be **false** when the value of **ipv6** is **ipv6**, and can be **true** when supported by the underlying layer.
207
193
  """
208
194
  return pulumi.get(self, "preserve_client_ip_enabled")
209
195
 
@@ -215,10 +201,7 @@ class ServerGroupArgs:
215
201
  @pulumi.getter
216
202
  def protocol(self) -> Optional[pulumi.Input[str]]:
217
203
  """
218
- The protocol used to forward requests to the backend servers. Valid values:
219
- - `TCP` (default)
220
- - `UDP`
221
- - `TCPSSL`
204
+ The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
222
205
  """
223
206
  return pulumi.get(self, "protocol")
224
207
 
@@ -230,9 +213,7 @@ class ServerGroupArgs:
230
213
  @pulumi.getter(name="resourceGroupId")
231
214
  def resource_group_id(self) -> Optional[pulumi.Input[str]]:
232
215
  """
233
- The ID of the new resource group.
234
-
235
- You can log on to the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups) to view resource group IDs.
216
+ The ID of the resource group to which the security group belongs.
236
217
  """
237
218
  return pulumi.get(self, "resource_group_id")
238
219
 
@@ -244,11 +225,12 @@ class ServerGroupArgs:
244
225
  @pulumi.getter
245
226
  def scheduler(self) -> Optional[pulumi.Input[str]]:
246
227
  """
247
- The scheduling algorithm. Valid values:
248
- - **Wrr:** The weighted round-robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights. This is the default value.
249
- - **rr:** The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
250
- - **sch:** Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
251
- - **tch:** Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
228
+ The routing algorithm. Valid values:
229
+ - `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
230
+ - `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
231
+ - `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
232
+ - `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
233
+ - `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
252
234
  """
253
235
  return pulumi.get(self, "scheduler")
254
236
 
@@ -260,9 +242,9 @@ class ServerGroupArgs:
260
242
  @pulumi.getter(name="serverGroupType")
261
243
  def server_group_type(self) -> Optional[pulumi.Input[str]]:
262
244
  """
263
- The type of server group. Valid values:
264
- - `Instance`: allows you to add servers of the `Ecs`, `Eni`, or `Eci` type. This is the default value.
265
- - `Ip`: allows you to add servers by specifying IP addresses.
245
+ The type of the server group. Valid values:
246
+ - `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
247
+ - `Ip`: allows you to specify IP addresses.
266
248
  """
267
249
  return pulumi.get(self, "server_group_type")
268
250
 
@@ -303,37 +285,28 @@ class _ServerGroupState:
303
285
  vpc_id: Optional[pulumi.Input[str]] = None):
304
286
  """
305
287
  Input properties used for looking up and filtering ServerGroup resources.
306
- :param pulumi.Input[str] address_ip_version: The protocol version. Valid values:
307
- :param pulumi.Input[bool] any_port_enabled: Specifies whether to enable all-port forwarding. Valid values:
308
- :param pulumi.Input[bool] connection_drain: . Field 'connection_drain' has been deprecated from provider version 1.231.0. New field 'connection_drain_enabled' instead.
309
- :param pulumi.Input[bool] connection_drain_enabled: Specifies whether to enable connection draining. Valid values:
310
- :param pulumi.Input[int] connection_drain_timeout: The timeout period of connection draining. Unit: seconds. Valid values: `10` to `900`.
288
+ :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `Ipv4` (default), `DualStack`.
289
+ :param pulumi.Input[bool] any_port_enabled: Full port forwarding.
290
+ :param pulumi.Input[bool] connection_drain: . Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
291
+ :param pulumi.Input[bool] connection_drain_enabled: Specifies whether to enable connection draining.
292
+ :param pulumi.Input[int] connection_drain_timeout: Set the connection elegant interrupt timeout. Unit: seconds. Valid values: **10** ~ **900**.
311
293
  :param pulumi.Input['ServerGroupHealthCheckArgs'] health_check: Health check configuration information. See `health_check` below.
312
- :param pulumi.Input[bool] preserve_client_ip_enabled: Specifies whether to enable client IP preservation. Valid values:
313
- :param pulumi.Input[str] protocol: The protocol used to forward requests to the backend servers. Valid values:
314
- - `TCP` (default)
315
- - `UDP`
316
- - `TCPSSL`
317
- :param pulumi.Input[str] resource_group_id: The ID of the new resource group.
318
-
319
- You can log on to the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups) to view resource group IDs.
320
- :param pulumi.Input[str] scheduler: The scheduling algorithm. Valid values:
321
- - **Wrr:** The weighted round-robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights. This is the default value.
322
- - **rr:** The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
323
- - **sch:** Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
324
- - **tch:** Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
325
- :param pulumi.Input[str] server_group_name: The new name of the server group.
326
-
327
- The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The name must start with a letter.
328
- :param pulumi.Input[str] server_group_type: The type of server group. Valid values:
329
- - `Instance`: allows you to add servers of the `Ecs`, `Eni`, or `Eci` type. This is the default value.
330
- - `Ip`: allows you to add servers by specifying IP addresses.
294
+ :param pulumi.Input[bool] preserve_client_ip_enabled: Indicates whether client address retention is enabled. Special instructions: When **AddressIPVersion** is of the **ipv4** type, the default value is **true**. **Addrestipversion** can only be **false** when the value of **ipv6** is **ipv6**, and can be **true** when supported by the underlying layer.
295
+ :param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
296
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
297
+ :param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
298
+ - `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
299
+ - `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
300
+ - `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
301
+ - `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
302
+ - `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
303
+ :param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
304
+ :param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
305
+ - `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
306
+ - `Ip`: allows you to specify IP addresses.
331
307
  :param pulumi.Input[str] status: Server group status. Value:
332
308
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Label.
333
- :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) to which the server group belongs.
334
-
335
- > **NOTE:** If `ServerGroupType` is set to `Instance`, only servers in the specified VPC can be added to the server group.
336
-
309
+ :param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
337
310
 
338
311
  The following arguments will be discarded. Please use new fields as soon as possible:
339
312
  """
@@ -375,7 +348,7 @@ class _ServerGroupState:
375
348
  @pulumi.getter(name="addressIpVersion")
376
349
  def address_ip_version(self) -> Optional[pulumi.Input[str]]:
377
350
  """
378
- The protocol version. Valid values:
351
+ The protocol version. Valid values: `Ipv4` (default), `DualStack`.
379
352
  """
380
353
  return pulumi.get(self, "address_ip_version")
381
354
 
@@ -387,7 +360,7 @@ class _ServerGroupState:
387
360
  @pulumi.getter(name="anyPortEnabled")
388
361
  def any_port_enabled(self) -> Optional[pulumi.Input[bool]]:
389
362
  """
390
- Specifies whether to enable all-port forwarding. Valid values:
363
+ Full port forwarding.
391
364
  """
392
365
  return pulumi.get(self, "any_port_enabled")
393
366
 
@@ -400,7 +373,7 @@ class _ServerGroupState:
400
373
  @_utilities.deprecated("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
401
374
  def connection_drain(self) -> Optional[pulumi.Input[bool]]:
402
375
  """
403
- . Field 'connection_drain' has been deprecated from provider version 1.231.0. New field 'connection_drain_enabled' instead.
376
+ . Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
404
377
  """
405
378
  return pulumi.get(self, "connection_drain")
406
379
 
@@ -412,7 +385,7 @@ class _ServerGroupState:
412
385
  @pulumi.getter(name="connectionDrainEnabled")
413
386
  def connection_drain_enabled(self) -> Optional[pulumi.Input[bool]]:
414
387
  """
415
- Specifies whether to enable connection draining. Valid values:
388
+ Specifies whether to enable connection draining.
416
389
  """
417
390
  return pulumi.get(self, "connection_drain_enabled")
418
391
 
@@ -424,7 +397,7 @@ class _ServerGroupState:
424
397
  @pulumi.getter(name="connectionDrainTimeout")
425
398
  def connection_drain_timeout(self) -> Optional[pulumi.Input[int]]:
426
399
  """
427
- The timeout period of connection draining. Unit: seconds. Valid values: `10` to `900`.
400
+ Set the connection elegant interrupt timeout. Unit: seconds. Valid values: **10** ~ **900**.
428
401
  """
429
402
  return pulumi.get(self, "connection_drain_timeout")
430
403
 
@@ -448,7 +421,7 @@ class _ServerGroupState:
448
421
  @pulumi.getter(name="preserveClientIpEnabled")
449
422
  def preserve_client_ip_enabled(self) -> Optional[pulumi.Input[bool]]:
450
423
  """
451
- Specifies whether to enable client IP preservation. Valid values:
424
+ Indicates whether client address retention is enabled. Special instructions: When **AddressIPVersion** is of the **ipv4** type, the default value is **true**. **Addrestipversion** can only be **false** when the value of **ipv6** is **ipv6**, and can be **true** when supported by the underlying layer.
452
425
  """
453
426
  return pulumi.get(self, "preserve_client_ip_enabled")
454
427
 
@@ -460,10 +433,7 @@ class _ServerGroupState:
460
433
  @pulumi.getter
461
434
  def protocol(self) -> Optional[pulumi.Input[str]]:
462
435
  """
463
- The protocol used to forward requests to the backend servers. Valid values:
464
- - `TCP` (default)
465
- - `UDP`
466
- - `TCPSSL`
436
+ The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
467
437
  """
468
438
  return pulumi.get(self, "protocol")
469
439
 
@@ -475,9 +445,7 @@ class _ServerGroupState:
475
445
  @pulumi.getter(name="resourceGroupId")
476
446
  def resource_group_id(self) -> Optional[pulumi.Input[str]]:
477
447
  """
478
- The ID of the new resource group.
479
-
480
- You can log on to the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups) to view resource group IDs.
448
+ The ID of the resource group to which the security group belongs.
481
449
  """
482
450
  return pulumi.get(self, "resource_group_id")
483
451
 
@@ -489,11 +457,12 @@ class _ServerGroupState:
489
457
  @pulumi.getter
490
458
  def scheduler(self) -> Optional[pulumi.Input[str]]:
491
459
  """
492
- The scheduling algorithm. Valid values:
493
- - **Wrr:** The weighted round-robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights. This is the default value.
494
- - **rr:** The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
495
- - **sch:** Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
496
- - **tch:** Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
460
+ The routing algorithm. Valid values:
461
+ - `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
462
+ - `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
463
+ - `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
464
+ - `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
465
+ - `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
497
466
  """
498
467
  return pulumi.get(self, "scheduler")
499
468
 
@@ -505,9 +474,7 @@ class _ServerGroupState:
505
474
  @pulumi.getter(name="serverGroupName")
506
475
  def server_group_name(self) -> Optional[pulumi.Input[str]]:
507
476
  """
508
- The new name of the server group.
509
-
510
- The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The name must start with a letter.
477
+ The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
511
478
  """
512
479
  return pulumi.get(self, "server_group_name")
513
480
 
@@ -519,9 +486,9 @@ class _ServerGroupState:
519
486
  @pulumi.getter(name="serverGroupType")
520
487
  def server_group_type(self) -> Optional[pulumi.Input[str]]:
521
488
  """
522
- The type of server group. Valid values:
523
- - `Instance`: allows you to add servers of the `Ecs`, `Eni`, or `Eci` type. This is the default value.
524
- - `Ip`: allows you to add servers by specifying IP addresses.
489
+ The type of the server group. Valid values:
490
+ - `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
491
+ - `Ip`: allows you to specify IP addresses.
525
492
  """
526
493
  return pulumi.get(self, "server_group_type")
527
494
 
@@ -557,10 +524,7 @@ class _ServerGroupState:
557
524
  @pulumi.getter(name="vpcId")
558
525
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
559
526
  """
560
- The ID of the virtual private cloud (VPC) to which the server group belongs.
561
-
562
- > **NOTE:** If `ServerGroupType` is set to `Instance`, only servers in the specified VPC can be added to the server group.
563
-
527
+ The ID of the VPC to which the server group belongs.
564
528
 
565
529
  The following arguments will be discarded. Please use new fields as soon as possible:
566
530
  """
@@ -655,36 +619,27 @@ class ServerGroup(pulumi.CustomResource):
655
619
 
656
620
  :param str resource_name: The name of the resource.
657
621
  :param pulumi.ResourceOptions opts: Options for the resource.
658
- :param pulumi.Input[str] address_ip_version: The protocol version. Valid values:
659
- :param pulumi.Input[bool] any_port_enabled: Specifies whether to enable all-port forwarding. Valid values:
660
- :param pulumi.Input[bool] connection_drain: . Field 'connection_drain' has been deprecated from provider version 1.231.0. New field 'connection_drain_enabled' instead.
661
- :param pulumi.Input[bool] connection_drain_enabled: Specifies whether to enable connection draining. Valid values:
662
- :param pulumi.Input[int] connection_drain_timeout: The timeout period of connection draining. Unit: seconds. Valid values: `10` to `900`.
622
+ :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `Ipv4` (default), `DualStack`.
623
+ :param pulumi.Input[bool] any_port_enabled: Full port forwarding.
624
+ :param pulumi.Input[bool] connection_drain: . Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
625
+ :param pulumi.Input[bool] connection_drain_enabled: Specifies whether to enable connection draining.
626
+ :param pulumi.Input[int] connection_drain_timeout: Set the connection elegant interrupt timeout. Unit: seconds. Valid values: **10** ~ **900**.
663
627
  :param pulumi.Input[Union['ServerGroupHealthCheckArgs', 'ServerGroupHealthCheckArgsDict']] health_check: Health check configuration information. See `health_check` below.
664
- :param pulumi.Input[bool] preserve_client_ip_enabled: Specifies whether to enable client IP preservation. Valid values:
665
- :param pulumi.Input[str] protocol: The protocol used to forward requests to the backend servers. Valid values:
666
- - `TCP` (default)
667
- - `UDP`
668
- - `TCPSSL`
669
- :param pulumi.Input[str] resource_group_id: The ID of the new resource group.
670
-
671
- You can log on to the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups) to view resource group IDs.
672
- :param pulumi.Input[str] scheduler: The scheduling algorithm. Valid values:
673
- - **Wrr:** The weighted round-robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights. This is the default value.
674
- - **rr:** The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
675
- - **sch:** Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
676
- - **tch:** Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
677
- :param pulumi.Input[str] server_group_name: The new name of the server group.
678
-
679
- The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The name must start with a letter.
680
- :param pulumi.Input[str] server_group_type: The type of server group. Valid values:
681
- - `Instance`: allows you to add servers of the `Ecs`, `Eni`, or `Eci` type. This is the default value.
682
- - `Ip`: allows you to add servers by specifying IP addresses.
628
+ :param pulumi.Input[bool] preserve_client_ip_enabled: Indicates whether client address retention is enabled. Special instructions: When **AddressIPVersion** is of the **ipv4** type, the default value is **true**. **Addrestipversion** can only be **false** when the value of **ipv6** is **ipv6**, and can be **true** when supported by the underlying layer.
629
+ :param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
630
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
631
+ :param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
632
+ - `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
633
+ - `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
634
+ - `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
635
+ - `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
636
+ - `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
637
+ :param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
638
+ :param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
639
+ - `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
640
+ - `Ip`: allows you to specify IP addresses.
683
641
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Label.
684
- :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) to which the server group belongs.
685
-
686
- > **NOTE:** If `ServerGroupType` is set to `Instance`, only servers in the specified VPC can be added to the server group.
687
-
642
+ :param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
688
643
 
689
644
  The following arguments will be discarded. Please use new fields as soon as possible:
690
645
  """
@@ -845,37 +800,28 @@ class ServerGroup(pulumi.CustomResource):
845
800
  :param str resource_name: The unique name of the resulting resource.
846
801
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
847
802
  :param pulumi.ResourceOptions opts: Options for the resource.
848
- :param pulumi.Input[str] address_ip_version: The protocol version. Valid values:
849
- :param pulumi.Input[bool] any_port_enabled: Specifies whether to enable all-port forwarding. Valid values:
850
- :param pulumi.Input[bool] connection_drain: . Field 'connection_drain' has been deprecated from provider version 1.231.0. New field 'connection_drain_enabled' instead.
851
- :param pulumi.Input[bool] connection_drain_enabled: Specifies whether to enable connection draining. Valid values:
852
- :param pulumi.Input[int] connection_drain_timeout: The timeout period of connection draining. Unit: seconds. Valid values: `10` to `900`.
803
+ :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `Ipv4` (default), `DualStack`.
804
+ :param pulumi.Input[bool] any_port_enabled: Full port forwarding.
805
+ :param pulumi.Input[bool] connection_drain: . Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
806
+ :param pulumi.Input[bool] connection_drain_enabled: Specifies whether to enable connection draining.
807
+ :param pulumi.Input[int] connection_drain_timeout: Set the connection elegant interrupt timeout. Unit: seconds. Valid values: **10** ~ **900**.
853
808
  :param pulumi.Input[Union['ServerGroupHealthCheckArgs', 'ServerGroupHealthCheckArgsDict']] health_check: Health check configuration information. See `health_check` below.
854
- :param pulumi.Input[bool] preserve_client_ip_enabled: Specifies whether to enable client IP preservation. Valid values:
855
- :param pulumi.Input[str] protocol: The protocol used to forward requests to the backend servers. Valid values:
856
- - `TCP` (default)
857
- - `UDP`
858
- - `TCPSSL`
859
- :param pulumi.Input[str] resource_group_id: The ID of the new resource group.
860
-
861
- You can log on to the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups) to view resource group IDs.
862
- :param pulumi.Input[str] scheduler: The scheduling algorithm. Valid values:
863
- - **Wrr:** The weighted round-robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights. This is the default value.
864
- - **rr:** The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
865
- - **sch:** Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
866
- - **tch:** Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
867
- :param pulumi.Input[str] server_group_name: The new name of the server group.
868
-
869
- The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The name must start with a letter.
870
- :param pulumi.Input[str] server_group_type: The type of server group. Valid values:
871
- - `Instance`: allows you to add servers of the `Ecs`, `Eni`, or `Eci` type. This is the default value.
872
- - `Ip`: allows you to add servers by specifying IP addresses.
809
+ :param pulumi.Input[bool] preserve_client_ip_enabled: Indicates whether client address retention is enabled. Special instructions: When **AddressIPVersion** is of the **ipv4** type, the default value is **true**. **Addrestipversion** can only be **false** when the value of **ipv6** is **ipv6**, and can be **true** when supported by the underlying layer.
810
+ :param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
811
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
812
+ :param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
813
+ - `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
814
+ - `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
815
+ - `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
816
+ - `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
817
+ - `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
818
+ :param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
819
+ :param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
820
+ - `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
821
+ - `Ip`: allows you to specify IP addresses.
873
822
  :param pulumi.Input[str] status: Server group status. Value:
874
823
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Label.
875
- :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) to which the server group belongs.
876
-
877
- > **NOTE:** If `ServerGroupType` is set to `Instance`, only servers in the specified VPC can be added to the server group.
878
-
824
+ :param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
879
825
 
880
826
  The following arguments will be discarded. Please use new fields as soon as possible:
881
827
  """
@@ -904,7 +850,7 @@ class ServerGroup(pulumi.CustomResource):
904
850
  @pulumi.getter(name="addressIpVersion")
905
851
  def address_ip_version(self) -> pulumi.Output[str]:
906
852
  """
907
- The protocol version. Valid values:
853
+ The protocol version. Valid values: `Ipv4` (default), `DualStack`.
908
854
  """
909
855
  return pulumi.get(self, "address_ip_version")
910
856
 
@@ -912,7 +858,7 @@ class ServerGroup(pulumi.CustomResource):
912
858
  @pulumi.getter(name="anyPortEnabled")
913
859
  def any_port_enabled(self) -> pulumi.Output[bool]:
914
860
  """
915
- Specifies whether to enable all-port forwarding. Valid values:
861
+ Full port forwarding.
916
862
  """
917
863
  return pulumi.get(self, "any_port_enabled")
918
864
 
@@ -921,7 +867,7 @@ class ServerGroup(pulumi.CustomResource):
921
867
  @_utilities.deprecated("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
922
868
  def connection_drain(self) -> pulumi.Output[bool]:
923
869
  """
924
- . Field 'connection_drain' has been deprecated from provider version 1.231.0. New field 'connection_drain_enabled' instead.
870
+ . Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
925
871
  """
926
872
  return pulumi.get(self, "connection_drain")
927
873
 
@@ -929,7 +875,7 @@ class ServerGroup(pulumi.CustomResource):
929
875
  @pulumi.getter(name="connectionDrainEnabled")
930
876
  def connection_drain_enabled(self) -> pulumi.Output[bool]:
931
877
  """
932
- Specifies whether to enable connection draining. Valid values:
878
+ Specifies whether to enable connection draining.
933
879
  """
934
880
  return pulumi.get(self, "connection_drain_enabled")
935
881
 
@@ -937,7 +883,7 @@ class ServerGroup(pulumi.CustomResource):
937
883
  @pulumi.getter(name="connectionDrainTimeout")
938
884
  def connection_drain_timeout(self) -> pulumi.Output[int]:
939
885
  """
940
- The timeout period of connection draining. Unit: seconds. Valid values: `10` to `900`.
886
+ Set the connection elegant interrupt timeout. Unit: seconds. Valid values: **10** ~ **900**.
941
887
  """
942
888
  return pulumi.get(self, "connection_drain_timeout")
943
889
 
@@ -953,7 +899,7 @@ class ServerGroup(pulumi.CustomResource):
953
899
  @pulumi.getter(name="preserveClientIpEnabled")
954
900
  def preserve_client_ip_enabled(self) -> pulumi.Output[bool]:
955
901
  """
956
- Specifies whether to enable client IP preservation. Valid values:
902
+ Indicates whether client address retention is enabled. Special instructions: When **AddressIPVersion** is of the **ipv4** type, the default value is **true**. **Addrestipversion** can only be **false** when the value of **ipv6** is **ipv6**, and can be **true** when supported by the underlying layer.
957
903
  """
958
904
  return pulumi.get(self, "preserve_client_ip_enabled")
959
905
 
@@ -961,10 +907,7 @@ class ServerGroup(pulumi.CustomResource):
961
907
  @pulumi.getter
962
908
  def protocol(self) -> pulumi.Output[str]:
963
909
  """
964
- The protocol used to forward requests to the backend servers. Valid values:
965
- - `TCP` (default)
966
- - `UDP`
967
- - `TCPSSL`
910
+ The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
968
911
  """
969
912
  return pulumi.get(self, "protocol")
970
913
 
@@ -972,9 +915,7 @@ class ServerGroup(pulumi.CustomResource):
972
915
  @pulumi.getter(name="resourceGroupId")
973
916
  def resource_group_id(self) -> pulumi.Output[str]:
974
917
  """
975
- The ID of the new resource group.
976
-
977
- You can log on to the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups) to view resource group IDs.
918
+ The ID of the resource group to which the security group belongs.
978
919
  """
979
920
  return pulumi.get(self, "resource_group_id")
980
921
 
@@ -982,11 +923,12 @@ class ServerGroup(pulumi.CustomResource):
982
923
  @pulumi.getter
983
924
  def scheduler(self) -> pulumi.Output[str]:
984
925
  """
985
- The scheduling algorithm. Valid values:
986
- - **Wrr:** The weighted round-robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights. This is the default value.
987
- - **rr:** The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
988
- - **sch:** Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
989
- - **tch:** Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
926
+ The routing algorithm. Valid values:
927
+ - `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
928
+ - `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
929
+ - `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
930
+ - `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
931
+ - `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
990
932
  """
991
933
  return pulumi.get(self, "scheduler")
992
934
 
@@ -994,9 +936,7 @@ class ServerGroup(pulumi.CustomResource):
994
936
  @pulumi.getter(name="serverGroupName")
995
937
  def server_group_name(self) -> pulumi.Output[str]:
996
938
  """
997
- The new name of the server group.
998
-
999
- The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The name must start with a letter.
939
+ The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
1000
940
  """
1001
941
  return pulumi.get(self, "server_group_name")
1002
942
 
@@ -1004,9 +944,9 @@ class ServerGroup(pulumi.CustomResource):
1004
944
  @pulumi.getter(name="serverGroupType")
1005
945
  def server_group_type(self) -> pulumi.Output[str]:
1006
946
  """
1007
- The type of server group. Valid values:
1008
- - `Instance`: allows you to add servers of the `Ecs`, `Eni`, or `Eci` type. This is the default value.
1009
- - `Ip`: allows you to add servers by specifying IP addresses.
947
+ The type of the server group. Valid values:
948
+ - `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
949
+ - `Ip`: allows you to specify IP addresses.
1010
950
  """
1011
951
  return pulumi.get(self, "server_group_type")
1012
952
 
@@ -1030,10 +970,7 @@ class ServerGroup(pulumi.CustomResource):
1030
970
  @pulumi.getter(name="vpcId")
1031
971
  def vpc_id(self) -> pulumi.Output[str]:
1032
972
  """
1033
- The ID of the virtual private cloud (VPC) to which the server group belongs.
1034
-
1035
- > **NOTE:** If `ServerGroupType` is set to `Instance`, only servers in the specified VPC can be added to the server group.
1036
-
973
+ The ID of the VPC to which the server group belongs.
1037
974
 
1038
975
  The following arguments will be discarded. Please use new fields as soon as possible:
1039
976
  """