tencentcloud-sdk-dts 3.0.1016 → 3.0.1018

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.
@@ -20,19 +20,14 @@ module TencentCloud
20
20
  # 数据库不一致的详情,mongodb业务用到
21
21
  class AdvancedObjectsItem < TencentCloud::Common::AbstractModel
22
22
  # @param ObjectType: 对象类型,可能得值有:account,index,shardkey,schema
23
- # 注意:此字段可能返回 null,表示取不到有效值。
24
23
  # @type ObjectType: String
25
24
  # @param SrcChunk: 源端分块
26
- # 注意:此字段可能返回 null,表示取不到有效值。
27
25
  # @type SrcChunk: String
28
26
  # @param DstChunk: 目标端分块
29
- # 注意:此字段可能返回 null,表示取不到有效值。
30
27
  # @type DstChunk: String
31
28
  # @param SrcItem: 源端值
32
- # 注意:此字段可能返回 null,表示取不到有效值。
33
29
  # @type SrcItem: String
34
30
  # @param DstItem: 目标端值
35
- # 注意:此字段可能返回 null,表示取不到有效值。
36
31
  # @type DstItem: String
37
32
 
38
33
  attr_accessor :ObjectType, :SrcChunk, :DstChunk, :SrcItem, :DstItem
@@ -111,13 +106,10 @@ module TencentCloud
111
106
  # 校验任务运行详情
112
107
  class CheckStepInfo < TencentCloud::Common::AbstractModel
113
108
  # @param StartAt: 任务开始时间
114
- # 注意:此字段可能返回 null,表示取不到有效值。
115
109
  # @type StartAt: String
116
110
  # @param EndAt: 任务结束时间
117
- # 注意:此字段可能返回 null,表示取不到有效值。
118
111
  # @type EndAt: String
119
112
  # @param Progress: 任务步骤信息
120
- # 注意:此字段可能返回 null,表示取不到有效值。
121
113
  # @type Progress: :class:`Tencentcloud::Dts.v20211206.models.ProcessProgress`
122
114
 
123
115
  attr_accessor :StartAt, :EndAt, :Progress
@@ -141,10 +133,8 @@ module TencentCloud
141
133
  # 数据同步中的列信息
142
134
  class Column < TencentCloud::Common::AbstractModel
143
135
  # @param ColumnName: 列名
144
- # 注意:此字段可能返回 null,表示取不到有效值。
145
136
  # @type ColumnName: String
146
137
  # @param NewColumnName: 新列名
147
- # 注意:此字段可能返回 null,表示取不到有效值。
148
138
  # @type NewColumnName: String
149
139
 
150
140
  attr_accessor :ColumnName, :NewColumnName
@@ -251,7 +241,6 @@ module TencentCloud
251
241
  # 列选项
252
242
  class CompareColumnItem < TencentCloud::Common::AbstractModel
253
243
  # @param ColumnName: 列名
254
- # 注意:此字段可能返回 null,表示取不到有效值。
255
244
  # @type ColumnName: String
256
245
 
257
246
  attr_accessor :ColumnName
@@ -320,13 +309,10 @@ module TencentCloud
320
309
  # 一致性对比对象配置
321
310
  class CompareObject < TencentCloud::Common::AbstractModel
322
311
  # @param ObjectMode: 对象模式 整实例-all,部分对象-partial
323
- # 注意:此字段可能返回 null,表示取不到有效值。
324
312
  # @type ObjectMode: String
325
313
  # @param ObjectItems: 对象列表
326
- # 注意:此字段可能返回 null,表示取不到有效值。
327
314
  # @type ObjectItems: Array
328
315
  # @param AdvancedObjects: 高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)
329
- # 注意:此字段可能返回 null,表示取不到有效值。
330
316
  # @type AdvancedObjects: Array
331
317
 
332
318
  attr_accessor :ObjectMode, :ObjectItems, :AdvancedObjects
@@ -354,22 +340,16 @@ module TencentCloud
354
340
  # 一致性校验库表对象
355
341
  class CompareObjectItem < TencentCloud::Common::AbstractModel
356
342
  # @param DbName: 数据库名
357
- # 注意:此字段可能返回 null,表示取不到有效值。
358
343
  # @type DbName: String
359
344
  # @param DbMode: 数据库选择模式: all 为当前对象下的所有对象,partial 为部分对象
360
- # 注意:此字段可能返回 null,表示取不到有效值。
361
345
  # @type DbMode: String
362
346
  # @param SchemaName: schema名称
363
- # 注意:此字段可能返回 null,表示取不到有效值。
364
347
  # @type SchemaName: String
365
348
  # @param TableMode: 表选择模式: all 为当前对象下的所有表对象,partial 为部分表对象
366
- # 注意:此字段可能返回 null,表示取不到有效值。
367
349
  # @type TableMode: String
368
350
  # @param Tables: 用于一致性校验的表配置,当 TableMode 为 partial 时,需要填写
369
- # 注意:此字段可能返回 null,表示取不到有效值。
370
351
  # @type Tables: Array
371
352
  # @param ViewMode: 视图选择模式: all 为当前对象下的所有视图对象,partial 为部分视图对象(一致性校验不校验视图,当前参数未启作用)
372
- # 注意:此字段可能返回 null,表示取不到有效值。
373
353
  # @type ViewMode: String
374
354
  # @param Views: 用于一致性校验的视图配置,当 ViewMode 为 partial 时, 需要填写(一致性校验不校验视图,当前参数未启作用)
375
355
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -415,13 +395,10 @@ module TencentCloud
415
395
  # 一致性校验选项
416
396
  class CompareOptions < TencentCloud::Common::AbstractModel
417
397
  # @param Method: 对比方式:dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比), 默认为dataCheck
418
- # 注意:此字段可能返回 null,表示取不到有效值。
419
398
  # @type Method: String
420
399
  # @param SampleRate: 抽样比例;范围0,100。默认为100
421
- # 注意:此字段可能返回 null,表示取不到有效值。
422
400
  # @type SampleRate: Integer
423
401
  # @param ThreadCount: 线程数,取值1-5,默认为1
424
- # 注意:此字段可能返回 null,表示取不到有效值。
425
402
  # @type ThreadCount: Integer
426
403
 
427
404
  attr_accessor :Method, :SampleRate, :ThreadCount
@@ -442,13 +419,10 @@ module TencentCloud
442
419
  # 用于一致性校验的表配置
443
420
  class CompareTableItem < TencentCloud::Common::AbstractModel
444
421
  # @param TableName: 表名称
445
- # 注意:此字段可能返回 null,表示取不到有效值。
446
422
  # @type TableName: String
447
423
  # @param ColumnMode: column 模式,all 为全部,partial 表示部分(该参数仅对数据同步任务有效)
448
- # 注意:此字段可能返回 null,表示取不到有效值。
449
424
  # @type ColumnMode: String
450
425
  # @param Columns: 当 ColumnMode 为 partial 时必填(该参数仅对数据同步任务有效)
451
- # 注意:此字段可能返回 null,表示取不到有效值。
452
426
  # @type Columns: Array
453
427
 
454
428
  attr_accessor :TableName, :ColumnMode, :Columns
@@ -476,10 +450,8 @@ module TencentCloud
476
450
  # 数据一致性校验结果
477
451
  class CompareTaskInfo < TencentCloud::Common::AbstractModel
478
452
  # @param CompareTaskId: 一致性校验任务Id
479
- # 注意:此字段可能返回 null,表示取不到有效值。
480
453
  # @type CompareTaskId: String
481
454
  # @param Status: 一致性校验结果,包括:unstart(未启动)、running(校验中)、canceled(已终止)、failed(校验任务失败)、inconsistent(不一致)、consistent(一致)、notexist(不存在校验任务)
482
- # 注意:此字段可能返回 null,表示取不到有效值。
483
455
  # @type Status: String
484
456
 
485
457
  attr_accessor :CompareTaskId, :Status
@@ -592,7 +564,6 @@ module TencentCloud
592
564
  # 用于一致性校验的视图配置
593
565
  class CompareViewItem < TencentCloud::Common::AbstractModel
594
566
  # @param ViewName: 视图名
595
- # 注意:此字段可能返回 null,表示取不到有效值。
596
567
  # @type ViewName: String
597
568
 
598
569
  attr_accessor :ViewName
@@ -857,13 +828,10 @@ module TencentCloud
857
828
  # 冲突处理里的详细描述
858
829
  class ConflictHandleOption < TencentCloud::Common::AbstractModel
859
830
  # @param ConditionColumn: 条件覆盖的列
860
- # 注意:此字段可能返回 null,表示取不到有效值。
861
831
  # @type ConditionColumn: String
862
832
  # @param ConditionOperator: 条件覆盖操作
863
- # 注意:此字段可能返回 null,表示取不到有效值。
864
833
  # @type ConditionOperator: String
865
834
  # @param ConditionOrderInSrcAndDst: 条件覆盖优先级处理
866
- # 注意:此字段可能返回 null,表示取不到有效值。
867
835
  # @type ConditionOrderInSrcAndDst: String
868
836
 
869
837
  attr_accessor :ConditionColumn, :ConditionOperator, :ConditionOrderInSrcAndDst
@@ -884,7 +852,6 @@ module TencentCloud
884
852
  # 数据一致性校验选项, 默认为不开启一致性校验
885
853
  class ConsistencyOption < TencentCloud::Common::AbstractModel
886
854
  # @param Mode: 一致性检测类型: full(全量检测迁移对象)、noCheck(不检测)、notConfigured(未配置)
887
- # 注意:此字段可能返回 null,表示取不到有效值。
888
855
  # @type Mode: String
889
856
 
890
857
  attr_accessor :Mode
@@ -1319,7 +1286,6 @@ module TencentCloud
1319
1286
  # CreateSubscribe返回参数结构体
1320
1287
  class CreateSubscribeResponse < TencentCloud::Common::AbstractModel
1321
1288
  # @param SubscribeIds: 数据订阅实例的ID数组
1322
- # 注意:此字段可能返回 null,表示取不到有效值。
1323
1289
  # @type SubscribeIds: Array
1324
1290
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1325
1291
  # @type RequestId: String
@@ -1431,32 +1397,23 @@ module TencentCloud
1431
1397
  # 实例信息
1432
1398
  class DBEndpointInfo < TencentCloud::Common::AbstractModel
1433
1399
  # @param Region: 实例所在地域
1434
- # 注意:此字段可能返回 null,表示取不到有效值。
1435
1400
  # @type Region: String
1436
1401
  # @param AccessType: 实例网络接入类型,如:extranet(外网)、ipv6(公网ipv6)、cvm(云主机自建)、dcg(专线接入)、vpncloud(vpn接入的实例)、cdb(云数据库)、ccn(云联网)、intranet(自研上云)、vpc(私有网络)等,注意具体可选值依赖当前链路
1437
- # 注意:此字段可能返回 null,表示取不到有效值。
1438
1402
  # @type AccessType: String
1439
1403
  # @param DatabaseType: 实例数据库类型,如:mysql,redis,mongodb,postgresql,mariadb,percona 等
1440
- # 注意:此字段可能返回 null,表示取不到有效值。
1441
1404
  # @type DatabaseType: String
1442
1405
  # @param NodeType: 节点类型,为空或者simple表示普通节点、cluster表示集群节点;对于mongo业务,取值为replicaset(mongodb副本集)、standalone(mongodb单节点)、cluster(mongodb集群);对于redis实例,为空或simple(单节点)、cluster(集群)、cluster-cache(cache集群)、cluster-proxy(代理集群)
1443
- # 注意:此字段可能返回 null,表示取不到有效值。
1444
1406
  # @type NodeType: String
1445
1407
  # @param Info: 数据库信息
1446
- # 注意:此字段可能返回 null,表示取不到有效值。
1447
1408
  # @type Info: Array
1448
1409
  # @param Supplier: 实例服务提供商,如:"aliyun","others"
1449
- # 注意:此字段可能返回 null,表示取不到有效值。
1450
1410
  # @type Supplier: String
1451
1411
  # @param ExtraAttr: MongoDB可定义如下的参数: ['AuthDatabase':'admin',
1452
1412
  # 'AuthFlag': "1", 'AuthMechanism':"SCRAM-SHA-1"]
1453
- # 注意:此字段可能返回 null,表示取不到有效值。
1454
1413
  # @type ExtraAttr: Array
1455
1414
  # @param DatabaseNetEnv: 数据库所属网络环境,AccessType为云联网(ccn)时必填, UserIDC表示用户IDC、TencentVPC表示腾讯云VPC;
1456
- # 注意:此字段可能返回 null,表示取不到有效值。
1457
1415
  # @type DatabaseNetEnv: String
1458
1416
  # @param ConnectType: tdsql连接方式:proxy-通过tdsql proxy主机访问各个set节点,注意只有在自研上云的网络环境下才能通过这种方式连接,Info中只需要提供proxy主机信息。set-直连set节点,如选择直连set方式,Info中需要正确填写proxy主机信息及所有set节点信息。源端是tdsqlmysql类型必填。
1459
- # 注意:此字段可能返回 null,表示取不到有效值。
1460
1417
  # @type ConnectType: String
1461
1418
 
1462
1419
  attr_accessor :Region, :AccessType, :DatabaseType, :NodeType, :Info, :Supplier, :ExtraAttr, :DatabaseNetEnv, :ConnectType
@@ -1503,67 +1460,46 @@ module TencentCloud
1503
1460
  # 数据库信息
1504
1461
  class DBInfo < TencentCloud::Common::AbstractModel
1505
1462
  # @param Role: 表示节点角色,针对分布式数据库,如mongodb中的mongos节点。tdsqlmysql的可选项:proxy表示节点类型为主机,set表示节点类型为节点。proxy类型必须填在数组第一项。tdsqlmysql类型的源/目标配置必填。
1506
- # 注意:此字段可能返回 null,表示取不到有效值。
1507
1463
  # @type Role: String
1508
1464
  # @param DbKernel: 内核版本,针对mariadb的不同内核版本等
1509
- # 注意:此字段可能返回 null,表示取不到有效值。
1510
1465
  # @type DbKernel: String
1511
1466
  # @param Host: 实例的IP地址,对于公网、专线、VPN、云联网、自研上云、VPC等接入方式此项必填
1512
- # 注意:此字段可能返回 null,表示取不到有效值。
1513
1467
  # @type Host: String
1514
1468
  # @param Port: 实例的端口,对于公网、云主机自建、专线、VPN、云联网、自研上云、VPC等接入方式此项必填
1515
- # 注意:此字段可能返回 null,表示取不到有效值。
1516
1469
  # @type Port: Integer
1517
1470
  # @param User: 实例的用户名
1518
- # 注意:此字段可能返回 null,表示取不到有效值。
1519
1471
  # @type User: String
1520
1472
  # @param Password: 实例的密码
1521
- # 注意:此字段可能返回 null,表示取不到有效值。
1522
1473
  # @type Password: String
1523
1474
  # @param CvmInstanceId: CVM实例短ID,格式如:ins-olgl39y8;与云服务器控制台页面显示的实例ID相同;如果接入类型为云主机自建的方式,此项必填
1524
- # 注意:此字段可能返回 null,表示取不到有效值。
1525
1475
  # @type CvmInstanceId: String
1526
1476
  # @param UniqVpnGwId: VPN网关ID,格式如:vpngw-9ghexg7q;如果接入类型为vpncloud的方式,此项必填
1527
- # 注意:此字段可能返回 null,表示取不到有效值。
1528
1477
  # @type UniqVpnGwId: String
1529
1478
  # @param UniqDcgId: 专线网关ID,格式如:dcg-0rxtqqxb;如果接入类型为专线接入的方式,此项必填
1530
- # 注意:此字段可能返回 null,表示取不到有效值。
1531
1479
  # @type UniqDcgId: String
1532
1480
  # @param InstanceId: 数据库实例ID,格式如:cdb-powiqx8q;如果接入类型为云数据库的方式,此项必填
1533
- # 注意:此字段可能返回 null,表示取不到有效值。
1534
1481
  # @type InstanceId: String
1535
1482
  # @param CcnGwId: 云联网ID,如:ccn-afp6kltc 注意:此字段可能返回 null,表示取不到有效值。
1536
- # 注意:此字段可能返回 null,表示取不到有效值。
1537
1483
  # @type CcnGwId: String
1538
1484
  # @param VpcId: 私有网络ID,格式如:vpc-92jblxto;如果接入类型为vpc、vpncloud、ccn、dcg的方式,此项必填
1539
- # 注意:此字段可能返回 null,表示取不到有效值。
1540
1485
  # @type VpcId: String
1541
1486
  # @param SubnetId: 私有网络下的子网ID,格式如:subnet-3paxmkdz;如果接入类型为vpc、vpncloud、ccn、dcg的方式,此项必填
1542
- # 注意:此字段可能返回 null,表示取不到有效值。
1543
1487
  # @type SubnetId: String
1544
1488
  # @param EngineVersion: 数据库版本,当实例为RDS实例时才有效,格式如:5.6或者5.7,默认为5.6
1545
- # 注意:此字段可能返回 null,表示取不到有效值。
1546
1489
  # @type EngineVersion: String
1547
1490
  # @param Account: 实例所属账号
1548
- # 注意:此字段可能返回 null,表示取不到有效值。
1549
1491
  # @type Account: String
1550
1492
  # @param AccountRole: 跨账号迁移时的角色,只允许[a-zA-Z0-9\-\_]+
1551
- # 注意:此字段可能返回 null,表示取不到有效值。
1552
1493
  # @type AccountRole: String
1553
1494
  # @param AccountMode: 资源所属账号 为空或self(表示本账号内资源)、other(表示其他账户资源)
1554
- # 注意:此字段可能返回 null,表示取不到有效值。
1555
1495
  # @type AccountMode: String
1556
1496
  # @param TmpSecretId: 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
1557
- # 注意:此字段可能返回 null,表示取不到有效值。
1558
1497
  # @type TmpSecretId: String
1559
1498
  # @param TmpSecretKey: 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
1560
- # 注意:此字段可能返回 null,表示取不到有效值。
1561
1499
  # @type TmpSecretKey: String
1562
1500
  # @param TmpToken: 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
1563
- # 注意:此字段可能返回 null,表示取不到有效值。
1564
1501
  # @type TmpToken: String
1565
1502
  # @param SetId: tdsql的分片id。如节点类型为set必填。
1566
- # 注意:此字段可能返回 null,表示取不到有效值。
1567
1503
  # @type SetId: String
1568
1504
 
1569
1505
  attr_accessor :Role, :DbKernel, :Host, :Port, :User, :Password, :CvmInstanceId, :UniqVpnGwId, :UniqDcgId, :InstanceId, :CcnGwId, :VpcId, :SubnetId, :EngineVersion, :Account, :AccountRole, :AccountMode, :TmpSecretId, :TmpSecretKey, :TmpToken, :SetId
@@ -1620,64 +1556,44 @@ module TencentCloud
1620
1556
  # 迁移对象信息,在配置库表视图等对象信息时大小写敏感
1621
1557
  class DBItem < TencentCloud::Common::AbstractModel
1622
1558
  # @param DbName: 需要迁移或同步的库名,当ObjectMode为partial时,此项必填
1623
- # 注意:此字段可能返回 null,表示取不到有效值。
1624
1559
  # @type DbName: String
1625
1560
  # @param NewDbName: 迁移或同步后的库名,默认与源库相同
1626
- # 注意:此字段可能返回 null,表示取不到有效值。
1627
1561
  # @type NewDbName: String
1628
1562
  # @param SchemaName: 迁移或同步的 schema
1629
- # 注意:此字段可能返回 null,表示取不到有效值。
1630
1563
  # @type SchemaName: String
1631
1564
  # @param NewSchemaName: 迁移或同步后的 schema name
1632
- # 注意:此字段可能返回 null,表示取不到有效值。
1633
1565
  # @type NewSchemaName: String
1634
1566
  # @param DBMode: DB选择模式: all(为当前对象下的所有对象),partial(部分对象),当ObjectMode为partial时,此项必填
1635
- # 注意:此字段可能返回 null,表示取不到有效值。
1636
1567
  # @type DBMode: String
1637
1568
  # @param SchemaMode: schema选择模式: all(为当前对象下的所有对象),partial(部分对象)
1638
- # 注意:此字段可能返回 null,表示取不到有效值。
1639
1569
  # @type SchemaMode: String
1640
1570
  # @param TableMode: 表选择模式: all(为当前对象下的所有对象),partial(部分对象),当DBMode为partial时此项必填
1641
- # 注意:此字段可能返回 null,表示取不到有效值。
1642
1571
  # @type TableMode: String
1643
1572
  # @param Tables: 表图对象集合,当 TableMode 为 partial 时,此项需要填写
1644
- # 注意:此字段可能返回 null,表示取不到有效值。
1645
1573
  # @type Tables: Array
1646
1574
  # @param ViewMode: 视图选择模式: all 为当前对象下的所有视图对象,partial 为部分视图对象
1647
- # 注意:此字段可能返回 null,表示取不到有效值。
1648
1575
  # @type ViewMode: String
1649
1576
  # @param Views: 视图对象集合,当 ViewMode 为 partial 时, 此项需要填写
1650
- # 注意:此字段可能返回 null,表示取不到有效值。
1651
1577
  # @type Views: Array
1652
1578
  # @param RoleMode: postgresql独有参数,角色选择模式: all 为当前对象下的所有角色对象,partial 为部分角色对象
1653
- # 注意:此字段可能返回 null,表示取不到有效值。
1654
1579
  # @type RoleMode: String
1655
1580
  # @param Roles: postgresql独有参数,当 RoleMode 为 partial 时, 此项需要填写
1656
- # 注意:此字段可能返回 null,表示取不到有效值。
1657
1581
  # @type Roles: Array
1658
1582
  # @param FunctionMode: 选择要同步的模式,partial为部分,all为整选
1659
- # 注意:此字段可能返回 null,表示取不到有效值。
1660
1583
  # @type FunctionMode: String
1661
1584
  # @param TriggerMode: 选择要同步的模式,partial为部分,all为整选
1662
- # 注意:此字段可能返回 null,表示取不到有效值。
1663
1585
  # @type TriggerMode: String
1664
1586
  # @param EventMode: 选择要同步的模式,partial为部分,all为整选
1665
- # 注意:此字段可能返回 null,表示取不到有效值。
1666
1587
  # @type EventMode: String
1667
1588
  # @param ProcedureMode: 选择要同步的模式,partial为部分,all为整选
1668
- # 注意:此字段可能返回 null,表示取不到有效值。
1669
1589
  # @type ProcedureMode: String
1670
1590
  # @param Functions: FunctionMode取值为partial时需要填写
1671
- # 注意:此字段可能返回 null,表示取不到有效值。
1672
1591
  # @type Functions: Array
1673
1592
  # @param Procedures: ProcedureMode取值为partial时需要填写
1674
- # 注意:此字段可能返回 null,表示取不到有效值。
1675
1593
  # @type Procedures: Array
1676
1594
  # @param Events: EventMode取值为partial时需要填写
1677
- # 注意:此字段可能返回 null,表示取不到有效值。
1678
1595
  # @type Events: Array
1679
1596
  # @param Triggers: TriggerMode取值为partial时需要填写
1680
- # 注意:此字段可能返回 null,表示取不到有效值。
1681
1597
  # @type Triggers: Array
1682
1598
 
1683
1599
  attr_accessor :DbName, :NewDbName, :SchemaName, :NewSchemaName, :DBMode, :SchemaMode, :TableMode, :Tables, :ViewMode, :Views, :RoleMode, :Roles, :FunctionMode, :TriggerMode, :EventMode, :ProcedureMode, :Functions, :Procedures, :Events, :Triggers
@@ -1753,55 +1669,38 @@ module TencentCloud
1753
1669
  # 需要同步的库表对象
1754
1670
  class Database < TencentCloud::Common::AbstractModel
1755
1671
  # @param DbName: 需要迁移或同步的库名,当ObjectMode为Partial时,此项必填
1756
- # 注意:此字段可能返回 null,表示取不到有效值。
1757
1672
  # @type DbName: String
1758
1673
  # @param NewDbName: 迁移或同步后的库名,默认与源库相同
1759
- # 注意:此字段可能返回 null,表示取不到有效值。
1760
1674
  # @type NewDbName: String
1761
1675
  # @param DbMode: DB选择模式: All(为当前对象下的所有对象),Partial(部分对象),当Mode为Partial时,此项必填。注意,高级对象的同步不依赖此值,如果整库同步此处应该为All。
1762
- # 注意:此字段可能返回 null,表示取不到有效值。
1763
1676
  # @type DbMode: String
1764
1677
  # @param SchemaName: 迁移或同步的 schema
1765
- # 注意:此字段可能返回 null,表示取不到有效值。
1766
1678
  # @type SchemaName: String
1767
1679
  # @param NewSchemaName: 迁移或同步后的 schema name
1768
- # 注意:此字段可能返回 null,表示取不到有效值。
1769
1680
  # @type NewSchemaName: String
1770
1681
  # @param TableMode: 表选择模式: All(为当前对象下的所有对象),Partial(部分对象),当DBMode为Partial时此项必填,如果整库同步此处应该为All。
1771
- # 注意:此字段可能返回 null,表示取不到有效值。
1772
1682
  # @type TableMode: String
1773
1683
  # @param Tables: 表图对象集合,当 TableMode 为 Partial 时,此项需要填写
1774
- # 注意:此字段可能返回 null,表示取不到有效值。
1775
1684
  # @type Tables: Array
1776
1685
  # @param ViewMode: 视图选择模式: All 为当前对象下的所有视图对象,Partial 为部分视图对象,如果整库同步此处应该为All。
1777
- # 注意:此字段可能返回 null,表示取不到有效值。
1778
1686
  # @type ViewMode: String
1779
1687
  # @param Views: 视图对象集合,当 ViewMode 为 Partial 时, 此项需要填写
1780
- # 注意:此字段可能返回 null,表示取不到有效值。
1781
1688
  # @type Views: Array
1782
1689
  # @param FunctionMode: 选择要同步的模式,Partial为部分,All为整选,如果整库同步此处应该为All。
1783
- # 注意:此字段可能返回 null,表示取不到有效值。
1784
1690
  # @type FunctionMode: String
1785
1691
  # @param Functions: FunctionMode取值为Partial时需要填写
1786
- # 注意:此字段可能返回 null,表示取不到有效值。
1787
1692
  # @type Functions: Array
1788
1693
  # @param ProcedureMode: 选择要同步的模式,Partial为部分,All为整选,如果整库同步此处应该为All。
1789
- # 注意:此字段可能返回 null,表示取不到有效值。
1790
1694
  # @type ProcedureMode: String
1791
1695
  # @param Procedures: ProcedureMode取值为Partial时需要填写
1792
- # 注意:此字段可能返回 null,表示取不到有效值。
1793
1696
  # @type Procedures: Array
1794
1697
  # @param TriggerMode: 触发器迁移模式,All(为当前对象下的所有对象),Partial(部分对象),如果整库同步此处应该为All。数据同步暂不支持此高级对象。
1795
- # 注意:此字段可能返回 null,表示取不到有效值。
1796
1698
  # @type TriggerMode: String
1797
1699
  # @param Triggers: 当TriggerMode为partial,指定要迁移的触发器名称
1798
- # 注意:此字段可能返回 null,表示取不到有效值。
1799
1700
  # @type Triggers: Array
1800
1701
  # @param EventMode: 事件迁移模式,All(为当前对象下的所有对象),Partial(部分对象),如果整库同步此处应该为All。数据同步暂不支持此高级对象。
1801
- # 注意:此字段可能返回 null,表示取不到有效值。
1802
1702
  # @type EventMode: String
1803
1703
  # @param Events: 当EventMode为partial,指定要迁移的事件名称
1804
- # 注意:此字段可能返回 null,表示取不到有效值。
1805
1704
  # @type Events: Array
1806
1705
 
1807
1706
  attr_accessor :DbName, :NewDbName, :DbMode, :SchemaName, :NewSchemaName, :TableMode, :Tables, :ViewMode, :Views, :FunctionMode, :Functions, :ProcedureMode, :Procedures, :TriggerMode, :Triggers, :EventMode, :Events
@@ -1864,10 +1763,8 @@ module TencentCloud
1864
1763
  # 迁移对象选项,需要告知迁移服务迁移哪些库表对象
1865
1764
  class DatabaseTableObject < TencentCloud::Common::AbstractModel
1866
1765
  # @param ObjectMode: 迁移对象类型 all(全实例),partial(部分对象)
1867
- # 注意:此字段可能返回 null,表示取不到有效值。
1868
1766
  # @type ObjectMode: String
1869
1767
  # @param Databases: 迁移对象,当 ObjectMode 为 partial 时,不为空
1870
- # 注意:此字段可能返回 null,表示取不到有效值。
1871
1768
  # @type Databases: Array
1872
1769
  # @param AdvancedObjects: 高级对象类型,如trigger、function、procedure、event。注意:如果要迁移同步高级对象,此配置中应该包含对应的高级对象类型
1873
1770
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1898,7 +1795,6 @@ module TencentCloud
1898
1795
  # 数据同步中的ddl同步处理
1899
1796
  class DdlOption < TencentCloud::Common::AbstractModel
1900
1797
  # @param DdlObject: ddl类型,如Database,Table,View,Index等
1901
- # 注意:此字段可能返回 null,表示取不到有效值。
1902
1798
  # @type DdlObject: String
1903
1799
  # @param DdlValue: ddl具体值,对于Database可取值[Create,Drop,Alter]<br>对于Table可取值[Create,Drop,Alter,Truncate,Rename]<br/>对于View可取值[Create,Drop]<br/>对于Index可取值[Create,Drop]
1904
1800
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2014,16 +1910,12 @@ module TencentCloud
2014
1910
  # DescribeCheckSyncJobResult返回参数结构体
2015
1911
  class DescribeCheckSyncJobResultResponse < TencentCloud::Common::AbstractModel
2016
1912
  # @param Status: 校验任务执行状态,如:notStarted(未开始)、running(校验中)、failed(校验任务失败)、success(任务成功)
2017
- # 注意:此字段可能返回 null,表示取不到有效值。
2018
1913
  # @type Status: String
2019
1914
  # @param StepCount: 步骤总数
2020
- # 注意:此字段可能返回 null,表示取不到有效值。
2021
1915
  # @type StepCount: Integer
2022
1916
  # @param StepCur: 当前所在步骤
2023
- # 注意:此字段可能返回 null,表示取不到有效值。
2024
1917
  # @type StepCur: Integer
2025
1918
  # @param Progress: 总体进度,范围为[0,100]
2026
- # 注意:此字段可能返回 null,表示取不到有效值。
2027
1919
  # @type Progress: Integer
2028
1920
  # @param StepInfos: 步骤信息
2029
1921
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2318,10 +2210,8 @@ module TencentCloud
2318
2210
  # DescribeMigrateDBInstances返回参数结构体
2319
2211
  class DescribeMigrateDBInstancesResponse < TencentCloud::Common::AbstractModel
2320
2212
  # @param TotalCount: 符合筛选条件的数量
2321
- # 注意:此字段可能返回 null,表示取不到有效值。
2322
2213
  # @type TotalCount: Integer
2323
2214
  # @param Instances: 实例列表
2324
- # 注意:此字段可能返回 null,表示取不到有效值。
2325
2215
  # @type Instances: Array
2326
2216
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2327
2217
  # @type RequestId: String
@@ -2425,71 +2315,50 @@ module TencentCloud
2425
2315
  # DescribeMigrationDetail返回参数结构体
2426
2316
  class DescribeMigrationDetailResponse < TencentCloud::Common::AbstractModel
2427
2317
  # @param JobId: 数据迁移任务ID
2428
- # 注意:此字段可能返回 null,表示取不到有效值。
2429
2318
  # @type JobId: String
2430
2319
  # @param JobName: 数据迁移任务名称
2431
- # 注意:此字段可能返回 null,表示取不到有效值。
2432
2320
  # @type JobName: String
2433
2321
  # @param CreateTime: 任务创建(提交)时间,格式为 yyyy-mm-dd hh:mm:ss
2434
- # 注意:此字段可能返回 null,表示取不到有效值。
2435
2322
  # @type CreateTime: String
2436
2323
  # @param UpdateTime: 任务更新时间,格式为 yyyy-mm-dd hh:mm:ss
2437
- # 注意:此字段可能返回 null,表示取不到有效值。
2438
2324
  # @type UpdateTime: String
2439
2325
  # @param StartTime: 任务开始执行时间,格式为 yyyy-mm-dd hh:mm:ss
2440
- # 注意:此字段可能返回 null,表示取不到有效值。
2441
2326
  # @type StartTime: String
2442
2327
  # @param EndTime: 任务执行结束时间,格式为 yyyy-mm-dd hh:mm:ss
2443
- # 注意:此字段可能返回 null,表示取不到有效值。
2444
2328
  # @type EndTime: String
2445
2329
  # @param BriefMsg: 迁移任务简要错误信息
2446
- # 注意:此字段可能返回 null,表示取不到有效值。
2447
2330
  # @type BriefMsg: String
2448
2331
  # @param Status: 任务状态,取值为:created(创建完成)、checking(校验中)、checkPass(校验通过)、checkNotPass(校验不通过)、readyRun(准备运行)、running(任务运行中)、readyComplete(准备完成)、success(任务成功)、failed(任务失败)、stopping(中止中)、completing(完成中)、
2449
2332
  # pausing(暂停中)、
2450
2333
  # manualPaused(已暂停)
2451
- # 注意:此字段可能返回 null,表示取不到有效值。
2452
2334
  # @type Status: String
2453
2335
  # @param Action: 任务操作信息
2454
- # 注意:此字段可能返回 null,表示取不到有效值。
2455
2336
  # @type Action: :class:`Tencentcloud::Dts.v20211206.models.MigrateAction`
2456
2337
  # @param StepInfo: 迁移执行过程信息,在校验阶段显示校验过程步骤信息,在迁移阶段会显示迁移步骤信息
2457
- # 注意:此字段可能返回 null,表示取不到有效值。
2458
2338
  # @type StepInfo: :class:`Tencentcloud::Dts.v20211206.models.MigrateDetailInfo`
2459
2339
  # @param SrcInfo: 源实例信息
2460
- # 注意:此字段可能返回 null,表示取不到有效值。
2461
2340
  # @type SrcInfo: :class:`Tencentcloud::Dts.v20211206.models.DBEndpointInfo`
2462
2341
  # @param DstInfo: 目标端信息
2463
- # 注意:此字段可能返回 null,表示取不到有效值。
2464
2342
  # @type DstInfo: :class:`Tencentcloud::Dts.v20211206.models.DBEndpointInfo`
2465
2343
  # @param CompareTask: 数据一致性校验结果
2466
- # 注意:此字段可能返回 null,表示取不到有效值。
2467
2344
  # @type CompareTask: :class:`Tencentcloud::Dts.v20211206.models.CompareTaskInfo`
2468
2345
  # @param Tags: 标签信息
2469
- # 注意:此字段可能返回 null,表示取不到有效值。
2470
2346
  # @type Tags: Array
2471
2347
  # @param RunMode: 运行模式,取值如:immediate(表示立即运行)、timed(表示定时运行)
2472
- # 注意:此字段可能返回 null,表示取不到有效值。
2473
2348
  # @type RunMode: String
2474
2349
  # @param ExpectRunTime: 期待启动时间,当RunMode取值为timed时,此值必填,形如:"2006-01-02 15:04:05"
2475
- # 注意:此字段可能返回 null,表示取不到有效值。
2476
2350
  # @type ExpectRunTime: String
2477
2351
  # @param MigrateOption: 迁移选项,描述任务如何执行迁移等一系列配置信息
2478
- # 注意:此字段可能返回 null,表示取不到有效值。
2479
2352
  # @type MigrateOption: :class:`Tencentcloud::Dts.v20211206.models.MigrateOption`
2480
2353
  # @param CheckStepInfo: 校验任务运行详情
2481
- # 注意:此字段可能返回 null,表示取不到有效值。
2482
2354
  # @type CheckStepInfo: :class:`Tencentcloud::Dts.v20211206.models.CheckStepInfo`
2483
2355
  # @param TradeInfo: 描述计费相关的信息
2484
- # 注意:此字段可能返回 null,表示取不到有效值。
2485
2356
  # @type TradeInfo: :class:`Tencentcloud::Dts.v20211206.models.TradeInfo`
2486
2357
  # @param ErrorInfo: 任务错误信息
2487
- # 注意:此字段可能返回 null,表示取不到有效值。
2488
2358
  # @type ErrorInfo: Array
2489
2359
  # @param DumperResumeCtrl: 全量导出可重入标识:enum::"yes"/"no"。yes表示当前任务可重入、no表示当前任务处于全量导出且不可重入阶段;如果在该值为no时重启任务导出流程不支持断点续传
2490
2360
  # @type DumperResumeCtrl: String
2491
2361
  # @param RateLimitOption: 任务的限速信息
2492
- # 注意:此字段可能返回 null,表示取不到有效值。
2493
2362
  # @type RateLimitOption: :class:`Tencentcloud::Dts.v20211206.models.RateLimitOption`
2494
2363
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2495
2364
  # @type RequestId: String
@@ -2727,13 +2596,10 @@ module TencentCloud
2727
2596
  # @param Status: 校验任务执行状态,如:notStarted(未开始)、running(校验中)、failed(校验任务失败)、success(任务成功)
2728
2597
  # @type Status: String
2729
2598
  # @param StepCount: 校验的步骤总数
2730
- # 注意:此字段可能返回 null,表示取不到有效值。
2731
2599
  # @type StepCount: Integer
2732
2600
  # @param StepCur: 当前所在步骤
2733
- # 注意:此字段可能返回 null,表示取不到有效值。
2734
2601
  # @type StepCur: Integer
2735
2602
  # @param Progress: 总体进度,范围为[0,100]
2736
- # 注意:此字段可能返回 null,表示取不到有效值。
2737
2603
  # @type Progress: Integer
2738
2604
  # @param StepInfos: 步骤详细信息
2739
2605
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2837,7 +2703,6 @@ module TencentCloud
2837
2703
  # @param SubscribeId: 订阅实例ID
2838
2704
  # @type SubscribeId: String
2839
2705
  # @param Message: 失败或者报错提示,成功则提示success。
2840
- # 注意:此字段可能返回 null,表示取不到有效值。
2841
2706
  # @type Message: String
2842
2707
  # @param Status: 任务运行状态,可能值为 running,failed,success
2843
2708
  # @type Status: String
@@ -2848,7 +2713,6 @@ module TencentCloud
2848
2713
  # @param StepNow: 当前执行步骤
2849
2714
  # @type StepNow: Integer
2850
2715
  # @param Steps: 各个步骤运行状态
2851
- # 注意:此字段可能返回 null,表示取不到有效值。
2852
2716
  # @type Steps: Array
2853
2717
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2854
2718
  # @type RequestId: String
@@ -2910,29 +2774,22 @@ module TencentCloud
2910
2774
  # @param Product: 订阅的数据库类型,目前支持 cynosdbmysql(tdsql-c mysql版),mariadb,mongodb,mysql,percona,tdpg(tdsql postgresql版),tdsqlpercona(tdsql mysql版)
2911
2775
  # @type Product: String
2912
2776
  # @param InstanceId: 订阅的云数据库实例ID,只有订阅云数据库该值才有意义
2913
- # 注意:此字段可能返回 null,表示取不到有效值。
2914
2777
  # @type InstanceId: String
2915
2778
  # @param InstanceStatus: 订阅的云数据库实例状态,只有订阅云数据库该值才有意义。可能值为:running, isolated, offline
2916
- # 注意:此字段可能返回 null,表示取不到有效值。
2917
2779
  # @type InstanceStatus: String
2918
2780
  # @param Status: 订阅任务计费状态,可能值为:正常normal, 隔离中isolating, 已隔离isolated, 下线中offlining, 按量转包年包月中 post2PrePayIng
2919
2781
  # @type Status: String
2920
2782
  # @param SubsStatus: 订阅任务状态,可能值为:未启动notStarted, 校验中checking, 校验不通过checkNotPass, 校验通过checkPass, 启动中starting, 运行中running, 异常出错error
2921
2783
  # @type SubsStatus: String
2922
2784
  # @param ModifyTime: 修改时间,时间格式如:Y-m-d h:m:s
2923
- # 注意:此字段可能返回 null,表示取不到有效值。
2924
2785
  # @type ModifyTime: String
2925
2786
  # @param CreateTime: 创建时间,时间格式如:Y-m-d h:m:s
2926
- # 注意:此字段可能返回 null,表示取不到有效值。
2927
2787
  # @type CreateTime: String
2928
2788
  # @param IsolateTime: 隔离时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
2929
- # 注意:此字段可能返回 null,表示取不到有效值。
2930
2789
  # @type IsolateTime: String
2931
2790
  # @param ExpireTime: 包年包月任务的到期时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
2932
- # 注意:此字段可能返回 null,表示取不到有效值。
2933
2791
  # @type ExpireTime: String
2934
2792
  # @param OfflineTime: 下线时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
2935
- # 注意:此字段可能返回 null,表示取不到有效值。
2936
2793
  # @type OfflineTime: String
2937
2794
  # @param PayType: 付费方式,可能值为:0-包年包月,1-按量计费
2938
2795
  # @type PayType: Integer
@@ -2941,37 +2798,26 @@ module TencentCloud
2941
2798
  # @param Region: 任务所在地域
2942
2799
  # @type Region: String
2943
2800
  # @param Topic: Kafka topic
2944
- # 注意:此字段可能返回 null,表示取不到有效值。
2945
2801
  # @type Topic: String
2946
2802
  # @param Broker: Kafka服务Broker地址
2947
- # 注意:此字段可能返回 null,表示取不到有效值。
2948
2803
  # @type Broker: String
2949
2804
  # @param SubscribeMode: 数据订阅的类型,当 Product 不为 mongodb 时,可能值为:all-全实例更新;dml-数据更新;ddl-结构更新;dmlAndDdl-数据更新+结构更新。当 Product 为 mongodb 时,可能值为 all-全实例更新;database-订阅单库;collection-订阅单集合
2950
- # 注意:此字段可能返回 null,表示取不到有效值。
2951
2805
  # @type SubscribeMode: String
2952
2806
  # @param Protocol: 订阅数据格式。如果为空则用的默认格式: mysql\cynosdbmysql\mariadb\percona\tdsqlpercona\tdpg是protobuf,mongo是json。当 DatabaseType 为 mysql和cynosdbmysql 时有三种可选协议:protobuf\avro\json。数据格式详情参考官网的消费demo文档
2953
- # 注意:此字段可能返回 null,表示取不到有效值。
2954
2807
  # @type Protocol: String
2955
2808
  # @param SubscribeObjects: 订阅的数据库表信息
2956
- # 注意:此字段可能返回 null,表示取不到有效值。
2957
2809
  # @type SubscribeObjects: Array
2958
2810
  # @param KafkaConfig: kafka配置信息
2959
- # 注意:此字段可能返回 null,表示取不到有效值。
2960
2811
  # @type KafkaConfig: :class:`Tencentcloud::Dts.v20211206.models.SubscribeKafkaConfig`
2961
2812
  # @param KafkaVersion: 订阅内置kafka的版本信息
2962
- # 注意:此字段可能返回 null,表示取不到有效值。
2963
2813
  # @type KafkaVersion: String
2964
2814
  # @param AccessType: 源数据库接入类型,如:extranet(公网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、cdb(云数据库)、cvm(云服务器自建)、intranet(自研上云)、vpc(私有网络vpc)。注意具体可选值依赖当前链路支持能力
2965
- # 注意:此字段可能返回 null,表示取不到有效值。
2966
2815
  # @type AccessType: String
2967
2816
  # @param Endpoints: 接入类型信息
2968
- # 注意:此字段可能返回 null,表示取不到有效值。
2969
2817
  # @type Endpoints: Array
2970
2818
  # @param PipelineInfo: mongo输出聚合设置
2971
- # 注意:此字段可能返回 null,表示取不到有效值。
2972
2819
  # @type PipelineInfo: Array
2973
2820
  # @param Tags: 标签
2974
- # 注意:此字段可能返回 null,表示取不到有效值。
2975
2821
  # @type Tags: Array
2976
2822
  # @param Errors: 订阅任务报错信息
2977
2823
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2979,7 +2825,6 @@ module TencentCloud
2979
2825
  # @param ExtraAttr: 为业务添加的额外信息。参数名作key,参数值作value。
2980
2826
  # mysql选填参数:ProcessXA-是否处理XA事务,为true处理,其他不处理。
2981
2827
  # mongo选填参数:SubscribeType-订阅类型,目前只支持changeStream。
2982
- # 注意:此字段可能返回 null,表示取不到有效值。
2983
2828
  # @type ExtraAttr: Array
2984
2829
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2985
2830
  # @type RequestId: String
@@ -3219,7 +3064,6 @@ module TencentCloud
3219
3064
  # @param IsReturnable: 实例是否支持退还/退货
3220
3065
  # @type IsReturnable: Boolean
3221
3066
  # @param ReturnFailMessage: 不支持退还的原因
3222
- # 注意:此字段可能返回 null,表示取不到有效值。
3223
3067
  # @type ReturnFailMessage: String
3224
3068
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3225
3069
  # @type RequestId: String
@@ -3317,10 +3161,8 @@ module TencentCloud
3317
3161
  # DescribeSyncJobs返回参数结构体
3318
3162
  class DescribeSyncJobsResponse < TencentCloud::Common::AbstractModel
3319
3163
  # @param TotalCount: 任务数目
3320
- # 注意:此字段可能返回 null,表示取不到有效值。
3321
3164
  # @type TotalCount: Integer
3322
3165
  # @param JobList: 任务详情数组
3323
- # 注意:此字段可能返回 null,表示取不到有效值。
3324
3166
  # @type JobList: Array
3325
3167
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3326
3168
  # @type RequestId: String
@@ -3498,7 +3340,6 @@ module TencentCloud
3498
3340
  # 数据库不一致的详情,mongodb业务用到
3499
3341
  class DifferenceAdvancedObjectsDetail < TencentCloud::Common::AbstractModel
3500
3342
  # @param TotalCount: 总数
3501
- # 注意:此字段可能返回 null,表示取不到有效值。
3502
3343
  # @type TotalCount: Integer
3503
3344
  # @param Items: 不一致详情
3504
3345
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3723,13 +3564,10 @@ module TencentCloud
3723
3564
  # 订阅任务的kafka分区规则。符合库名和表名正则表达式的数据将按照RuleType计算该条数据将被投递的kafka分区。如果配置了多个规则,将按照配置的顺序,第一条命中的规则生效。
3724
3565
  class DistributeRule < TencentCloud::Common::AbstractModel
3725
3566
  # @param RuleType: 规则类型。非mongo产品的枚举值为: table-按表名分区,pk-按表名+主键分区,cols-按列名分区。mongo的枚举值为:collection-按集合名分区、collectionAndObjectId-按集合+主键分区。
3726
- # 注意:此字段可能返回 null,表示取不到有效值。
3727
3567
  # @type RuleType: String
3728
3568
  # @param DbPattern: 库名匹配规则,请填写正则表达式
3729
- # 注意:此字段可能返回 null,表示取不到有效值。
3730
3569
  # @type DbPattern: String
3731
3570
  # @param TablePattern: 表名匹配规则,如果 DatabaseType 为 mongodb,则匹配集合名
3732
- # 注意:此字段可能返回 null,表示取不到有效值。
3733
3571
  # @type TablePattern: String
3734
3572
  # @param Columns: 列名。如果 RuleType 为 cols,此项必填。订阅任务会用该列的值计算分区。mongo没有按列分区,因此也不用传这个字段。
3735
3573
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3755,16 +3593,12 @@ module TencentCloud
3755
3593
  # 数据同步中的选项
3756
3594
  class DynamicOptions < TencentCloud::Common::AbstractModel
3757
3595
  # @param OpTypes: 所要同步的DML和DDL的选项,Insert(插入操作)、Update(更新操作)、Delete(删除操作)、DDL(结构同步),PartialDDL(自定义,和DdlOptions一起起作用 );必填、dts会用该值覆盖原有的值
3758
- # 注意:此字段可能返回 null,表示取不到有效值。
3759
3596
  # @type OpTypes: Array
3760
3597
  # @param DdlOptions: DDL同步选项,具体描述要同步那些DDL; 当OpTypes取值PartialDDL时、字段不能为空;必填、dts会用该值覆盖原有的值
3761
- # 注意:此字段可能返回 null,表示取不到有效值。
3762
3598
  # @type DdlOptions: Array
3763
3599
  # @param ConflictHandleType: 冲突处理选项,ReportError(报错)、Ignore(忽略)、Cover(覆盖)、ConditionCover(条件覆盖); 目前目标端为kafka的链路不支持修改该配置
3764
- # 注意:此字段可能返回 null,表示取不到有效值。
3765
3600
  # @type ConflictHandleType: String
3766
3601
  # @param ConflictHandleOption: 冲突处理的详细选项,如条件覆盖中的条件行和条件操作;不能部分更新该选项的内部字段;有更新时、需要全量更新该字段
3767
- # 注意:此字段可能返回 null,表示取不到有效值。
3768
3602
  # @type ConflictHandleOption: :class:`Tencentcloud::Dts.v20211206.models.ConflictHandleOption`
3769
3603
 
3770
3604
  attr_accessor :OpTypes, :DdlOptions, :ConflictHandleType, :ConflictHandleOption
@@ -3797,94 +3631,64 @@ module TencentCloud
3797
3631
  # 数据同步中的描述源端和目的端的信息
3798
3632
  class Endpoint < TencentCloud::Common::AbstractModel
3799
3633
  # @param Region: 地域英文名,如:ap-guangzhou
3800
- # 注意:此字段可能返回 null,表示取不到有效值。
3801
3634
  # @type Region: String
3802
3635
  # @param Role: 节点类型,proxy表示节点类型为主机,set表示节点类型为节点。proxy类型必须填在数组第一项。tdsqlmysql类型的源/目标配置必填
3803
- # 注意:此字段可能返回 null,表示取不到有效值。
3804
3636
  # @type Role: String
3805
3637
  # @param DbKernel: 数据库内核类型,tdsql中用于区分不同内核:percona,mariadb,mysql。注意TDSQL-C MySQL、TDSQL PostgreSQL无需填写此项值。
3806
- # 注意:此字段可能返回 null,表示取不到有效值。
3807
3638
  # @type DbKernel: String
3808
3639
  # @param InstanceId: 数据库实例ID,格式如:cdb-powiqx8q
3809
- # 注意:此字段可能返回 null,表示取不到有效值。
3810
3640
  # @type InstanceId: String
3811
3641
  # @param Ip: 实例的IP地址,接入类型为非cdb时此项必填
3812
- # 注意:此字段可能返回 null,表示取不到有效值。
3813
3642
  # @type Ip: String
3814
3643
  # @param Port: 实例端口,接入类型为非cdb时此项必填
3815
- # 注意:此字段可能返回 null,表示取不到有效值。
3816
3644
  # @type Port: Integer
3817
3645
  # @param User: 用户名,对于访问需要用户名密码认证的实例必填
3818
- # 注意:此字段可能返回 null,表示取不到有效值。
3819
3646
  # @type User: String
3820
3647
  # @param Password: 密码,对于访问需要用户名密码认证的实例必填
3821
- # 注意:此字段可能返回 null,表示取不到有效值。
3822
3648
  # @type Password: String
3823
3649
  # @param DbName: 数据库名,数据库为cdwpg时,需要提供
3824
- # 注意:此字段可能返回 null,表示取不到有效值。
3825
3650
  # @type DbName: String
3826
3651
  # @param VpcId: 私有网络ID,对于私有网络、专线、VPN的接入方式此项必填,格式如:vpc-92jblxto
3827
- # 注意:此字段可能返回 null,表示取不到有效值。
3828
3652
  # @type VpcId: String
3829
3653
  # @param SubnetId: 私有网络下的子网ID,对于私有网络、专线、VPN的接入方式此项必填,格式如:subnet-3paxmkdz
3830
- # 注意:此字段可能返回 null,表示取不到有效值。
3831
3654
  # @type SubnetId: String
3832
3655
  # @param CvmInstanceId: CVM实例短ID,格式如:ins-olgl39y8,与云服务器控制台页面显示的实例ID相同。如果是CVM自建实例,需要传递此字段
3833
- # 注意:此字段可能返回 null,表示取不到有效值。
3834
3656
  # @type CvmInstanceId: String
3835
3657
  # @param UniqDcgId: 专线网关ID,对于专线接入类型此项必填,格式如:dcg-0rxtqqxb
3836
- # 注意:此字段可能返回 null,表示取不到有效值。
3837
3658
  # @type UniqDcgId: String
3838
3659
  # @param UniqVpnGwId: VPN网关ID,对于vpn接入类型此项必填,格式如:vpngw-9ghexg7q
3839
- # 注意:此字段可能返回 null,表示取不到有效值。
3840
3660
  # @type UniqVpnGwId: String
3841
3661
  # @param CcnId: 云联网ID,对于云联网接入类型此项必填,如:ccn-afp6kltc
3842
- # 注意:此字段可能返回 null,表示取不到有效值。
3843
3662
  # @type CcnId: String
3844
3663
  # @param Supplier: 云厂商类型,当实例为RDS实例时,填写为aliyun, 其他情况均填写others,默认为others
3845
- # 注意:此字段可能返回 null,表示取不到有效值。
3846
3664
  # @type Supplier: String
3847
3665
  # @param EngineVersion: 数据库版本,当实例为RDS实例时才有效,其他实例忽略,格式如:5.6或者5.7,默认为5.6
3848
- # 注意:此字段可能返回 null,表示取不到有效值。
3849
3666
  # @type EngineVersion: String
3850
3667
  # @param Account: 实例所属账号,如果为跨账号实例此项必填
3851
- # 注意:此字段可能返回 null,表示取不到有效值。
3852
3668
  # @type Account: String
3853
3669
  # @param AccountMode: 资源所属账号 为空或self(表示本账号内资源)、other(表示跨账号资源)
3854
- # 注意:此字段可能返回 null,表示取不到有效值。
3855
3670
  # @type AccountMode: String
3856
3671
  # @param AccountRole: 跨账号同步时的角色,只允许[a-zA-Z0-9\-\_]+,如果为跨账号实例此项必填
3857
- # 注意:此字段可能返回 null,表示取不到有效值。
3858
3672
  # @type AccountRole: String
3859
3673
  # @param RoleExternalId: 外部角色id
3860
- # 注意:此字段可能返回 null,表示取不到有效值。
3861
3674
  # @type RoleExternalId: String
3862
3675
  # @param TmpSecretId: 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
3863
- # 注意:此字段可能返回 null,表示取不到有效值。
3864
3676
  # @type TmpSecretId: String
3865
3677
  # @param TmpSecretKey: 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
3866
- # 注意:此字段可能返回 null,表示取不到有效值。
3867
3678
  # @type TmpSecretKey: String
3868
3679
  # @param TmpToken: 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
3869
- # 注意:此字段可能返回 null,表示取不到有效值。
3870
3680
  # @type TmpToken: String
3871
3681
  # @param EncryptConn: 是否走加密传输、UnEncrypted表示不走加密传输,Encrypted表示走加密传输,默认UnEncrypted
3872
- # 注意:此字段可能返回 null,表示取不到有效值。
3873
3682
  # @type EncryptConn: String
3874
3683
  # @param DatabaseNetEnv: 数据库所属网络环境,AccessType为云联网(ccn)时必填, UserIDC表示用户IDC、TencentVPC表示腾讯云VPC;
3875
- # 注意:此字段可能返回 null,表示取不到有效值。
3876
3684
  # @type DatabaseNetEnv: String
3877
3685
  # @param CcnOwnerUin: 数据库为跨账号云联网下的实例时、表示云联网所属主账号
3878
- # 注意:此字段可能返回 null,表示取不到有效值。
3879
3686
  # @type CcnOwnerUin: String
3880
3687
  # @param ChildInstanceId: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的ID
3881
- # 注意:此字段可能返回 null,表示取不到有效值。
3882
3688
  # @type ChildInstanceId: String
3883
3689
  # @param ChildInstanceType: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的类型、例如:只读实例传ro、读写实例传rw
3884
- # 注意:此字段可能返回 null,表示取不到有效值。
3885
3690
  # @type ChildInstanceType: String
3886
3691
  # @param SetId: tdsql的分片id。如节点类型为set必填。
3887
- # 注意:此字段可能返回 null,表示取不到有效值。
3888
3692
  # @type SetId: String
3889
3693
 
3890
3694
  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
@@ -3959,61 +3763,43 @@ module TencentCloud
3959
3763
  # 数据订阅的实例节点信息
3960
3764
  class EndpointItem < TencentCloud::Common::AbstractModel
3961
3765
  # @param DatabaseRegion: 源库所在地域。如果 AccessType 为 ccn,请填vpc所在地域,因为此时不知道源库在哪个地域。其他接入方式,请填订阅任务所在地域,因为确保订阅任务与源库在同一地域是最优的网络方案。
3962
- # 注意:此字段可能返回 null,表示取不到有效值。
3963
3766
  # @type DatabaseRegion: String
3964
3767
  # @param User: 用户名
3965
- # 注意:此字段可能返回 null,表示取不到有效值。
3966
3768
  # @type User: String
3967
3769
  # @param Password: 密码。作为入参时必填,作为出参时为空。
3968
- # 注意:此字段可能返回 null,表示取不到有效值。
3969
3770
  # @type Password: String
3970
3771
  # @param InstanceId: 目标实例ID。如果 AccessType 为 cdb,此项必填。配置InstanceId时会查询并校验实例信息。mysql的查询接口经过了鉴权,请确保子用户有 cdb:DescribeDBInstances 的接口权限。
3971
- # 注意:此字段可能返回 null,表示取不到有效值。
3972
3772
  # @type InstanceId: String
3973
3773
  # @param CvmInstanceId: 云主机ID。如果 AccessType 为 cvm,此项必填。
3974
- # 注意:此字段可能返回 null,表示取不到有效值。
3975
3774
  # @type CvmInstanceId: String
3976
3775
  # @param UniqDcgId: 专线网关ID。如果 AccessType 为 dcg,此项必填。
3977
- # 注意:此字段可能返回 null,表示取不到有效值。
3978
3776
  # @type UniqDcgId: String
3979
3777
  # @param CcnId: 云联网ID。如果 AccessType 为 ccn,此项必填。
3980
- # 注意:此字段可能返回 null,表示取不到有效值。
3981
3778
  # @type CcnId: String
3982
3779
  # @param UniqVpnGwId: vpn网关ID。如果 AccessType 为 vpncloud,此项必填。
3983
- # 注意:此字段可能返回 null,表示取不到有效值。
3984
3780
  # @type UniqVpnGwId: String
3985
3781
  # @param VpcId: VpcID。如果 AccessType 为 dcg\ccn\vpncloud\vpc,此项必填。
3986
- # 注意:此字段可能返回 null,表示取不到有效值。
3987
3782
  # @type VpcId: String
3988
3783
  # @param SubnetId: 子网ID。如果 AccessType 为 dcg\ccn\vpncloud\vpc,此项必填。
3989
- # 注意:此字段可能返回 null,表示取不到有效值。
3990
3784
  # @type SubnetId: String
3991
3785
  # @param HostName: 数据库地址,支持域名与IP。如果 AccessType 为 dcg\ccn\vpncloud\vpc\extranet\intranet,此项必填。
3992
- # 注意:此字段可能返回 null,表示取不到有效值。
3993
3786
  # @type HostName: String
3994
3787
  # @param Port: 数据库端口。如果 AccessType 为 dcg\ccn\vpncloud\vpc\extranet\intranet\cvm,此项必填。
3995
- # 注意:此字段可能返回 null,表示取不到有效值。
3996
3788
  # @type Port: Integer
3997
3789
  # @param EncryptConn: 是否走加密传输,枚举值:UnEncrypted-不加密,Encrypted-加密。只有mysql支持,不填默认不加密,其他产品不填。
3998
- # 注意:此字段可能返回 null,表示取不到有效值。
3999
3790
  # @type EncryptConn: String
4000
3791
  # @param DatabaseNetEnv: 数据库网络环境。如果 AccessType 为 ccn 此项必填。枚举值:UserIDC-自建idc,TencentVPC-腾讯云,Aws-aws,AliYun-阿里云,Others-其他。
4001
- # 注意:此字段可能返回 null,表示取不到有效值。
4002
3792
  # @type DatabaseNetEnv: String
4003
3793
  # @param CcnOwnerUin: 云联网网关所属的主账号uin、跨账号云联网需要。
4004
- # 注意:此字段可能返回 null,表示取不到有效值。
4005
3794
  # @type CcnOwnerUin: String
4006
3795
  # @param ExtraAttr: 为业务添加的额外信息。参数名作key,参数值作value。
4007
3796
  # tdpg必填参数:PgDatabase-订阅的库名;
4008
3797
  # mongo选填参数:InstanceType-实例类型:replicaset-副本集,cluster-分片集,主要用于控制台跳转到mongo实例页面,如不填不影响任务运行;
4009
3798
  # 全业务选填参数:EngineVersion-内核版本。
4010
- # 注意:此字段可能返回 null,表示取不到有效值。
4011
3799
  # @type ExtraAttr: Array
4012
3800
  # @param ChildInstanceId: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的ID
4013
- # 注意:此字段可能返回 null,表示取不到有效值。
4014
3801
  # @type ChildInstanceId: String
4015
3802
  # @param ChildInstanceType: 数据库为cynos、且是cynos集群内的一个子数据库实例时、该参数为该子实例的类型、例如:只读实例传ro、读写实例传rw
4016
- # 注意:此字段可能返回 null,表示取不到有效值。
4017
3803
  # @type ChildInstanceType: String
4018
3804
 
4019
3805
  attr_accessor :DatabaseRegion, :User, :Password, :InstanceId, :CvmInstanceId, :UniqDcgId, :CcnId, :UniqVpnGwId, :VpcId, :SubnetId, :HostName, :Port, :EncryptConn, :DatabaseNetEnv, :CcnOwnerUin, :ExtraAttr, :ChildInstanceId, :ChildInstanceType
@@ -4073,10 +3859,8 @@ module TencentCloud
4073
3859
  # @param Reason: 错误原因
4074
3860
  # @type Reason: String
4075
3861
  # @param Message: 错误信息
4076
- # 注意:此字段可能返回 null,表示取不到有效值。
4077
3862
  # @type Message: String
4078
3863
  # @param Solution: 解决方案
4079
- # 注意:此字段可能返回 null,表示取不到有效值。
4080
3864
  # @type Solution: String
4081
3865
 
4082
3866
  attr_accessor :Reason, :Message, :Solution
@@ -4097,16 +3881,12 @@ module TencentCloud
4097
3881
  # 任务错误信息
4098
3882
  class ErrorInfoItem < TencentCloud::Common::AbstractModel
4099
3883
  # @param Code: 错误码
4100
- # 注意:此字段可能返回 null,表示取不到有效值。
4101
3884
  # @type Code: String
4102
3885
  # @param Solution: 解决方案
4103
- # 注意:此字段可能返回 null,表示取不到有效值。
4104
3886
  # @type Solution: String
4105
3887
  # @param ErrorLog: 错误日志信息
4106
- # 注意:此字段可能返回 null,表示取不到有效值。
4107
3888
  # @type ErrorLog: String
4108
3889
  # @param HelpDoc: 文档提示
4109
- # 注意:此字段可能返回 null,表示取不到有效值。
4110
3890
  # @type HelpDoc: String
4111
3891
 
4112
3892
  attr_accessor :Code, :Solution, :ErrorLog, :HelpDoc
@@ -4133,7 +3913,6 @@ module TencentCloud
4133
3913
  # @param ConsumerGroupName: 消费者组名称
4134
3914
  # @type ConsumerGroupName: String
4135
3915
  # @param Description: 消费者组备注
4136
- # 注意:此字段可能返回 null,表示取不到有效值。
4137
3916
  # @type Description: String
4138
3917
  # @param ConsumerGroupOffset: 消费组偏移量。该字段是为了兼容以前单Partition的情况,取值为最后一个分区的偏移量。各分区的偏移量详见StateOfPartition字段
4139
3918
  # @type ConsumerGroupOffset: Integer
@@ -4150,7 +3929,6 @@ module TencentCloud
4150
3929
  # @param ConsumerGroupState: 消费者组状态,包括Dead、Empty、Stable等,只有Dead和Empty两种状态可以执行reset操作
4151
3930
  # @type ConsumerGroupState: String
4152
3931
  # @param PartitionAssignment: 每个消费者正在消费的分区
4153
- # 注意:此字段可能返回 null,表示取不到有效值。
4154
3932
  # @type PartitionAssignment: Array
4155
3933
 
4156
3934
  attr_accessor :Account, :ConsumerGroupName, :Description, :ConsumerGroupOffset, :ConsumerGroupLag, :Latency, :StateOfPartition, :CreatedAt, :UpdatedAt, :ConsumerGroupState, :PartitionAssignment
@@ -4466,10 +4244,8 @@ module TencentCloud
4466
4244
  # 存放配置时的额外信息
4467
4245
  class KeyValuePairOption < TencentCloud::Common::AbstractModel
4468
4246
  # @param Key: 选项key
4469
- # 注意:此字段可能返回 null,表示取不到有效值。
4470
4247
  # @type Key: String
4471
4248
  # @param Value: 选项value
4472
- # 注意:此字段可能返回 null,表示取不到有效值。
4473
4249
  # @type Value: String
4474
4250
 
4475
4251
  attr_accessor :Key, :Value
@@ -4488,10 +4264,8 @@ module TencentCloud
4488
4264
  # 任务操作信息,包含迁移任务的所有操作列表,及迁移任务在当前状态下允许的操作列表
4489
4265
  class MigrateAction < TencentCloud::Common::AbstractModel
4490
4266
  # @param AllAction: 任务的所有操作列表
4491
- # 注意:此字段可能返回 null,表示取不到有效值。
4492
4267
  # @type AllAction: Array
4493
4268
  # @param AllowedAction: 任务在当前状态下允许的操作列表
4494
- # 注意:此字段可能返回 null,表示取不到有效值。
4495
4269
  # @type AllowedAction: Array
4496
4270
 
4497
4271
  attr_accessor :AllAction, :AllowedAction
@@ -4546,19 +4320,14 @@ module TencentCloud
4546
4320
  # 迁移执行过程信息
4547
4321
  class MigrateDetailInfo < TencentCloud::Common::AbstractModel
4548
4322
  # @param StepAll: 总步骤数
4549
- # 注意:此字段可能返回 null,表示取不到有效值。
4550
4323
  # @type StepAll: Integer
4551
4324
  # @param StepNow: 当前步骤
4552
- # 注意:此字段可能返回 null,表示取不到有效值。
4553
4325
  # @type StepNow: Integer
4554
4326
  # @param MasterSlaveDistance: 主从差距,MB;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1
4555
- # 注意:此字段可能返回 null,表示取不到有效值。
4556
4327
  # @type MasterSlaveDistance: Integer
4557
4328
  # @param SecondsBehindMaster: 主从差距,秒;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1
4558
- # 注意:此字段可能返回 null,表示取不到有效值。
4559
4329
  # @type SecondsBehindMaster: Integer
4560
4330
  # @param StepInfo: 步骤信息
4561
- # 注意:此字段可能返回 null,表示取不到有效值。
4562
4331
  # @type StepInfo: Array
4563
4332
 
4564
4333
  attr_accessor :StepAll, :StepNow, :MasterSlaveDistance, :SecondsBehindMaster, :StepInfo
@@ -4590,29 +4359,21 @@ module TencentCloud
4590
4359
  # 迁移选项,描述任务如何执行迁移等一系列配置信息
4591
4360
  class MigrateOption < TencentCloud::Common::AbstractModel
4592
4361
  # @param DatabaseTable: 迁移对象选项,需要告知迁移服务迁移哪些库表对象
4593
- # 注意:此字段可能返回 null,表示取不到有效值。
4594
4362
  # @type DatabaseTable: :class:`Tencentcloud::Dts.v20211206.models.DatabaseTableObject`
4595
4363
  # @param MigrateType: 迁移类型,full(全量迁移),structure(结构迁移),fullAndIncrement(全量加增量迁移), 默认为fullAndIncrement;注意redis,keewidb产品只支持fullAndIncrement类型。
4596
- # 注意:此字段可能返回 null,表示取不到有效值。
4597
4364
  # @type MigrateType: String
4598
4365
  # @param Consistency: 数据一致性校验选项, 默认为不开启一致性校验
4599
- # 注意:此字段可能返回 null,表示取不到有效值。
4600
4366
  # @type Consistency: :class:`Tencentcloud::Dts.v20211206.models.ConsistencyOption`
4601
4367
  # @param IsMigrateAccount: 是否迁移账号,true(迁移账号),false(不迁移账号)
4602
- # 注意:此字段可能返回 null,表示取不到有效值。
4603
4368
  # @type IsMigrateAccount: Boolean
4604
4369
  # @param IsOverrideRoot: 是否用源库Root账户覆盖目标库,值包括:false-不覆盖,true-覆盖,选择库表或者结构迁移时应该为false,注意只对旧版迁移有效
4605
- # 注意:此字段可能返回 null,表示取不到有效值。
4606
4370
  # @type IsOverrideRoot: Boolean
4607
4371
  # @param IsDstReadOnly: 是否在迁移时设置目标库只读(仅对mysql有效),true(设置只读)、false(不设置只读,默认此值)
4608
- # 注意:此字段可能返回 null,表示取不到有效值。
4609
4372
  # @type IsDstReadOnly: Boolean
4610
4373
  # @param ExtraAttr: 其他附加信息,对于特定库可设置额外参数,Redis可定义如下的参数:
4611
4374
  # ["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒) "IsExpireKey":"true",过期key自动淘汰]
4612
- # 注意:此字段可能返回 null,表示取不到有效值。
4613
4375
  # @type ExtraAttr: Array
4614
4376
  # @param MigrateWay: pgsql迁移分类:logical(逻辑迁移)、physical(物理迁移)
4615
- # 注意:此字段可能返回 null,表示取不到有效值。
4616
4377
  # @type MigrateWay: String
4617
4378
 
4618
4379
  attr_accessor :DatabaseTable, :MigrateType, :Consistency, :IsMigrateAccount, :IsOverrideRoot, :IsDstReadOnly, :ExtraAttr, :MigrateWay
@@ -4657,13 +4418,10 @@ module TencentCloud
4657
4418
  class ModifiedSubscribeObject < TencentCloud::Common::AbstractModel
4658
4419
  # @param ObjectsType: 订阅对象的类型,枚举值为:0-库,1-表(该值对于mongo任务来说,是集合) 。
4659
4420
  # 注意:mongo只支持全实例、单库或者单集合订阅,因此该字段不要与SubscribeObjectType冲突。如:SubscribeObjectType=4,表示mongo单库订阅,那么该字段应该传0。
4660
- # 注意:此字段可能返回 null,表示取不到有效值。
4661
4421
  # @type ObjectsType: Integer
4662
4422
  # @param DatabaseName: 订阅数据库的名称
4663
- # 注意:此字段可能返回 null,表示取不到有效值。
4664
4423
  # @type DatabaseName: String
4665
4424
  # @param TableNames: 订阅数据库中表(或集合)的名称。如果 ObjectsType 为 1,那么此字段为必填,且不为空;
4666
- # 注意:此字段可能返回 null,表示取不到有效值。
4667
4425
  # @type TableNames: Array
4668
4426
 
4669
4427
  attr_accessor :ObjectsType, :DatabaseName, :TableNames
@@ -5396,16 +5154,13 @@ module TencentCloud
5396
5154
  # 同步的数据库对对象描述
5397
5155
  class Objects < TencentCloud::Common::AbstractModel
5398
5156
  # @param Mode: 同步对象类型 Partial(部分对象)
5399
- # 注意:此字段可能返回 null,表示取不到有效值。
5400
5157
  # @type Mode: String
5401
5158
  # @param Databases: 同步对象,当 Mode 为 Partial 时,不为空
5402
5159
  # 注意:此字段可能返回 null,表示取不到有效值。
5403
5160
  # @type Databases: Array
5404
5161
  # @param AdvancedObjects: 高级对象类型,如function、procedure。注意:如果要迁移同步高级对象,此配置中应该包含对应的高级对象类型。当需要同步高级对象时,初始化类型必须包含结构初始化类型,即任务的Options.InitType字段值为Structure或Full
5405
- # 注意:此字段可能返回 null,表示取不到有效值。
5406
5162
  # @type AdvancedObjects: Array
5407
5163
  # @param OnlineDDL: OnlineDDL类型,冗余字段不做配置用途
5408
- # 注意:此字段可能返回 null,表示取不到有效值。
5409
5164
  # @type OnlineDDL: :class:`Tencentcloud::Dts.v20211206.models.OnlineDDL`
5410
5165
 
5411
5166
  attr_accessor :Mode, :Databases, :AdvancedObjects, :OnlineDDL
@@ -5438,10 +5193,8 @@ module TencentCloud
5438
5193
  # 数据订阅kafka分区中checkpoint信息
5439
5194
  class OffsetTimeMap < TencentCloud::Common::AbstractModel
5440
5195
  # @param PartitionNo: kafka分区编号
5441
- # 注意:此字段可能返回 null,表示取不到有效值。
5442
5196
  # @type PartitionNo: Integer
5443
5197
  # @param Offset: kafka offset
5444
- # 注意:此字段可能返回 null,表示取不到有效值。
5445
5198
  # @type Offset: Integer
5446
5199
 
5447
5200
  attr_accessor :PartitionNo, :Offset
@@ -5460,7 +5213,6 @@ module TencentCloud
5460
5213
  # OnlineDDL类型
5461
5214
  class OnlineDDL < TencentCloud::Common::AbstractModel
5462
5215
  # @param Status: 状态
5463
- # 注意:此字段可能返回 null,表示取不到有效值。
5464
5216
  # @type Status: String
5465
5217
 
5466
5218
  attr_accessor :Status
@@ -5477,43 +5229,32 @@ module TencentCloud
5477
5229
  # 数据同步中的选项
5478
5230
  class Options < TencentCloud::Common::AbstractModel
5479
5231
  # @param InitType: 同步初始化选项,Data(全量数据初始化)、Structure(结构初始化)、Full(全量数据且结构初始化,默认)、None(仅增量)
5480
- # 注意:此字段可能返回 null,表示取不到有效值。
5481
5232
  # @type InitType: String
5482
5233
  # @param DealOfExistSameTable: 同名表的处理,ReportErrorAfterCheck(前置校验并报错,默认)、ExecuteAfterIgnore(忽略并继续执行)
5483
- # 注意:此字段可能返回 null,表示取不到有效值。
5484
5234
  # @type DealOfExistSameTable: String
5485
5235
  # @param ConflictHandleType: 冲突处理选项,ReportError(报错,默认为该值)、Ignore(忽略)、Cover(覆盖)、ConditionCover(条件覆盖)
5486
- # 注意:此字段可能返回 null,表示取不到有效值。
5487
5236
  # @type ConflictHandleType: String
5488
5237
  # @param AddAdditionalColumn: 是否添加附加列
5489
- # 注意:此字段可能返回 null,表示取不到有效值。
5490
5238
  # @type AddAdditionalColumn: Boolean
5491
5239
  # @param OpTypes: 所要同步的DML和DDL的选项,Insert(插入操作)、Update(更新操作)、Delete(删除操作)、DDL(结构同步), PartialDDL(自定义,和DdlOptions一起配合使用)。注意,这里至少需要包含DML中的一种。
5492
5240
  # 注意:此字段可能返回 null,表示取不到有效值。
5493
5241
  # @type OpTypes: Array
5494
5242
  # @param ConflictHandleOption: 冲突处理的详细选项,如条件覆盖中的条件行和条件操作
5495
- # 注意:此字段可能返回 null,表示取不到有效值。
5496
5243
  # @type ConflictHandleOption: :class:`Tencentcloud::Dts.v20211206.models.ConflictHandleOption`
5497
5244
  # @param DdlOptions: DDL同步选项,具体描述要同步那些DDL
5498
5245
  # 注意:此字段可能返回 null,表示取不到有效值。
5499
5246
  # @type DdlOptions: Array
5500
5247
  # @param KafkaOption: kafka同步选项
5501
- # 注意:此字段可能返回 null,表示取不到有效值。
5502
5248
  # @type KafkaOption: :class:`Tencentcloud::Dts.v20211206.models.KafkaOption`
5503
5249
  # @param RateLimitOption: 任务限速信息
5504
- # 注意:此字段可能返回 null,表示取不到有效值。
5505
5250
  # @type RateLimitOption: :class:`Tencentcloud::Dts.v20211206.models.RateLimitOption`
5506
5251
  # @param AutoRetryTimeRangeMinutes: 自动重试的时间窗口设置
5507
- # 注意:此字段可能返回 null,表示取不到有效值。
5508
5252
  # @type AutoRetryTimeRangeMinutes: Integer
5509
5253
  # @param StartPosition: 同步到kafka链路指定位点。目前只支持时间格式:2023-12-20T19:24:23+08:00。如果没有指定位点,为空。
5510
- # 注意:此字段可能返回 null,表示取不到有效值。
5511
5254
  # @type StartPosition: String
5512
5255
  # @param FilterBeginCommit: 同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
5513
- # 注意:此字段可能返回 null,表示取不到有效值。
5514
5256
  # @type FilterBeginCommit: Boolean
5515
5257
  # @param FilterCheckpoint: 同步到kafka链路是否过滤掉checkpoint消息。目前仅mysql2kafka链路支持
5516
- # 注意:此字段可能返回 null,表示取不到有效值。
5517
5258
  # @type FilterCheckpoint: Boolean
5518
5259
 
5519
5260
  attr_accessor :InitType, :DealOfExistSameTable, :ConflictHandleType, :AddAdditionalColumn, :OpTypes, :ConflictHandleOption, :DdlOptions, :KafkaOption, :RateLimitOption, :AutoRetryTimeRangeMinutes, :StartPosition, :FilterBeginCommit, :FilterCheckpoint
@@ -5655,10 +5396,8 @@ module TencentCloud
5655
5396
  # mongo输出聚合设置。输出默认 Change Event
5656
5397
  class PipelineInfo < TencentCloud::Common::AbstractModel
5657
5398
  # @param AggOp: 聚合运算符:$addFields、$match、$project、$replaceRoot、$redact、$replaceWith、$set、$unset。其中 $replaceWith、$set、$unset 只有当订阅实例是4.2及以上版本可选。
5658
- # 注意:此字段可能返回 null,表示取不到有效值。
5659
5399
  # @type AggOp: String
5660
5400
  # @param AggCmd: 聚合表达式。必须是json格式
5661
- # 注意:此字段可能返回 null,表示取不到有效值。
5662
5401
  # @type AggCmd: String
5663
5402
 
5664
5403
  attr_accessor :AggOp, :AggCmd
@@ -5677,22 +5416,16 @@ module TencentCloud
5677
5416
  # 任务步骤信息
5678
5417
  class ProcessProgress < TencentCloud::Common::AbstractModel
5679
5418
  # @param Status: 步骤的状态, 包括:notStarted(未开始)、running(运行中)、success(成功)、failed(失败)等
5680
- # 注意:此字段可能返回 null,表示取不到有效值。
5681
5419
  # @type Status: String
5682
5420
  # @param Percent: 进度信息
5683
- # 注意:此字段可能返回 null,表示取不到有效值。
5684
5421
  # @type Percent: Integer
5685
5422
  # @param StepAll: 总的步骤数
5686
- # 注意:此字段可能返回 null,表示取不到有效值。
5687
5423
  # @type StepAll: Integer
5688
5424
  # @param StepNow: 当前进行的步骤
5689
- # 注意:此字段可能返回 null,表示取不到有效值。
5690
5425
  # @type StepNow: Integer
5691
5426
  # @param Message: 当前步骤输出提示信息
5692
- # 注意:此字段可能返回 null,表示取不到有效值。
5693
5427
  # @type Message: String
5694
5428
  # @param Steps: 步骤信息
5695
- # 注意:此字段可能返回 null,表示取不到有效值。
5696
5429
  # @type Steps: Array
5697
5430
 
5698
5431
  attr_accessor :Status, :Percent, :StepAll, :StepNow, :Message, :Steps
@@ -5726,13 +5459,10 @@ module TencentCloud
5726
5459
  # 错误信息及告警信息对象
5727
5460
  class ProcessStepTip < TencentCloud::Common::AbstractModel
5728
5461
  # @param Message: 提示信息
5729
- # 注意:此字段可能返回 null,表示取不到有效值。
5730
5462
  # @type Message: String
5731
5463
  # @param Solution: 解决方案
5732
- # 注意:此字段可能返回 null,表示取不到有效值。
5733
5464
  # @type Solution: String
5734
5465
  # @param HelpDoc: 文档提示
5735
- # 注意:此字段可能返回 null,表示取不到有效值。
5736
5466
  # @type HelpDoc: String
5737
5467
 
5738
5468
  attr_accessor :Message, :Solution, :HelpDoc
@@ -5753,37 +5483,26 @@ module TencentCloud
5753
5483
  # 迁移和同步任务限速的详细信息
5754
5484
  class RateLimitOption < TencentCloud::Common::AbstractModel
5755
5485
  # @param CurrentDumpThread: 当前生效的全量导出线程数,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为16
5756
- # 注意:此字段可能返回 null,表示取不到有效值。
5757
5486
  # @type CurrentDumpThread: Integer
5758
5487
  # @param DefaultDumpThread: 默认的全量导出线程数,该字段仅在出参有意义
5759
- # 注意:此字段可能返回 null,表示取不到有效值。
5760
5488
  # @type DefaultDumpThread: Integer
5761
5489
  # @param CurrentDumpRps: 当前生效的全量导出Rps,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为50000000
5762
- # 注意:此字段可能返回 null,表示取不到有效值。
5763
5490
  # @type CurrentDumpRps: Integer
5764
5491
  # @param DefaultDumpRps: 默认的全量导出Rps,该字段仅在出参有意义
5765
- # 注意:此字段可能返回 null,表示取不到有效值。
5766
5492
  # @type DefaultDumpRps: Integer
5767
5493
  # @param CurrentLoadThread: 当前生效的全量导入线程数,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为16
5768
- # 注意:此字段可能返回 null,表示取不到有效值。
5769
5494
  # @type CurrentLoadThread: Integer
5770
5495
  # @param DefaultLoadThread: 默认的全量导入线程数,该字段仅在出参有意义
5771
- # 注意:此字段可能返回 null,表示取不到有效值。
5772
5496
  # @type DefaultLoadThread: Integer
5773
5497
  # @param CurrentLoadRps: 当前生效的全量导入Rps,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为50000000
5774
- # 注意:此字段可能返回 null,表示取不到有效值。
5775
5498
  # @type CurrentLoadRps: Integer
5776
5499
  # @param DefaultLoadRps: 默认的全量导入Rps,该字段仅在出参有意义
5777
- # 注意:此字段可能返回 null,表示取不到有效值。
5778
5500
  # @type DefaultLoadRps: Integer
5779
5501
  # @param CurrentSinkerThread: 当前生效的增量导入线程数,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为128
5780
- # 注意:此字段可能返回 null,表示取不到有效值。
5781
5502
  # @type CurrentSinkerThread: Integer
5782
5503
  # @param DefaultSinkerThread: 默认的增量导入线程数,该字段仅在出参有意义
5783
- # 注意:此字段可能返回 null,表示取不到有效值。
5784
5504
  # @type DefaultSinkerThread: Integer
5785
5505
  # @param HasUserSetRateLimit: enum:"no"/"yes"、no表示用户未设置过限速、yes表示设置过限速,该字段仅在出参有意义
5786
- # 注意:此字段可能返回 null,表示取不到有效值。
5787
5506
  # @type HasUserSetRateLimit: String
5788
5507
 
5789
5508
  attr_accessor :CurrentDumpThread, :DefaultDumpThread, :CurrentDumpRps, :DefaultDumpRps, :CurrentLoadThread, :DefaultLoadThread, :CurrentLoadRps, :DefaultLoadRps, :CurrentSinkerThread, :DefaultSinkerThread, :HasUserSetRateLimit
@@ -6104,10 +5823,8 @@ module TencentCloud
6104
5823
  # 角色对象,postgresql独有参数
6105
5824
  class RoleItem < TencentCloud::Common::AbstractModel
6106
5825
  # @param RoleName: 角色名称
6107
- # 注意:此字段可能返回 null,表示取不到有效值。
6108
5826
  # @type RoleName: String
6109
5827
  # @param NewRoleName: 迁移后的角色名称
6110
- # 注意:此字段可能返回 null,表示取不到有效值。
6111
5828
  # @type NewRoleName: String
6112
5829
 
6113
5830
  attr_accessor :RoleName, :NewRoleName
@@ -6182,7 +5899,6 @@ module TencentCloud
6182
5899
  # SkipCheckItem返回参数结构体
6183
5900
  class SkipCheckItemResponse < TencentCloud::Common::AbstractModel
6184
5901
  # @param Message: 跳过的提示信息
6185
- # 注意:此字段可能返回 null,表示取不到有效值。
6186
5902
  # @type Message: String
6187
5903
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6188
5904
  # @type RequestId: String
@@ -6459,31 +6175,22 @@ module TencentCloud
6459
6175
  # 步骤信息
6460
6176
  class StepDetailInfo < TencentCloud::Common::AbstractModel
6461
6177
  # @param StepNo: 步骤序列
6462
- # 注意:此字段可能返回 null,表示取不到有效值。
6463
6178
  # @type StepNo: Integer
6464
6179
  # @param StepName: 步骤展现名称
6465
- # 注意:此字段可能返回 null,表示取不到有效值。
6466
6180
  # @type StepName: String
6467
6181
  # @param StepId: 步骤英文标识
6468
- # 注意:此字段可能返回 null,表示取不到有效值。
6469
6182
  # @type StepId: String
6470
6183
  # @param Status: 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted
6471
- # 注意:此字段可能返回 null,表示取不到有效值。
6472
6184
  # @type Status: String
6473
6185
  # @param StartTime: 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。
6474
- # 注意:此字段可能返回 null,表示取不到有效值。
6475
6186
  # @type StartTime: String
6476
6187
  # @param StepMessage: 步骤错误信息
6477
- # 注意:此字段可能返回 null,表示取不到有效值。
6478
6188
  # @type StepMessage: String
6479
6189
  # @param Percent: 执行进度
6480
- # 注意:此字段可能返回 null,表示取不到有效值。
6481
6190
  # @type Percent: Integer
6482
6191
  # @param Errors: 错误信息
6483
- # 注意:此字段可能返回 null,表示取不到有效值。
6484
6192
  # @type Errors: Array
6485
6193
  # @param Warnings: 告警提示
6486
- # 注意:此字段可能返回 null,表示取不到有效值。
6487
6194
  # @type Warnings: Array
6488
6195
 
6489
6196
  attr_accessor :StepNo, :StepName, :StepId, :Status, :StartTime, :StepMessage, :Percent, :Errors, :Warnings
@@ -6530,19 +6237,14 @@ module TencentCloud
6530
6237
  # 单个步骤的详细信息
6531
6238
  class StepInfo < TencentCloud::Common::AbstractModel
6532
6239
  # @param StepNo: 步骤编号
6533
- # 注意:此字段可能返回 null,表示取不到有效值。
6534
6240
  # @type StepNo: Integer
6535
6241
  # @param StepName: 步骤名
6536
- # 注意:此字段可能返回 null,表示取不到有效值。
6537
6242
  # @type StepName: String
6538
6243
  # @param StepId: 步骤标号
6539
- # 注意:此字段可能返回 null,表示取不到有效值。
6540
6244
  # @type StepId: String
6541
6245
  # @param Status: 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停)
6542
- # 注意:此字段可能返回 null,表示取不到有效值。
6543
6246
  # @type Status: String
6544
6247
  # @param StartTime: 步骤开始时间,可能为空
6545
- # 注意:此字段可能返回 null,表示取不到有效值。
6546
6248
  # @type StartTime: String
6547
6249
  # @param Errors: 错误信息
6548
6250
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6551,7 +6253,6 @@ module TencentCloud
6551
6253
  # 注意:此字段可能返回 null,表示取不到有效值。
6552
6254
  # @type Warnings: Array
6553
6255
  # @param Progress: 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度
6554
- # 注意:此字段可能返回 null,表示取不到有效值。
6555
6256
  # @type Progress: Integer
6556
6257
 
6557
6258
  attr_accessor :StepNo, :StepName, :StepId, :Status, :StartTime, :Errors, :Warnings, :Progress
@@ -6761,25 +6462,18 @@ module TencentCloud
6761
6462
  # 订阅校验任务的各步骤信息。
6762
6463
  class SubscribeCheckStepInfo < TencentCloud::Common::AbstractModel
6763
6464
  # @param StepName: 步骤名称
6764
- # 注意:此字段可能返回 null,表示取不到有效值。
6765
6465
  # @type StepName: String
6766
6466
  # @param StepId: 步骤Id
6767
- # 注意:此字段可能返回 null,表示取不到有效值。
6768
6467
  # @type StepId: String
6769
6468
  # @param StepNo: 步骤编号,从 1 开始
6770
- # 注意:此字段可能返回 null,表示取不到有效值。
6771
6469
  # @type StepNo: Integer
6772
6470
  # @param Status: 当前步骤状态,可能值为 notStarted,running,finished,failed
6773
- # 注意:此字段可能返回 null,表示取不到有效值。
6774
6471
  # @type Status: String
6775
6472
  # @param Percent: 当前步骤进度
6776
- # 注意:此字段可能返回 null,表示取不到有效值。
6777
6473
  # @type Percent: Integer
6778
6474
  # @param Errors: 错误提示
6779
- # 注意:此字段可能返回 null,表示取不到有效值。
6780
6475
  # @type Errors: Array
6781
6476
  # @param Warnings: 告警提示
6782
- # 注意:此字段可能返回 null,表示取不到有效值。
6783
6477
  # @type Warnings: Array
6784
6478
 
6785
6479
  attr_accessor :StepName, :StepId, :StepNo, :Status, :Percent, :Errors, :Warnings
@@ -6822,10 +6516,8 @@ module TencentCloud
6822
6516
  # 订阅校验任务的提示信息
6823
6517
  class SubscribeCheckStepTip < TencentCloud::Common::AbstractModel
6824
6518
  # @param Message: 错误或告警的详细信息
6825
- # 注意:此字段可能返回 null,表示取不到有效值。
6826
6519
  # @type Message: String
6827
6520
  # @param HelpDoc: 帮助文档
6828
- # 注意:此字段可能返回 null,表示取不到有效值。
6829
6521
  # @type HelpDoc: String
6830
6522
 
6831
6523
  attr_accessor :Message, :HelpDoc
@@ -6848,34 +6540,26 @@ module TencentCloud
6848
6540
  # @param SubscribeName: 数据订阅实例的名称
6849
6541
  # @type SubscribeName: String
6850
6542
  # @param Topic: 订阅实例发送数据的kafka topic
6851
- # 注意:此字段可能返回 null,表示取不到有效值。
6852
6543
  # @type Topic: String
6853
6544
  # @param Product: 订阅实例的类型,目前支持 cynosdbmysql,mariadb,mongodb,mysql,percona,tdpg,tdsqlpercona(tdsqlmysql)
6854
6545
  # @type Product: String
6855
6546
  # @param InstanceId: 订阅的数据库实例ID(如果订阅的是云数据库)如果实例不是腾讯云上的,此值为空。
6856
- # 注意:此字段可能返回 null,表示取不到有效值。
6857
6547
  # @type InstanceId: String
6858
6548
  # @param InstanceStatus: 云数据库状态:running 运行中,isolated 已隔离,offline 已下线。如果不是云上,此值为空
6859
- # 注意:此字段可能返回 null,表示取不到有效值。
6860
6549
  # @type InstanceStatus: String
6861
6550
  # @param Status: 数据订阅生命周期状态,可能的值为:正常 normal, 隔离中 isolating, 已隔离 isolated, 下线中 offlining, 按量转包年包月中 post2PrePayIng
6862
6551
  # @type Status: String
6863
6552
  # @param SubsStatus: 数据订阅状态,可能的值为:未启动 notStarted, 校验中 checking, 校验不通过 checkNotPass, 校验通过 checkPass, 启动中 starting, 运行中 running, 异常出错 error
6864
6553
  # @type SubsStatus: String
6865
6554
  # @param ModifyTime: 上次修改时间,时间格式如:Y-m-d h:m:s
6866
- # 注意:此字段可能返回 null,表示取不到有效值。
6867
6555
  # @type ModifyTime: String
6868
6556
  # @param CreateTime: 创建时间,时间格式如:Y-m-d h:m:s
6869
- # 注意:此字段可能返回 null,表示取不到有效值。
6870
6557
  # @type CreateTime: String
6871
6558
  # @param IsolateTime: 隔离时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
6872
- # 注意:此字段可能返回 null,表示取不到有效值。
6873
6559
  # @type IsolateTime: String
6874
6560
  # @param ExpireTime: 包年包月任务的到期时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
6875
- # 注意:此字段可能返回 null,表示取不到有效值。
6876
6561
  # @type ExpireTime: String
6877
6562
  # @param OfflineTime: 下线时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
6878
- # 注意:此字段可能返回 null,表示取不到有效值。
6879
6563
  # @type OfflineTime: String
6880
6564
  # @param PayType: 计费方式,0 - 包年包月,1 - 按量计费
6881
6565
  # @type PayType: Integer
@@ -6884,13 +6568,10 @@ module TencentCloud
6884
6568
  # @param Region: 数据订阅实例所属地域
6885
6569
  # @type Region: String
6886
6570
  # @param AccessType: 接入方式。枚举值:extranet(公网) vpncloud(vpn接入) dcg(专线接入) ccn(云联网) cdb(云数据库) cvm(云主机自建) intranet(自研上云) vpc(私有网络vpc)
6887
- # 注意:此字段可能返回 null,表示取不到有效值。
6888
6571
  # @type AccessType: String
6889
6572
  # @param Endpoints: 数据库节点信息
6890
- # 注意:此字段可能返回 null,表示取不到有效值。
6891
6573
  # @type Endpoints: Array
6892
6574
  # @param SubscribeVersion: 数据订阅版本, 当前只支持 kafka 版本。
6893
- # 注意:此字段可能返回 null,表示取不到有效值。
6894
6575
  # @type SubscribeVersion: String
6895
6576
  # @param Tags: 标签
6896
6577
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6974,15 +6655,12 @@ module TencentCloud
6974
6655
  # 订阅的kafka分区数和分区规则。mariadb,percona,tdsqlmysql,tdpg不支持自定义分区,所以DistributeRules和DefaultRuleType可以不填,但是NumberOfPartitions是必填。
6975
6656
  class SubscribeKafkaConfig < TencentCloud::Common::AbstractModel
6976
6657
  # @param NumberOfPartitions: kafka分区数量,枚举值为1,4,8
6977
- # 注意:此字段可能返回 null,表示取不到有效值。
6978
6658
  # @type NumberOfPartitions: Integer
6979
6659
  # @param DistributeRules: 分区规则。当NumberOfPartitions > 1时,该项必填。
6980
- # 注意:此字段可能返回 null,表示取不到有效值。
6981
6660
  # @type DistributeRules: Array
6982
6661
  # @param DefaultRuleType: 默认分区策略。当NumberOfPartitions > 1时,该项必填。不满足DistributeRules中正则表达式的数据,将按照默认分区策略计算分区。
6983
6662
  # 非mongo产品的枚举值为: table-按表名分区,pk-按表名+主键分区。mongo的枚举值为:collection-按集合名分区。
6984
6663
  # 该字段与DistributeRules搭配使用,如果配置了该字段,视为配置了一条DistributeRules。
6985
- # 注意:此字段可能返回 null,表示取不到有效值。
6986
6664
  # @type DefaultRuleType: String
6987
6665
 
6988
6666
  attr_accessor :NumberOfPartitions, :DistributeRules, :DefaultRuleType
@@ -7010,10 +6688,8 @@ module TencentCloud
7010
6688
  # 订阅的数据库表信息,用于配置和查询订阅任务接口。
7011
6689
  class SubscribeObject < TencentCloud::Common::AbstractModel
7012
6690
  # @param ObjectType: 订阅数据的类型,枚举值:database-数据库,table-数据库的表(如果 DatabaseType 为 mongodb,则表示集合)
7013
- # 注意:此字段可能返回 null,表示取不到有效值。
7014
6691
  # @type ObjectType: String
7015
6692
  # @param Database: 订阅的数据库名称
7016
- # 注意:此字段可能返回 null,表示取不到有效值。
7017
6693
  # @type Database: String
7018
6694
  # @param Tables: 订阅数据库中表的名称。如果 DatabaseType 为 mongodb,填集合名。mongodb只支持订阅单库或者单集合。
7019
6695
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7037,13 +6713,10 @@ module TencentCloud
7037
6713
  # 数据同步配置多节点数据库的节点信息。多节点数据库,如tdsqlmysql使用该结构;单节点数据库,如mysql使用Endpoint。
7038
6714
  class SyncDBEndpointInfos < TencentCloud::Common::AbstractModel
7039
6715
  # @param Region: 数据库所在地域
7040
- # 注意:此字段可能返回 null,表示取不到有效值。
7041
6716
  # @type Region: String
7042
6717
  # @param AccessType: 实例网络接入类型,如:extranet(外网)、ipv6(公网ipv6)、cvm(云主机自建)、dcg(专线接入)、vpncloud(vpn接入的实例)、cdb(云数据库)、ccn(云联网)、intranet(自研上云)、vpc(私有网络)等,注意具体可选值依赖当前链路
7043
- # 注意:此字段可能返回 null,表示取不到有效值。
7044
6718
  # @type AccessType: String
7045
6719
  # @param DatabaseType: 实例数据库类型,如:mysql,redis,mongodb,postgresql,mariadb,percona 等
7046
- # 注意:此字段可能返回 null,表示取不到有效值。
7047
6720
  # @type DatabaseType: String
7048
6721
  # @param Info: 数据库信息。注意:如果数据库类型为tdsqlmysql,此处Endpoint数组的顺序应满足规则:proxy节点放在set节点之前。如果SrcConnectType选择proxy接入则只需要填写proxy节点即可。如果选择set接入,数组中第一个set节点必须是shardkey范围起始为0的分片
7049
6722
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7076,34 +6749,25 @@ module TencentCloud
7076
6749
  # 同步任务的步骤信息
7077
6750
  class SyncDetailInfo < TencentCloud::Common::AbstractModel
7078
6751
  # @param StepAll: 总步骤数
7079
- # 注意:此字段可能返回 null,表示取不到有效值。
7080
6752
  # @type StepAll: Integer
7081
6753
  # @param StepNow: 当前步骤
7082
- # 注意:此字段可能返回 null,表示取不到有效值。
7083
6754
  # @type StepNow: Integer
7084
6755
  # @param Progress: 总体进度
7085
- # 注意:此字段可能返回 null,表示取不到有效值。
7086
6756
  # @type Progress: Integer
7087
6757
  # @param CurrentStepProgress: 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度
7088
- # 注意:此字段可能返回 null,表示取不到有效值。
7089
6758
  # @type CurrentStepProgress: Integer
7090
6759
  # @param MasterSlaveDistance: 同步两端数据量差距
7091
- # 注意:此字段可能返回 null,表示取不到有效值。
7092
6760
  # @type MasterSlaveDistance: Integer
7093
6761
  # @param SecondsBehindMaster: 同步两端时间差距
7094
- # 注意:此字段可能返回 null,表示取不到有效值。
7095
6762
  # @type SecondsBehindMaster: Integer
7096
6763
  # @param Message: 总体描述信息
7097
- # 注意:此字段可能返回 null,表示取不到有效值。
7098
6764
  # @type Message: String
7099
6765
  # @param StepInfos: 详细步骤信息
7100
6766
  # 注意:此字段可能返回 null,表示取不到有效值。
7101
6767
  # @type StepInfos: Array
7102
6768
  # @param CauseOfCompareDisable: 不能发起一致性校验的原因
7103
- # 注意:此字段可能返回 null,表示取不到有效值。
7104
6769
  # @type CauseOfCompareDisable: String
7105
6770
  # @param ErrInfo: 任务的错误和解决方案信息
7106
- # 注意:此字段可能返回 null,表示取不到有效值。
7107
6771
  # @type ErrInfo: :class:`Tencentcloud::Dts.v20211206.models.ErrInfo`
7108
6772
 
7109
6773
  attr_accessor :StepAll, :StepNow, :Progress, :CurrentStepProgress, :MasterSlaveDistance, :SecondsBehindMaster, :Message, :StepInfos, :CauseOfCompareDisable, :ErrInfo
@@ -7148,112 +6812,76 @@ module TencentCloud
7148
6812
  # 同步任务信息
7149
6813
  class SyncJobInfo < TencentCloud::Common::AbstractModel
7150
6814
  # @param JobId: 同步任务id,如:sync-btso140
7151
- # 注意:此字段可能返回 null,表示取不到有效值。
7152
6815
  # @type JobId: String
7153
6816
  # @param JobName: 同步任务名
7154
- # 注意:此字段可能返回 null,表示取不到有效值。
7155
6817
  # @type JobName: String
7156
6818
  # @param PayMode: 付款方式,PostPay(按量付费)、PrePay(包年包月)
7157
- # 注意:此字段可能返回 null,表示取不到有效值。
7158
6819
  # @type PayMode: String
7159
6820
  # @param RunMode: 运行模式,Immediate(表示立即运行,默认为此项值)、Timed(表示定时运行)
7160
- # 注意:此字段可能返回 null,表示取不到有效值。
7161
6821
  # @type RunMode: String
7162
6822
  # @param ExpectRunTime: 期待运行时间,格式为 yyyy-mm-dd hh:mm:ss
7163
- # 注意:此字段可能返回 null,表示取不到有效值。
7164
6823
  # @type ExpectRunTime: String
7165
6824
  # @param AllActions: 支持的所有操作
7166
- # 注意:此字段可能返回 null,表示取不到有效值。
7167
6825
  # @type AllActions: Array
7168
6826
  # @param Actions: 当前状态能进行的操作
7169
- # 注意:此字段可能返回 null,表示取不到有效值。
7170
6827
  # @type Actions: Array
7171
6828
  # @param Options: 同步选项
7172
- # 注意:此字段可能返回 null,表示取不到有效值。
7173
6829
  # @type Options: :class:`Tencentcloud::Dts.v20211206.models.Options`
7174
6830
  # @param Objects: 同步库表对象
7175
- # 注意:此字段可能返回 null,表示取不到有效值。
7176
6831
  # @type Objects: :class:`Tencentcloud::Dts.v20211206.models.Objects`
7177
6832
  # @param Specification: 任务规格
7178
- # 注意:此字段可能返回 null,表示取不到有效值。
7179
6833
  # @type Specification: String
7180
6834
  # @param ExpireTime: 过期时间,格式为 yyyy-mm-dd hh:mm:ss
7181
- # 注意:此字段可能返回 null,表示取不到有效值。
7182
6835
  # @type ExpireTime: String
7183
6836
  # @param SrcRegion: 源端地域,如:ap-guangzhou等
7184
- # 注意:此字段可能返回 null,表示取不到有效值。
7185
6837
  # @type SrcRegion: String
7186
6838
  # @param SrcDatabaseType: 源端数据库类型,mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql等
7187
- # 注意:此字段可能返回 null,表示取不到有效值。
7188
6839
  # @type SrcDatabaseType: String
7189
6840
  # @param SrcAccessType: 源端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)
7190
- # 注意:此字段可能返回 null,表示取不到有效值。
7191
6841
  # @type SrcAccessType: String
7192
6842
  # @param SrcInfo: 源端信息,单节点数据库使用
7193
- # 注意:此字段可能返回 null,表示取不到有效值。
7194
6843
  # @type SrcInfo: :class:`Tencentcloud::Dts.v20211206.models.Endpoint`
7195
6844
  # @param SrcNodeType: 枚举值:cluster、single。源库为单节点数据库使用single,多节点使用cluster
7196
- # 注意:此字段可能返回 null,表示取不到有效值。
7197
6845
  # @type SrcNodeType: String
7198
6846
  # @param SrcInfos: 源端信息,多节点数据库使用
7199
- # 注意:此字段可能返回 null,表示取不到有效值。
7200
6847
  # @type SrcInfos: :class:`Tencentcloud::Dts.v20211206.models.SyncDBEndpointInfos`
7201
6848
  # @param DstRegion: 目标端地域,如:ap-guangzhou等
7202
- # 注意:此字段可能返回 null,表示取不到有效值。
7203
6849
  # @type DstRegion: String
7204
6850
  # @param DstDatabaseType: 目标端数据库类型,mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql等
7205
- # 注意:此字段可能返回 null,表示取不到有效值。
7206
6851
  # @type DstDatabaseType: String
7207
6852
  # @param DstAccessType: 目标端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)
7208
- # 注意:此字段可能返回 null,表示取不到有效值。
7209
6853
  # @type DstAccessType: String
7210
6854
  # @param DstInfo: 目标端信息,单节点数据库使用
7211
- # 注意:此字段可能返回 null,表示取不到有效值。
7212
6855
  # @type DstInfo: :class:`Tencentcloud::Dts.v20211206.models.Endpoint`
7213
6856
  # @param DstNodeType: 枚举值:cluster、single。目标库为单节点数据库使用single,多节点使用cluster
7214
- # 注意:此字段可能返回 null,表示取不到有效值。
7215
6857
  # @type DstNodeType: String
7216
6858
  # @param DstInfos: 目标端信息,多节点数据库使用
7217
- # 注意:此字段可能返回 null,表示取不到有效值。
7218
6859
  # @type DstInfos: :class:`Tencentcloud::Dts.v20211206.models.SyncDBEndpointInfos`
7219
6860
  # @param CreateTime: 创建时间,格式为 yyyy-mm-dd hh:mm:ss
7220
- # 注意:此字段可能返回 null,表示取不到有效值。
7221
6861
  # @type CreateTime: String
7222
6862
  # @param StartTime: 开始时间,格式为 yyyy-mm-dd hh:mm:ss
7223
- # 注意:此字段可能返回 null,表示取不到有效值。
7224
6863
  # @type StartTime: String
7225
6864
  # @param Status: 任务状态,UnInitialized(未初始化)、Initialized(已初始化)、Checking(校验中)、CheckPass(校验通过)、CheckNotPass(校验不通过)、ReadyRunning(准备运行)、Running(运行中)、Pausing(暂停中)、Paused(已暂停)、Stopping(停止中)、Stopped(已结束)、ResumableErr(任务错误)、Resuming(恢复中)、Failed(失败)、Released(已释放)、Resetting(重置中)、Unknown(未知)
7226
- # 注意:此字段可能返回 null,表示取不到有效值。
7227
6865
  # @type Status: String
7228
6866
  # @param EndTime: 结束时间,格式为 yyyy-mm-dd hh:mm:ss
7229
- # 注意:此字段可能返回 null,表示取不到有效值。
7230
6867
  # @type EndTime: String
7231
6868
  # @param Tags: 标签相关信息
7232
- # 注意:此字段可能返回 null,表示取不到有效值。
7233
6869
  # @type Tags: Array
7234
6870
  # @param Detail: 同步任务运行步骤信息
7235
- # 注意:此字段可能返回 null,表示取不到有效值。
7236
6871
  # @type Detail: :class:`Tencentcloud::Dts.v20211206.models.SyncDetailInfo`
7237
6872
  # @param TradeStatus: 用于计费的状态,可能取值有:Normal(正常状态)、Resizing(变配中)、Renewing(续费中)、Isolating(隔离中)、Isolated(已隔离)、Offlining(下线中)、Offlined(已下线)、NotBilled(未计费)、Recovering(解隔离)、PostPay2Prepaying(按量计费转包年包月中)、PrePay2Postpaying(包年包月转按量计费中)
7238
- # 注意:此字段可能返回 null,表示取不到有效值。
7239
6873
  # @type TradeStatus: String
7240
6874
  # @param InstanceClass: 同步链路规格,如micro,small,medium,large
7241
- # 注意:此字段可能返回 null,表示取不到有效值。
7242
6875
  # @type InstanceClass: String
7243
6876
  # @param AutoRenew: 自动续费标识,当PayMode值为PrePay则此项配置有意义,取值为:1(表示自动续费)、0(不自动续费)
7244
- # 注意:此字段可能返回 null,表示取不到有效值。
7245
6877
  # @type AutoRenew: Integer
7246
6878
  # @param OfflineTime: 下线时间,格式为 yyyy-mm-dd hh:mm:ss
7247
- # 注意:此字段可能返回 null,表示取不到有效值。
7248
6879
  # @type OfflineTime: String
7249
6880
  # @param OptObjStatus: 动态修改对象,修改任务的状态等
7250
- # 注意:此字段可能返回 null,表示取不到有效值。
7251
6881
  # @type OptObjStatus: String
7252
6882
  # @param AutoRetryTimeRangeMinutes: 自动重试时间段设置
7253
- # 注意:此字段可能返回 null,表示取不到有效值。
7254
6883
  # @type AutoRetryTimeRangeMinutes: Integer
7255
6884
  # @param DumperResumeCtrl: 全量导出可重入标识:enum::"yes"/"no"。yes表示当前任务可重入、no表示当前任务处于全量导出且不可重入阶段;如果在该值为no时重启任务导出流程不支持断点续传
7256
- # 注意:此字段可能返回 null,表示取不到有效值。
7257
6885
  # @type DumperResumeCtrl: String
7258
6886
 
7259
6887
  attr_accessor :JobId, :JobName, :PayMode, :RunMode, :ExpectRunTime, :AllActions, :Actions, :Options, :Objects, :Specification, :ExpireTime, :SrcRegion, :SrcDatabaseType, :SrcAccessType, :SrcInfo, :SrcNodeType, :SrcInfos, :DstRegion, :DstDatabaseType, :DstAccessType, :DstInfo, :DstNodeType, :DstInfos, :CreateTime, :StartTime, :Status, :EndTime, :Tags, :Detail, :TradeStatus, :InstanceClass, :AutoRenew, :OfflineTime, :OptObjStatus, :AutoRetryTimeRangeMinutes, :DumperResumeCtrl
@@ -7368,25 +6996,18 @@ module TencentCloud
7368
6996
  # 数据同步库表信息描述
7369
6997
  class Table < TencentCloud::Common::AbstractModel
7370
6998
  # @param TableName: 表名
7371
- # 注意:此字段可能返回 null,表示取不到有效值。
7372
6999
  # @type TableName: String
7373
7000
  # @param NewTableName: 新表名
7374
- # 注意:此字段可能返回 null,表示取不到有效值。
7375
7001
  # @type NewTableName: String
7376
7002
  # @param FilterCondition: 过滤条件
7377
- # 注意:此字段可能返回 null,表示取不到有效值。
7378
7003
  # @type FilterCondition: String
7379
7004
  # @param ColumnMode: 是否同步表中所有列,All:当前表下的所有列,Partial(ModifySyncJobConfig接口里的对应字段ColumnMode暂不支持Partial):当前表下的部分列,通过填充Columns字段详细表信息
7380
- # 注意:此字段可能返回 null,表示取不到有效值。
7381
7005
  # @type ColumnMode: String
7382
7006
  # @param Columns: 同步的列信息,当ColumnMode为Partial时,必填
7383
- # 注意:此字段可能返回 null,表示取不到有效值。
7384
7007
  # @type Columns: Array
7385
7008
  # @param TmpTables: 同步临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在同步过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["\_t1\_new","\_t1\_old"];如要对t1进行gh-ost操作,此项配置应该为["\_t1\_ghc","\_t1\_gho","\_t1\_del"],pt-osc与gh-ost产生的临时表可同时配置。
7386
- # 注意:此字段可能返回 null,表示取不到有效值。
7387
7009
  # @type TmpTables: Array
7388
7010
  # @param TableEditMode: 编辑表类型,rename(表映射),pt(同步附加表)
7389
- # 注意:此字段可能返回 null,表示取不到有效值。
7390
7011
  # @type TableEditMode: String
7391
7012
 
7392
7013
  attr_accessor :TableName, :NewTableName, :FilterCondition, :ColumnMode, :Columns, :TmpTables, :TableEditMode
@@ -7422,16 +7043,12 @@ module TencentCloud
7422
7043
  # 表对象集合,当 TableMode 为 partial 时,此项需要填写
7423
7044
  class TableItem < TencentCloud::Common::AbstractModel
7424
7045
  # @param TableName: 迁移的表名,大小写敏感
7425
- # 注意:此字段可能返回 null,表示取不到有效值。
7426
7046
  # @type TableName: String
7427
7047
  # @param NewTableName: 迁移后的表名,当TableEditMode为rename时此项必填,注意此配置与TmpTables互斥,只能使用其中一种
7428
- # 注意:此字段可能返回 null,表示取不到有效值。
7429
7048
  # @type NewTableName: String
7430
7049
  # @param TmpTables: 迁移临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在迁移过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["\_t1\_new","\_t1\_old"];如要对t1进行gh-ost操作,此项配置应该为["\_t1\_ghc","\_t1\_gho","\_t1\_del"],pt-osc与gh-ost产生的临时表可同时配置。
7431
- # 注意:此字段可能返回 null,表示取不到有效值。
7432
7050
  # @type TmpTables: Array
7433
7051
  # @param TableEditMode: 编辑表类型,rename(表映射),pt(同步附加表)
7434
- # 注意:此字段可能返回 null,表示取不到有效值。
7435
7052
  # @type TableEditMode: String
7436
7053
 
7437
7054
  attr_accessor :TableName, :NewTableName, :TmpTables, :TableEditMode
@@ -7474,10 +7091,8 @@ module TencentCloud
7474
7091
  # 标签
7475
7092
  class TagItem < TencentCloud::Common::AbstractModel
7476
7093
  # @param TagKey: 标签键
7477
- # 注意:此字段可能返回 null,表示取不到有效值。
7478
7094
  # @type TagKey: String
7479
7095
  # @param TagValue: 标签值
7480
- # 注意:此字段可能返回 null,表示取不到有效值。
7481
7096
  # @type TagValue: String
7482
7097
 
7483
7098
  attr_accessor :TagKey, :TagValue
@@ -7537,37 +7152,26 @@ module TencentCloud
7537
7152
  # 计费状态信息
7538
7153
  class TradeInfo < TencentCloud::Common::AbstractModel
7539
7154
  # @param DealName: 交易订单号
7540
- # 注意:此字段可能返回 null,表示取不到有效值。
7541
7155
  # @type DealName: String
7542
7156
  # @param LastDealName: 上一次交易订单号
7543
- # 注意:此字段可能返回 null,表示取不到有效值。
7544
7157
  # @type LastDealName: String
7545
7158
  # @param InstanceClass: 实例规格,包括:micro、small、medium、large、xlarge、2xlarge等
7546
- # 注意:此字段可能返回 null,表示取不到有效值。
7547
7159
  # @type InstanceClass: String
7548
7160
  # @param TradeStatus: 计费任务状态, normal(计费或待计费)、resizing(变配中)、reversing(冲正中,比较短暂的状态)、isolating(隔离中,比较短暂的状态)、isolated(已隔离)、offlining(下线中)、offlined(已下线)、notBilled(未计费)
7549
- # 注意:此字段可能返回 null,表示取不到有效值。
7550
7161
  # @type TradeStatus: String
7551
7162
  # @param ExpireTime: 到期时间,格式为"yyyy-mm-dd hh:mm:ss"
7552
- # 注意:此字段可能返回 null,表示取不到有效值。
7553
7163
  # @type ExpireTime: String
7554
7164
  # @param OfflineTime: 下线时间,格式为"yyyy-mm-dd hh:mm:ss"
7555
- # 注意:此字段可能返回 null,表示取不到有效值。
7556
7165
  # @type OfflineTime: String
7557
7166
  # @param IsolateTime: 隔离时间,格式为"yyyy-mm-dd hh:mm:ss"
7558
- # 注意:此字段可能返回 null,表示取不到有效值。
7559
7167
  # @type IsolateTime: String
7560
7168
  # @param OfflineReason: 下线原因
7561
- # 注意:此字段可能返回 null,表示取不到有效值。
7562
7169
  # @type OfflineReason: String
7563
7170
  # @param IsolateReason: 隔离原因
7564
- # 注意:此字段可能返回 null,表示取不到有效值。
7565
7171
  # @type IsolateReason: String
7566
7172
  # @param PayType: 付费类型,包括:postpay(后付费)、prepay(预付费)
7567
- # 注意:此字段可能返回 null,表示取不到有效值。
7568
7173
  # @type PayType: String
7569
7174
  # @param BillingType: 任务计费类型,包括:billing(计费)、notBilling(不计费)、 promotions(促销活动中)
7570
- # 注意:此字段可能返回 null,表示取不到有效值。
7571
7175
  # @type BillingType: String
7572
7176
 
7573
7177
  attr_accessor :DealName, :LastDealName, :InstanceClass, :TradeStatus, :ExpireTime, :OfflineTime, :IsolateTime, :OfflineReason, :IsolateReason, :PayType, :BillingType
@@ -7604,10 +7208,8 @@ module TencentCloud
7604
7208
  # 数据同步view的描述
7605
7209
  class View < TencentCloud::Common::AbstractModel
7606
7210
  # @param ViewName: view名
7607
- # 注意:此字段可能返回 null,表示取不到有效值。
7608
7211
  # @type ViewName: String
7609
7212
  # @param NewViewName: 预留字段、目前暂时不支持view的重命名
7610
- # 注意:此字段可能返回 null,表示取不到有效值。
7611
7213
  # @type NewViewName: String
7612
7214
 
7613
7215
  attr_accessor :ViewName, :NewViewName
@@ -7626,10 +7228,8 @@ module TencentCloud
7626
7228
  # 视图对象
7627
7229
  class ViewItem < TencentCloud::Common::AbstractModel
7628
7230
  # @param ViewName: 视图名称
7629
- # 注意:此字段可能返回 null,表示取不到有效值。
7630
7231
  # @type ViewName: String
7631
7232
  # @param NewViewName: 迁移后的视图名称
7632
- # 注意:此字段可能返回 null,表示取不到有效值。
7633
7233
  # @type NewViewName: String
7634
7234
 
7635
7235
  attr_accessor :ViewName, :NewViewName