tencentcloud-sdk-dts 3.0.855 → 3.0.856

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: df6d33459e6b2f65d89a86b601b8d51e8f6ac12b
4
- data.tar.gz: 42a316292d56aabf3642a586b9209a48651a7474
3
+ metadata.gz: 458187c341ab65c1c002a2c474f6900938e778d1
4
+ data.tar.gz: 53a68b80e6c15ef4dead47d6bb43d4e54a0f3cca
5
5
  SHA512:
6
- metadata.gz: 15719b505de8e481bddc53ff668131a771dff7ec6830c93dd9067b6206236cdd53298b51de8e96898aa232e46cce6b48066d485d88ee3260bf335a9dc0194b05
7
- data.tar.gz: 9f43230afb7a084308065e6985113ed29fe2129862ab527cb049ceb0a548547e32ad4109ee2cb29825b167eef0d31f29e78f1fa9162787bd681429d698b2d512
6
+ metadata.gz: 68914b0e073b8fcfeb24981d82dd33ce41857d224ca83f6fe158c6b66ef64c3ab7c3bd3f387a880020ff3931f5fa43f174badb84c6e1060c100a6834a05b8681
7
+ data.tar.gz: 4ae443e33b4576e8c11f4654af0c1cebd4171542e605d51f0d4190927e50613fbb17194bb7063e73f8aacc1fd9fc67a93b4f5fe356f00f401454dbf08e20bc85
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.855
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.855
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-07-01 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