tencentcloud-sdk-dts 3.0.973 → 3.0.974
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/v20211206/models.rb +6 -2
- 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: 64e70c6e017a6f326f3275c55cf828c175bb27d7
|
|
4
|
+
data.tar.gz: 7c197ad6773aba6450ab8477316f37cabdd56128
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a8bb478cc188378d23d73fa5111307d8191cd3e202357687554f613961a364cfbf34fd1c37450a13c357dec25794cd93c6cf48028267e2052d3c63e0bd0f9e4
|
|
7
|
+
data.tar.gz: 9a825b2c5752009f63e9bc6d8c46750c18581f2afd39c3be458b1108c9da13e65382f12908714577266478bd0cc32ec9f12beb147ecef7764c4ac39818b198b0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.974
|
data/lib/v20211206/models.rb
CHANGED
|
@@ -1351,6 +1351,8 @@ module TencentCloud
|
|
|
1351
1351
|
# @type DstRegion: String
|
|
1352
1352
|
# @param Specification: 同步任务规格,Standard:标准版
|
|
1353
1353
|
# @type Specification: String
|
|
1354
|
+
# @param TimeSpan: 购买时长(单位:月),当PayMode值为PrePay则此项配置有意义,默认为1月,取值范围为[1,100]
|
|
1355
|
+
# @type TimeSpan: Integer
|
|
1354
1356
|
# @param Tags: 标签信息
|
|
1355
1357
|
# @type Tags: Array
|
|
1356
1358
|
# @param Count: 一次购买的同步任务数量,取值范围为[1, 10],默认为1
|
|
@@ -1364,15 +1366,16 @@ module TencentCloud
|
|
|
1364
1366
|
# @param ExistedJobId: 创建类似任务的现有任务Id
|
|
1365
1367
|
# @type ExistedJobId: String
|
|
1366
1368
|
|
|
1367
|
-
attr_accessor :PayMode, :SrcDatabaseType, :SrcRegion, :DstDatabaseType, :DstRegion, :Specification, :Tags, :Count, :AutoRenew, :InstanceClass, :JobName, :ExistedJobId
|
|
1369
|
+
attr_accessor :PayMode, :SrcDatabaseType, :SrcRegion, :DstDatabaseType, :DstRegion, :Specification, :TimeSpan, :Tags, :Count, :AutoRenew, :InstanceClass, :JobName, :ExistedJobId
|
|
1368
1370
|
|
|
1369
|
-
def initialize(paymode=nil, srcdatabasetype=nil, srcregion=nil, dstdatabasetype=nil, dstregion=nil, specification=nil, tags=nil, count=nil, autorenew=nil, instanceclass=nil, jobname=nil, existedjobid=nil)
|
|
1371
|
+
def initialize(paymode=nil, srcdatabasetype=nil, srcregion=nil, dstdatabasetype=nil, dstregion=nil, specification=nil, timespan=nil, tags=nil, count=nil, autorenew=nil, instanceclass=nil, jobname=nil, existedjobid=nil)
|
|
1370
1372
|
@PayMode = paymode
|
|
1371
1373
|
@SrcDatabaseType = srcdatabasetype
|
|
1372
1374
|
@SrcRegion = srcregion
|
|
1373
1375
|
@DstDatabaseType = dstdatabasetype
|
|
1374
1376
|
@DstRegion = dstregion
|
|
1375
1377
|
@Specification = specification
|
|
1378
|
+
@TimeSpan = timespan
|
|
1376
1379
|
@Tags = tags
|
|
1377
1380
|
@Count = count
|
|
1378
1381
|
@AutoRenew = autorenew
|
|
@@ -1388,6 +1391,7 @@ module TencentCloud
|
|
|
1388
1391
|
@DstDatabaseType = params['DstDatabaseType']
|
|
1389
1392
|
@DstRegion = params['DstRegion']
|
|
1390
1393
|
@Specification = params['Specification']
|
|
1394
|
+
@TimeSpan = params['TimeSpan']
|
|
1391
1395
|
unless params['Tags'].nil?
|
|
1392
1396
|
@Tags = []
|
|
1393
1397
|
params['Tags'].each do |i|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.974
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|