tencentcloud-sdk-dts 3.0.1075 → 3.0.1094

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: 828548b7d7dcec20d3d5669b7c65a35459a35725
4
- data.tar.gz: fda0aada1029aedb4f534ca3cf952002883f4e4e
3
+ metadata.gz: aa43fd723a6a96b86e038b52c21ad872f16d4a59
4
+ data.tar.gz: 60c4883569343c18f0ea15bd3fc2a0808e6b6468
5
5
  SHA512:
6
- metadata.gz: b601fe884b4d824ffc87205549c725a17a40d2b746c55732d4b291e286b1d47190f5a2e023ebbc3ce08a7995333f37613af46012a8a099aee3d04c6611795c59
7
- data.tar.gz: 4d734ace3f01b7dd6bfe9ad6a053a9e52c22aad2a1722fd2cec493ce1f6bd5cb7537ff3cf62eaf80f53e32d53feb83a775fc9b5bbd28b23014b327829fd863d5
6
+ metadata.gz: 11c72c7be4982645a37fbf335e8b5e9507967b24195f3777a970b78835b9e239782294ef26695d52cbdd896a748bc5d8b120dcbcc47fe8e8f71c10cdd637fed2
7
+ data.tar.gz: d0da6067ef1602afbceb886dc1edfab976dc2fc3911df81b49fac8d8bc2976472ae4d9fb379293e43b39e40d3469c56b65c47a8fcbde99c869ffce4bcbd037ed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1075
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1384,10 +1384,12 @@ module TencentCloud
1384
1384
  # @type DatabaseNetEnv: String
1385
1385
  # @param ConnectType: tdsql连接方式:proxy-通过tdsql proxy主机访问各个set节点,注意只有在自研上云的网络环境下才能通过这种方式连接,Info中只需要提供proxy主机信息。set-直连set节点,如选择直连set方式,Info中需要正确填写proxy主机信息及所有set节点信息。源端是tdsqlmysql类型必填。
1386
1386
  # @type ConnectType: String
1387
+ # @param CcnOwnerUin: 云联网网关所属账号,如果云联网网关为其他账号资源需要填写
1388
+ # @type CcnOwnerUin: String
1387
1389
 
1388
- attr_accessor :Region, :AccessType, :DatabaseType, :NodeType, :Info, :Supplier, :ExtraAttr, :DatabaseNetEnv, :ConnectType
1390
+ attr_accessor :Region, :AccessType, :DatabaseType, :NodeType, :Info, :Supplier, :ExtraAttr, :DatabaseNetEnv, :ConnectType, :CcnOwnerUin
1389
1391
 
1390
- def initialize(region=nil, accesstype=nil, databasetype=nil, nodetype=nil, info=nil, supplier=nil, extraattr=nil, databasenetenv=nil, connecttype=nil)
1392
+ def initialize(region=nil, accesstype=nil, databasetype=nil, nodetype=nil, info=nil, supplier=nil, extraattr=nil, databasenetenv=nil, connecttype=nil, ccnowneruin=nil)
1391
1393
  @Region = region
1392
1394
  @AccessType = accesstype
1393
1395
  @DatabaseType = databasetype
@@ -1397,6 +1399,7 @@ module TencentCloud
1397
1399
  @ExtraAttr = extraattr
1398
1400
  @DatabaseNetEnv = databasenetenv
1399
1401
  @ConnectType = connecttype
1402
+ @CcnOwnerUin = ccnowneruin
1400
1403
  end
1401
1404
 
1402
1405
  def deserialize(params)
@@ -1423,6 +1426,7 @@ module TencentCloud
1423
1426
  end
1424
1427
  @DatabaseNetEnv = params['DatabaseNetEnv']
1425
1428
  @ConnectType = params['ConnectType']
1429
+ @CcnOwnerUin = params['CcnOwnerUin']
1426
1430
  end
1427
1431
  end
1428
1432
 
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.1075
4
+ version: 3.0.1094
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-06-05 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common