tencentcloud-sdk-dts 3.0.781 → 3.0.782

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: 6de04200fbeaf1cf02d829f11399d27683763233
4
- data.tar.gz: 0b079e4a2cf8bd2336cc93b5d1769d68c3024345
3
+ metadata.gz: db27282bc434dd4ac5826eb4838cc7509f0eac21
4
+ data.tar.gz: b00e99b0f3d4d0d7493a0120c945db6faf971068
5
5
  SHA512:
6
- metadata.gz: fe4e421edb895d14fd632cb9b2296fbf36467e6b6b789bf32b45e9c792ceb2112f81632d324810d8aaa0d007173ec8d4558b8f51b7957a2b73c1ad0cd0d10aba
7
- data.tar.gz: 36bfb23d04913dbaf578228c207d8e2c95ddf67aabd87c06119b8ceb5d5587ae4de9b41da186ed339b280bdcec5f0165a4ced97351f04aca53b9b2907fc0c90a
6
+ metadata.gz: d7ec1e95b865f59ef2f035cec0100a58970a4ae72f1abc976924df8b7af6b495662e185f75dbaa06d5a7a915ea86cffc4ee561557a43554fab6dae4bb6917e47
7
+ data.tar.gz: 687431a1a52af3b8e649e91e542095183309ba20242a5d69ac578aa5af18ab34e08b971cd75b37116f14ea4965d4f8ecca0ced4d4a2c7aaf5094d264bca5e545
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.781
1
+ 3.0.782
@@ -1489,7 +1489,7 @@ module TencentCloud
1489
1489
 
1490
1490
  # 数据库信息
1491
1491
  class DBInfo < TencentCloud::Common::AbstractModel
1492
- # @param Role: 表示节点角色,针对分布式数据库,如mongodb中的mongos节点
1492
+ # @param Role: 表示节点角色,针对分布式数据库,如mongodb中的mongos节点。如数据库是tdsql,枚举值为:proxy、set
1493
1493
  # 注意:此字段可能返回 null,表示取不到有效值。
1494
1494
  # @type Role: String
1495
1495
  # @param DbKernel: 内核版本,针对mariadb的不同内核版本等
@@ -1549,10 +1549,13 @@ module TencentCloud
1549
1549
  # @param TmpToken: 临时Token,可通过 获取联合身份临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48195
1550
1550
  # 注意:此字段可能返回 null,表示取不到有效值。
1551
1551
  # @type TmpToken: String
1552
+ # @param SetId: tdsql分片id。tdsql set节点必填
1553
+ # 注意:此字段可能返回 null,表示取不到有效值。
1554
+ # @type SetId: String
1552
1555
 
1553
- attr_accessor :Role, :DbKernel, :Host, :Port, :User, :Password, :CvmInstanceId, :UniqVpnGwId, :UniqDcgId, :InstanceId, :CcnGwId, :VpcId, :SubnetId, :EngineVersion, :Account, :AccountRole, :AccountMode, :TmpSecretId, :TmpSecretKey, :TmpToken
1556
+ attr_accessor :Role, :DbKernel, :Host, :Port, :User, :Password, :CvmInstanceId, :UniqVpnGwId, :UniqDcgId, :InstanceId, :CcnGwId, :VpcId, :SubnetId, :EngineVersion, :Account, :AccountRole, :AccountMode, :TmpSecretId, :TmpSecretKey, :TmpToken, :SetId
1554
1557
 
1555
- def initialize(role=nil, dbkernel=nil, host=nil, port=nil, user=nil, password=nil, cvminstanceid=nil, uniqvpngwid=nil, uniqdcgid=nil, instanceid=nil, ccngwid=nil, vpcid=nil, subnetid=nil, engineversion=nil, account=nil, accountrole=nil, accountmode=nil, tmpsecretid=nil, tmpsecretkey=nil, tmptoken=nil)
1558
+ def initialize(role=nil, dbkernel=nil, host=nil, port=nil, user=nil, password=nil, cvminstanceid=nil, uniqvpngwid=nil, uniqdcgid=nil, instanceid=nil, ccngwid=nil, vpcid=nil, subnetid=nil, engineversion=nil, account=nil, accountrole=nil, accountmode=nil, tmpsecretid=nil, tmpsecretkey=nil, tmptoken=nil, setid=nil)
1556
1559
  @Role = role
1557
1560
  @DbKernel = dbkernel
1558
1561
  @Host = host
@@ -1573,6 +1576,7 @@ module TencentCloud
1573
1576
  @TmpSecretId = tmpsecretid
1574
1577
  @TmpSecretKey = tmpsecretkey
1575
1578
  @TmpToken = tmptoken
1579
+ @SetId = setid
1576
1580
  end
1577
1581
 
1578
1582
  def deserialize(params)
@@ -1596,6 +1600,7 @@ module TencentCloud
1596
1600
  @TmpSecretId = params['TmpSecretId']
1597
1601
  @TmpSecretKey = params['TmpSecretKey']
1598
1602
  @TmpToken = params['TmpToken']
1603
+ @SetId = params['SetId']
1599
1604
  end
1600
1605
  end
1601
1606
 
@@ -3756,7 +3761,7 @@ module TencentCloud
3756
3761
  # @param Region: 地域英文名,如:ap-guangzhou
3757
3762
  # 注意:此字段可能返回 null,表示取不到有效值。
3758
3763
  # @type Region: String
3759
- # @param Role: tdsql mysql版的节点类型,枚举值为proxy、set
3764
+ # @param Role: tdsql mysql版的节点类型,枚举值为proxy、set。tdsqlmysql必填
3760
3765
  # 注意:此字段可能返回 null,表示取不到有效值。
3761
3766
  # @type Role: String
3762
3767
  # @param DbKernel: 数据库内核类型,tdsql中用于区分不同内核:percona,mariadb,mysql
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.781
4
+ version: 3.0.782
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-03-13 00:00:00.000000000 Z
11
+ date: 2024-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common