tencentcloud-sdk-dlc 3.0.1120 → 3.0.1121
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/v20210125/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: aa10cc9bc4b89828bbf5e0ea4ec4031612a8ad5a
|
4
|
+
data.tar.gz: 771d0fd16003e4ce8a925d7a306c5899fdafe1d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43cbed82a7178c7435122d2c7d680388455bd900cac831818531a78630c3448d6d6981ddd75c92e2653c56d068630d83644751ab6694d4a8aa05cedfcc04786f
|
7
|
+
data.tar.gz: 99dc1c8532fc065c8d4ef54d06a739b1e0c928fe922ede6d8f6e3996ae34f01b89ea04bef363a5f708f1a8a9a0bc33be0fa3b4d2087678d49b7b75da8234e84b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1121
|
data/lib/v20210125/models.rb
CHANGED
@@ -1789,9 +1789,9 @@ module TencentCloud
|
|
1789
1789
|
# @type Size: Integer
|
1790
1790
|
# @param PayMode: 计费类型,后付费:0,预付费:1。当前只支持后付费,不填默认为后付费。
|
1791
1791
|
# @type PayMode: Integer
|
1792
|
-
# @param TimeSpan: 资源使用时长,后付费:固定填
|
1792
|
+
# @param TimeSpan: 资源使用时长,后付费:固定填1,预付费:最少填1,代表购买资源一个月,最长不超过120。默认1
|
1793
1793
|
# @type TimeSpan: Integer
|
1794
|
-
# @param TimeUnit: 资源使用时长的单位,后付费:
|
1794
|
+
# @param TimeUnit: 资源使用时长的单位,后付费:h,预付费:m。默认为h
|
1795
1795
|
# @type TimeUnit: String
|
1796
1796
|
# @param AutoRenew: 资源的自动续费标志。后付费无需续费,固定填0;预付费下:0表示手动续费、1代表自动续费、2代表不续费,在0下如果是大客户,会自动帮大客户续费。默认为0
|
1797
1797
|
# @type AutoRenew: Integer
|
@@ -1803,7 +1803,7 @@ module TencentCloud
|
|
1803
1803
|
# @type CrontabResumeSuspend: Integer
|
1804
1804
|
# @param CrontabResumeSuspendStrategy: 定时启停策略,复杂类型:包含启停时间、挂起集群策略
|
1805
1805
|
# @type CrontabResumeSuspendStrategy: :class:`Tencentcloud::Dlc.v20210125.models.CrontabResumeSuspendStrategy`
|
1806
|
-
# @param EngineExecType: 引擎执行任务类型,有效值:SQL/BATCH
|
1806
|
+
# @param EngineExecType: 引擎执行任务类型,有效值:SQL/BATCH,标准引擎默认为BATCH
|
1807
1807
|
# @type EngineExecType: String
|
1808
1808
|
# @param MaxConcurrency: 单个集群最大并发任务数,默认5
|
1809
1809
|
# @type MaxConcurrency: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dlc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1121
|
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-08-
|
11
|
+
date: 2025-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|