tencentcloud-sdk-dts 3.0.792 → 3.0.793
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211206/models.rb +24 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d2c64971c008d60661e5773968814f0423520ef
|
4
|
+
data.tar.gz: 1298203a1774a59694ef45a328e8fccd3232dba1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d923619c163e02fb47e4710b7542ebdf87e8293d3634d16e3787a8d75e2e60eda64fd35086c6083e7e9e6a4ebe6ba1b1e51fdff56fc466001c25bc610cc6180b
|
7
|
+
data.tar.gz: 0022f43dcc6df35f0b733cf845c86f9cdfef82dd7217a92c53073c3e22dae7bf2dfbfadedebc97ad02d42df488c3400e5796e80e88da53bed3f277b596caa111
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.793
|
data/lib/v20211206/models.rb
CHANGED
@@ -3844,10 +3844,16 @@ module TencentCloud
|
|
3844
3844
|
# @param CcnOwnerUin: 数据库为跨账号云联网下的实例时、表示云联网所属主账号
|
3845
3845
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3846
3846
|
# @type CcnOwnerUin: String
|
3847
|
+
# @param ChildInstanceId: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的ID
|
3848
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3849
|
+
# @type ChildInstanceId: String
|
3850
|
+
# @param ChildInstanceType: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的类型、比如:只读实例传ro、读写实例传rw
|
3851
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3852
|
+
# @type ChildInstanceType: String
|
3847
3853
|
|
3848
|
-
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
|
3854
|
+
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
|
3849
3855
|
|
3850
|
-
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)
|
3856
|
+
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)
|
3851
3857
|
@Region = region
|
3852
3858
|
@Role = role
|
3853
3859
|
@DbKernel = dbkernel
|
@@ -3875,6 +3881,8 @@ module TencentCloud
|
|
3875
3881
|
@EncryptConn = encryptconn
|
3876
3882
|
@DatabaseNetEnv = databasenetenv
|
3877
3883
|
@CcnOwnerUin = ccnowneruin
|
3884
|
+
@ChildInstanceId = childinstanceid
|
3885
|
+
@ChildInstanceType = childinstancetype
|
3878
3886
|
end
|
3879
3887
|
|
3880
3888
|
def deserialize(params)
|
@@ -3905,6 +3913,8 @@ module TencentCloud
|
|
3905
3913
|
@EncryptConn = params['EncryptConn']
|
3906
3914
|
@DatabaseNetEnv = params['DatabaseNetEnv']
|
3907
3915
|
@CcnOwnerUin = params['CcnOwnerUin']
|
3916
|
+
@ChildInstanceId = params['ChildInstanceId']
|
3917
|
+
@ChildInstanceType = params['ChildInstanceType']
|
3908
3918
|
end
|
3909
3919
|
end
|
3910
3920
|
|
@@ -3958,10 +3968,16 @@ module TencentCloud
|
|
3958
3968
|
# @param ExtraAttr: 为业务添加的额外信息。参数名作key,参数值作value。 tdpg必填参数:PgDatabase-订阅的库名。
|
3959
3969
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3960
3970
|
# @type ExtraAttr: Array
|
3971
|
+
# @param ChildInstanceId: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的ID
|
3972
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3973
|
+
# @type ChildInstanceId: String
|
3974
|
+
# @param ChildInstanceType: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的类型、比如:只读实例传ro、读写实例传rw
|
3975
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3976
|
+
# @type ChildInstanceType: String
|
3961
3977
|
|
3962
|
-
attr_accessor :DatabaseRegion, :User, :Password, :InstanceId, :CvmInstanceId, :UniqDcgId, :CcnId, :UniqVpnGwId, :VpcId, :SubnetId, :HostName, :Port, :EncryptConn, :DatabaseNetEnv, :CcnOwnerUin, :ExtraAttr
|
3978
|
+
attr_accessor :DatabaseRegion, :User, :Password, :InstanceId, :CvmInstanceId, :UniqDcgId, :CcnId, :UniqVpnGwId, :VpcId, :SubnetId, :HostName, :Port, :EncryptConn, :DatabaseNetEnv, :CcnOwnerUin, :ExtraAttr, :ChildInstanceId, :ChildInstanceType
|
3963
3979
|
|
3964
|
-
def initialize(databaseregion=nil, user=nil, password=nil, instanceid=nil, cvminstanceid=nil, uniqdcgid=nil, ccnid=nil, uniqvpngwid=nil, vpcid=nil, subnetid=nil, hostname=nil, port=nil, encryptconn=nil, databasenetenv=nil, ccnowneruin=nil, extraattr=nil)
|
3980
|
+
def initialize(databaseregion=nil, user=nil, password=nil, instanceid=nil, cvminstanceid=nil, uniqdcgid=nil, ccnid=nil, uniqvpngwid=nil, vpcid=nil, subnetid=nil, hostname=nil, port=nil, encryptconn=nil, databasenetenv=nil, ccnowneruin=nil, extraattr=nil, childinstanceid=nil, childinstancetype=nil)
|
3965
3981
|
@DatabaseRegion = databaseregion
|
3966
3982
|
@User = user
|
3967
3983
|
@Password = password
|
@@ -3978,6 +3994,8 @@ module TencentCloud
|
|
3978
3994
|
@DatabaseNetEnv = databasenetenv
|
3979
3995
|
@CcnOwnerUin = ccnowneruin
|
3980
3996
|
@ExtraAttr = extraattr
|
3997
|
+
@ChildInstanceId = childinstanceid
|
3998
|
+
@ChildInstanceType = childinstancetype
|
3981
3999
|
end
|
3982
4000
|
|
3983
4001
|
def deserialize(params)
|
@@ -4004,6 +4022,8 @@ module TencentCloud
|
|
4004
4022
|
@ExtraAttr << keyvaluepairoption_tmp
|
4005
4023
|
end
|
4006
4024
|
end
|
4025
|
+
@ChildInstanceId = params['ChildInstanceId']
|
4026
|
+
@ChildInstanceType = params['ChildInstanceType']
|
4007
4027
|
end
|
4008
4028
|
end
|
4009
4029
|
|