tencentcloud-sdk-nodejs-batch 4.1.39 → 4.1.42
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.
package/package.json
CHANGED
|
@@ -344,7 +344,11 @@ export interface Task {
|
|
|
344
344
|
*/
|
|
345
345
|
Authentications?: Array<Authentication>;
|
|
346
346
|
/**
|
|
347
|
-
* TaskInstance失败后处理方式,取值包括
|
|
347
|
+
* TaskInstance失败后处理方式,取值包括
|
|
348
|
+
|
|
349
|
+
- TERMINATE:销毁计算实例(默认)、
|
|
350
|
+
- INTERRUPT:中断任务,保留计算实例、
|
|
351
|
+
- FAST_INTERRUPT: 快速中断任务, 保留计算实例。
|
|
348
352
|
*/
|
|
349
353
|
FailedAction?: string;
|
|
350
354
|
/**
|