tencentcloud-sdk-dts 3.0.747 → 3.0.748
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 +8 -3
- 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: 4995092117af0c18c1c4e3217c7b0f52bf3cb335
|
|
4
|
+
data.tar.gz: 90d3b083a58428cf2a8e3f1de2501058e434d11f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14f2a21457c257b8d3b2b2e4d5b5ef2cc64f74dab00f5b4c792157194d2269ad08e771719053cb6400789954d9394319beb7431b8e9ac693b37db486b45ebed7
|
|
7
|
+
data.tar.gz: d54885d116931c266ecc8d81e7f869e26846b2305730b4f5da8f8a35f376291245a25294463996205fb3c51d6fb78285291398fa0aa7f924a69449f72814e290
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.748
|
data/lib/v20211206/models.rb
CHANGED
|
@@ -4342,13 +4342,16 @@ module TencentCloud
|
|
|
4342
4342
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4343
4343
|
# @type IsDstReadOnly: Boolean
|
|
4344
4344
|
# @param ExtraAttr: 其他附加信息,对于特定库可设置额外参数,Redis可定义如下的参数:
|
|
4345
|
-
# ["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒)
|
|
4345
|
+
# ["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒)]
|
|
4346
4346
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4347
4347
|
# @type ExtraAttr: Array
|
|
4348
|
+
# @param MigrateWay: pgsql迁移分类:logical(逻辑迁移)、physical(物理迁移)
|
|
4349
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4350
|
+
# @type MigrateWay: String
|
|
4348
4351
|
|
|
4349
|
-
attr_accessor :DatabaseTable, :MigrateType, :Consistency, :IsMigrateAccount, :IsOverrideRoot, :IsDstReadOnly, :ExtraAttr
|
|
4352
|
+
attr_accessor :DatabaseTable, :MigrateType, :Consistency, :IsMigrateAccount, :IsOverrideRoot, :IsDstReadOnly, :ExtraAttr, :MigrateWay
|
|
4350
4353
|
|
|
4351
|
-
def initialize(databasetable=nil, migratetype=nil, consistency=nil, ismigrateaccount=nil, isoverrideroot=nil, isdstreadonly=nil, extraattr=nil)
|
|
4354
|
+
def initialize(databasetable=nil, migratetype=nil, consistency=nil, ismigrateaccount=nil, isoverrideroot=nil, isdstreadonly=nil, extraattr=nil, migrateway=nil)
|
|
4352
4355
|
@DatabaseTable = databasetable
|
|
4353
4356
|
@MigrateType = migratetype
|
|
4354
4357
|
@Consistency = consistency
|
|
@@ -4356,6 +4359,7 @@ module TencentCloud
|
|
|
4356
4359
|
@IsOverrideRoot = isoverrideroot
|
|
4357
4360
|
@IsDstReadOnly = isdstreadonly
|
|
4358
4361
|
@ExtraAttr = extraattr
|
|
4362
|
+
@MigrateWay = migrateway
|
|
4359
4363
|
end
|
|
4360
4364
|
|
|
4361
4365
|
def deserialize(params)
|
|
@@ -4379,6 +4383,7 @@ module TencentCloud
|
|
|
4379
4383
|
@ExtraAttr << keyvaluepairoption_tmp
|
|
4380
4384
|
end
|
|
4381
4385
|
end
|
|
4386
|
+
@MigrateWay = params['MigrateWay']
|
|
4382
4387
|
end
|
|
4383
4388
|
end
|
|
4384
4389
|
|
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.748
|
|
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-01-
|
|
11
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|