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: "Task speed limit information\nNote: This field may return null, indicating that no valid values can be obtained.",
138
+
Elem: &schema.Resource{
139
+
Schema: map[string]*schema.Schema{
140
+
"current_dump_thread": {
141
+
Type: schema.TypeInt,
142
+
Required: true,
143
+
Description: "The number of full export threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 16.Note: This field may return null, indicating that no valid values can be obtained.",
144
+
},
145
+
"default_dump_thread": {
146
+
Type: schema.TypeInt,
147
+
Required: true,
148
+
Description: "The default number of full export threads. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.",
149
+
},
150
+
"current_dump_rps": {
151
+
Type: schema.TypeInt,
152
+
Required: true,
153
+
Description: "The full export Rps currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 50,000,000.Note: This field may return null, indicating that no valid values can be obtained.",
154
+
},
155
+
"default_dump_rps": {
156
+
Type: schema.TypeInt,
157
+
Required: true,
158
+
Description: "The default full export Rps. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.",
159
+
},
160
+
"current_load_thread": {
161
+
Type: schema.TypeInt,
162
+
Required: true,
163
+
Description: "The number of full import threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 16.Note: This field may return null, indicating that no valid values can be obtained.",
164
+
},
165
+
"default_load_thread": {
166
+
Type: schema.TypeInt,
167
+
Required: true,
168
+
Description: "The default number of full import threads. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.",
169
+
},
170
+
"current_load_rps": {
171
+
Type: schema.TypeInt,
172
+
Required: true,
173
+
Description: "The full import Rps currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 50,000,000.Note: This field may return null, indicating that no valid values can be obtained.",
174
+
},
175
+
"default_load_rps": {
176
+
Type: schema.TypeInt,
177
+
Required: true,
178
+
Description: "The default full import Rps. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.",
179
+
},
180
+
"current_sinker_thread": {
181
+
Type: schema.TypeInt,
182
+
Required: true,
183
+
Description: "The number of incremental import threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 128.Note: This field may return null, indicating that no valid values can be obtained.",
184
+
},
185
+
"default_sinker_thread": {
186
+
Type: schema.TypeInt,
187
+
Required: true,
188
+
Description: "The default number of incremental import threads. This field is only meaningful in the output parameter.\nNote: This field may return null, indicating that no valid values can be obtained.",
189
+
},
190
+
"has_user_set_rate_limit": {
191
+
Type: schema.TypeString,
192
+
Required: true,
193
+
Description: "enum:\"no\"/\"yes\", no: the user has not set a speed limit; yes: a speed limit has been set. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.",
194
+
},
195
+
},
196
+
},
197
+
},
132
198
},
133
199
},
134
200
},
@@ -747,6 +813,55 @@ func resourceTencentCloudDtsSyncConfigRead(d *schema.ResourceData, meta interfac
0 commit comments