tencentcloud-sdk-batch 3.0.1063 → 3.0.1065

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f028802b88982c8e970ef5de2167a6a92e287b61
4
- data.tar.gz: dc14c52cc7e86446fa8b0ff123c4ef9ef2ab7988
3
+ metadata.gz: e79d298127730c259e8425c34600167f80f65af7
4
+ data.tar.gz: a1841bc63ebbdf176ef7787d7bc817b88f907b32
5
5
  SHA512:
6
- metadata.gz: 8549a0089a3ea9a7166eeac96736f5e29e0466ca9d3f8b90c2f1088f439f8b4d14fa1386c29bdbcf31b22298a2b4d03bd0e8799e13a66c080ab9f68666f08d85
7
- data.tar.gz: 57a1f50a85f0e688b70d0ce3ec440ac39fa592a1d490af011458b8e822fc6ebe35439d1a14b781703a327822bdd25911627c1b5ceee5074e476205998678ce51
6
+ metadata.gz: f0a53e189ec8b4baae3ec96fb57a50fcd8037ca4adf96eede832b210682d7ba40427b30249bb2455ebb7e391f6c7e69d571832eb8ebc9dffa312c8b36f516d64
7
+ data.tar.gz: 3ea7506c4e3bf99ab8d061829f1a605b6c7d8a1dc825aa2addf987b0cd1b20bfe2fbcb7384f0f48eab338a840d5b27d9805bf63c78449404859826d741960c2d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1063
1
+ 3.0.1065
@@ -3525,7 +3525,11 @@ module TencentCloud
3525
3525
  # @type EnvVars: Array
3526
3526
  # @param Authentications: 授权信息
3527
3527
  # @type Authentications: Array
3528
- # @param FailedAction: TaskInstance失败后处理方式,取值包括TERMINATE(默认)、INTERRUPT、FAST_INTERRUPT。
3528
+ # @param FailedAction: TaskInstance失败后处理方式,取值包括
3529
+
3530
+ # - TERMINATE:销毁计算实例(默认)、
3531
+ # - INTERRUPT:中断任务,保留计算实例、
3532
+ # - FAST_INTERRUPT: 快速中断任务, 保留计算实例。
3529
3533
  # @type FailedAction: String
3530
3534
  # @param MaxRetryCount: 任务失败后的最大重试次数,默认为0
3531
3535
  # @type MaxRetryCount: Integer
@@ -4060,7 +4064,7 @@ module TencentCloud
4060
4064
 
4061
4065
  # 描述了VPC相关信息,包括子网,IP信息等
4062
4066
  class VirtualPrivateCloud < TencentCloud::Common::AbstractModel
4063
- # @param VpcId: 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcEx](/document/api/215/1372) ,从接口返回中的`unVpcId`字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。
4067
+ # @param VpcId: 私有网络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网络。
4064
4068
  # @type VpcId: String
4065
4069
  # @param SubnetId: 私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的`SubnetId `字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
4066
4070
  # @type SubnetId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1063
4
+ version: 3.0.1065
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-19 00:00:00.000000000 Z
11
+ date: 2025-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common