tencentcloud-sdk-dts 3.0.854 → 3.0.856

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: 143c75b61c283ba07fe2abda4503a3229db92099
4
- data.tar.gz: 5f34c546ccfd9ed19ad3abaa06f01d4b711967ce
3
+ metadata.gz: 458187c341ab65c1c002a2c474f6900938e778d1
4
+ data.tar.gz: 53a68b80e6c15ef4dead47d6bb43d4e54a0f3cca
5
5
  SHA512:
6
- metadata.gz: f0bbb8f81c9b1af4319a0f9a5206689975b2211b315848e642c8f01a09c1ee922b9ab6ab1a17c727ad044ee8a58a8bbded945574d7b8688b76f4f9a61442e6f8
7
- data.tar.gz: 43ef9594d2801ee3f25ca0a811a219d0dd741054f29a0ac846087d6fce8fbeec014b47db4027b34ff068cd3137c567bd453be42a65fbd87db42aa0be9bd838d1
6
+ metadata.gz: 68914b0e073b8fcfeb24981d82dd33ce41857d224ca83f6fe158c6b66ef64c3ab7c3bd3f387a880020ff3931f5fa43f174badb84c6e1060c100a6834a05b8681
7
+ data.tar.gz: 4ae443e33b4576e8c11f4654af0c1cebd4171542e605d51f0d4190927e50613fbb17194bb7063e73f8aacc1fd9fc67a93b4f5fe356f00f401454dbf08e20bc85
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.854
1
+ 3.0.856
@@ -3863,10 +3863,13 @@ module TencentCloud
3863
3863
  # @param ChildInstanceType: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的类型、例如:只读实例传ro、读写实例传rw
3864
3864
  # 注意:此字段可能返回 null,表示取不到有效值。
3865
3865
  # @type ChildInstanceType: String
3866
+ # @param SetId: tdsql的分片id。如节点类型为set必填。
3867
+ # 注意:此字段可能返回 null,表示取不到有效值。
3868
+ # @type SetId: String
3866
3869
 
3867
- attr_accessor :Region, :Role, :DbKernel, :InstanceId, :Ip, :Port, :User, :Password, :DbName, :VpcId, :SubnetId, :CvmInstanceId, :UniqDcgId, :UniqVpnGwId, :CcnId, :Supplier, :EngineVersion, :Account, :AccountMode, :AccountRole, :RoleExternalId, :TmpSecretId, :TmpSecretKey, :TmpToken, :EncryptConn, :DatabaseNetEnv, :CcnOwnerUin, :ChildInstanceId, :ChildInstanceType
3870
+ attr_accessor :Region, :Role, :DbKernel, :InstanceId, :Ip, :Port, :User, :Password, :DbName, :VpcId, :SubnetId, :CvmInstanceId, :UniqDcgId, :UniqVpnGwId, :CcnId, :Supplier, :EngineVersion, :Account, :AccountMode, :AccountRole, :RoleExternalId, :TmpSecretId, :TmpSecretKey, :TmpToken, :EncryptConn, :DatabaseNetEnv, :CcnOwnerUin, :ChildInstanceId, :ChildInstanceType, :SetId
3868
3871
 
3869
- def initialize(region=nil, role=nil, dbkernel=nil, instanceid=nil, ip=nil, port=nil, user=nil, password=nil, dbname=nil, vpcid=nil, subnetid=nil, cvminstanceid=nil, uniqdcgid=nil, uniqvpngwid=nil, ccnid=nil, supplier=nil, engineversion=nil, account=nil, accountmode=nil, accountrole=nil, roleexternalid=nil, tmpsecretid=nil, tmpsecretkey=nil, tmptoken=nil, encryptconn=nil, databasenetenv=nil, ccnowneruin=nil, childinstanceid=nil, childinstancetype=nil)
3872
+ def initialize(region=nil, role=nil, dbkernel=nil, instanceid=nil, ip=nil, port=nil, user=nil, password=nil, dbname=nil, vpcid=nil, subnetid=nil, cvminstanceid=nil, uniqdcgid=nil, uniqvpngwid=nil, ccnid=nil, supplier=nil, engineversion=nil, account=nil, accountmode=nil, accountrole=nil, roleexternalid=nil, tmpsecretid=nil, tmpsecretkey=nil, tmptoken=nil, encryptconn=nil, databasenetenv=nil, ccnowneruin=nil, childinstanceid=nil, childinstancetype=nil, setid=nil)
3870
3873
  @Region = region
3871
3874
  @Role = role
3872
3875
  @DbKernel = dbkernel
@@ -3896,6 +3899,7 @@ module TencentCloud
3896
3899
  @CcnOwnerUin = ccnowneruin
3897
3900
  @ChildInstanceId = childinstanceid
3898
3901
  @ChildInstanceType = childinstancetype
3902
+ @SetId = setid
3899
3903
  end
3900
3904
 
3901
3905
  def deserialize(params)
@@ -3928,6 +3932,7 @@ module TencentCloud
3928
3932
  @CcnOwnerUin = params['CcnOwnerUin']
3929
3933
  @ChildInstanceId = params['ChildInstanceId']
3930
3934
  @ChildInstanceType = params['ChildInstanceType']
3935
+ @SetId = params['SetId']
3931
3936
  end
3932
3937
  end
3933
3938
 
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.854
4
+ version: 3.0.856
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-06-30 00:00:00.000000000 Z
11
+ date: 2024-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common