tencentcloud-sdk-nodejs 4.1.100 → 4.1.101
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/dlc/v20210125/dlc_client.js +29 -8
- package/es/services/tdmq/v20200217/tdmq_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +6 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +7 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +37 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +54 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +349 -76
- package/tencentcloud/services/es/v20180416/es_models.d.ts +22 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +21 -14
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +6 -6
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +240 -404
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +18 -5
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +27 -26
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -6
@@ -4,12 +4,10 @@
|
|
4
4
|
export interface ImportSnapshotsResponse {
|
5
5
|
/**
|
6
6
|
* TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
7
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8
7
|
*/
|
9
8
|
TaskId?: string;
|
10
9
|
/**
|
11
10
|
* ApplicationId由 AppInstanceId-applicationId 组成,以区分不同集群的申请
|
12
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13
11
|
*/
|
14
12
|
ApplicationId?: string;
|
15
13
|
/**
|
@@ -23,44 +21,36 @@ export interface ImportSnapshotsResponse {
|
|
23
21
|
export interface CompareTablesInfo {
|
24
22
|
/**
|
25
23
|
* 源表格的集群id
|
26
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27
24
|
*/
|
28
|
-
SrcTableClusterId
|
25
|
+
SrcTableClusterId?: string;
|
29
26
|
/**
|
30
27
|
* 源表格的表格组id
|
31
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32
28
|
*/
|
33
|
-
SrcTableGroupId
|
29
|
+
SrcTableGroupId?: string;
|
34
30
|
/**
|
35
31
|
* 源表格的表名
|
36
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37
32
|
*/
|
38
|
-
SrcTableName
|
33
|
+
SrcTableName?: string;
|
39
34
|
/**
|
40
35
|
* 目标表格的集群id
|
41
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42
36
|
*/
|
43
|
-
DstTableClusterId
|
37
|
+
DstTableClusterId?: string;
|
44
38
|
/**
|
45
39
|
* 目标表格的表格组id
|
46
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
47
40
|
*/
|
48
|
-
DstTableGroupId
|
41
|
+
DstTableGroupId?: string;
|
49
42
|
/**
|
50
43
|
* 目标表格的表名
|
51
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52
44
|
*/
|
53
|
-
DstTableName
|
45
|
+
DstTableName?: string;
|
54
46
|
/**
|
55
47
|
* 源表格的实例id
|
56
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
57
48
|
*/
|
58
|
-
SrcTableInstanceId
|
49
|
+
SrcTableInstanceId?: string;
|
59
50
|
/**
|
60
51
|
* 目标表格的实例id
|
61
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62
52
|
*/
|
63
|
-
DstTableInstanceId
|
53
|
+
DstTableInstanceId?: string;
|
64
54
|
}
|
65
55
|
/**
|
66
56
|
* ModifyClusterName请求参数结构体
|
@@ -142,59 +132,48 @@ export interface DeleteTableIndexResponse {
|
|
142
132
|
export interface TableRollbackResultNew {
|
143
133
|
/**
|
144
134
|
* 表格实例ID,形如:tcaplus-3be64cbb
|
145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
146
135
|
*/
|
147
|
-
TableInstanceId
|
136
|
+
TableInstanceId?: string;
|
148
137
|
/**
|
149
138
|
* 任务ID,对于创建单任务的接口有效
|
150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
151
139
|
*/
|
152
|
-
TaskId
|
140
|
+
TaskId?: string;
|
153
141
|
/**
|
154
142
|
* 表格名称
|
155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
156
143
|
*/
|
157
|
-
TableName
|
144
|
+
TableName?: string;
|
158
145
|
/**
|
159
146
|
* 表格数据结构类型,如:`GENERIC`或`LIST`
|
160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
161
147
|
*/
|
162
|
-
TableType
|
148
|
+
TableType?: string;
|
163
149
|
/**
|
164
150
|
* 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
166
151
|
*/
|
167
|
-
TableIdlType
|
152
|
+
TableIdlType?: string;
|
168
153
|
/**
|
169
154
|
* 表格所属表格组ID
|
170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
171
155
|
*/
|
172
|
-
TableGroupId
|
156
|
+
TableGroupId?: string;
|
173
157
|
/**
|
174
158
|
* 错误信息
|
175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
176
159
|
*/
|
177
|
-
Error
|
160
|
+
Error?: ErrorInfo;
|
178
161
|
/**
|
179
162
|
* 任务ID列表,对于创建多任务的接口有效
|
180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
181
163
|
*/
|
182
|
-
TaskIds
|
164
|
+
TaskIds?: Array<string>;
|
183
165
|
/**
|
184
166
|
* 上传的key文件ID
|
185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
186
167
|
*/
|
187
|
-
FileId
|
168
|
+
FileId?: string;
|
188
169
|
/**
|
189
170
|
* 校验成功Key数量
|
190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
191
171
|
*/
|
192
|
-
SuccKeyNum
|
172
|
+
SuccKeyNum?: number;
|
193
173
|
/**
|
194
174
|
* Key文件中包含总的Key数量
|
195
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
196
175
|
*/
|
197
|
-
TotalKeyNum
|
176
|
+
TotalKeyNum?: number;
|
198
177
|
}
|
199
178
|
/**
|
200
179
|
* DescribeBackupRecords返回参数结构体
|
@@ -203,11 +182,11 @@ export interface DescribeBackupRecordsResponse {
|
|
203
182
|
/**
|
204
183
|
* 备份记录详情
|
205
184
|
*/
|
206
|
-
BackupRecords
|
185
|
+
BackupRecords?: Array<BackupRecords>;
|
207
186
|
/**
|
208
187
|
* 返回记录条数
|
209
188
|
*/
|
210
|
-
TotalCount
|
189
|
+
TotalCount?: number;
|
211
190
|
/**
|
212
191
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
213
192
|
*/
|
@@ -241,19 +220,19 @@ export interface RegionInfo {
|
|
241
220
|
/**
|
242
221
|
* 地域Ap-Code
|
243
222
|
*/
|
244
|
-
RegionName
|
223
|
+
RegionName?: string;
|
245
224
|
/**
|
246
225
|
* 地域缩写
|
247
226
|
*/
|
248
|
-
RegionAbbr
|
227
|
+
RegionAbbr?: string;
|
249
228
|
/**
|
250
229
|
* 地域ID
|
251
230
|
*/
|
252
|
-
RegionId
|
231
|
+
RegionId?: number;
|
253
232
|
/**
|
254
233
|
* 是否支持ipv6,0:不支持,1:支持
|
255
234
|
*/
|
256
|
-
Ipv6Enable
|
235
|
+
Ipv6Enable?: number;
|
257
236
|
}
|
258
237
|
/**
|
259
238
|
* DescribeTables返回参数结构体
|
@@ -279,11 +258,11 @@ export interface ModifySnapshotsResponse {
|
|
279
258
|
/**
|
280
259
|
* 批量修改的快照数量
|
281
260
|
*/
|
282
|
-
TotalCount
|
261
|
+
TotalCount?: number;
|
283
262
|
/**
|
284
263
|
* 批量修改的快照结果列表
|
285
264
|
*/
|
286
|
-
TableResults
|
265
|
+
TableResults?: Array<SnapshotResult>;
|
287
266
|
/**
|
288
267
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
289
268
|
*/
|
@@ -295,7 +274,6 @@ export interface ModifySnapshotsResponse {
|
|
295
274
|
export interface UpdateApplyResponse {
|
296
275
|
/**
|
297
276
|
* 已更新的申请单列表
|
298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
299
277
|
*/
|
300
278
|
ApplyResults?: Array<ApplyResult>;
|
301
279
|
/**
|
@@ -603,24 +581,20 @@ export interface DescribeSnapshotsRequest {
|
|
603
581
|
export interface TagsInfoOfTableGroup {
|
604
582
|
/**
|
605
583
|
* 集群ID
|
606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
607
584
|
*/
|
608
|
-
ClusterId
|
585
|
+
ClusterId?: string;
|
609
586
|
/**
|
610
587
|
* 表格组ID
|
611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
612
588
|
*/
|
613
|
-
TableGroupId
|
589
|
+
TableGroupId?: string;
|
614
590
|
/**
|
615
591
|
* 标签信息
|
616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
617
592
|
*/
|
618
|
-
Tags
|
593
|
+
Tags?: Array<TagInfoUnit>;
|
619
594
|
/**
|
620
595
|
* 错误信息
|
621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
622
596
|
*/
|
623
|
-
Error
|
597
|
+
Error?: ErrorInfo;
|
624
598
|
}
|
625
599
|
/**
|
626
600
|
* DescribeApplications返回参数结构体
|
@@ -629,11 +603,11 @@ export interface DescribeApplicationsResponse {
|
|
629
603
|
/**
|
630
604
|
* 申请单列表
|
631
605
|
*/
|
632
|
-
Applications
|
606
|
+
Applications?: Array<Application>;
|
633
607
|
/**
|
634
608
|
* 申请单个数
|
635
609
|
*/
|
636
|
-
TotalCount
|
610
|
+
TotalCount?: number;
|
637
611
|
/**
|
638
612
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
639
613
|
*/
|
@@ -679,29 +653,24 @@ export interface ModifyClusterMachineResponse {
|
|
679
653
|
export interface TagsInfoOfTable {
|
680
654
|
/**
|
681
655
|
* 表格实例ID
|
682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
683
656
|
*/
|
684
|
-
TableInstanceId
|
657
|
+
TableInstanceId?: string;
|
685
658
|
/**
|
686
659
|
* 表格名称
|
687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
688
660
|
*/
|
689
|
-
TableName
|
661
|
+
TableName?: string;
|
690
662
|
/**
|
691
663
|
* 表格组ID
|
692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
693
664
|
*/
|
694
|
-
TableGroupId
|
665
|
+
TableGroupId?: string;
|
695
666
|
/**
|
696
667
|
* 标签信息
|
697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
698
668
|
*/
|
699
|
-
Tags
|
669
|
+
Tags?: Array<TagInfoUnit>;
|
700
670
|
/**
|
701
671
|
* 错误信息
|
702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
703
672
|
*/
|
704
|
-
Error
|
673
|
+
Error?: ErrorInfo;
|
705
674
|
}
|
706
675
|
/**
|
707
676
|
* DeleteIdlFiles返回参数结构体
|
@@ -768,23 +737,20 @@ export interface ModifyTableTagsRequest {
|
|
768
737
|
export interface MergeTableResult {
|
769
738
|
/**
|
770
739
|
* 任务Id
|
771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
772
740
|
*/
|
773
|
-
TaskId
|
741
|
+
TaskId?: string;
|
774
742
|
/**
|
775
743
|
* 成功时此字段返回 null,表示取不到有效值。
|
776
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
777
744
|
*/
|
778
|
-
Error
|
745
|
+
Error?: ErrorInfo;
|
779
746
|
/**
|
780
747
|
* 对比的表格信息
|
781
748
|
*/
|
782
|
-
Table
|
749
|
+
Table?: CompareTablesInfo;
|
783
750
|
/**
|
784
751
|
* 申请单Id
|
785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
786
752
|
*/
|
787
|
-
ApplicationId
|
753
|
+
ApplicationId?: string;
|
788
754
|
}
|
789
755
|
/**
|
790
756
|
* 更新申请单结果
|
@@ -793,26 +759,23 @@ export interface ApplyResult {
|
|
793
759
|
/**
|
794
760
|
* 申请单id
|
795
761
|
*/
|
796
|
-
ApplicationId
|
762
|
+
ApplicationId?: string;
|
797
763
|
/**
|
798
764
|
* 申请类型
|
799
765
|
*/
|
800
|
-
ApplicationType
|
766
|
+
ApplicationType?: number;
|
801
767
|
/**
|
802
768
|
* 处理状态 0-待审核 1-已经审核并提交任务 2-已驳回
|
803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
804
769
|
*/
|
805
|
-
ApplicationStatus
|
770
|
+
ApplicationStatus?: number;
|
806
771
|
/**
|
807
772
|
* 已提交的任务Id
|
808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
809
773
|
*/
|
810
|
-
TaskId
|
774
|
+
TaskId?: string;
|
811
775
|
/**
|
812
776
|
* 错误信息
|
813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
814
777
|
*/
|
815
|
-
Error
|
778
|
+
Error?: ErrorInfo;
|
816
779
|
}
|
817
780
|
/**
|
818
781
|
* DescribeTasks请求参数结构体
|
@@ -867,78 +830,71 @@ export interface Application {
|
|
867
830
|
/**
|
868
831
|
* 审批单号
|
869
832
|
*/
|
870
|
-
ApplicationId
|
833
|
+
ApplicationId?: string;
|
871
834
|
/**
|
872
835
|
* 申请类型
|
873
836
|
*/
|
874
|
-
ApplicationType
|
837
|
+
ApplicationType?: number;
|
875
838
|
/**
|
876
839
|
* 集群Id
|
877
840
|
*/
|
878
|
-
ClusterId
|
841
|
+
ClusterId?: string;
|
879
842
|
/**
|
880
843
|
* 集群名称
|
881
844
|
*/
|
882
|
-
ClusterName
|
845
|
+
ClusterName?: string;
|
883
846
|
/**
|
884
847
|
* 表格组名称
|
885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
886
848
|
*/
|
887
|
-
TableGroupName
|
849
|
+
TableGroupName?: string;
|
888
850
|
/**
|
889
851
|
* 表格名称
|
890
852
|
*/
|
891
|
-
TableName
|
853
|
+
TableName?: string;
|
892
854
|
/**
|
893
855
|
* 申请人
|
894
856
|
*/
|
895
|
-
Applicant
|
857
|
+
Applicant?: string;
|
896
858
|
/**
|
897
859
|
* 建单时间
|
898
860
|
*/
|
899
|
-
CreatedTime
|
861
|
+
CreatedTime?: string;
|
900
862
|
/**
|
901
863
|
* 处理状态 -1 撤回 0-待审核 1-已经审核并提交任务 2-已驳回
|
902
864
|
*/
|
903
|
-
ApplicationStatus
|
865
|
+
ApplicationStatus?: number;
|
904
866
|
/**
|
905
867
|
* 表格组Id
|
906
868
|
*/
|
907
|
-
TableGroupId
|
869
|
+
TableGroupId?: string;
|
908
870
|
/**
|
909
871
|
* 已提交的任务Id,未提交申请为0
|
910
872
|
*/
|
911
|
-
TaskId
|
873
|
+
TaskId?: string;
|
912
874
|
/**
|
913
875
|
* 腾讯云上table的唯一键
|
914
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
915
876
|
*/
|
916
|
-
TableInstanceId
|
877
|
+
TableInstanceId?: string;
|
917
878
|
/**
|
918
879
|
* 更新时间
|
919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
920
880
|
*/
|
921
|
-
UpdateTime
|
881
|
+
UpdateTime?: string;
|
922
882
|
/**
|
923
883
|
* 审批人
|
924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
925
884
|
*/
|
926
|
-
ExecuteUser
|
885
|
+
ExecuteUser?: string;
|
927
886
|
/**
|
928
887
|
* 执行状态
|
929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
930
888
|
*/
|
931
|
-
ExecuteStatus
|
889
|
+
ExecuteStatus?: string;
|
932
890
|
/**
|
933
891
|
* 该申请单是否可以被当前用户审批
|
934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
935
892
|
*/
|
936
|
-
CanCensor
|
893
|
+
CanCensor?: boolean;
|
937
894
|
/**
|
938
895
|
* 该申请单是否可以被当前用户撤回
|
939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
940
896
|
*/
|
941
|
-
CanWithdrawal
|
897
|
+
CanWithdrawal?: boolean;
|
942
898
|
}
|
943
899
|
/**
|
944
900
|
* ClearTables返回参数结构体
|
@@ -1005,57 +961,46 @@ export interface ModifyTableTagsResponse {
|
|
1005
961
|
export interface SnapshotResult {
|
1006
962
|
/**
|
1007
963
|
* 表格所属表格组ID
|
1008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1009
964
|
*/
|
1010
|
-
TableGroupId
|
965
|
+
TableGroupId?: string;
|
1011
966
|
/**
|
1012
967
|
* 表格名称
|
1013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1014
968
|
*/
|
1015
|
-
TableName
|
969
|
+
TableName?: string;
|
1016
970
|
/**
|
1017
971
|
* 任务ID,对于创建单任务的接口有效
|
1018
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1019
972
|
*/
|
1020
|
-
TaskId
|
973
|
+
TaskId?: string;
|
1021
974
|
/**
|
1022
975
|
* 错误信息
|
1023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1024
976
|
*/
|
1025
|
-
Error
|
977
|
+
Error?: ErrorInfo;
|
1026
978
|
/**
|
1027
979
|
* 快照名称
|
1028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1029
980
|
*/
|
1030
|
-
SnapshotName
|
981
|
+
SnapshotName?: string;
|
1031
982
|
/**
|
1032
983
|
* 快照的时间点
|
1033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1034
984
|
*/
|
1035
|
-
SnapshotTime
|
985
|
+
SnapshotTime?: string;
|
1036
986
|
/**
|
1037
987
|
* 快照的过期时间点
|
1038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1039
988
|
*/
|
1040
|
-
SnapshotDeadTime
|
989
|
+
SnapshotDeadTime?: string;
|
1041
990
|
/**
|
1042
991
|
* 快照创建时间点
|
1043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1044
992
|
*/
|
1045
|
-
SnapshotCreateTime
|
993
|
+
SnapshotCreateTime?: string;
|
1046
994
|
/**
|
1047
995
|
* 快照大小
|
1048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1049
996
|
*/
|
1050
|
-
SnapshotSize
|
997
|
+
SnapshotSize?: number;
|
1051
998
|
/**
|
1052
999
|
* 快照状态,0 生成中 1 正常 2 删除中 3 已失效 4 回档使用中
|
1053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1054
1000
|
*/
|
1055
|
-
SnapshotStatus
|
1001
|
+
SnapshotStatus?: number;
|
1056
1002
|
/**
|
1057
1003
|
* 申请单ID
|
1058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1059
1004
|
*/
|
1060
1005
|
ApplicationId?: string;
|
1061
1006
|
}
|
@@ -1083,139 +1028,123 @@ export interface ClusterInfo {
|
|
1083
1028
|
/**
|
1084
1029
|
* 集群名称
|
1085
1030
|
*/
|
1086
|
-
ClusterName
|
1031
|
+
ClusterName?: string;
|
1087
1032
|
/**
|
1088
1033
|
* 集群ID
|
1089
1034
|
*/
|
1090
|
-
ClusterId
|
1035
|
+
ClusterId?: string;
|
1091
1036
|
/**
|
1092
1037
|
* 集群所在地域
|
1093
1038
|
*/
|
1094
|
-
Region
|
1039
|
+
Region?: string;
|
1095
1040
|
/**
|
1096
1041
|
* 集群数据描述语言类型,如:`PROTO`,`TDR`
|
1097
1042
|
*/
|
1098
|
-
IdlType
|
1043
|
+
IdlType?: string;
|
1099
1044
|
/**
|
1100
1045
|
* 网络类型
|
1101
1046
|
*/
|
1102
|
-
NetworkType
|
1047
|
+
NetworkType?: string;
|
1103
1048
|
/**
|
1104
1049
|
* 集群关联的用户私有网络实例ID
|
1105
1050
|
*/
|
1106
|
-
VpcId
|
1051
|
+
VpcId?: string;
|
1107
1052
|
/**
|
1108
1053
|
* 集群关联的用户子网实例ID
|
1109
1054
|
*/
|
1110
|
-
SubnetId
|
1055
|
+
SubnetId?: string;
|
1111
1056
|
/**
|
1112
1057
|
* 创建时间
|
1113
1058
|
*/
|
1114
|
-
CreatedTime
|
1059
|
+
CreatedTime?: string;
|
1115
1060
|
/**
|
1116
1061
|
* 集群密码
|
1117
1062
|
*/
|
1118
|
-
Password
|
1063
|
+
Password?: string;
|
1119
1064
|
/**
|
1120
1065
|
* 密码状态
|
1121
1066
|
*/
|
1122
|
-
PasswordStatus
|
1067
|
+
PasswordStatus?: string;
|
1123
1068
|
/**
|
1124
1069
|
* TcaplusDB SDK连接参数,接入ID
|
1125
1070
|
*/
|
1126
|
-
ApiAccessId
|
1071
|
+
ApiAccessId?: string;
|
1127
1072
|
/**
|
1128
1073
|
* TcaplusDB SDK连接参数,接入地址
|
1129
1074
|
*/
|
1130
|
-
ApiAccessIp
|
1075
|
+
ApiAccessIp?: string;
|
1131
1076
|
/**
|
1132
1077
|
* TcaplusDB SDK连接参数,接入端口
|
1133
1078
|
*/
|
1134
|
-
ApiAccessPort
|
1079
|
+
ApiAccessPort?: number;
|
1135
1080
|
/**
|
1136
1081
|
* 如果PasswordStatus是unmodifiable说明有旧密码还未过期,此字段将显示旧密码过期的时间,否则为空
|
1137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1138
1082
|
*/
|
1139
|
-
OldPasswordExpireTime
|
1083
|
+
OldPasswordExpireTime?: string;
|
1140
1084
|
/**
|
1141
1085
|
* TcaplusDB SDK连接参数,接入ipv6地址
|
1142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1143
1086
|
*/
|
1144
|
-
ApiAccessIpv6
|
1087
|
+
ApiAccessIpv6?: string;
|
1145
1088
|
/**
|
1146
1089
|
* 集群类型,0,1:共享集群; 2:独立集群
|
1147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1148
1090
|
*/
|
1149
|
-
ClusterType
|
1091
|
+
ClusterType?: number;
|
1150
1092
|
/**
|
1151
1093
|
* 集群状态, 0:表示正常运行中,1:表示冻结隔离一般欠费进入此状态,2:表示待回收,一般用户主动触发删除进入这个状态,3:待释放,进入这个状态,表示可以释放此表占用的资源了,4:变更中
|
1152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1153
1094
|
*/
|
1154
|
-
ClusterStatus
|
1095
|
+
ClusterStatus?: number;
|
1155
1096
|
/**
|
1156
1097
|
* 读CU
|
1157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1158
1098
|
*/
|
1159
|
-
ReadCapacityUnit
|
1099
|
+
ReadCapacityUnit?: number;
|
1160
1100
|
/**
|
1161
1101
|
* 写CU
|
1162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1163
1102
|
*/
|
1164
|
-
WriteCapacityUnit
|
1103
|
+
WriteCapacityUnit?: number;
|
1165
1104
|
/**
|
1166
1105
|
* 磁盘容量
|
1167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1168
1106
|
*/
|
1169
|
-
DiskVolume
|
1107
|
+
DiskVolume?: number;
|
1170
1108
|
/**
|
1171
1109
|
* 独占server机器信息
|
1172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1173
1110
|
*/
|
1174
|
-
ServerList
|
1111
|
+
ServerList?: Array<ServerDetailInfo>;
|
1175
1112
|
/**
|
1176
1113
|
* 独占proxy机器信息
|
1177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1178
1114
|
*/
|
1179
|
-
ProxyList
|
1115
|
+
ProxyList?: Array<ProxyDetailInfo>;
|
1180
1116
|
/**
|
1181
1117
|
* 是否开启审核 0-不开启 1-开启
|
1182
1118
|
*/
|
1183
|
-
Censorship
|
1119
|
+
Censorship?: number;
|
1184
1120
|
/**
|
1185
1121
|
* 审批人uin列表
|
1186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1187
1122
|
*/
|
1188
|
-
DbaUins
|
1123
|
+
DbaUins?: Array<string>;
|
1189
1124
|
/**
|
1190
1125
|
* 是否开启了数据订阅
|
1191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1192
1126
|
*/
|
1193
|
-
DataFlowStatus
|
1127
|
+
DataFlowStatus?: number;
|
1194
1128
|
/**
|
1195
1129
|
* 数据订阅的kafka信息
|
1196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1197
1130
|
*/
|
1198
|
-
KafkaInfo
|
1131
|
+
KafkaInfo?: KafkaInfo;
|
1199
1132
|
/**
|
1200
1133
|
* 集群Txh备份文件多少天后过期删除
|
1201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1202
1134
|
*/
|
1203
|
-
TxhBackupExpireDay
|
1135
|
+
TxhBackupExpireDay?: number;
|
1204
1136
|
/**
|
1205
1137
|
* 集群Ulog备份文件多少天后过期删除
|
1206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1207
1138
|
*/
|
1208
|
-
UlogBackupExpireDay
|
1139
|
+
UlogBackupExpireDay?: number;
|
1209
1140
|
/**
|
1210
1141
|
* 集群Ulog备份文件过期策略是否为只读, 0: UlogBackupExpire是只读,不可修改, 1: UlogBackupExpire可以修改(当前业务存在Svrid第二段等于clusterid的机器)
|
1211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1212
1142
|
*/
|
1213
|
-
IsReadOnlyUlogBackupExpireDay
|
1143
|
+
IsReadOnlyUlogBackupExpireDay?: number;
|
1214
1144
|
/**
|
1215
1145
|
* restproxy状态
|
1216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1217
1146
|
*/
|
1218
|
-
RestProxyStatus
|
1147
|
+
RestProxyStatus?: number;
|
1219
1148
|
}
|
1220
1149
|
/**
|
1221
1150
|
* DisableRestProxy请求参数结构体
|
@@ -1279,7 +1208,6 @@ export interface DeleteSnapshotsRequest {
|
|
1279
1208
|
export interface ModifyTableGroupTagsResponse {
|
1280
1209
|
/**
|
1281
1210
|
* 任务ID
|
1282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1283
1211
|
*/
|
1284
1212
|
TaskId?: string;
|
1285
1213
|
/**
|
@@ -1323,12 +1251,10 @@ export interface CreateSnapshotsRequest {
|
|
1323
1251
|
export interface DescribeTableGroupTagsResponse {
|
1324
1252
|
/**
|
1325
1253
|
* 表格组标签信息列表
|
1326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1327
1254
|
*/
|
1328
1255
|
Rows?: Array<TagsInfoOfTableGroup>;
|
1329
1256
|
/**
|
1330
1257
|
* 返回结果个数
|
1331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1332
1258
|
*/
|
1333
1259
|
TotalCount?: number;
|
1334
1260
|
/**
|
@@ -1407,11 +1333,11 @@ export interface DeleteSnapshotsResponse {
|
|
1407
1333
|
/**
|
1408
1334
|
* 批量删除的快照数量
|
1409
1335
|
*/
|
1410
|
-
TotalCount
|
1336
|
+
TotalCount?: number;
|
1411
1337
|
/**
|
1412
1338
|
* 批量删除的快照结果
|
1413
1339
|
*/
|
1414
|
-
TableResults
|
1340
|
+
TableResults?: Array<SnapshotResult>;
|
1415
1341
|
/**
|
1416
1342
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1417
1343
|
*/
|
@@ -1515,16 +1441,15 @@ export interface ModifyCensorshipResponse {
|
|
1515
1441
|
/**
|
1516
1442
|
* 集群id
|
1517
1443
|
*/
|
1518
|
-
ClusterId
|
1444
|
+
ClusterId?: string;
|
1519
1445
|
/**
|
1520
1446
|
* 已加入审批人的uin
|
1521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1522
1447
|
*/
|
1523
|
-
Uins
|
1448
|
+
Uins?: Array<string>;
|
1524
1449
|
/**
|
1525
1450
|
* 集群是否开启审核 0-关闭 1-开启
|
1526
1451
|
*/
|
1527
|
-
Censorship
|
1452
|
+
Censorship?: number;
|
1528
1453
|
/**
|
1529
1454
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1530
1455
|
*/
|
@@ -1713,7 +1638,6 @@ export interface MergeTablesInfo {
|
|
1713
1638
|
export interface ModifyClusterTagsResponse {
|
1714
1639
|
/**
|
1715
1640
|
* 任务ID
|
1716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1717
1641
|
*/
|
1718
1642
|
TaskId?: string;
|
1719
1643
|
/**
|
@@ -1727,12 +1651,10 @@ export interface ModifyClusterTagsResponse {
|
|
1727
1651
|
export interface DescribeClusterTagsResponse {
|
1728
1652
|
/**
|
1729
1653
|
* 集群标签信息列表
|
1730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1731
1654
|
*/
|
1732
1655
|
Rows?: Array<TagsInfoOfCluster>;
|
1733
1656
|
/**
|
1734
1657
|
* 返回结果个数
|
1735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1736
1658
|
*/
|
1737
1659
|
TotalCount?: number;
|
1738
1660
|
/**
|
@@ -1746,19 +1668,16 @@ export interface DescribeClusterTagsResponse {
|
|
1746
1668
|
export interface TagsInfoOfCluster {
|
1747
1669
|
/**
|
1748
1670
|
* 集群ID
|
1749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1750
1671
|
*/
|
1751
|
-
ClusterId
|
1672
|
+
ClusterId?: string;
|
1752
1673
|
/**
|
1753
1674
|
* 标签信息
|
1754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1755
1675
|
*/
|
1756
|
-
Tags
|
1676
|
+
Tags?: Array<TagInfoUnit>;
|
1757
1677
|
/**
|
1758
1678
|
* 错误信息
|
1759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1760
1679
|
*/
|
1761
|
-
Error
|
1680
|
+
Error?: ErrorInfo;
|
1762
1681
|
}
|
1763
1682
|
/**
|
1764
1683
|
* SetTableIndex返回参数结构体
|
@@ -1814,11 +1733,11 @@ export interface ServerMachineInfo {
|
|
1814
1733
|
/**
|
1815
1734
|
* 机器唯一id
|
1816
1735
|
*/
|
1817
|
-
ServerUid
|
1736
|
+
ServerUid?: string;
|
1818
1737
|
/**
|
1819
1738
|
* 机器类型
|
1820
1739
|
*/
|
1821
|
-
MachineType
|
1740
|
+
MachineType?: string;
|
1822
1741
|
}
|
1823
1742
|
/**
|
1824
1743
|
* CreateSnapshots返回参数结构体
|
@@ -1827,11 +1746,11 @@ export interface CreateSnapshotsResponse {
|
|
1827
1746
|
/**
|
1828
1747
|
* 批量创建的快照数量
|
1829
1748
|
*/
|
1830
|
-
TotalCount
|
1749
|
+
TotalCount?: number;
|
1831
1750
|
/**
|
1832
1751
|
* 批量创建的快照结果列表
|
1833
1752
|
*/
|
1834
|
-
TableResults
|
1753
|
+
TableResults?: Array<SnapshotResult>;
|
1835
1754
|
/**
|
1836
1755
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1837
1756
|
*/
|
@@ -1856,9 +1775,8 @@ export interface SetBackupExpireRuleRequest {
|
|
1856
1775
|
export interface DeleteBackupRecordsResponse {
|
1857
1776
|
/**
|
1858
1777
|
* TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
1859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1860
1778
|
*/
|
1861
|
-
TaskId
|
1779
|
+
TaskId?: string;
|
1862
1780
|
/**
|
1863
1781
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1864
1782
|
*/
|
@@ -1886,12 +1804,10 @@ export interface IdlFileInfo {
|
|
1886
1804
|
FileSize: number;
|
1887
1805
|
/**
|
1888
1806
|
* 文件ID,对于已上传的文件有意义
|
1889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1890
1807
|
*/
|
1891
1808
|
FileId?: number;
|
1892
1809
|
/**
|
1893
1810
|
* 文件内容,对于本次新上传的文件有意义
|
1894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1895
1811
|
*/
|
1896
1812
|
FileContent?: string;
|
1897
1813
|
}
|
@@ -1922,7 +1838,6 @@ export interface TagInfoUnit {
|
|
1922
1838
|
TagKey: string;
|
1923
1839
|
/**
|
1924
1840
|
* 标签值
|
1925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1926
1841
|
*/
|
1927
1842
|
TagValue?: string;
|
1928
1843
|
}
|
@@ -1971,32 +1886,31 @@ export interface ServerDetailInfo {
|
|
1971
1886
|
/**
|
1972
1887
|
* svr唯一id
|
1973
1888
|
*/
|
1974
|
-
ServerUid
|
1889
|
+
ServerUid?: string;
|
1975
1890
|
/**
|
1976
1891
|
* 机器类型
|
1977
1892
|
*/
|
1978
|
-
MachineType
|
1893
|
+
MachineType?: string;
|
1979
1894
|
/**
|
1980
1895
|
* 内存占用量
|
1981
1896
|
*/
|
1982
|
-
MemoryRate
|
1897
|
+
MemoryRate?: number;
|
1983
1898
|
/**
|
1984
1899
|
* 磁盘占用量
|
1985
1900
|
*/
|
1986
|
-
DiskRate
|
1901
|
+
DiskRate?: number;
|
1987
1902
|
/**
|
1988
1903
|
* 读次数
|
1989
1904
|
*/
|
1990
|
-
ReadNum
|
1905
|
+
ReadNum?: number;
|
1991
1906
|
/**
|
1992
1907
|
* 写次数
|
1993
1908
|
*/
|
1994
|
-
WriteNum
|
1909
|
+
WriteNum?: number;
|
1995
1910
|
/**
|
1996
1911
|
* 版本
|
1997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1998
1912
|
*/
|
1999
|
-
Version
|
1913
|
+
Version?: string;
|
2000
1914
|
}
|
2001
1915
|
/**
|
2002
1916
|
* 表格详情信息
|
@@ -2004,149 +1918,120 @@ export interface ServerDetailInfo {
|
|
2004
1918
|
export interface TableInfoNew {
|
2005
1919
|
/**
|
2006
1920
|
* 表格名称
|
2007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2008
1921
|
*/
|
2009
|
-
TableName
|
1922
|
+
TableName?: string;
|
2010
1923
|
/**
|
2011
1924
|
* 表格实例ID
|
2012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2013
1925
|
*/
|
2014
|
-
TableInstanceId
|
1926
|
+
TableInstanceId?: string;
|
2015
1927
|
/**
|
2016
1928
|
* 表格数据结构类型,如:`GENERIC`或`LIST`
|
2017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2018
1929
|
*/
|
2019
|
-
TableType
|
1930
|
+
TableType?: string;
|
2020
1931
|
/**
|
2021
1932
|
* 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
2022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2023
1933
|
*/
|
2024
|
-
TableIdlType
|
1934
|
+
TableIdlType?: string;
|
2025
1935
|
/**
|
2026
1936
|
* 表格所属集群ID
|
2027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2028
1937
|
*/
|
2029
|
-
ClusterId
|
1938
|
+
ClusterId?: string;
|
2030
1939
|
/**
|
2031
1940
|
* 表格所属集群名称
|
2032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2033
1941
|
*/
|
2034
|
-
ClusterName
|
1942
|
+
ClusterName?: string;
|
2035
1943
|
/**
|
2036
1944
|
* 表格所属表格组ID
|
2037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2038
1945
|
*/
|
2039
|
-
TableGroupId
|
1946
|
+
TableGroupId?: string;
|
2040
1947
|
/**
|
2041
1948
|
* 表格所属表格组名称
|
2042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2043
1949
|
*/
|
2044
|
-
TableGroupName
|
1950
|
+
TableGroupName?: string;
|
2045
1951
|
/**
|
2046
1952
|
* 表格主键字段结构json字符串
|
2047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2048
1953
|
*/
|
2049
|
-
KeyStruct
|
1954
|
+
KeyStruct?: string;
|
2050
1955
|
/**
|
2051
1956
|
* 表格非主键字段结构json字符串
|
2052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2053
1957
|
*/
|
2054
|
-
ValueStruct
|
1958
|
+
ValueStruct?: string;
|
2055
1959
|
/**
|
2056
1960
|
* 表格分表因子集合,对PROTO类型表格有效
|
2057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2058
1961
|
*/
|
2059
|
-
ShardingKeySet
|
1962
|
+
ShardingKeySet?: string;
|
2060
1963
|
/**
|
2061
1964
|
* 表格索引键字段集合,对PROTO类型表格有效
|
2062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2063
1965
|
*/
|
2064
|
-
IndexStruct
|
1966
|
+
IndexStruct?: string;
|
2065
1967
|
/**
|
2066
1968
|
* LIST类型表格元素个数
|
2067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2068
1969
|
*/
|
2069
|
-
ListElementNum
|
1970
|
+
ListElementNum?: number;
|
2070
1971
|
/**
|
2071
1972
|
* 表格所关联IDL文件信息列表
|
2072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2073
1973
|
*/
|
2074
|
-
IdlFiles
|
1974
|
+
IdlFiles?: Array<IdlFileInfo>;
|
2075
1975
|
/**
|
2076
1976
|
* 表格预留容量(GB)
|
2077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2078
1977
|
*/
|
2079
|
-
ReservedVolume
|
1978
|
+
ReservedVolume?: number;
|
2080
1979
|
/**
|
2081
1980
|
* 表格预留读CU
|
2082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2083
1981
|
*/
|
2084
|
-
ReservedReadQps
|
1982
|
+
ReservedReadQps?: number;
|
2085
1983
|
/**
|
2086
1984
|
* 表格预留写CU
|
2087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2088
1985
|
*/
|
2089
|
-
ReservedWriteQps
|
1986
|
+
ReservedWriteQps?: number;
|
2090
1987
|
/**
|
2091
1988
|
* 表格实际数据量大小(MB)
|
2092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2093
1989
|
*/
|
2094
|
-
TableSize
|
1990
|
+
TableSize?: number;
|
2095
1991
|
/**
|
2096
1992
|
* 表格状态
|
2097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2098
1993
|
*/
|
2099
|
-
Status
|
1994
|
+
Status?: string;
|
2100
1995
|
/**
|
2101
1996
|
* 表格创建时间
|
2102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2103
1997
|
*/
|
2104
|
-
CreatedTime
|
1998
|
+
CreatedTime?: string;
|
2105
1999
|
/**
|
2106
2000
|
* 表格最后一次修改时间
|
2107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2108
2001
|
*/
|
2109
|
-
UpdatedTime
|
2002
|
+
UpdatedTime?: string;
|
2110
2003
|
/**
|
2111
2004
|
* 表格备注信息
|
2112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2113
2005
|
*/
|
2114
|
-
Memo
|
2006
|
+
Memo?: string;
|
2115
2007
|
/**
|
2116
2008
|
* 错误信息
|
2117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2118
2009
|
*/
|
2119
|
-
Error
|
2010
|
+
Error?: ErrorInfo;
|
2120
2011
|
/**
|
2121
2012
|
* TcaplusDB SDK数据访问接入ID
|
2122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2123
2013
|
*/
|
2124
|
-
ApiAccessId
|
2014
|
+
ApiAccessId?: string;
|
2125
2015
|
/**
|
2126
2016
|
* SORTLIST类型表格排序字段个数
|
2127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2128
2017
|
*/
|
2129
|
-
SortFieldNum
|
2018
|
+
SortFieldNum?: number;
|
2130
2019
|
/**
|
2131
2020
|
* SORTLIST类型表格排序顺序
|
2132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2133
2021
|
*/
|
2134
|
-
SortRule
|
2022
|
+
SortRule?: number;
|
2135
2023
|
/**
|
2136
2024
|
* 表格分布式索引/缓写、kafka数据订阅信息
|
2137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2138
2025
|
*/
|
2139
|
-
DbClusterInfoStruct
|
2026
|
+
DbClusterInfoStruct?: string;
|
2140
2027
|
/**
|
2141
2028
|
* 表格Txh备份文件多少天后过期删除
|
2142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2143
2029
|
*/
|
2144
|
-
TxhBackupExpireDay
|
2030
|
+
TxhBackupExpireDay?: number;
|
2145
2031
|
/**
|
2146
2032
|
* 表格的缓写信息
|
2147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2148
2033
|
*/
|
2149
|
-
SyncTableInfo
|
2034
|
+
SyncTableInfo?: SyncTableInfo;
|
2150
2035
|
}
|
2151
2036
|
/**
|
2152
2037
|
* 任务信息详情
|
@@ -2155,56 +2040,53 @@ export interface TaskInfoNew {
|
|
2155
2040
|
/**
|
2156
2041
|
* 任务ID
|
2157
2042
|
*/
|
2158
|
-
TaskId
|
2043
|
+
TaskId?: string;
|
2159
2044
|
/**
|
2160
2045
|
* 任务类型
|
2161
2046
|
*/
|
2162
|
-
TaskType
|
2047
|
+
TaskType?: string;
|
2163
2048
|
/**
|
2164
2049
|
* 任务所关联的TcaplusDB内部事务ID
|
2165
2050
|
*/
|
2166
|
-
TransId
|
2051
|
+
TransId?: string;
|
2167
2052
|
/**
|
2168
2053
|
* 任务所属集群ID
|
2169
2054
|
*/
|
2170
|
-
ClusterId
|
2055
|
+
ClusterId?: string;
|
2171
2056
|
/**
|
2172
2057
|
* 任务所属集群名称
|
2173
2058
|
*/
|
2174
|
-
ClusterName
|
2059
|
+
ClusterName?: string;
|
2175
2060
|
/**
|
2176
2061
|
* 任务进度
|
2177
2062
|
*/
|
2178
|
-
Progress
|
2063
|
+
Progress?: number;
|
2179
2064
|
/**
|
2180
2065
|
* 任务创建时间
|
2181
2066
|
*/
|
2182
|
-
StartTime
|
2067
|
+
StartTime?: string;
|
2183
2068
|
/**
|
2184
2069
|
* 任务最后更新时间
|
2185
2070
|
*/
|
2186
|
-
UpdateTime
|
2071
|
+
UpdateTime?: string;
|
2187
2072
|
/**
|
2188
2073
|
* 操作者
|
2189
2074
|
*/
|
2190
|
-
Operator
|
2075
|
+
Operator?: string;
|
2191
2076
|
/**
|
2192
2077
|
* 任务详情
|
2193
2078
|
*/
|
2194
|
-
Content
|
2079
|
+
Content?: string;
|
2195
2080
|
/**
|
2196
2081
|
* 表格组ID
|
2197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2198
2082
|
*/
|
2199
2083
|
TableGroupId?: string;
|
2200
2084
|
/**
|
2201
2085
|
* 表格组名称
|
2202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2203
2086
|
*/
|
2204
2087
|
TableGroupName?: string;
|
2205
2088
|
/**
|
2206
2089
|
* 表名称
|
2207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2208
2090
|
*/
|
2209
2091
|
TableName?: string;
|
2210
2092
|
}
|
@@ -2215,47 +2097,47 @@ export interface SyncTableInfo {
|
|
2215
2097
|
/**
|
2216
2098
|
* 目标缓写表的分表数目
|
2217
2099
|
*/
|
2218
|
-
TargetTableSplitNum
|
2100
|
+
TargetTableSplitNum?: number;
|
2219
2101
|
/**
|
2220
2102
|
* 目标缓写表名前缀
|
2221
2103
|
*/
|
2222
|
-
TargetTableNamePrefix
|
2104
|
+
TargetTableNamePrefix?: Array<string>;
|
2223
2105
|
/**
|
2224
2106
|
* 缓写数据库实例ID
|
2225
2107
|
*/
|
2226
|
-
TargetSyncDBInstanceId
|
2108
|
+
TargetSyncDBInstanceId?: string;
|
2227
2109
|
/**
|
2228
2110
|
* 缓写表所在数据库名称
|
2229
2111
|
*/
|
2230
|
-
TargetDatabaseName
|
2112
|
+
TargetDatabaseName?: string;
|
2231
2113
|
/**
|
2232
2114
|
* 缓写状态,0:创建中,1:进行中,2:关闭,-1:被删除
|
2233
2115
|
*/
|
2234
|
-
Status
|
2116
|
+
Status?: number;
|
2235
2117
|
/**
|
2236
2118
|
* 表格所在集群ID
|
2237
2119
|
*/
|
2238
|
-
ClusterId
|
2120
|
+
ClusterId?: string;
|
2239
2121
|
/**
|
2240
2122
|
* 表格所在表格组ID
|
2241
2123
|
*/
|
2242
|
-
TableGroupId
|
2124
|
+
TableGroupId?: number;
|
2243
2125
|
/**
|
2244
2126
|
* 表格名称
|
2245
2127
|
*/
|
2246
|
-
TableName
|
2128
|
+
TableName?: string;
|
2247
2129
|
/**
|
2248
2130
|
* 表格ID
|
2249
2131
|
*/
|
2250
|
-
TableId
|
2132
|
+
TableId?: string;
|
2251
2133
|
/**
|
2252
2134
|
* TcaplusDB表主键字段到目标缓写表字段的映射
|
2253
2135
|
*/
|
2254
|
-
KeyFieldMapping
|
2136
|
+
KeyFieldMapping?: Array<SyncTableField>;
|
2255
2137
|
/**
|
2256
2138
|
* TcaplusDB表字段到目标缓写表字段的映射
|
2257
2139
|
*/
|
2258
|
-
ValueFieldMapping
|
2140
|
+
ValueFieldMapping?: Array<SyncTableField>;
|
2259
2141
|
}
|
2260
2142
|
/**
|
2261
2143
|
* DeleteIdlFiles请求参数结构体
|
@@ -2276,14 +2158,12 @@ export interface DeleteIdlFilesRequest {
|
|
2276
2158
|
export interface CreateBackupResponse {
|
2277
2159
|
/**
|
2278
2160
|
* 创建的备份任务ID列表
|
2279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2280
2161
|
*/
|
2281
|
-
TaskIds
|
2162
|
+
TaskIds?: Array<string>;
|
2282
2163
|
/**
|
2283
2164
|
* 创建的备份申请ID列表
|
2284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2285
2165
|
*/
|
2286
|
-
ApplicationIds
|
2166
|
+
ApplicationIds?: Array<string>;
|
2287
2167
|
/**
|
2288
2168
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2289
2169
|
*/
|
@@ -2368,11 +2248,11 @@ export interface DescribeSnapshotsResponse {
|
|
2368
2248
|
/**
|
2369
2249
|
* 快照数量
|
2370
2250
|
*/
|
2371
|
-
TotalCount
|
2251
|
+
TotalCount?: number;
|
2372
2252
|
/**
|
2373
2253
|
* 快照结果列表
|
2374
2254
|
*/
|
2375
|
-
TableResults
|
2255
|
+
TableResults?: Array<SnapshotResult>;
|
2376
2256
|
/**
|
2377
2257
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2378
2258
|
*/
|
@@ -2384,9 +2264,8 @@ export interface DescribeSnapshotsResponse {
|
|
2384
2264
|
export interface SetBackupExpireRuleResponse {
|
2385
2265
|
/**
|
2386
2266
|
* TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
2387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2388
2267
|
*/
|
2389
|
-
TaskId
|
2268
|
+
TaskId?: string;
|
2390
2269
|
/**
|
2391
2270
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2392
2271
|
*/
|
@@ -2555,34 +2434,28 @@ export interface DescribeTablesRequest {
|
|
2555
2434
|
export interface KafkaInfo {
|
2556
2435
|
/**
|
2557
2436
|
* Kafka address
|
2558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2559
2437
|
*/
|
2560
|
-
Address
|
2438
|
+
Address?: string;
|
2561
2439
|
/**
|
2562
2440
|
* Kafka topic
|
2563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2564
2441
|
*/
|
2565
|
-
Topic
|
2442
|
+
Topic?: string;
|
2566
2443
|
/**
|
2567
2444
|
* kafka username
|
2568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2569
2445
|
*/
|
2570
|
-
User
|
2446
|
+
User?: string;
|
2571
2447
|
/**
|
2572
2448
|
* kafka password
|
2573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2574
2449
|
*/
|
2575
|
-
Password
|
2450
|
+
Password?: string;
|
2576
2451
|
/**
|
2577
2452
|
* ckafka实例
|
2578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2579
2453
|
*/
|
2580
|
-
Instance
|
2454
|
+
Instance?: string;
|
2581
2455
|
/**
|
2582
2456
|
* 是否走VPC
|
2583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2584
2457
|
*/
|
2585
|
-
IsVpc
|
2458
|
+
IsVpc?: number;
|
2586
2459
|
}
|
2587
2460
|
/**
|
2588
2461
|
* DeleteTableDataFlow返回参数结构体
|
@@ -2667,94 +2540,76 @@ export interface SnapshotInfo {
|
|
2667
2540
|
export interface ParsedTableInfoNew {
|
2668
2541
|
/**
|
2669
2542
|
* 表格描述语言类型:`PROTO`或`TDR`
|
2670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2671
2543
|
*/
|
2672
|
-
TableIdlType
|
2544
|
+
TableIdlType?: string;
|
2673
2545
|
/**
|
2674
2546
|
* 表格实例ID
|
2675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2676
2547
|
*/
|
2677
|
-
TableInstanceId
|
2548
|
+
TableInstanceId?: string;
|
2678
2549
|
/**
|
2679
2550
|
* 表格名称
|
2680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2681
2551
|
*/
|
2682
|
-
TableName
|
2552
|
+
TableName?: string;
|
2683
2553
|
/**
|
2684
2554
|
* 表格数据结构类型:`GENERIC`或`LIST`
|
2685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2686
2555
|
*/
|
2687
|
-
TableType
|
2556
|
+
TableType?: string;
|
2688
2557
|
/**
|
2689
2558
|
* 主键字段信息
|
2690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2691
2559
|
*/
|
2692
|
-
KeyFields
|
2560
|
+
KeyFields?: string;
|
2693
2561
|
/**
|
2694
2562
|
* 原主键字段信息,改表校验时有效
|
2695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2696
2563
|
*/
|
2697
|
-
OldKeyFields
|
2564
|
+
OldKeyFields?: string;
|
2698
2565
|
/**
|
2699
2566
|
* 非主键字段信息
|
2700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2701
2567
|
*/
|
2702
|
-
ValueFields
|
2568
|
+
ValueFields?: string;
|
2703
2569
|
/**
|
2704
2570
|
* 原非主键字段信息,改表校验时有效
|
2705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2706
2571
|
*/
|
2707
|
-
OldValueFields
|
2572
|
+
OldValueFields?: string;
|
2708
2573
|
/**
|
2709
2574
|
* 所属表格组ID
|
2710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2711
2575
|
*/
|
2712
|
-
TableGroupId
|
2576
|
+
TableGroupId?: string;
|
2713
2577
|
/**
|
2714
2578
|
* 主键字段总大小
|
2715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2716
2579
|
*/
|
2717
|
-
SumKeyFieldSize
|
2580
|
+
SumKeyFieldSize?: number;
|
2718
2581
|
/**
|
2719
2582
|
* 非主键字段总大小
|
2720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2721
2583
|
*/
|
2722
|
-
SumValueFieldSize
|
2584
|
+
SumValueFieldSize?: number;
|
2723
2585
|
/**
|
2724
2586
|
* 索引键集合
|
2725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2726
2587
|
*/
|
2727
|
-
IndexKeySet
|
2588
|
+
IndexKeySet?: string;
|
2728
2589
|
/**
|
2729
2590
|
* 分表因子集合
|
2730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2731
2591
|
*/
|
2732
|
-
ShardingKeySet
|
2592
|
+
ShardingKeySet?: string;
|
2733
2593
|
/**
|
2734
2594
|
* TDR版本号
|
2735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2736
2595
|
*/
|
2737
|
-
TdrVersion
|
2596
|
+
TdrVersion?: number;
|
2738
2597
|
/**
|
2739
2598
|
* 错误信息
|
2740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2741
2599
|
*/
|
2742
|
-
Error
|
2600
|
+
Error?: ErrorInfo;
|
2743
2601
|
/**
|
2744
2602
|
* LIST类型表格元素个数
|
2745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2746
2603
|
*/
|
2747
|
-
ListElementNum
|
2604
|
+
ListElementNum?: number;
|
2748
2605
|
/**
|
2749
2606
|
* SORTLIST类型表格排序字段个数
|
2750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2751
2607
|
*/
|
2752
|
-
SortFieldNum
|
2608
|
+
SortFieldNum?: number;
|
2753
2609
|
/**
|
2754
2610
|
* SORTLIST类型表格排序顺序
|
2755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2756
2611
|
*/
|
2757
|
-
SortRule
|
2612
|
+
SortRule?: number;
|
2758
2613
|
}
|
2759
2614
|
/**
|
2760
2615
|
* RollbackTables返回参数结构体
|
@@ -2809,49 +2664,40 @@ export interface CreateBackupRequest {
|
|
2809
2664
|
export interface TableResultNew {
|
2810
2665
|
/**
|
2811
2666
|
* 表格实例ID,形如:tcaplus-3be64cbb
|
2812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2813
2667
|
*/
|
2814
|
-
TableInstanceId
|
2668
|
+
TableInstanceId?: string;
|
2815
2669
|
/**
|
2816
2670
|
* 任务ID,对于创建单任务的接口有效
|
2817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2818
2671
|
*/
|
2819
|
-
TaskId
|
2672
|
+
TaskId?: string;
|
2820
2673
|
/**
|
2821
2674
|
* 表格名称
|
2822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2823
2675
|
*/
|
2824
|
-
TableName
|
2676
|
+
TableName?: string;
|
2825
2677
|
/**
|
2826
2678
|
* 表格数据结构类型,如:`GENERIC`或`LIST`
|
2827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2828
2679
|
*/
|
2829
|
-
TableType
|
2680
|
+
TableType?: string;
|
2830
2681
|
/**
|
2831
2682
|
* 表数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
2832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2833
2683
|
*/
|
2834
|
-
TableIdlType
|
2684
|
+
TableIdlType?: string;
|
2835
2685
|
/**
|
2836
2686
|
* 表格所属表格组ID
|
2837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2838
2687
|
*/
|
2839
|
-
TableGroupId
|
2688
|
+
TableGroupId?: string;
|
2840
2689
|
/**
|
2841
2690
|
* 错误信息
|
2842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2843
2691
|
*/
|
2844
|
-
Error
|
2692
|
+
Error?: ErrorInfo;
|
2845
2693
|
/**
|
2846
2694
|
* 任务ID列表,对于创建多任务的接口有效
|
2847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2848
2695
|
*/
|
2849
|
-
TaskIds
|
2696
|
+
TaskIds?: Array<string>;
|
2850
2697
|
/**
|
2851
2698
|
* 腾讯云申请审核单Id
|
2852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2853
2699
|
*/
|
2854
|
-
ApplicationId
|
2700
|
+
ApplicationId?: string;
|
2855
2701
|
}
|
2856
2702
|
/**
|
2857
2703
|
* CreateTables请求参数结构体
|
@@ -3012,23 +2858,23 @@ export interface PoolInfo {
|
|
3012
2858
|
/**
|
3013
2859
|
* 唯一id
|
3014
2860
|
*/
|
3015
|
-
PoolUid
|
2861
|
+
PoolUid?: number;
|
3016
2862
|
/**
|
3017
2863
|
* 是否支持ipv6
|
3018
2864
|
*/
|
3019
|
-
Ipv6Enable
|
2865
|
+
Ipv6Enable?: number;
|
3020
2866
|
/**
|
3021
2867
|
* 剩余可用app
|
3022
2868
|
*/
|
3023
|
-
AvailableAppCount
|
2869
|
+
AvailableAppCount?: number;
|
3024
2870
|
/**
|
3025
2871
|
* svr机器列表
|
3026
2872
|
*/
|
3027
|
-
ServerList
|
2873
|
+
ServerList?: Array<ServerMachineInfo>;
|
3028
2874
|
/**
|
3029
2875
|
* proxy机器列表
|
3030
2876
|
*/
|
3031
|
-
ProxyList
|
2877
|
+
ProxyList?: Array<ProxyMachineInfo>;
|
3032
2878
|
}
|
3033
2879
|
/**
|
3034
2880
|
* DescribeMachine请求参数结构体
|
@@ -3092,28 +2938,27 @@ export interface ProxyDetailInfo {
|
|
3092
2938
|
/**
|
3093
2939
|
* proxy的唯一id
|
3094
2940
|
*/
|
3095
|
-
ProxyUid
|
2941
|
+
ProxyUid?: string;
|
3096
2942
|
/**
|
3097
2943
|
* 机器类型
|
3098
2944
|
*/
|
3099
|
-
MachineType
|
2945
|
+
MachineType?: string;
|
3100
2946
|
/**
|
3101
2947
|
* 请求包速度
|
3102
2948
|
*/
|
3103
|
-
ProcessSpeed
|
2949
|
+
ProcessSpeed?: number;
|
3104
2950
|
/**
|
3105
2951
|
* 请求包时延
|
3106
2952
|
*/
|
3107
|
-
AverageProcessDelay
|
2953
|
+
AverageProcessDelay?: number;
|
3108
2954
|
/**
|
3109
2955
|
* 慢处理包速度
|
3110
2956
|
*/
|
3111
|
-
SlowProcessSpeed
|
2957
|
+
SlowProcessSpeed?: number;
|
3112
2958
|
/**
|
3113
2959
|
* 版本
|
3114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3115
2960
|
*/
|
3116
|
-
Version
|
2961
|
+
Version?: string;
|
3117
2962
|
}
|
3118
2963
|
/**
|
3119
2964
|
* 表定义描述文件详情,不包含文件内容
|
@@ -3121,34 +2966,28 @@ export interface ProxyDetailInfo {
|
|
3121
2966
|
export interface IdlFileInfoWithoutContent {
|
3122
2967
|
/**
|
3123
2968
|
* 文件名称,不包含扩展名
|
3124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3125
2969
|
*/
|
3126
|
-
FileName
|
2970
|
+
FileName?: string;
|
3127
2971
|
/**
|
3128
2972
|
* 数据描述语言(IDL)类型
|
3129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3130
2973
|
*/
|
3131
|
-
FileType
|
2974
|
+
FileType?: string;
|
3132
2975
|
/**
|
3133
2976
|
* 文件扩展名
|
3134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3135
2977
|
*/
|
3136
|
-
FileExtType
|
2978
|
+
FileExtType?: string;
|
3137
2979
|
/**
|
3138
2980
|
* 文件大小(Bytes)
|
3139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3140
2981
|
*/
|
3141
|
-
FileSize
|
2982
|
+
FileSize?: number;
|
3142
2983
|
/**
|
3143
2984
|
* 文件ID
|
3144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3145
2985
|
*/
|
3146
|
-
FileId
|
2986
|
+
FileId?: number;
|
3147
2987
|
/**
|
3148
2988
|
* 错误信息
|
3149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3150
2989
|
*/
|
3151
|
-
Error
|
2990
|
+
Error?: ErrorInfo;
|
3152
2991
|
}
|
3153
2992
|
/**
|
3154
2993
|
* ModifyTableMemos返回参数结构体
|
@@ -3297,11 +3136,11 @@ export interface ErrorInfo {
|
|
3297
3136
|
/**
|
3298
3137
|
* 错误码
|
3299
3138
|
*/
|
3300
|
-
Code
|
3139
|
+
Code?: string;
|
3301
3140
|
/**
|
3302
3141
|
* 错误信息
|
3303
3142
|
*/
|
3304
|
-
Message
|
3143
|
+
Message?: string;
|
3305
3144
|
}
|
3306
3145
|
/**
|
3307
3146
|
* 表格组详细信息
|
@@ -3310,40 +3149,37 @@ export interface TableGroupInfo {
|
|
3310
3149
|
/**
|
3311
3150
|
* 表格组ID
|
3312
3151
|
*/
|
3313
|
-
TableGroupId
|
3152
|
+
TableGroupId?: string;
|
3314
3153
|
/**
|
3315
3154
|
* 表格组名称
|
3316
3155
|
*/
|
3317
|
-
TableGroupName
|
3156
|
+
TableGroupName?: string;
|
3318
3157
|
/**
|
3319
3158
|
* 表格组创建时间
|
3320
3159
|
*/
|
3321
|
-
CreatedTime
|
3160
|
+
CreatedTime?: string;
|
3322
3161
|
/**
|
3323
3162
|
* 表格组包含的表格数量
|
3324
3163
|
*/
|
3325
|
-
TableCount
|
3164
|
+
TableCount?: number;
|
3326
3165
|
/**
|
3327
3166
|
* 表格组包含的表格存储总量(MB)
|
3328
3167
|
*/
|
3329
|
-
TotalSize
|
3168
|
+
TotalSize?: number;
|
3330
3169
|
/**
|
3331
3170
|
* 表格Txh备份文件多少天后过期删除
|
3332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3333
3171
|
*/
|
3334
|
-
TxhBackupExpireDay
|
3172
|
+
TxhBackupExpireDay?: number;
|
3335
3173
|
/**
|
3336
3174
|
* 是否开启mysql负载均衡,0未开启 1开启中 2已开启
|
3337
3175
|
*/
|
3338
|
-
EnableMysql
|
3176
|
+
EnableMysql?: number;
|
3339
3177
|
/**
|
3340
3178
|
* mysql负载均衡vip
|
3341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3342
3179
|
*/
|
3343
|
-
MysqlConnIp
|
3180
|
+
MysqlConnIp?: string;
|
3344
3181
|
/**
|
3345
3182
|
* mysql负载均衡vport
|
3346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3347
3183
|
*/
|
3348
|
-
MysqlConnPort
|
3184
|
+
MysqlConnPort?: number;
|
3349
3185
|
}
|