tencentcloud-sdk-dts 3.0.973 → 3.0.974

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa2b29d71c5e452483c57f8ea1969822d046d220
4
- data.tar.gz: 65064dfce6dbc48fbf381ae463985833b0578ad4
3
+ metadata.gz: 64e70c6e017a6f326f3275c55cf828c175bb27d7
4
+ data.tar.gz: 7c197ad6773aba6450ab8477316f37cabdd56128
5
5
  SHA512:
6
- metadata.gz: 0197736af53efbb24f8addb72ab99df16a133b57c9c51ded7b686344c4ca6038ffd047cde33814c1eabad14478b99ac69c19b0e10fb0baf1a1ae96e089d3b625
7
- data.tar.gz: 3977f2f299abf8873cb8bf6f563ae23ad369b76adeef37791414826ad0889a01d71e5b1ddeb8e1e67265779675e949a77a89b58d97c04cbc7e09aae663d63f35
6
+ metadata.gz: 4a8bb478cc188378d23d73fa5111307d8191cd3e202357687554f613961a364cfbf34fd1c37450a13c357dec25794cd93c6cf48028267e2052d3c63e0bd0f9e4
7
+ data.tar.gz: 9a825b2c5752009f63e9bc6d8c46750c18581f2afd39c3be458b1108c9da13e65382f12908714577266478bd0cc32ec9f12beb147ecef7764c4ac39818b198b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.973
1
+ 3.0.974
@@ -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.973
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: 2024-12-31 00:00:00.000000000 Z
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