You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Connection idle timeout period (in seconds). It's only available to TCP listeners. Value range: 300-900 for shared and dedicated instances; 300-2000 for LCU-supported CLB instances. It defaults to 900. To set a period longer than 2000 seconds (up to 3600 seconds). Please submit a work order for processing.",
295
295
},
296
+
"reschedule_target_zero_weight": {
297
+
Type: schema.TypeBool,
298
+
Computed: true,
299
+
Optional: true,
300
+
Description: "The rescheduling function, with a weight of 0 as a switch, triggers rescheduling when the weight of the backend server is set to 0. Only supported by TCP/UDP listeners.",
301
+
},
302
+
"reschedule_unhealthy": {
303
+
Type: schema.TypeBool,
304
+
Computed: true,
305
+
Optional: true,
306
+
Description: "Rescheduling function, health check exception switch. Enabling this switch triggers rescheduling when a backend server fails a health check. Supported only by TCP/UDP listeners.",
307
+
},
308
+
"reschedule_expand_target": {
309
+
Type: schema.TypeBool,
310
+
Computed: true,
311
+
Optional: true,
312
+
Description: "The rescheduling function, a switch for scaling backend services, triggers rescheduling when backend servers are added or removed. Only supported by TCP/UDP listeners.",
313
+
},
314
+
"reschedule_start_time": {
315
+
Type: schema.TypeInt,
316
+
Computed: true,
317
+
Optional: true,
318
+
Description: "Reschedule the trigger start time, with a value ranging from 0 to 3600 seconds. Only supported by TCP/UDP listeners.",
319
+
},
320
+
"reschedule_interval": {
321
+
Type: schema.TypeInt,
322
+
Computed: true,
323
+
Optional: true,
324
+
Description: "Rescheduled trigger duration, ranging from 0 to 3600 seconds. Supported only by TCP/UDP listeners.",
325
+
},
296
326
//computed
297
327
"listener_id": {
298
328
Type: schema.TypeString,
@@ -431,6 +461,26 @@ func resourceTencentCloudClbListenerCreate(d *schema.ResourceData, meta interfac
0 commit comments