tencentcloud-sdk-dts 3.0.509 → 3.0.510

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211206/models.rb +17 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dda2865859028137fce18d29ef2d7fca74ba0246
4
- data.tar.gz: 80a70aa14a9379d2c8c1757afd4eb9d13293e439
3
+ metadata.gz: f30941390c4974661cf02a00865381c8a57b8139
4
+ data.tar.gz: 3c870b9ef504c92d8c2da4cbb7737e04179bee07
5
5
  SHA512:
6
- metadata.gz: d84610df40a5de6a96c0b8c6d6b8e38ca617ffa7ab63fbd1d5edd90db0ca4723dd0e7f8611f53bd518270bd9cbb4c220454dc25fb0ef133a9326ba1df75264f2
7
- data.tar.gz: e897fb615ca5918181db97399d1af99f28f2fc758b51242010058743aa0b5749151a698d5d14fe82fb9d7fd4ceef5cbb96545712f756d8baa67b9a642ceea968
6
+ metadata.gz: 9ef3d22fecc6e80de2ae25eb537f5c315efbccccc54b5485edf76eb2805c95b0baed602e52b8258bd4c8e1c9bbc4eedd2177d8f497a7d0df51fc3c1e19cbed8f
7
+ data.tar.gz: d33142ed357b76a38a319a0646b4ba31f2cf41940e3e837c4cc6102a9d71943a696c0bf62b4f11092d5ee2d1ce478abea441cd5c0da9cfd7ba23cddfa992b690
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
1
+ 3.0.510
@@ -529,9 +529,9 @@ module TencentCloud
529
529
  class ConfigureSyncJobRequest < TencentCloud::Common::AbstractModel
530
530
  # @param JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23
531
531
  # @type JobId: String
532
- # @param SrcAccessType: 源端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)、noProxy,注意具体可选值依赖当前链路
532
+ # @param SrcAccessType: 源端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云),注意具体可选值依赖当前链路
533
533
  # @type SrcAccessType: String
534
- # @param DstAccessType: 目标端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)、noProxy,注意具体可选值依赖当前链路
534
+ # @param DstAccessType: 目标端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)、ckafka(CKafka实例),注意具体可选值依赖当前链路
535
535
  # @type DstAccessType: String
536
536
  # @param Options: 同步任务选项
537
537
  # @type Options: :class:`Tencentcloud::Dts.v20211206.models.Options`
@@ -545,7 +545,7 @@ module TencentCloud
545
545
  # @type RunMode: String
546
546
  # @param ExpectRunTime: 期待启动时间,当RunMode取值为Timed时,此值必填,形如:"2006-01-02 15:04:05"
547
547
  # @type ExpectRunTime: String
548
- # @param SrcInfo: 源端信息,单节点数据库使用
548
+ # @param SrcInfo: 源端信息,单节点数据库使用,且SrcNodeType传single
549
549
  # @type SrcInfo: :class:`Tencentcloud::Dts.v20211206.models.Endpoint`
550
550
  # @param DstInfo: 目标端信息,单节点数据库使用
551
551
  # @type DstInfo: :class:`Tencentcloud::Dts.v20211206.models.Endpoint`
@@ -2535,10 +2535,13 @@ module TencentCloud
2535
2535
  # @param EncryptConn: 是否走加密传输、UnEncrypted表示不走加密传输,Encrypted表示走加密传输,默认UnEncrypted
2536
2536
  # 注意:此字段可能返回 null,表示取不到有效值。
2537
2537
  # @type EncryptConn: String
2538
+ # @param DatabaseNetEnv: 数据库所属网络环境,AccessType为云联网(ccn)时必填, UserIDC表示用户IDC、TencentVPC表示腾讯云VPC;
2539
+ # 注意:此字段可能返回 null,表示取不到有效值。
2540
+ # @type DatabaseNetEnv: String
2538
2541
 
2539
- 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
2542
+ 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
2540
2543
 
2541
- 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)
2544
+ 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)
2542
2545
  @Region = region
2543
2546
  @Role = role
2544
2547
  @DbKernel = dbkernel
@@ -2564,6 +2567,7 @@ module TencentCloud
2564
2567
  @TmpSecretKey = tmpsecretkey
2565
2568
  @TmpToken = tmptoken
2566
2569
  @EncryptConn = encryptconn
2570
+ @DatabaseNetEnv = databasenetenv
2567
2571
  end
2568
2572
 
2569
2573
  def deserialize(params)
@@ -2592,6 +2596,7 @@ module TencentCloud
2592
2596
  @TmpSecretKey = params['TmpSecretKey']
2593
2597
  @TmpToken = params['TmpToken']
2594
2598
  @EncryptConn = params['EncryptConn']
2599
+ @DatabaseNetEnv = params['DatabaseNetEnv']
2595
2600
  end
2596
2601
  end
2597
2602
 
@@ -4236,10 +4241,13 @@ module TencentCloud
4236
4241
  # @param StepInfos: 详细步骤信息
4237
4242
  # 注意:此字段可能返回 null,表示取不到有效值。
4238
4243
  # @type StepInfos: Array
4244
+ # @param CauseOfCompareDisable: 不能发起一致性校验的原因
4245
+ # 注意:此字段可能返回 null,表示取不到有效值。
4246
+ # @type CauseOfCompareDisable: String
4239
4247
 
4240
- attr_accessor :StepAll, :StepNow, :Progress, :CurrentStepProgress, :MasterSlaveDistance, :SecondsBehindMaster, :Message, :StepInfos
4248
+ attr_accessor :StepAll, :StepNow, :Progress, :CurrentStepProgress, :MasterSlaveDistance, :SecondsBehindMaster, :Message, :StepInfos, :CauseOfCompareDisable
4241
4249
 
4242
- def initialize(stepall=nil, stepnow=nil, progress=nil, currentstepprogress=nil, masterslavedistance=nil, secondsbehindmaster=nil, message=nil, stepinfos=nil)
4250
+ def initialize(stepall=nil, stepnow=nil, progress=nil, currentstepprogress=nil, masterslavedistance=nil, secondsbehindmaster=nil, message=nil, stepinfos=nil, causeofcomparedisable=nil)
4243
4251
  @StepAll = stepall
4244
4252
  @StepNow = stepnow
4245
4253
  @Progress = progress
@@ -4248,6 +4256,7 @@ module TencentCloud
4248
4256
  @SecondsBehindMaster = secondsbehindmaster
4249
4257
  @Message = message
4250
4258
  @StepInfos = stepinfos
4259
+ @CauseOfCompareDisable = causeofcomparedisable
4251
4260
  end
4252
4261
 
4253
4262
  def deserialize(params)
@@ -4266,6 +4275,7 @@ module TencentCloud
4266
4275
  @StepInfos << stepinfo_tmp
4267
4276
  end
4268
4277
  end
4278
+ @CauseOfCompareDisable = params['CauseOfCompareDisable']
4269
4279
  end
4270
4280
  end
4271
4281
 
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.509
4
+ version: 3.0.510
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-15 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common