tencentcloud-sdk-nodejs-batch 4.1.39 → 4.1.43
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
|
/**
|
|
@@ -2551,7 +2555,7 @@ export interface TerminateComputeNodeResponse {
|
|
|
2551
2555
|
*/
|
|
2552
2556
|
export interface VirtualPrivateCloud {
|
|
2553
2557
|
/**
|
|
2554
|
-
* 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [
|
|
2558
|
+
* 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) ,从接口返回中的`VpcId `字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。
|
|
2555
2559
|
*/
|
|
2556
2560
|
VpcId: string;
|
|
2557
2561
|
/**
|