tencentcloud-sdk-tcaplusdb 3.0.1105 → 3.0.1138

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190823/models.rb +10 -166
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 890cbd6458c8d19c91e5997533c7b9e1bf617e3a
4
- data.tar.gz: 68f4866d503a6b127b0192d22475689c5361b493
3
+ metadata.gz: c43dc48994790489ade69e28deab4d9b4442db5a
4
+ data.tar.gz: e564ca9bd98ad58cfffb40fa9663a9ed0aea3c4f
5
5
  SHA512:
6
- metadata.gz: 8ebec8dbca205b80c6e6ede7dc94b81fb22ba692e51893a723bcb487473f1d2a3b5ab30374bd8141b763be86e90a07baa79a8d806214f6cb622f30d5ae01670f
7
- data.tar.gz: 401b90f3d1413c492e3788870e1389b41ee2c0d335c0a2dd836879d0cd0cead9c55031e1f651e73801528939d4a730b4a2de1615189fd352b9a786941601d23f
6
+ metadata.gz: 8b3c5f41554d135b1557ab127d9dc460acf1549aa9659a7572c897cda214e72a406907099d708fc89c599ebd0372a284e2e6b5880035f0d4d4cc67d0f0a9cc00
7
+ data.tar.gz: fa3195cc6c4af22feebda6e991dd9ec2ed83bedb7cfa7728658e16d3b8ef15fc596a6b8da74142b2842aa0f1c8276b1bd8317acfa34ff1142ffd849475ce2273
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1105
1
+ 3.0.1138
@@ -28,7 +28,6 @@ module TencentCloud
28
28
  # @param ClusterName: 集群名称
29
29
  # @type ClusterName: String
30
30
  # @param TableGroupName: 表格组名称
31
- # 注意:此字段可能返回 null,表示取不到有效值。
32
31
  # @type TableGroupName: String
33
32
  # @param TableName: 表格名称
34
33
  # @type TableName: String
@@ -43,22 +42,16 @@ module TencentCloud
43
42
  # @param TaskId: 已提交的任务Id,未提交申请为0
44
43
  # @type TaskId: String
45
44
  # @param TableInstanceId: 腾讯云上table的唯一键
46
- # 注意:此字段可能返回 null,表示取不到有效值。
47
45
  # @type TableInstanceId: String
48
46
  # @param UpdateTime: 更新时间
49
- # 注意:此字段可能返回 null,表示取不到有效值。
50
47
  # @type UpdateTime: String
51
48
  # @param ExecuteUser: 审批人
52
- # 注意:此字段可能返回 null,表示取不到有效值。
53
49
  # @type ExecuteUser: String
54
50
  # @param ExecuteStatus: 执行状态
55
- # 注意:此字段可能返回 null,表示取不到有效值。
56
51
  # @type ExecuteStatus: String
57
52
  # @param CanCensor: 该申请单是否可以被当前用户审批
58
- # 注意:此字段可能返回 null,表示取不到有效值。
59
53
  # @type CanCensor: Boolean
60
54
  # @param CanWithdrawal: 该申请单是否可以被当前用户撤回
61
- # 注意:此字段可能返回 null,表示取不到有效值。
62
55
  # @type CanWithdrawal: Boolean
63
56
 
64
57
  attr_accessor :ApplicationId, :ApplicationType, :ClusterId, :ClusterName, :TableGroupName, :TableName, :Applicant, :CreatedTime, :ApplicationStatus, :TableGroupId, :TaskId, :TableInstanceId, :UpdateTime, :ExecuteUser, :ExecuteStatus, :CanCensor, :CanWithdrawal
@@ -111,13 +104,10 @@ module TencentCloud
111
104
  # @param ApplicationType: 申请类型
112
105
  # @type ApplicationType: Integer
113
106
  # @param ApplicationStatus: 处理状态 0-待审核 1-已经审核并提交任务 2-已驳回
114
- # 注意:此字段可能返回 null,表示取不到有效值。
115
107
  # @type ApplicationStatus: Integer
116
108
  # @param TaskId: 已提交的任务Id
117
- # 注意:此字段可能返回 null,表示取不到有效值。
118
109
  # @type TaskId: String
119
110
  # @param Error: 错误信息
120
- # 注意:此字段可能返回 null,表示取不到有效值。
121
111
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
122
112
 
123
113
  attr_accessor :ApplicationId, :ApplicationType, :ApplicationStatus, :TaskId, :Error
@@ -350,59 +340,47 @@ module TencentCloud
350
340
  # @param ApiAccessPort: TcaplusDB SDK连接参数,接入端口
351
341
  # @type ApiAccessPort: Integer
352
342
  # @param OldPasswordExpireTime: 如果PasswordStatus是unmodifiable说明有旧密码还未过期,此字段将显示旧密码过期的时间,否则为空
353
- # 注意:此字段可能返回 null,表示取不到有效值。
354
343
  # @type OldPasswordExpireTime: String
355
344
  # @param ApiAccessIpv6: TcaplusDB SDK连接参数,接入ipv6地址
356
- # 注意:此字段可能返回 null,表示取不到有效值。
357
345
  # @type ApiAccessIpv6: String
358
346
  # @param ClusterType: 集群类型,0,1:共享集群; 2:独立集群
359
- # 注意:此字段可能返回 null,表示取不到有效值。
360
347
  # @type ClusterType: Integer
361
348
  # @param ClusterStatus: 集群状态, 0:表示正常运行中,1:表示冻结隔离一般欠费进入此状态,2:表示待回收,一般用户主动触发删除进入这个状态,3:待释放,进入这个状态,表示可以释放此表占用的资源了,4:变更中
362
- # 注意:此字段可能返回 null,表示取不到有效值。
363
349
  # @type ClusterStatus: Integer
364
350
  # @param ReadCapacityUnit: 读CU
365
- # 注意:此字段可能返回 null,表示取不到有效值。
366
351
  # @type ReadCapacityUnit: Integer
367
352
  # @param WriteCapacityUnit: 写CU
368
- # 注意:此字段可能返回 null,表示取不到有效值。
369
353
  # @type WriteCapacityUnit: Integer
370
354
  # @param DiskVolume: 磁盘容量
371
- # 注意:此字段可能返回 null,表示取不到有效值。
372
355
  # @type DiskVolume: Integer
373
356
  # @param ServerList: 独占server机器信息
374
- # 注意:此字段可能返回 null,表示取不到有效值。
375
357
  # @type ServerList: Array
376
358
  # @param ProxyList: 独占proxy机器信息
377
- # 注意:此字段可能返回 null,表示取不到有效值。
378
359
  # @type ProxyList: Array
379
360
  # @param Censorship: 是否开启审核 0-不开启 1-开启
380
361
  # @type Censorship: Integer
381
362
  # @param DbaUins: 审批人uin列表
382
- # 注意:此字段可能返回 null,表示取不到有效值。
383
363
  # @type DbaUins: Array
384
364
  # @param DataFlowStatus: 是否开启了数据订阅
385
- # 注意:此字段可能返回 null,表示取不到有效值。
386
365
  # @type DataFlowStatus: Integer
387
366
  # @param KafkaInfo: 数据订阅的kafka信息
388
- # 注意:此字段可能返回 null,表示取不到有效值。
389
367
  # @type KafkaInfo: :class:`Tencentcloud::Tcaplusdb.v20190823.models.KafkaInfo`
390
368
  # @param TxhBackupExpireDay: 集群Txh备份文件多少天后过期删除
391
- # 注意:此字段可能返回 null,表示取不到有效值。
392
369
  # @type TxhBackupExpireDay: Integer
393
370
  # @param UlogBackupExpireDay: 集群Ulog备份文件多少天后过期删除
394
- # 注意:此字段可能返回 null,表示取不到有效值。
395
371
  # @type UlogBackupExpireDay: Integer
396
372
  # @param IsReadOnlyUlogBackupExpireDay: 集群Ulog备份文件过期策略是否为只读, 0: UlogBackupExpire是只读,不可修改, 1: UlogBackupExpire可以修改(当前业务存在Svrid第二段等于clusterid的机器)
397
- # 注意:此字段可能返回 null,表示取不到有效值。
398
373
  # @type IsReadOnlyUlogBackupExpireDay: Integer
399
374
  # @param RestProxyStatus: restproxy状态
400
- # 注意:此字段可能返回 null,表示取不到有效值。
401
375
  # @type RestProxyStatus: Integer
376
+ # @param ShardTotalNum: 该集群shard总数
377
+ # @type ShardTotalNum: Integer
378
+ # @param ShardUsedNum: 已使用的shard总数
379
+ # @type ShardUsedNum: Integer
402
380
 
403
- attr_accessor :ClusterName, :ClusterId, :Region, :IdlType, :NetworkType, :VpcId, :SubnetId, :CreatedTime, :Password, :PasswordStatus, :ApiAccessId, :ApiAccessIp, :ApiAccessPort, :OldPasswordExpireTime, :ApiAccessIpv6, :ClusterType, :ClusterStatus, :ReadCapacityUnit, :WriteCapacityUnit, :DiskVolume, :ServerList, :ProxyList, :Censorship, :DbaUins, :DataFlowStatus, :KafkaInfo, :TxhBackupExpireDay, :UlogBackupExpireDay, :IsReadOnlyUlogBackupExpireDay, :RestProxyStatus
381
+ attr_accessor :ClusterName, :ClusterId, :Region, :IdlType, :NetworkType, :VpcId, :SubnetId, :CreatedTime, :Password, :PasswordStatus, :ApiAccessId, :ApiAccessIp, :ApiAccessPort, :OldPasswordExpireTime, :ApiAccessIpv6, :ClusterType, :ClusterStatus, :ReadCapacityUnit, :WriteCapacityUnit, :DiskVolume, :ServerList, :ProxyList, :Censorship, :DbaUins, :DataFlowStatus, :KafkaInfo, :TxhBackupExpireDay, :UlogBackupExpireDay, :IsReadOnlyUlogBackupExpireDay, :RestProxyStatus, :ShardTotalNum, :ShardUsedNum
404
382
 
405
- def initialize(clustername=nil, clusterid=nil, region=nil, idltype=nil, networktype=nil, vpcid=nil, subnetid=nil, createdtime=nil, password=nil, passwordstatus=nil, apiaccessid=nil, apiaccessip=nil, apiaccessport=nil, oldpasswordexpiretime=nil, apiaccessipv6=nil, clustertype=nil, clusterstatus=nil, readcapacityunit=nil, writecapacityunit=nil, diskvolume=nil, serverlist=nil, proxylist=nil, censorship=nil, dbauins=nil, dataflowstatus=nil, kafkainfo=nil, txhbackupexpireday=nil, ulogbackupexpireday=nil, isreadonlyulogbackupexpireday=nil, restproxystatus=nil)
383
+ def initialize(clustername=nil, clusterid=nil, region=nil, idltype=nil, networktype=nil, vpcid=nil, subnetid=nil, createdtime=nil, password=nil, passwordstatus=nil, apiaccessid=nil, apiaccessip=nil, apiaccessport=nil, oldpasswordexpiretime=nil, apiaccessipv6=nil, clustertype=nil, clusterstatus=nil, readcapacityunit=nil, writecapacityunit=nil, diskvolume=nil, serverlist=nil, proxylist=nil, censorship=nil, dbauins=nil, dataflowstatus=nil, kafkainfo=nil, txhbackupexpireday=nil, ulogbackupexpireday=nil, isreadonlyulogbackupexpireday=nil, restproxystatus=nil, shardtotalnum=nil, shardusednum=nil)
406
384
  @ClusterName = clustername
407
385
  @ClusterId = clusterid
408
386
  @Region = region
@@ -433,6 +411,8 @@ module TencentCloud
433
411
  @UlogBackupExpireDay = ulogbackupexpireday
434
412
  @IsReadOnlyUlogBackupExpireDay = isreadonlyulogbackupexpireday
435
413
  @RestProxyStatus = restproxystatus
414
+ @ShardTotalNum = shardtotalnum
415
+ @ShardUsedNum = shardusednum
436
416
  end
437
417
 
438
418
  def deserialize(params)
@@ -483,6 +463,8 @@ module TencentCloud
483
463
  @UlogBackupExpireDay = params['UlogBackupExpireDay']
484
464
  @IsReadOnlyUlogBackupExpireDay = params['IsReadOnlyUlogBackupExpireDay']
485
465
  @RestProxyStatus = params['RestProxyStatus']
466
+ @ShardTotalNum = params['ShardTotalNum']
467
+ @ShardUsedNum = params['ShardUsedNum']
486
468
  end
487
469
  end
488
470
 
@@ -580,28 +562,20 @@ module TencentCloud
580
562
  # 比较表格的Meta信息
581
563
  class CompareTablesInfo < TencentCloud::Common::AbstractModel
582
564
  # @param SrcTableClusterId: 源表格的集群id
583
- # 注意:此字段可能返回 null,表示取不到有效值。
584
565
  # @type SrcTableClusterId: String
585
566
  # @param SrcTableGroupId: 源表格的表格组id
586
- # 注意:此字段可能返回 null,表示取不到有效值。
587
567
  # @type SrcTableGroupId: String
588
568
  # @param SrcTableName: 源表格的表名
589
- # 注意:此字段可能返回 null,表示取不到有效值。
590
569
  # @type SrcTableName: String
591
570
  # @param DstTableClusterId: 目标表格的集群id
592
- # 注意:此字段可能返回 null,表示取不到有效值。
593
571
  # @type DstTableClusterId: String
594
572
  # @param DstTableGroupId: 目标表格的表格组id
595
- # 注意:此字段可能返回 null,表示取不到有效值。
596
573
  # @type DstTableGroupId: String
597
574
  # @param DstTableName: 目标表格的表名
598
- # 注意:此字段可能返回 null,表示取不到有效值。
599
575
  # @type DstTableName: String
600
576
  # @param SrcTableInstanceId: 源表格的实例id
601
- # 注意:此字段可能返回 null,表示取不到有效值。
602
577
  # @type SrcTableInstanceId: String
603
578
  # @param DstTableInstanceId: 目标表格的实例id
604
- # 注意:此字段可能返回 null,表示取不到有效值。
605
579
  # @type DstTableInstanceId: String
606
580
 
607
581
  attr_accessor :SrcTableClusterId, :SrcTableGroupId, :SrcTableName, :DstTableClusterId, :DstTableGroupId, :DstTableName, :SrcTableInstanceId, :DstTableInstanceId
@@ -663,10 +637,8 @@ module TencentCloud
663
637
  # CreateBackup返回参数结构体
664
638
  class CreateBackupResponse < TencentCloud::Common::AbstractModel
665
639
  # @param TaskIds: 创建的备份任务ID列表
666
- # 注意:此字段可能返回 null,表示取不到有效值。
667
640
  # @type TaskIds: Array
668
641
  # @param ApplicationIds: 创建的备份申请ID列表
669
- # 注意:此字段可能返回 null,表示取不到有效值。
670
642
  # @type ApplicationIds: Array
671
643
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
672
644
  # @type RequestId: String
@@ -1006,7 +978,6 @@ module TencentCloud
1006
978
  # DeleteBackupRecords返回参数结构体
1007
979
  class DeleteBackupRecordsResponse < TencentCloud::Common::AbstractModel
1008
980
  # @param TaskId: TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
1009
- # 注意:此字段可能返回 null,表示取不到有效值。
1010
981
  # @type TaskId: String
1011
982
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1012
983
  # @type RequestId: String
@@ -1547,10 +1518,8 @@ module TencentCloud
1547
1518
  # DescribeClusterTags返回参数结构体
1548
1519
  class DescribeClusterTagsResponse < TencentCloud::Common::AbstractModel
1549
1520
  # @param Rows: 集群标签信息列表
1550
- # 注意:此字段可能返回 null,表示取不到有效值。
1551
1521
  # @type Rows: Array
1552
1522
  # @param TotalCount: 返回结果个数
1553
- # 注意:此字段可能返回 null,表示取不到有效值。
1554
1523
  # @type TotalCount: Integer
1555
1524
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1556
1525
  # @type RequestId: String
@@ -1888,10 +1857,8 @@ module TencentCloud
1888
1857
  # DescribeTableGroupTags返回参数结构体
1889
1858
  class DescribeTableGroupTagsResponse < TencentCloud::Common::AbstractModel
1890
1859
  # @param Rows: 表格组标签信息列表
1891
- # 注意:此字段可能返回 null,表示取不到有效值。
1892
1860
  # @type Rows: Array
1893
1861
  # @param TotalCount: 返回结果个数
1894
- # 注意:此字段可能返回 null,表示取不到有效值。
1895
1862
  # @type TotalCount: Integer
1896
1863
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1897
1864
  # @type RequestId: String
@@ -2461,10 +2428,8 @@ module TencentCloud
2461
2428
  # @param FileSize: 文件大小(Bytes)
2462
2429
  # @type FileSize: Integer
2463
2430
  # @param FileId: 文件ID,对于已上传的文件有意义
2464
- # 注意:此字段可能返回 null,表示取不到有效值。
2465
2431
  # @type FileId: Integer
2466
2432
  # @param FileContent: 文件内容,对于本次新上传的文件有意义
2467
- # 注意:此字段可能返回 null,表示取不到有效值。
2468
2433
  # @type FileContent: String
2469
2434
 
2470
2435
  attr_accessor :FileName, :FileType, :FileExtType, :FileSize, :FileId, :FileContent
@@ -2491,22 +2456,16 @@ module TencentCloud
2491
2456
  # 表定义描述文件详情,不包含文件内容
2492
2457
  class IdlFileInfoWithoutContent < TencentCloud::Common::AbstractModel
2493
2458
  # @param FileName: 文件名称,不包含扩展名
2494
- # 注意:此字段可能返回 null,表示取不到有效值。
2495
2459
  # @type FileName: String
2496
2460
  # @param FileType: 数据描述语言(IDL)类型
2497
- # 注意:此字段可能返回 null,表示取不到有效值。
2498
2461
  # @type FileType: String
2499
2462
  # @param FileExtType: 文件扩展名
2500
- # 注意:此字段可能返回 null,表示取不到有效值。
2501
2463
  # @type FileExtType: String
2502
2464
  # @param FileSize: 文件大小(Bytes)
2503
- # 注意:此字段可能返回 null,表示取不到有效值。
2504
2465
  # @type FileSize: Integer
2505
2466
  # @param FileId: 文件ID
2506
- # 注意:此字段可能返回 null,表示取不到有效值。
2507
2467
  # @type FileId: Integer
2508
2468
  # @param Error: 错误信息
2509
- # 注意:此字段可能返回 null,表示取不到有效值。
2510
2469
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
2511
2470
 
2512
2471
  attr_accessor :FileName, :FileType, :FileExtType, :FileSize, :FileId, :Error
@@ -2582,10 +2541,8 @@ module TencentCloud
2582
2541
  # ImportSnapshots返回参数结构体
2583
2542
  class ImportSnapshotsResponse < TencentCloud::Common::AbstractModel
2584
2543
  # @param TaskId: TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
2585
- # 注意:此字段可能返回 null,表示取不到有效值。
2586
2544
  # @type TaskId: String
2587
2545
  # @param ApplicationId: ApplicationId由 AppInstanceId-applicationId 组成,以区分不同集群的申请
2588
- # 注意:此字段可能返回 null,表示取不到有效值。
2589
2546
  # @type ApplicationId: String
2590
2547
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2591
2548
  # @type RequestId: String
@@ -2608,22 +2565,16 @@ module TencentCloud
2608
2565
  # ckafka地址信息
2609
2566
  class KafkaInfo < TencentCloud::Common::AbstractModel
2610
2567
  # @param Address: Kafka address
2611
- # 注意:此字段可能返回 null,表示取不到有效值。
2612
2568
  # @type Address: String
2613
2569
  # @param Topic: Kafka topic
2614
- # 注意:此字段可能返回 null,表示取不到有效值。
2615
2570
  # @type Topic: String
2616
2571
  # @param User: kafka username
2617
- # 注意:此字段可能返回 null,表示取不到有效值。
2618
2572
  # @type User: String
2619
2573
  # @param Password: kafka password
2620
- # 注意:此字段可能返回 null,表示取不到有效值。
2621
2574
  # @type Password: String
2622
2575
  # @param Instance: ckafka实例
2623
- # 注意:此字段可能返回 null,表示取不到有效值。
2624
2576
  # @type Instance: String
2625
2577
  # @param IsVpc: 是否走VPC
2626
- # 注意:此字段可能返回 null,表示取不到有效值。
2627
2578
  # @type IsVpc: Integer
2628
2579
 
2629
2580
  attr_accessor :Address, :Topic, :User, :Password, :Instance, :IsVpc
@@ -2698,15 +2649,12 @@ module TencentCloud
2698
2649
  # 合服结果
2699
2650
  class MergeTableResult < TencentCloud::Common::AbstractModel
2700
2651
  # @param TaskId: 任务Id
2701
- # 注意:此字段可能返回 null,表示取不到有效值。
2702
2652
  # @type TaskId: String
2703
2653
  # @param Error: 成功时此字段返回 null,表示取不到有效值。
2704
- # 注意:此字段可能返回 null,表示取不到有效值。
2705
2654
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
2706
2655
  # @param Table: 对比的表格信息
2707
2656
  # @type Table: :class:`Tencentcloud::Tcaplusdb.v20190823.models.CompareTablesInfo`
2708
2657
  # @param ApplicationId: 申请单Id
2709
- # 注意:此字段可能返回 null,表示取不到有效值。
2710
2658
  # @type ApplicationId: String
2711
2659
 
2712
2660
  attr_accessor :TaskId, :Error, :Table, :ApplicationId
@@ -2838,7 +2786,6 @@ module TencentCloud
2838
2786
  # @param ClusterId: 集群id
2839
2787
  # @type ClusterId: String
2840
2788
  # @param Uins: 已加入审批人的uin
2841
- # 注意:此字段可能返回 null,表示取不到有效值。
2842
2789
  # @type Uins: Array
2843
2790
  # @param Censorship: 集群是否开启审核 0-关闭 1-开启
2844
2791
  # @type Censorship: Integer
@@ -3049,7 +2996,6 @@ module TencentCloud
3049
2996
  # ModifyClusterTags返回参数结构体
3050
2997
  class ModifyClusterTagsResponse < TencentCloud::Common::AbstractModel
3051
2998
  # @param TaskId: 任务ID
3052
- # 注意:此字段可能返回 null,表示取不到有效值。
3053
2999
  # @type TaskId: String
3054
3000
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3055
3001
  # @type RequestId: String
@@ -3210,7 +3156,6 @@ module TencentCloud
3210
3156
  # ModifyTableGroupTags返回参数结构体
3211
3157
  class ModifyTableGroupTagsResponse < TencentCloud::Common::AbstractModel
3212
3158
  # @param TaskId: 任务ID
3213
- # 注意:此字段可能返回 null,表示取不到有效值。
3214
3159
  # @type TaskId: String
3215
3160
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3216
3161
  # @type RequestId: String
@@ -3496,58 +3441,40 @@ module TencentCloud
3496
3441
  # 从IDL表描述文件中解析出来的表信息
3497
3442
  class ParsedTableInfoNew < TencentCloud::Common::AbstractModel
3498
3443
  # @param TableIdlType: 表格描述语言类型:`PROTO`或`TDR`
3499
- # 注意:此字段可能返回 null,表示取不到有效值。
3500
3444
  # @type TableIdlType: String
3501
3445
  # @param TableInstanceId: 表格实例ID
3502
- # 注意:此字段可能返回 null,表示取不到有效值。
3503
3446
  # @type TableInstanceId: String
3504
3447
  # @param TableName: 表格名称
3505
- # 注意:此字段可能返回 null,表示取不到有效值。
3506
3448
  # @type TableName: String
3507
3449
  # @param TableType: 表格数据结构类型:`GENERIC`或`LIST`
3508
- # 注意:此字段可能返回 null,表示取不到有效值。
3509
3450
  # @type TableType: String
3510
3451
  # @param KeyFields: 主键字段信息
3511
- # 注意:此字段可能返回 null,表示取不到有效值。
3512
3452
  # @type KeyFields: String
3513
3453
  # @param OldKeyFields: 原主键字段信息,改表校验时有效
3514
- # 注意:此字段可能返回 null,表示取不到有效值。
3515
3454
  # @type OldKeyFields: String
3516
3455
  # @param ValueFields: 非主键字段信息
3517
- # 注意:此字段可能返回 null,表示取不到有效值。
3518
3456
  # @type ValueFields: String
3519
3457
  # @param OldValueFields: 原非主键字段信息,改表校验时有效
3520
- # 注意:此字段可能返回 null,表示取不到有效值。
3521
3458
  # @type OldValueFields: String
3522
3459
  # @param TableGroupId: 所属表格组ID
3523
- # 注意:此字段可能返回 null,表示取不到有效值。
3524
3460
  # @type TableGroupId: String
3525
3461
  # @param SumKeyFieldSize: 主键字段总大小
3526
- # 注意:此字段可能返回 null,表示取不到有效值。
3527
3462
  # @type SumKeyFieldSize: Integer
3528
3463
  # @param SumValueFieldSize: 非主键字段总大小
3529
- # 注意:此字段可能返回 null,表示取不到有效值。
3530
3464
  # @type SumValueFieldSize: Integer
3531
3465
  # @param IndexKeySet: 索引键集合
3532
- # 注意:此字段可能返回 null,表示取不到有效值。
3533
3466
  # @type IndexKeySet: String
3534
3467
  # @param ShardingKeySet: 分表因子集合
3535
- # 注意:此字段可能返回 null,表示取不到有效值。
3536
3468
  # @type ShardingKeySet: String
3537
3469
  # @param TdrVersion: TDR版本号
3538
- # 注意:此字段可能返回 null,表示取不到有效值。
3539
3470
  # @type TdrVersion: Integer
3540
3471
  # @param Error: 错误信息
3541
- # 注意:此字段可能返回 null,表示取不到有效值。
3542
3472
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
3543
3473
  # @param ListElementNum: LIST类型表格元素个数
3544
- # 注意:此字段可能返回 null,表示取不到有效值。
3545
3474
  # @type ListElementNum: Integer
3546
3475
  # @param SortFieldNum: SORTLIST类型表格排序字段个数
3547
- # 注意:此字段可能返回 null,表示取不到有效值。
3548
3476
  # @type SortFieldNum: Integer
3549
3477
  # @param SortRule: SORTLIST类型表格排序顺序
3550
- # 注意:此字段可能返回 null,表示取不到有效值。
3551
3478
  # @type SortRule: Integer
3552
3479
 
3553
3480
  attr_accessor :TableIdlType, :TableInstanceId, :TableName, :TableType, :KeyFields, :OldKeyFields, :ValueFields, :OldValueFields, :TableGroupId, :SumKeyFieldSize, :SumValueFieldSize, :IndexKeySet, :ShardingKeySet, :TdrVersion, :Error, :ListElementNum, :SortFieldNum, :SortRule
@@ -3657,7 +3584,6 @@ module TencentCloud
3657
3584
  # @param SlowProcessSpeed: 慢处理包速度
3658
3585
  # @type SlowProcessSpeed: Integer
3659
3586
  # @param Version: 版本
3660
- # 注意:此字段可能返回 null,表示取不到有效值。
3661
3587
  # @type Version: String
3662
3588
 
3663
3589
  attr_accessor :ProxyUid, :MachineType, :ProcessSpeed, :AverageProcessDelay, :SlowProcessSpeed, :Version
@@ -3994,7 +3920,6 @@ module TencentCloud
3994
3920
  # @param WriteNum: 写次数
3995
3921
  # @type WriteNum: Integer
3996
3922
  # @param Version: 版本
3997
- # 注意:此字段可能返回 null,表示取不到有效值。
3998
3923
  # @type Version: String
3999
3924
 
4000
3925
  attr_accessor :ServerUid, :MachineType, :MemoryRate, :DiskRate, :ReadNum, :WriteNum, :Version
@@ -4070,7 +3995,6 @@ module TencentCloud
4070
3995
  # SetBackupExpireRule返回参数结构体
4071
3996
  class SetBackupExpireRuleResponse < TencentCloud::Common::AbstractModel
4072
3997
  # @param TaskId: TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
4073
- # 注意:此字段可能返回 null,表示取不到有效值。
4074
3998
  # @type TaskId: String
4075
3999
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4076
4000
  # @type RequestId: String
@@ -4267,37 +4191,26 @@ module TencentCloud
4267
4191
  # 创建快照结果
4268
4192
  class SnapshotResult < TencentCloud::Common::AbstractModel
4269
4193
  # @param TableGroupId: 表格所属表格组ID
4270
- # 注意:此字段可能返回 null,表示取不到有效值。
4271
4194
  # @type TableGroupId: String
4272
4195
  # @param TableName: 表格名称
4273
- # 注意:此字段可能返回 null,表示取不到有效值。
4274
4196
  # @type TableName: String
4275
4197
  # @param TaskId: 任务ID,对于创建单任务的接口有效
4276
- # 注意:此字段可能返回 null,表示取不到有效值。
4277
4198
  # @type TaskId: String
4278
4199
  # @param Error: 错误信息
4279
- # 注意:此字段可能返回 null,表示取不到有效值。
4280
4200
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
4281
4201
  # @param SnapshotName: 快照名称
4282
- # 注意:此字段可能返回 null,表示取不到有效值。
4283
4202
  # @type SnapshotName: String
4284
4203
  # @param SnapshotTime: 快照的时间点
4285
- # 注意:此字段可能返回 null,表示取不到有效值。
4286
4204
  # @type SnapshotTime: String
4287
4205
  # @param SnapshotDeadTime: 快照的过期时间点
4288
- # 注意:此字段可能返回 null,表示取不到有效值。
4289
4206
  # @type SnapshotDeadTime: String
4290
4207
  # @param SnapshotCreateTime: 快照创建时间点
4291
- # 注意:此字段可能返回 null,表示取不到有效值。
4292
4208
  # @type SnapshotCreateTime: String
4293
4209
  # @param SnapshotSize: 快照大小
4294
- # 注意:此字段可能返回 null,表示取不到有效值。
4295
4210
  # @type SnapshotSize: Integer
4296
4211
  # @param SnapshotStatus: 快照状态,0 生成中 1 正常 2 删除中 3 已失效 4 回档使用中
4297
- # 注意:此字段可能返回 null,表示取不到有效值。
4298
4212
  # @type SnapshotStatus: Integer
4299
4213
  # @param ApplicationId: 申请单ID
4300
- # 注意:此字段可能返回 null,表示取不到有效值。
4301
4214
  # @type ApplicationId: String
4302
4215
 
4303
4216
  attr_accessor :TableGroupId, :TableName, :TaskId, :Error, :SnapshotName, :SnapshotTime, :SnapshotDeadTime, :SnapshotCreateTime, :SnapshotSize, :SnapshotStatus, :ApplicationId
@@ -4437,15 +4350,12 @@ module TencentCloud
4437
4350
  # @param TotalSize: 表格组包含的表格存储总量(MB)
4438
4351
  # @type TotalSize: Integer
4439
4352
  # @param TxhBackupExpireDay: 表格Txh备份文件多少天后过期删除
4440
- # 注意:此字段可能返回 null,表示取不到有效值。
4441
4353
  # @type TxhBackupExpireDay: Integer
4442
4354
  # @param EnableMysql: 是否开启mysql负载均衡,0未开启 1开启中 2已开启
4443
4355
  # @type EnableMysql: Integer
4444
4356
  # @param MysqlConnIp: mysql负载均衡vip
4445
- # 注意:此字段可能返回 null,表示取不到有效值。
4446
4357
  # @type MysqlConnIp: String
4447
4358
  # @param MysqlConnPort: mysql负载均衡vport
4448
- # 注意:此字段可能返回 null,表示取不到有效值。
4449
4359
  # @type MysqlConnPort: Integer
4450
4360
 
4451
4361
  attr_accessor :TableGroupId, :TableGroupName, :CreatedTime, :TableCount, :TotalSize, :TxhBackupExpireDay, :EnableMysql, :MysqlConnIp, :MysqlConnPort
@@ -4478,91 +4388,62 @@ module TencentCloud
4478
4388
  # 表格详情信息
4479
4389
  class TableInfoNew < TencentCloud::Common::AbstractModel
4480
4390
  # @param TableName: 表格名称
4481
- # 注意:此字段可能返回 null,表示取不到有效值。
4482
4391
  # @type TableName: String
4483
4392
  # @param TableInstanceId: 表格实例ID
4484
- # 注意:此字段可能返回 null,表示取不到有效值。
4485
4393
  # @type TableInstanceId: String
4486
4394
  # @param TableType: 表格数据结构类型,如:`GENERIC`或`LIST`
4487
- # 注意:此字段可能返回 null,表示取不到有效值。
4488
4395
  # @type TableType: String
4489
4396
  # @param TableIdlType: 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
4490
- # 注意:此字段可能返回 null,表示取不到有效值。
4491
4397
  # @type TableIdlType: String
4492
4398
  # @param ClusterId: 表格所属集群ID
4493
- # 注意:此字段可能返回 null,表示取不到有效值。
4494
4399
  # @type ClusterId: String
4495
4400
  # @param ClusterName: 表格所属集群名称
4496
- # 注意:此字段可能返回 null,表示取不到有效值。
4497
4401
  # @type ClusterName: String
4498
4402
  # @param TableGroupId: 表格所属表格组ID
4499
- # 注意:此字段可能返回 null,表示取不到有效值。
4500
4403
  # @type TableGroupId: String
4501
4404
  # @param TableGroupName: 表格所属表格组名称
4502
- # 注意:此字段可能返回 null,表示取不到有效值。
4503
4405
  # @type TableGroupName: String
4504
4406
  # @param KeyStruct: 表格主键字段结构json字符串
4505
- # 注意:此字段可能返回 null,表示取不到有效值。
4506
4407
  # @type KeyStruct: String
4507
4408
  # @param ValueStruct: 表格非主键字段结构json字符串
4508
- # 注意:此字段可能返回 null,表示取不到有效值。
4509
4409
  # @type ValueStruct: String
4510
4410
  # @param ShardingKeySet: 表格分表因子集合,对PROTO类型表格有效
4511
- # 注意:此字段可能返回 null,表示取不到有效值。
4512
4411
  # @type ShardingKeySet: String
4513
4412
  # @param IndexStruct: 表格索引键字段集合,对PROTO类型表格有效
4514
- # 注意:此字段可能返回 null,表示取不到有效值。
4515
4413
  # @type IndexStruct: String
4516
4414
  # @param ListElementNum: LIST类型表格元素个数
4517
- # 注意:此字段可能返回 null,表示取不到有效值。
4518
4415
  # @type ListElementNum: Integer
4519
4416
  # @param IdlFiles: 表格所关联IDL文件信息列表
4520
- # 注意:此字段可能返回 null,表示取不到有效值。
4521
4417
  # @type IdlFiles: Array
4522
4418
  # @param ReservedVolume: 表格预留容量(GB)
4523
- # 注意:此字段可能返回 null,表示取不到有效值。
4524
4419
  # @type ReservedVolume: Integer
4525
4420
  # @param ReservedReadQps: 表格预留读CU
4526
- # 注意:此字段可能返回 null,表示取不到有效值。
4527
4421
  # @type ReservedReadQps: Integer
4528
4422
  # @param ReservedWriteQps: 表格预留写CU
4529
- # 注意:此字段可能返回 null,表示取不到有效值。
4530
4423
  # @type ReservedWriteQps: Integer
4531
4424
  # @param TableSize: 表格实际数据量大小(MB)
4532
- # 注意:此字段可能返回 null,表示取不到有效值。
4533
4425
  # @type TableSize: Integer
4534
4426
  # @param Status: 表格状态
4535
- # 注意:此字段可能返回 null,表示取不到有效值。
4536
4427
  # @type Status: String
4537
4428
  # @param CreatedTime: 表格创建时间
4538
- # 注意:此字段可能返回 null,表示取不到有效值。
4539
4429
  # @type CreatedTime: String
4540
4430
  # @param UpdatedTime: 表格最后一次修改时间
4541
- # 注意:此字段可能返回 null,表示取不到有效值。
4542
4431
  # @type UpdatedTime: String
4543
4432
  # @param Memo: 表格备注信息
4544
- # 注意:此字段可能返回 null,表示取不到有效值。
4545
4433
  # @type Memo: String
4546
4434
  # @param Error: 错误信息
4547
- # 注意:此字段可能返回 null,表示取不到有效值。
4548
4435
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
4549
4436
  # @param ApiAccessId: TcaplusDB SDK数据访问接入ID
4550
- # 注意:此字段可能返回 null,表示取不到有效值。
4551
4437
  # @type ApiAccessId: String
4552
4438
  # @param SortFieldNum: SORTLIST类型表格排序字段个数
4553
- # 注意:此字段可能返回 null,表示取不到有效值。
4554
4439
  # @type SortFieldNum: Integer
4555
4440
  # @param SortRule: SORTLIST类型表格排序顺序
4556
- # 注意:此字段可能返回 null,表示取不到有效值。
4557
4441
  # @type SortRule: Integer
4558
4442
  # @param DbClusterInfoStruct: 表格分布式索引/缓写、kafka数据订阅信息
4559
- # 注意:此字段可能返回 null,表示取不到有效值。
4560
4443
  # @type DbClusterInfoStruct: String
4561
4444
  # @param TxhBackupExpireDay: 表格Txh备份文件多少天后过期删除
4562
- # 注意:此字段可能返回 null,表示取不到有效值。
4563
4445
  # @type TxhBackupExpireDay: Integer
4564
4446
  # @param SyncTableInfo: 表格的缓写信息
4565
- # 注意:此字段可能返回 null,表示取不到有效值。
4566
4447
  # @type SyncTableInfo: :class:`Tencentcloud::Tcaplusdb.v20190823.models.SyncTableInfo`
4567
4448
 
4568
4449
  attr_accessor :TableName, :TableInstanceId, :TableType, :TableIdlType, :ClusterId, :ClusterName, :TableGroupId, :TableGroupName, :KeyStruct, :ValueStruct, :ShardingKeySet, :IndexStruct, :ListElementNum, :IdlFiles, :ReservedVolume, :ReservedReadQps, :ReservedWriteQps, :TableSize, :Status, :CreatedTime, :UpdatedTime, :Memo, :Error, :ApiAccessId, :SortFieldNum, :SortRule, :DbClusterInfoStruct, :TxhBackupExpireDay, :SyncTableInfo
@@ -4648,31 +4529,22 @@ module TencentCloud
4648
4529
  # 表处理结果信息
4649
4530
  class TableResultNew < TencentCloud::Common::AbstractModel
4650
4531
  # @param TableInstanceId: 表格实例ID,形如:tcaplus-3be64cbb
4651
- # 注意:此字段可能返回 null,表示取不到有效值。
4652
4532
  # @type TableInstanceId: String
4653
4533
  # @param TaskId: 任务ID,对于创建单任务的接口有效
4654
- # 注意:此字段可能返回 null,表示取不到有效值。
4655
4534
  # @type TaskId: String
4656
4535
  # @param TableName: 表格名称
4657
- # 注意:此字段可能返回 null,表示取不到有效值。
4658
4536
  # @type TableName: String
4659
4537
  # @param TableType: 表格数据结构类型,如:`GENERIC`或`LIST`
4660
- # 注意:此字段可能返回 null,表示取不到有效值。
4661
4538
  # @type TableType: String
4662
4539
  # @param TableIdlType: 表数据描述语言(IDL)类型,如:`PROTO`或`TDR`
4663
- # 注意:此字段可能返回 null,表示取不到有效值。
4664
4540
  # @type TableIdlType: String
4665
4541
  # @param TableGroupId: 表格所属表格组ID
4666
- # 注意:此字段可能返回 null,表示取不到有效值。
4667
4542
  # @type TableGroupId: String
4668
4543
  # @param Error: 错误信息
4669
- # 注意:此字段可能返回 null,表示取不到有效值。
4670
4544
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
4671
4545
  # @param TaskIds: 任务ID列表,对于创建多任务的接口有效
4672
- # 注意:此字段可能返回 null,表示取不到有效值。
4673
4546
  # @type TaskIds: Array
4674
4547
  # @param ApplicationId: 腾讯云申请审核单Id
4675
- # 注意:此字段可能返回 null,表示取不到有效值。
4676
4548
  # @type ApplicationId: String
4677
4549
 
4678
4550
  attr_accessor :TableInstanceId, :TaskId, :TableName, :TableType, :TableIdlType, :TableGroupId, :Error, :TaskIds, :ApplicationId
@@ -4708,37 +4580,26 @@ module TencentCloud
4708
4580
  # 表格回档结果信息
4709
4581
  class TableRollbackResultNew < TencentCloud::Common::AbstractModel
4710
4582
  # @param TableInstanceId: 表格实例ID,形如:tcaplus-3be64cbb
4711
- # 注意:此字段可能返回 null,表示取不到有效值。
4712
4583
  # @type TableInstanceId: String
4713
4584
  # @param TaskId: 任务ID,对于创建单任务的接口有效
4714
- # 注意:此字段可能返回 null,表示取不到有效值。
4715
4585
  # @type TaskId: String
4716
4586
  # @param TableName: 表格名称
4717
- # 注意:此字段可能返回 null,表示取不到有效值。
4718
4587
  # @type TableName: String
4719
4588
  # @param TableType: 表格数据结构类型,如:`GENERIC`或`LIST`
4720
- # 注意:此字段可能返回 null,表示取不到有效值。
4721
4589
  # @type TableType: String
4722
4590
  # @param TableIdlType: 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
4723
- # 注意:此字段可能返回 null,表示取不到有效值。
4724
4591
  # @type TableIdlType: String
4725
4592
  # @param TableGroupId: 表格所属表格组ID
4726
- # 注意:此字段可能返回 null,表示取不到有效值。
4727
4593
  # @type TableGroupId: String
4728
4594
  # @param Error: 错误信息
4729
- # 注意:此字段可能返回 null,表示取不到有效值。
4730
4595
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
4731
4596
  # @param TaskIds: 任务ID列表,对于创建多任务的接口有效
4732
- # 注意:此字段可能返回 null,表示取不到有效值。
4733
4597
  # @type TaskIds: Array
4734
4598
  # @param FileId: 上传的key文件ID
4735
- # 注意:此字段可能返回 null,表示取不到有效值。
4736
4599
  # @type FileId: String
4737
4600
  # @param SuccKeyNum: 校验成功Key数量
4738
- # 注意:此字段可能返回 null,表示取不到有效值。
4739
4601
  # @type SuccKeyNum: Integer
4740
4602
  # @param TotalKeyNum: Key文件中包含总的Key数量
4741
- # 注意:此字段可能返回 null,表示取不到有效值。
4742
4603
  # @type TotalKeyNum: Integer
4743
4604
 
4744
4605
  attr_accessor :TableInstanceId, :TaskId, :TableName, :TableType, :TableIdlType, :TableGroupId, :Error, :TaskIds, :FileId, :SuccKeyNum, :TotalKeyNum
@@ -4780,7 +4641,6 @@ module TencentCloud
4780
4641
  # @param TagKey: 标签键
4781
4642
  # @type TagKey: String
4782
4643
  # @param TagValue: 标签值
4783
- # 注意:此字段可能返回 null,表示取不到有效值。
4784
4644
  # @type TagValue: String
4785
4645
 
4786
4646
  attr_accessor :TagKey, :TagValue
@@ -4799,13 +4659,10 @@ module TencentCloud
4799
4659
  # 集群的标签信息
4800
4660
  class TagsInfoOfCluster < TencentCloud::Common::AbstractModel
4801
4661
  # @param ClusterId: 集群ID
4802
- # 注意:此字段可能返回 null,表示取不到有效值。
4803
4662
  # @type ClusterId: String
4804
4663
  # @param Tags: 标签信息
4805
- # 注意:此字段可能返回 null,表示取不到有效值。
4806
4664
  # @type Tags: Array
4807
4665
  # @param Error: 错误信息
4808
- # 注意:此字段可能返回 null,表示取不到有效值。
4809
4666
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
4810
4667
 
4811
4668
  attr_accessor :ClusterId, :Tags, :Error
@@ -4836,19 +4693,14 @@ module TencentCloud
4836
4693
  # 表格标签信息
4837
4694
  class TagsInfoOfTable < TencentCloud::Common::AbstractModel
4838
4695
  # @param TableInstanceId: 表格实例ID
4839
- # 注意:此字段可能返回 null,表示取不到有效值。
4840
4696
  # @type TableInstanceId: String
4841
4697
  # @param TableName: 表格名称
4842
- # 注意:此字段可能返回 null,表示取不到有效值。
4843
4698
  # @type TableName: String
4844
4699
  # @param TableGroupId: 表格组ID
4845
- # 注意:此字段可能返回 null,表示取不到有效值。
4846
4700
  # @type TableGroupId: String
4847
4701
  # @param Tags: 标签信息
4848
- # 注意:此字段可能返回 null,表示取不到有效值。
4849
4702
  # @type Tags: Array
4850
4703
  # @param Error: 错误信息
4851
- # 注意:此字段可能返回 null,表示取不到有效值。
4852
4704
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
4853
4705
 
4854
4706
  attr_accessor :TableInstanceId, :TableName, :TableGroupId, :Tags, :Error
@@ -4883,16 +4735,12 @@ module TencentCloud
4883
4735
  # 表格组标签信息
4884
4736
  class TagsInfoOfTableGroup < TencentCloud::Common::AbstractModel
4885
4737
  # @param ClusterId: 集群ID
4886
- # 注意:此字段可能返回 null,表示取不到有效值。
4887
4738
  # @type ClusterId: String
4888
4739
  # @param TableGroupId: 表格组ID
4889
- # 注意:此字段可能返回 null,表示取不到有效值。
4890
4740
  # @type TableGroupId: String
4891
4741
  # @param Tags: 标签信息
4892
- # 注意:此字段可能返回 null,表示取不到有效值。
4893
4742
  # @type Tags: Array
4894
4743
  # @param Error: 错误信息
4895
- # 注意:此字段可能返回 null,表示取不到有效值。
4896
4744
  # @type Error: :class:`Tencentcloud::Tcaplusdb.v20190823.models.ErrorInfo`
4897
4745
 
4898
4746
  attr_accessor :ClusterId, :TableGroupId, :Tags, :Error
@@ -4945,13 +4793,10 @@ module TencentCloud
4945
4793
  # @param Content: 任务详情
4946
4794
  # @type Content: String
4947
4795
  # @param TableGroupId: 表格组ID
4948
- # 注意:此字段可能返回 null,表示取不到有效值。
4949
4796
  # @type TableGroupId: String
4950
4797
  # @param TableGroupName: 表格组名称
4951
- # 注意:此字段可能返回 null,表示取不到有效值。
4952
4798
  # @type TableGroupName: String
4953
4799
  # @param TableName: 表名称
4954
- # 注意:此字段可能返回 null,表示取不到有效值。
4955
4800
  # @type TableName: String
4956
4801
 
4957
4802
  attr_accessor :TaskId, :TaskType, :TransId, :ClusterId, :ClusterName, :Progress, :StartTime, :UpdateTime, :Operator, :Content, :TableGroupId, :TableGroupName, :TableName
@@ -5015,7 +4860,6 @@ module TencentCloud
5015
4860
  # UpdateApply返回参数结构体
5016
4861
  class UpdateApplyResponse < TencentCloud::Common::AbstractModel
5017
4862
  # @param ApplyResults: 已更新的申请单列表
5018
- # 注意:此字段可能返回 null,表示取不到有效值。
5019
4863
  # @type ApplyResults: Array
5020
4864
  # @param TotalCount: 更新数量
5021
4865
  # @type TotalCount: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcaplusdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1105
4
+ version: 3.0.1138
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-21 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common