tencentcloud-sdk-batch 1.0.289 → 1.0.292
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97936ab9d80d17afd8c7950281c547375904be1c
|
4
|
+
data.tar.gz: afc65d0e56cbbce477481f1e5662de5314c093b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a6b445faf96f4f56542a5ed6caafbabe41e30a3aaaa51a98263ef817512f4ab1f9ae568f16709444ae9db5de4770da0f0303e071792f90cc90292589e1ee8b5
|
7
|
+
data.tar.gz: f12c9dc058cb56cf6a907f507726c04f2b285650e2df010ca2f76c9db8a6c79eea06f15e257fbc9c457d0fdc4291af41f9f54924faed7f309ad7c0f93ab5415f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.292
|
data/lib/v20170312/models.rb
CHANGED
@@ -3182,7 +3182,7 @@ module TencentCloud
|
|
3182
3182
|
# @type Notifications: Array
|
3183
3183
|
# @param ActionIfComputeNodeInactive: 非活跃节点处理策略,默认“RECREATE”,即对于实例创建失败或异常退还的计算节点,定期重新创建实例资源。
|
3184
3184
|
# @type ActionIfComputeNodeInactive: String
|
3185
|
-
# @param ResourceMaxRetryCount: 对于实例创建失败或异常退还的计算节点,定期重新创建实例资源的最大重试次数,最大值
|
3185
|
+
# @param ResourceMaxRetryCount: 对于实例创建失败或异常退还的计算节点,定期重新创建实例资源的最大重试次数,最大值100,如果不设置的话,系统会设置一个默认值,当前为7
|
3186
3186
|
# @type ResourceMaxRetryCount: Integer
|
3187
3187
|
# @param Tags: 标签列表。通过指定该参数可以支持绑定标签到计算环境。每个计算环境最多绑定10个标签。
|
3188
3188
|
# @type Tags: Array
|
@@ -3290,7 +3290,7 @@ module TencentCloud
|
|
3290
3290
|
# @type Notifications: :class:`Tencentcloud::Batch.v20170312.models.Notification`
|
3291
3291
|
# @param ActionIfComputeNodeInactive: 非活跃节点处理策略,默认“RECREATE”,即对于实例创建失败或异常退还的计算节点,定期重新创建实例资源。
|
3292
3292
|
# @type ActionIfComputeNodeInactive: String
|
3293
|
-
# @param ResourceMaxRetryCount: 对于实例创建失败或异常退还的计算节点,定期重新创建实例资源的最大重试次数,最大值
|
3293
|
+
# @param ResourceMaxRetryCount: 对于实例创建失败或异常退还的计算节点,定期重新创建实例资源的最大重试次数,最大值100,如果不设置的话,系统会设置一个默认值,当前为7。
|
3294
3294
|
# @type ResourceMaxRetryCount: Integer
|
3295
3295
|
# @param Tags: 标签列表。通过指定该参数可以支持绑定标签到黑石计算环境。每个黑石计算环境最多绑定10个标签。
|
3296
3296
|
# @type Tags: Array
|
@@ -3822,7 +3822,7 @@ module TencentCloud
|
|
3822
3822
|
# @type MaxConcurrentNum: Integer
|
3823
3823
|
# @param RestartComputeNode: 任务完成后,重启计算节点。适用于指定计算环境执行任务。
|
3824
3824
|
# @type RestartComputeNode: Boolean
|
3825
|
-
# @param ResourceMaxRetryCount: 启动任务过程中,创建计算资源如CVM失败后的最大重试次数,默认为0。
|
3825
|
+
# @param ResourceMaxRetryCount: 启动任务过程中,创建计算资源如CVM失败后的最大重试次数,默认为0。最大值100。
|
3826
3826
|
# @type ResourceMaxRetryCount: Integer
|
3827
3827
|
|
3828
3828
|
attr_accessor :Application, :TaskName, :TaskInstanceNum, :ComputeEnv, :EnvId, :RedirectInfo, :RedirectLocalInfo, :InputMappings, :OutputMappings, :OutputMappingConfigs, :EnvVars, :Authentications, :FailedAction, :MaxRetryCount, :Timeout, :MaxConcurrentNum, :RestartComputeNode, :ResourceMaxRetryCount
|
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: 1.0.
|
4
|
+
version: 1.0.292
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|