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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211206/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 458187c341ab65c1c002a2c474f6900938e778d1
|
|
4
|
+
data.tar.gz: 53a68b80e6c15ef4dead47d6bb43d4e54a0f3cca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68914b0e073b8fcfeb24981d82dd33ce41857d224ca83f6fe158c6b66ef64c3ab7c3bd3f387a880020ff3931f5fa43f174badb84c6e1060c100a6834a05b8681
|
|
7
|
+
data.tar.gz: 4ae443e33b4576e8c11f4654af0c1cebd4171542e605d51f0d4190927e50613fbb17194bb7063e73f8aacc1fd9fc67a93b4f5fe356f00f401454dbf08e20bc85
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.856
|
data/lib/v20211206/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|