tencentcloud-sdk-python 3.0.1445__py2.py3-none-any.whl → 3.0.1447__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/bi/v20220105/bi_client.py +23 -0
- tencentcloud/bi/v20220105/models.py +179 -0
- tencentcloud/cbs/v20170312/models.py +17 -2
- tencentcloud/ccc/v20200210/models.py +21 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +30 -6
- tencentcloud/cdwdoris/v20211228/models.py +45 -0
- tencentcloud/cfs/v20190719/models.py +21 -2
- tencentcloud/clb/v20180317/models.py +30 -0
- tencentcloud/cls/v20201016/models.py +98 -24
- tencentcloud/common/abstract_client.py +14 -12
- tencentcloud/common/credential.py +61 -26
- tencentcloud/csip/v20221121/models.py +4 -4
- tencentcloud/ctem/v20231128/models.py +30 -0
- tencentcloud/cwp/v20180228/models.py +53 -14
- tencentcloud/cynosdb/v20190107/models.py +2 -0
- tencentcloud/dc/v20180410/models.py +30 -0
- tencentcloud/dlc/v20210125/dlc_client.py +161 -0
- tencentcloud/dlc/v20210125/errorcodes.py +6 -0
- tencentcloud/dlc/v20210125/models.py +1049 -0
- tencentcloud/dts/v20211206/dts_client.py +23 -0
- tencentcloud/dts/v20211206/models.py +64 -0
- tencentcloud/es/v20180416/models.py +85 -0
- tencentcloud/ess/v20201111/ess_client.py +56 -0
- tencentcloud/ess/v20201111/models.py +313 -8
- tencentcloud/essbasic/v20210526/models.py +70 -14
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/ioa/v20220601/errorcodes.py +6 -0
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +1036 -91
- tencentcloud/iotexplorer/v20190423/models.py +112 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +122 -0
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +16 -10
- tencentcloud/lkeap/v20240522/lkeap_client.py +4 -0
- tencentcloud/lkeap/v20240522/models.py +15 -0
- tencentcloud/mna/v20210119/models.py +2 -2
- tencentcloud/mongodb/v20190725/models.py +19 -0
- tencentcloud/mps/v20190612/models.py +229 -10
- tencentcloud/mqtt/v20240516/errorcodes.py +3 -0
- tencentcloud/mqtt/v20240516/models.py +880 -22
- tencentcloud/mqtt/v20240516/mqtt_client.py +115 -0
- tencentcloud/ocr/v20181119/models.py +4 -4
- tencentcloud/ocr/v20181119/ocr_client.py +7 -23
- tencentcloud/organization/v20210331/models.py +393 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/partners/v20180321/models.py +8 -8
- tencentcloud/partners/v20180321/partners_client.py +2 -2
- tencentcloud/postgres/v20170312/models.py +2 -2
- tencentcloud/rce/v20201103/rce_client.py +1 -1
- tencentcloud/smh/v20210712/models.py +19 -4
- tencentcloud/tbaas/v20180416/models.py +12 -12
- tencentcloud/tcaplusdb/v20190823/models.py +0 -328
- tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
- tencentcloud/tdmq/v20200217/models.py +51 -17
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -1
- tencentcloud/tione/v20211111/models.py +333 -10
- tencentcloud/tke/v20180525/models.py +15 -0
- tencentcloud/tke/v20220501/models.py +32 -2
- tencentcloud/trocket/v20230308/models.py +2 -2
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/trtc_client.py +9 -3
- tencentcloud/tse/v20201207/models.py +15 -0
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +6 -6
- tencentcloud/vod/v20180717/models.py +4 -12
- tencentcloud/vpc/v20170312/errorcodes.py +18 -0
- tencentcloud/vpc/v20170312/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/RECORD +76 -76
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1445.dist-info → tencentcloud_sdk_python-3.0.1447.dist-info}/top_level.txt +0 -0
|
@@ -34,7 +34,6 @@ class Application(AbstractModel):
|
|
|
34
34
|
:param _ClusterName: 集群名称
|
|
35
35
|
:type ClusterName: str
|
|
36
36
|
:param _TableGroupName: 表格组名称
|
|
37
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
38
37
|
:type TableGroupName: str
|
|
39
38
|
:param _TableName: 表格名称
|
|
40
39
|
:type TableName: str
|
|
@@ -49,22 +48,16 @@ class Application(AbstractModel):
|
|
|
49
48
|
:param _TaskId: 已提交的任务Id,未提交申请为0
|
|
50
49
|
:type TaskId: str
|
|
51
50
|
:param _TableInstanceId: 腾讯云上table的唯一键
|
|
52
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
53
51
|
:type TableInstanceId: str
|
|
54
52
|
:param _UpdateTime: 更新时间
|
|
55
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
56
53
|
:type UpdateTime: str
|
|
57
54
|
:param _ExecuteUser: 审批人
|
|
58
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
59
55
|
:type ExecuteUser: str
|
|
60
56
|
:param _ExecuteStatus: 执行状态
|
|
61
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
62
57
|
:type ExecuteStatus: str
|
|
63
58
|
:param _CanCensor: 该申请单是否可以被当前用户审批
|
|
64
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
65
59
|
:type CanCensor: bool
|
|
66
60
|
:param _CanWithdrawal: 该申请单是否可以被当前用户撤回
|
|
67
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
68
61
|
:type CanWithdrawal: bool
|
|
69
62
|
"""
|
|
70
63
|
self._ApplicationId = None
|
|
@@ -132,7 +125,6 @@ class Application(AbstractModel):
|
|
|
132
125
|
@property
|
|
133
126
|
def TableGroupName(self):
|
|
134
127
|
"""表格组名称
|
|
135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
136
128
|
:rtype: str
|
|
137
129
|
"""
|
|
138
130
|
return self._TableGroupName
|
|
@@ -210,7 +202,6 @@ class Application(AbstractModel):
|
|
|
210
202
|
@property
|
|
211
203
|
def TableInstanceId(self):
|
|
212
204
|
"""腾讯云上table的唯一键
|
|
213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
214
205
|
:rtype: str
|
|
215
206
|
"""
|
|
216
207
|
return self._TableInstanceId
|
|
@@ -222,7 +213,6 @@ class Application(AbstractModel):
|
|
|
222
213
|
@property
|
|
223
214
|
def UpdateTime(self):
|
|
224
215
|
"""更新时间
|
|
225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
226
216
|
:rtype: str
|
|
227
217
|
"""
|
|
228
218
|
return self._UpdateTime
|
|
@@ -234,7 +224,6 @@ class Application(AbstractModel):
|
|
|
234
224
|
@property
|
|
235
225
|
def ExecuteUser(self):
|
|
236
226
|
"""审批人
|
|
237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
238
227
|
:rtype: str
|
|
239
228
|
"""
|
|
240
229
|
return self._ExecuteUser
|
|
@@ -246,7 +235,6 @@ class Application(AbstractModel):
|
|
|
246
235
|
@property
|
|
247
236
|
def ExecuteStatus(self):
|
|
248
237
|
"""执行状态
|
|
249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
250
238
|
:rtype: str
|
|
251
239
|
"""
|
|
252
240
|
return self._ExecuteStatus
|
|
@@ -258,7 +246,6 @@ class Application(AbstractModel):
|
|
|
258
246
|
@property
|
|
259
247
|
def CanCensor(self):
|
|
260
248
|
"""该申请单是否可以被当前用户审批
|
|
261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
262
249
|
:rtype: bool
|
|
263
250
|
"""
|
|
264
251
|
return self._CanCensor
|
|
@@ -270,7 +257,6 @@ class Application(AbstractModel):
|
|
|
270
257
|
@property
|
|
271
258
|
def CanWithdrawal(self):
|
|
272
259
|
"""该申请单是否可以被当前用户撤回
|
|
273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
274
260
|
:rtype: bool
|
|
275
261
|
"""
|
|
276
262
|
return self._CanWithdrawal
|
|
@@ -320,13 +306,10 @@ class ApplyResult(AbstractModel):
|
|
|
320
306
|
:param _ApplicationType: 申请类型
|
|
321
307
|
:type ApplicationType: int
|
|
322
308
|
:param _ApplicationStatus: 处理状态 0-待审核 1-已经审核并提交任务 2-已驳回
|
|
323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
324
309
|
:type ApplicationStatus: int
|
|
325
310
|
:param _TaskId: 已提交的任务Id
|
|
326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
327
311
|
:type TaskId: str
|
|
328
312
|
:param _Error: 错误信息
|
|
329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
330
313
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
331
314
|
"""
|
|
332
315
|
self._ApplicationId = None
|
|
@@ -360,7 +343,6 @@ class ApplyResult(AbstractModel):
|
|
|
360
343
|
@property
|
|
361
344
|
def ApplicationStatus(self):
|
|
362
345
|
"""处理状态 0-待审核 1-已经审核并提交任务 2-已驳回
|
|
363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
364
346
|
:rtype: int
|
|
365
347
|
"""
|
|
366
348
|
return self._ApplicationStatus
|
|
@@ -372,7 +354,6 @@ class ApplyResult(AbstractModel):
|
|
|
372
354
|
@property
|
|
373
355
|
def TaskId(self):
|
|
374
356
|
"""已提交的任务Id
|
|
375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
376
357
|
:rtype: str
|
|
377
358
|
"""
|
|
378
359
|
return self._TaskId
|
|
@@ -384,7 +365,6 @@ class ApplyResult(AbstractModel):
|
|
|
384
365
|
@property
|
|
385
366
|
def Error(self):
|
|
386
367
|
"""错误信息
|
|
387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
388
368
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
389
369
|
"""
|
|
390
370
|
return self._Error
|
|
@@ -922,54 +902,38 @@ class ClusterInfo(AbstractModel):
|
|
|
922
902
|
:param _ApiAccessPort: TcaplusDB SDK连接参数,接入端口
|
|
923
903
|
:type ApiAccessPort: int
|
|
924
904
|
:param _OldPasswordExpireTime: 如果PasswordStatus是unmodifiable说明有旧密码还未过期,此字段将显示旧密码过期的时间,否则为空
|
|
925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
926
905
|
:type OldPasswordExpireTime: str
|
|
927
906
|
:param _ApiAccessIpv6: TcaplusDB SDK连接参数,接入ipv6地址
|
|
928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
929
907
|
:type ApiAccessIpv6: str
|
|
930
908
|
:param _ClusterType: 集群类型,0,1:共享集群; 2:独立集群
|
|
931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
932
909
|
:type ClusterType: int
|
|
933
910
|
:param _ClusterStatus: 集群状态, 0:表示正常运行中,1:表示冻结隔离一般欠费进入此状态,2:表示待回收,一般用户主动触发删除进入这个状态,3:待释放,进入这个状态,表示可以释放此表占用的资源了,4:变更中
|
|
934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
935
911
|
:type ClusterStatus: int
|
|
936
912
|
:param _ReadCapacityUnit: 读CU
|
|
937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
938
913
|
:type ReadCapacityUnit: int
|
|
939
914
|
:param _WriteCapacityUnit: 写CU
|
|
940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
941
915
|
:type WriteCapacityUnit: int
|
|
942
916
|
:param _DiskVolume: 磁盘容量
|
|
943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
944
917
|
:type DiskVolume: int
|
|
945
918
|
:param _ServerList: 独占server机器信息
|
|
946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
947
919
|
:type ServerList: list of ServerDetailInfo
|
|
948
920
|
:param _ProxyList: 独占proxy机器信息
|
|
949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
950
921
|
:type ProxyList: list of ProxyDetailInfo
|
|
951
922
|
:param _Censorship: 是否开启审核 0-不开启 1-开启
|
|
952
923
|
:type Censorship: int
|
|
953
924
|
:param _DbaUins: 审批人uin列表
|
|
954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
955
925
|
:type DbaUins: list of str
|
|
956
926
|
:param _DataFlowStatus: 是否开启了数据订阅
|
|
957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
958
927
|
:type DataFlowStatus: int
|
|
959
928
|
:param _KafkaInfo: 数据订阅的kafka信息
|
|
960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
961
929
|
:type KafkaInfo: :class:`tencentcloud.tcaplusdb.v20190823.models.KafkaInfo`
|
|
962
930
|
:param _TxhBackupExpireDay: 集群Txh备份文件多少天后过期删除
|
|
963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
964
931
|
:type TxhBackupExpireDay: int
|
|
965
932
|
:param _UlogBackupExpireDay: 集群Ulog备份文件多少天后过期删除
|
|
966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
967
933
|
:type UlogBackupExpireDay: int
|
|
968
934
|
:param _IsReadOnlyUlogBackupExpireDay: 集群Ulog备份文件过期策略是否为只读, 0: UlogBackupExpire是只读,不可修改, 1: UlogBackupExpire可以修改(当前业务存在Svrid第二段等于clusterid的机器)
|
|
969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
970
935
|
:type IsReadOnlyUlogBackupExpireDay: int
|
|
971
936
|
:param _RestProxyStatus: restproxy状态
|
|
972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
973
937
|
:type RestProxyStatus: int
|
|
974
938
|
"""
|
|
975
939
|
self._ClusterName = None
|
|
@@ -1149,7 +1113,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1149
1113
|
@property
|
|
1150
1114
|
def OldPasswordExpireTime(self):
|
|
1151
1115
|
"""如果PasswordStatus是unmodifiable说明有旧密码还未过期,此字段将显示旧密码过期的时间,否则为空
|
|
1152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1153
1116
|
:rtype: str
|
|
1154
1117
|
"""
|
|
1155
1118
|
return self._OldPasswordExpireTime
|
|
@@ -1161,7 +1124,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1161
1124
|
@property
|
|
1162
1125
|
def ApiAccessIpv6(self):
|
|
1163
1126
|
"""TcaplusDB SDK连接参数,接入ipv6地址
|
|
1164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1165
1127
|
:rtype: str
|
|
1166
1128
|
"""
|
|
1167
1129
|
return self._ApiAccessIpv6
|
|
@@ -1173,7 +1135,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1173
1135
|
@property
|
|
1174
1136
|
def ClusterType(self):
|
|
1175
1137
|
"""集群类型,0,1:共享集群; 2:独立集群
|
|
1176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1177
1138
|
:rtype: int
|
|
1178
1139
|
"""
|
|
1179
1140
|
return self._ClusterType
|
|
@@ -1185,7 +1146,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1185
1146
|
@property
|
|
1186
1147
|
def ClusterStatus(self):
|
|
1187
1148
|
"""集群状态, 0:表示正常运行中,1:表示冻结隔离一般欠费进入此状态,2:表示待回收,一般用户主动触发删除进入这个状态,3:待释放,进入这个状态,表示可以释放此表占用的资源了,4:变更中
|
|
1188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1189
1149
|
:rtype: int
|
|
1190
1150
|
"""
|
|
1191
1151
|
return self._ClusterStatus
|
|
@@ -1197,7 +1157,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1197
1157
|
@property
|
|
1198
1158
|
def ReadCapacityUnit(self):
|
|
1199
1159
|
"""读CU
|
|
1200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1201
1160
|
:rtype: int
|
|
1202
1161
|
"""
|
|
1203
1162
|
return self._ReadCapacityUnit
|
|
@@ -1209,7 +1168,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1209
1168
|
@property
|
|
1210
1169
|
def WriteCapacityUnit(self):
|
|
1211
1170
|
"""写CU
|
|
1212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1213
1171
|
:rtype: int
|
|
1214
1172
|
"""
|
|
1215
1173
|
return self._WriteCapacityUnit
|
|
@@ -1221,7 +1179,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1221
1179
|
@property
|
|
1222
1180
|
def DiskVolume(self):
|
|
1223
1181
|
"""磁盘容量
|
|
1224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1225
1182
|
:rtype: int
|
|
1226
1183
|
"""
|
|
1227
1184
|
return self._DiskVolume
|
|
@@ -1233,7 +1190,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1233
1190
|
@property
|
|
1234
1191
|
def ServerList(self):
|
|
1235
1192
|
"""独占server机器信息
|
|
1236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1237
1193
|
:rtype: list of ServerDetailInfo
|
|
1238
1194
|
"""
|
|
1239
1195
|
return self._ServerList
|
|
@@ -1245,7 +1201,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1245
1201
|
@property
|
|
1246
1202
|
def ProxyList(self):
|
|
1247
1203
|
"""独占proxy机器信息
|
|
1248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1249
1204
|
:rtype: list of ProxyDetailInfo
|
|
1250
1205
|
"""
|
|
1251
1206
|
return self._ProxyList
|
|
@@ -1268,7 +1223,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1268
1223
|
@property
|
|
1269
1224
|
def DbaUins(self):
|
|
1270
1225
|
"""审批人uin列表
|
|
1271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1272
1226
|
:rtype: list of str
|
|
1273
1227
|
"""
|
|
1274
1228
|
return self._DbaUins
|
|
@@ -1280,7 +1234,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1280
1234
|
@property
|
|
1281
1235
|
def DataFlowStatus(self):
|
|
1282
1236
|
"""是否开启了数据订阅
|
|
1283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1284
1237
|
:rtype: int
|
|
1285
1238
|
"""
|
|
1286
1239
|
return self._DataFlowStatus
|
|
@@ -1292,7 +1245,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1292
1245
|
@property
|
|
1293
1246
|
def KafkaInfo(self):
|
|
1294
1247
|
"""数据订阅的kafka信息
|
|
1295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1296
1248
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.KafkaInfo`
|
|
1297
1249
|
"""
|
|
1298
1250
|
return self._KafkaInfo
|
|
@@ -1304,7 +1256,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1304
1256
|
@property
|
|
1305
1257
|
def TxhBackupExpireDay(self):
|
|
1306
1258
|
"""集群Txh备份文件多少天后过期删除
|
|
1307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1308
1259
|
:rtype: int
|
|
1309
1260
|
"""
|
|
1310
1261
|
return self._TxhBackupExpireDay
|
|
@@ -1316,7 +1267,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1316
1267
|
@property
|
|
1317
1268
|
def UlogBackupExpireDay(self):
|
|
1318
1269
|
"""集群Ulog备份文件多少天后过期删除
|
|
1319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1320
1270
|
:rtype: int
|
|
1321
1271
|
"""
|
|
1322
1272
|
return self._UlogBackupExpireDay
|
|
@@ -1328,7 +1278,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1328
1278
|
@property
|
|
1329
1279
|
def IsReadOnlyUlogBackupExpireDay(self):
|
|
1330
1280
|
"""集群Ulog备份文件过期策略是否为只读, 0: UlogBackupExpire是只读,不可修改, 1: UlogBackupExpire可以修改(当前业务存在Svrid第二段等于clusterid的机器)
|
|
1331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1332
1281
|
:rtype: int
|
|
1333
1282
|
"""
|
|
1334
1283
|
return self._IsReadOnlyUlogBackupExpireDay
|
|
@@ -1340,7 +1289,6 @@ class ClusterInfo(AbstractModel):
|
|
|
1340
1289
|
@property
|
|
1341
1290
|
def RestProxyStatus(self):
|
|
1342
1291
|
"""restproxy状态
|
|
1343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1344
1292
|
:rtype: int
|
|
1345
1293
|
"""
|
|
1346
1294
|
return self._RestProxyStatus
|
|
@@ -1590,28 +1538,20 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1590
1538
|
def __init__(self):
|
|
1591
1539
|
r"""
|
|
1592
1540
|
:param _SrcTableClusterId: 源表格的集群id
|
|
1593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1594
1541
|
:type SrcTableClusterId: str
|
|
1595
1542
|
:param _SrcTableGroupId: 源表格的表格组id
|
|
1596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1597
1543
|
:type SrcTableGroupId: str
|
|
1598
1544
|
:param _SrcTableName: 源表格的表名
|
|
1599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1600
1545
|
:type SrcTableName: str
|
|
1601
1546
|
:param _DstTableClusterId: 目标表格的集群id
|
|
1602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1603
1547
|
:type DstTableClusterId: str
|
|
1604
1548
|
:param _DstTableGroupId: 目标表格的表格组id
|
|
1605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1606
1549
|
:type DstTableGroupId: str
|
|
1607
1550
|
:param _DstTableName: 目标表格的表名
|
|
1608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1609
1551
|
:type DstTableName: str
|
|
1610
1552
|
:param _SrcTableInstanceId: 源表格的实例id
|
|
1611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1612
1553
|
:type SrcTableInstanceId: str
|
|
1613
1554
|
:param _DstTableInstanceId: 目标表格的实例id
|
|
1614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1615
1555
|
:type DstTableInstanceId: str
|
|
1616
1556
|
"""
|
|
1617
1557
|
self._SrcTableClusterId = None
|
|
@@ -1626,7 +1566,6 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1626
1566
|
@property
|
|
1627
1567
|
def SrcTableClusterId(self):
|
|
1628
1568
|
"""源表格的集群id
|
|
1629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1630
1569
|
:rtype: str
|
|
1631
1570
|
"""
|
|
1632
1571
|
return self._SrcTableClusterId
|
|
@@ -1638,7 +1577,6 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1638
1577
|
@property
|
|
1639
1578
|
def SrcTableGroupId(self):
|
|
1640
1579
|
"""源表格的表格组id
|
|
1641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1642
1580
|
:rtype: str
|
|
1643
1581
|
"""
|
|
1644
1582
|
return self._SrcTableGroupId
|
|
@@ -1650,7 +1588,6 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1650
1588
|
@property
|
|
1651
1589
|
def SrcTableName(self):
|
|
1652
1590
|
"""源表格的表名
|
|
1653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1654
1591
|
:rtype: str
|
|
1655
1592
|
"""
|
|
1656
1593
|
return self._SrcTableName
|
|
@@ -1662,7 +1599,6 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1662
1599
|
@property
|
|
1663
1600
|
def DstTableClusterId(self):
|
|
1664
1601
|
"""目标表格的集群id
|
|
1665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1666
1602
|
:rtype: str
|
|
1667
1603
|
"""
|
|
1668
1604
|
return self._DstTableClusterId
|
|
@@ -1674,7 +1610,6 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1674
1610
|
@property
|
|
1675
1611
|
def DstTableGroupId(self):
|
|
1676
1612
|
"""目标表格的表格组id
|
|
1677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1678
1613
|
:rtype: str
|
|
1679
1614
|
"""
|
|
1680
1615
|
return self._DstTableGroupId
|
|
@@ -1686,7 +1621,6 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1686
1621
|
@property
|
|
1687
1622
|
def DstTableName(self):
|
|
1688
1623
|
"""目标表格的表名
|
|
1689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1690
1624
|
:rtype: str
|
|
1691
1625
|
"""
|
|
1692
1626
|
return self._DstTableName
|
|
@@ -1698,7 +1632,6 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1698
1632
|
@property
|
|
1699
1633
|
def SrcTableInstanceId(self):
|
|
1700
1634
|
"""源表格的实例id
|
|
1701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1702
1635
|
:rtype: str
|
|
1703
1636
|
"""
|
|
1704
1637
|
return self._SrcTableInstanceId
|
|
@@ -1710,7 +1643,6 @@ class CompareTablesInfo(AbstractModel):
|
|
|
1710
1643
|
@property
|
|
1711
1644
|
def DstTableInstanceId(self):
|
|
1712
1645
|
"""目标表格的实例id
|
|
1713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1714
1646
|
:rtype: str
|
|
1715
1647
|
"""
|
|
1716
1648
|
return self._DstTableInstanceId
|
|
@@ -1818,10 +1750,8 @@ class CreateBackupResponse(AbstractModel):
|
|
|
1818
1750
|
def __init__(self):
|
|
1819
1751
|
r"""
|
|
1820
1752
|
:param _TaskIds: 创建的备份任务ID列表
|
|
1821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1822
1753
|
:type TaskIds: list of str
|
|
1823
1754
|
:param _ApplicationIds: 创建的备份申请ID列表
|
|
1824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1825
1755
|
:type ApplicationIds: list of str
|
|
1826
1756
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1827
1757
|
:type RequestId: str
|
|
@@ -1833,7 +1763,6 @@ class CreateBackupResponse(AbstractModel):
|
|
|
1833
1763
|
@property
|
|
1834
1764
|
def TaskIds(self):
|
|
1835
1765
|
"""创建的备份任务ID列表
|
|
1836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1837
1766
|
:rtype: list of str
|
|
1838
1767
|
"""
|
|
1839
1768
|
return self._TaskIds
|
|
@@ -1845,7 +1774,6 @@ class CreateBackupResponse(AbstractModel):
|
|
|
1845
1774
|
@property
|
|
1846
1775
|
def ApplicationIds(self):
|
|
1847
1776
|
"""创建的备份申请ID列表
|
|
1848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1849
1777
|
:rtype: list of str
|
|
1850
1778
|
"""
|
|
1851
1779
|
return self._ApplicationIds
|
|
@@ -2587,7 +2515,6 @@ class DeleteBackupRecordsResponse(AbstractModel):
|
|
|
2587
2515
|
def __init__(self):
|
|
2588
2516
|
r"""
|
|
2589
2517
|
:param _TaskId: TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
|
2590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2591
2518
|
:type TaskId: str
|
|
2592
2519
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2593
2520
|
:type RequestId: str
|
|
@@ -2598,7 +2525,6 @@ class DeleteBackupRecordsResponse(AbstractModel):
|
|
|
2598
2525
|
@property
|
|
2599
2526
|
def TaskId(self):
|
|
2600
2527
|
"""TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
|
2601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2602
2528
|
:rtype: str
|
|
2603
2529
|
"""
|
|
2604
2530
|
return self._TaskId
|
|
@@ -3799,10 +3725,8 @@ class DescribeClusterTagsResponse(AbstractModel):
|
|
|
3799
3725
|
def __init__(self):
|
|
3800
3726
|
r"""
|
|
3801
3727
|
:param _Rows: 集群标签信息列表
|
|
3802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3803
3728
|
:type Rows: list of TagsInfoOfCluster
|
|
3804
3729
|
:param _TotalCount: 返回结果个数
|
|
3805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3806
3730
|
:type TotalCount: int
|
|
3807
3731
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3808
3732
|
:type RequestId: str
|
|
@@ -3814,7 +3738,6 @@ class DescribeClusterTagsResponse(AbstractModel):
|
|
|
3814
3738
|
@property
|
|
3815
3739
|
def Rows(self):
|
|
3816
3740
|
"""集群标签信息列表
|
|
3817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3818
3741
|
:rtype: list of TagsInfoOfCluster
|
|
3819
3742
|
"""
|
|
3820
3743
|
return self._Rows
|
|
@@ -3826,7 +3749,6 @@ class DescribeClusterTagsResponse(AbstractModel):
|
|
|
3826
3749
|
@property
|
|
3827
3750
|
def TotalCount(self):
|
|
3828
3751
|
"""返回结果个数
|
|
3829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3830
3752
|
:rtype: int
|
|
3831
3753
|
"""
|
|
3832
3754
|
return self._TotalCount
|
|
@@ -4557,10 +4479,8 @@ class DescribeTableGroupTagsResponse(AbstractModel):
|
|
|
4557
4479
|
def __init__(self):
|
|
4558
4480
|
r"""
|
|
4559
4481
|
:param _Rows: 表格组标签信息列表
|
|
4560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4561
4482
|
:type Rows: list of TagsInfoOfTableGroup
|
|
4562
4483
|
:param _TotalCount: 返回结果个数
|
|
4563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4564
4484
|
:type TotalCount: int
|
|
4565
4485
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4566
4486
|
:type RequestId: str
|
|
@@ -4572,7 +4492,6 @@ class DescribeTableGroupTagsResponse(AbstractModel):
|
|
|
4572
4492
|
@property
|
|
4573
4493
|
def Rows(self):
|
|
4574
4494
|
"""表格组标签信息列表
|
|
4575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4576
4495
|
:rtype: list of TagsInfoOfTableGroup
|
|
4577
4496
|
"""
|
|
4578
4497
|
return self._Rows
|
|
@@ -4584,7 +4503,6 @@ class DescribeTableGroupTagsResponse(AbstractModel):
|
|
|
4584
4503
|
@property
|
|
4585
4504
|
def TotalCount(self):
|
|
4586
4505
|
"""返回结果个数
|
|
4587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4588
4506
|
:rtype: int
|
|
4589
4507
|
"""
|
|
4590
4508
|
return self._TotalCount
|
|
@@ -5862,10 +5780,8 @@ class IdlFileInfo(AbstractModel):
|
|
|
5862
5780
|
:param _FileSize: 文件大小(Bytes)
|
|
5863
5781
|
:type FileSize: int
|
|
5864
5782
|
:param _FileId: 文件ID,对于已上传的文件有意义
|
|
5865
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5866
5783
|
:type FileId: int
|
|
5867
5784
|
:param _FileContent: 文件内容,对于本次新上传的文件有意义
|
|
5868
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5869
5785
|
:type FileContent: str
|
|
5870
5786
|
"""
|
|
5871
5787
|
self._FileName = None
|
|
@@ -5922,7 +5838,6 @@ class IdlFileInfo(AbstractModel):
|
|
|
5922
5838
|
@property
|
|
5923
5839
|
def FileId(self):
|
|
5924
5840
|
"""文件ID,对于已上传的文件有意义
|
|
5925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5926
5841
|
:rtype: int
|
|
5927
5842
|
"""
|
|
5928
5843
|
return self._FileId
|
|
@@ -5934,7 +5849,6 @@ class IdlFileInfo(AbstractModel):
|
|
|
5934
5849
|
@property
|
|
5935
5850
|
def FileContent(self):
|
|
5936
5851
|
"""文件内容,对于本次新上传的文件有意义
|
|
5937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5938
5852
|
:rtype: str
|
|
5939
5853
|
"""
|
|
5940
5854
|
return self._FileContent
|
|
@@ -5969,22 +5883,16 @@ class IdlFileInfoWithoutContent(AbstractModel):
|
|
|
5969
5883
|
def __init__(self):
|
|
5970
5884
|
r"""
|
|
5971
5885
|
:param _FileName: 文件名称,不包含扩展名
|
|
5972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5973
5886
|
:type FileName: str
|
|
5974
5887
|
:param _FileType: 数据描述语言(IDL)类型
|
|
5975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5976
5888
|
:type FileType: str
|
|
5977
5889
|
:param _FileExtType: 文件扩展名
|
|
5978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5979
5890
|
:type FileExtType: str
|
|
5980
5891
|
:param _FileSize: 文件大小(Bytes)
|
|
5981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5982
5892
|
:type FileSize: int
|
|
5983
5893
|
:param _FileId: 文件ID
|
|
5984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5985
5894
|
:type FileId: int
|
|
5986
5895
|
:param _Error: 错误信息
|
|
5987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5988
5896
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
5989
5897
|
"""
|
|
5990
5898
|
self._FileName = None
|
|
@@ -5997,7 +5905,6 @@ class IdlFileInfoWithoutContent(AbstractModel):
|
|
|
5997
5905
|
@property
|
|
5998
5906
|
def FileName(self):
|
|
5999
5907
|
"""文件名称,不包含扩展名
|
|
6000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6001
5908
|
:rtype: str
|
|
6002
5909
|
"""
|
|
6003
5910
|
return self._FileName
|
|
@@ -6009,7 +5916,6 @@ class IdlFileInfoWithoutContent(AbstractModel):
|
|
|
6009
5916
|
@property
|
|
6010
5917
|
def FileType(self):
|
|
6011
5918
|
"""数据描述语言(IDL)类型
|
|
6012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6013
5919
|
:rtype: str
|
|
6014
5920
|
"""
|
|
6015
5921
|
return self._FileType
|
|
@@ -6021,7 +5927,6 @@ class IdlFileInfoWithoutContent(AbstractModel):
|
|
|
6021
5927
|
@property
|
|
6022
5928
|
def FileExtType(self):
|
|
6023
5929
|
"""文件扩展名
|
|
6024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6025
5930
|
:rtype: str
|
|
6026
5931
|
"""
|
|
6027
5932
|
return self._FileExtType
|
|
@@ -6033,7 +5938,6 @@ class IdlFileInfoWithoutContent(AbstractModel):
|
|
|
6033
5938
|
@property
|
|
6034
5939
|
def FileSize(self):
|
|
6035
5940
|
"""文件大小(Bytes)
|
|
6036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6037
5941
|
:rtype: int
|
|
6038
5942
|
"""
|
|
6039
5943
|
return self._FileSize
|
|
@@ -6045,7 +5949,6 @@ class IdlFileInfoWithoutContent(AbstractModel):
|
|
|
6045
5949
|
@property
|
|
6046
5950
|
def FileId(self):
|
|
6047
5951
|
"""文件ID
|
|
6048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6049
5952
|
:rtype: int
|
|
6050
5953
|
"""
|
|
6051
5954
|
return self._FileId
|
|
@@ -6057,7 +5960,6 @@ class IdlFileInfoWithoutContent(AbstractModel):
|
|
|
6057
5960
|
@property
|
|
6058
5961
|
def Error(self):
|
|
6059
5962
|
"""错误信息
|
|
6060
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6061
5963
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
6062
5964
|
"""
|
|
6063
5965
|
return self._Error
|
|
@@ -6224,10 +6126,8 @@ class ImportSnapshotsResponse(AbstractModel):
|
|
|
6224
6126
|
def __init__(self):
|
|
6225
6127
|
r"""
|
|
6226
6128
|
:param _TaskId: TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
|
6227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6228
6129
|
:type TaskId: str
|
|
6229
6130
|
:param _ApplicationId: ApplicationId由 AppInstanceId-applicationId 组成,以区分不同集群的申请
|
|
6230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6231
6131
|
:type ApplicationId: str
|
|
6232
6132
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6233
6133
|
:type RequestId: str
|
|
@@ -6239,7 +6139,6 @@ class ImportSnapshotsResponse(AbstractModel):
|
|
|
6239
6139
|
@property
|
|
6240
6140
|
def TaskId(self):
|
|
6241
6141
|
"""TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
|
6242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6243
6142
|
:rtype: str
|
|
6244
6143
|
"""
|
|
6245
6144
|
return self._TaskId
|
|
@@ -6251,7 +6150,6 @@ class ImportSnapshotsResponse(AbstractModel):
|
|
|
6251
6150
|
@property
|
|
6252
6151
|
def ApplicationId(self):
|
|
6253
6152
|
"""ApplicationId由 AppInstanceId-applicationId 组成,以区分不同集群的申请
|
|
6254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6255
6153
|
:rtype: str
|
|
6256
6154
|
"""
|
|
6257
6155
|
return self._ApplicationId
|
|
@@ -6286,22 +6184,16 @@ class KafkaInfo(AbstractModel):
|
|
|
6286
6184
|
def __init__(self):
|
|
6287
6185
|
r"""
|
|
6288
6186
|
:param _Address: Kafka address
|
|
6289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6290
6187
|
:type Address: str
|
|
6291
6188
|
:param _Topic: Kafka topic
|
|
6292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6293
6189
|
:type Topic: str
|
|
6294
6190
|
:param _User: kafka username
|
|
6295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6296
6191
|
:type User: str
|
|
6297
6192
|
:param _Password: kafka password
|
|
6298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6299
6193
|
:type Password: str
|
|
6300
6194
|
:param _Instance: ckafka实例
|
|
6301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6302
6195
|
:type Instance: str
|
|
6303
6196
|
:param _IsVpc: 是否走VPC
|
|
6304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6305
6197
|
:type IsVpc: int
|
|
6306
6198
|
"""
|
|
6307
6199
|
self._Address = None
|
|
@@ -6314,7 +6206,6 @@ class KafkaInfo(AbstractModel):
|
|
|
6314
6206
|
@property
|
|
6315
6207
|
def Address(self):
|
|
6316
6208
|
"""Kafka address
|
|
6317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6318
6209
|
:rtype: str
|
|
6319
6210
|
"""
|
|
6320
6211
|
return self._Address
|
|
@@ -6326,7 +6217,6 @@ class KafkaInfo(AbstractModel):
|
|
|
6326
6217
|
@property
|
|
6327
6218
|
def Topic(self):
|
|
6328
6219
|
"""Kafka topic
|
|
6329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6330
6220
|
:rtype: str
|
|
6331
6221
|
"""
|
|
6332
6222
|
return self._Topic
|
|
@@ -6338,7 +6228,6 @@ class KafkaInfo(AbstractModel):
|
|
|
6338
6228
|
@property
|
|
6339
6229
|
def User(self):
|
|
6340
6230
|
"""kafka username
|
|
6341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6342
6231
|
:rtype: str
|
|
6343
6232
|
"""
|
|
6344
6233
|
return self._User
|
|
@@ -6350,7 +6239,6 @@ class KafkaInfo(AbstractModel):
|
|
|
6350
6239
|
@property
|
|
6351
6240
|
def Password(self):
|
|
6352
6241
|
"""kafka password
|
|
6353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6354
6242
|
:rtype: str
|
|
6355
6243
|
"""
|
|
6356
6244
|
return self._Password
|
|
@@ -6362,7 +6250,6 @@ class KafkaInfo(AbstractModel):
|
|
|
6362
6250
|
@property
|
|
6363
6251
|
def Instance(self):
|
|
6364
6252
|
"""ckafka实例
|
|
6365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6366
6253
|
:rtype: str
|
|
6367
6254
|
"""
|
|
6368
6255
|
return self._Instance
|
|
@@ -6374,7 +6261,6 @@ class KafkaInfo(AbstractModel):
|
|
|
6374
6261
|
@property
|
|
6375
6262
|
def IsVpc(self):
|
|
6376
6263
|
"""是否走VPC
|
|
6377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6378
6264
|
:rtype: int
|
|
6379
6265
|
"""
|
|
6380
6266
|
return self._IsVpc
|
|
@@ -6541,15 +6427,12 @@ class MergeTableResult(AbstractModel):
|
|
|
6541
6427
|
def __init__(self):
|
|
6542
6428
|
r"""
|
|
6543
6429
|
:param _TaskId: 任务Id
|
|
6544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6545
6430
|
:type TaskId: str
|
|
6546
6431
|
:param _Error: 成功时此字段返回 null,表示取不到有效值。
|
|
6547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6548
6432
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
6549
6433
|
:param _Table: 对比的表格信息
|
|
6550
6434
|
:type Table: :class:`tencentcloud.tcaplusdb.v20190823.models.CompareTablesInfo`
|
|
6551
6435
|
:param _ApplicationId: 申请单Id
|
|
6552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6553
6436
|
:type ApplicationId: str
|
|
6554
6437
|
"""
|
|
6555
6438
|
self._TaskId = None
|
|
@@ -6560,7 +6443,6 @@ class MergeTableResult(AbstractModel):
|
|
|
6560
6443
|
@property
|
|
6561
6444
|
def TaskId(self):
|
|
6562
6445
|
"""任务Id
|
|
6563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6564
6446
|
:rtype: str
|
|
6565
6447
|
"""
|
|
6566
6448
|
return self._TaskId
|
|
@@ -6572,7 +6454,6 @@ class MergeTableResult(AbstractModel):
|
|
|
6572
6454
|
@property
|
|
6573
6455
|
def Error(self):
|
|
6574
6456
|
"""成功时此字段返回 null,表示取不到有效值。
|
|
6575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6576
6457
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
6577
6458
|
"""
|
|
6578
6459
|
return self._Error
|
|
@@ -6595,7 +6476,6 @@ class MergeTableResult(AbstractModel):
|
|
|
6595
6476
|
@property
|
|
6596
6477
|
def ApplicationId(self):
|
|
6597
6478
|
"""申请单Id
|
|
6598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6599
6479
|
:rtype: str
|
|
6600
6480
|
"""
|
|
6601
6481
|
return self._ApplicationId
|
|
@@ -6857,7 +6737,6 @@ class ModifyCensorshipResponse(AbstractModel):
|
|
|
6857
6737
|
:param _ClusterId: 集群id
|
|
6858
6738
|
:type ClusterId: str
|
|
6859
6739
|
:param _Uins: 已加入审批人的uin
|
|
6860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6861
6740
|
:type Uins: list of str
|
|
6862
6741
|
:param _Censorship: 集群是否开启审核 0-关闭 1-开启
|
|
6863
6742
|
:type Censorship: int
|
|
@@ -6883,7 +6762,6 @@ class ModifyCensorshipResponse(AbstractModel):
|
|
|
6883
6762
|
@property
|
|
6884
6763
|
def Uins(self):
|
|
6885
6764
|
"""已加入审批人的uin
|
|
6886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6887
6765
|
:rtype: list of str
|
|
6888
6766
|
"""
|
|
6889
6767
|
return self._Uins
|
|
@@ -7343,7 +7221,6 @@ class ModifyClusterTagsResponse(AbstractModel):
|
|
|
7343
7221
|
def __init__(self):
|
|
7344
7222
|
r"""
|
|
7345
7223
|
:param _TaskId: 任务ID
|
|
7346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7347
7224
|
:type TaskId: str
|
|
7348
7225
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7349
7226
|
:type RequestId: str
|
|
@@ -7354,7 +7231,6 @@ class ModifyClusterTagsResponse(AbstractModel):
|
|
|
7354
7231
|
@property
|
|
7355
7232
|
def TaskId(self):
|
|
7356
7233
|
"""任务ID
|
|
7357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7358
7234
|
:rtype: str
|
|
7359
7235
|
"""
|
|
7360
7236
|
return self._TaskId
|
|
@@ -7692,7 +7568,6 @@ class ModifyTableGroupTagsResponse(AbstractModel):
|
|
|
7692
7568
|
def __init__(self):
|
|
7693
7569
|
r"""
|
|
7694
7570
|
:param _TaskId: 任务ID
|
|
7695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7696
7571
|
:type TaskId: str
|
|
7697
7572
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7698
7573
|
:type RequestId: str
|
|
@@ -7703,7 +7578,6 @@ class ModifyTableGroupTagsResponse(AbstractModel):
|
|
|
7703
7578
|
@property
|
|
7704
7579
|
def TaskId(self):
|
|
7705
7580
|
"""任务ID
|
|
7706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7707
7581
|
:rtype: str
|
|
7708
7582
|
"""
|
|
7709
7583
|
return self._TaskId
|
|
@@ -8273,58 +8147,40 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8273
8147
|
def __init__(self):
|
|
8274
8148
|
r"""
|
|
8275
8149
|
:param _TableIdlType: 表格描述语言类型:`PROTO`或`TDR`
|
|
8276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8277
8150
|
:type TableIdlType: str
|
|
8278
8151
|
:param _TableInstanceId: 表格实例ID
|
|
8279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8280
8152
|
:type TableInstanceId: str
|
|
8281
8153
|
:param _TableName: 表格名称
|
|
8282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8283
8154
|
:type TableName: str
|
|
8284
8155
|
:param _TableType: 表格数据结构类型:`GENERIC`或`LIST`
|
|
8285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8286
8156
|
:type TableType: str
|
|
8287
8157
|
:param _KeyFields: 主键字段信息
|
|
8288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8289
8158
|
:type KeyFields: str
|
|
8290
8159
|
:param _OldKeyFields: 原主键字段信息,改表校验时有效
|
|
8291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8292
8160
|
:type OldKeyFields: str
|
|
8293
8161
|
:param _ValueFields: 非主键字段信息
|
|
8294
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8295
8162
|
:type ValueFields: str
|
|
8296
8163
|
:param _OldValueFields: 原非主键字段信息,改表校验时有效
|
|
8297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8298
8164
|
:type OldValueFields: str
|
|
8299
8165
|
:param _TableGroupId: 所属表格组ID
|
|
8300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8301
8166
|
:type TableGroupId: str
|
|
8302
8167
|
:param _SumKeyFieldSize: 主键字段总大小
|
|
8303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8304
8168
|
:type SumKeyFieldSize: int
|
|
8305
8169
|
:param _SumValueFieldSize: 非主键字段总大小
|
|
8306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8307
8170
|
:type SumValueFieldSize: int
|
|
8308
8171
|
:param _IndexKeySet: 索引键集合
|
|
8309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8310
8172
|
:type IndexKeySet: str
|
|
8311
8173
|
:param _ShardingKeySet: 分表因子集合
|
|
8312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8313
8174
|
:type ShardingKeySet: str
|
|
8314
8175
|
:param _TdrVersion: TDR版本号
|
|
8315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8316
8176
|
:type TdrVersion: int
|
|
8317
8177
|
:param _Error: 错误信息
|
|
8318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8319
8178
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
8320
8179
|
:param _ListElementNum: LIST类型表格元素个数
|
|
8321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8322
8180
|
:type ListElementNum: int
|
|
8323
8181
|
:param _SortFieldNum: SORTLIST类型表格排序字段个数
|
|
8324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8325
8182
|
:type SortFieldNum: int
|
|
8326
8183
|
:param _SortRule: SORTLIST类型表格排序顺序
|
|
8327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8328
8184
|
:type SortRule: int
|
|
8329
8185
|
"""
|
|
8330
8186
|
self._TableIdlType = None
|
|
@@ -8349,7 +8205,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8349
8205
|
@property
|
|
8350
8206
|
def TableIdlType(self):
|
|
8351
8207
|
"""表格描述语言类型:`PROTO`或`TDR`
|
|
8352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8353
8208
|
:rtype: str
|
|
8354
8209
|
"""
|
|
8355
8210
|
return self._TableIdlType
|
|
@@ -8361,7 +8216,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8361
8216
|
@property
|
|
8362
8217
|
def TableInstanceId(self):
|
|
8363
8218
|
"""表格实例ID
|
|
8364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8365
8219
|
:rtype: str
|
|
8366
8220
|
"""
|
|
8367
8221
|
return self._TableInstanceId
|
|
@@ -8373,7 +8227,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8373
8227
|
@property
|
|
8374
8228
|
def TableName(self):
|
|
8375
8229
|
"""表格名称
|
|
8376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8377
8230
|
:rtype: str
|
|
8378
8231
|
"""
|
|
8379
8232
|
return self._TableName
|
|
@@ -8385,7 +8238,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8385
8238
|
@property
|
|
8386
8239
|
def TableType(self):
|
|
8387
8240
|
"""表格数据结构类型:`GENERIC`或`LIST`
|
|
8388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8389
8241
|
:rtype: str
|
|
8390
8242
|
"""
|
|
8391
8243
|
return self._TableType
|
|
@@ -8397,7 +8249,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8397
8249
|
@property
|
|
8398
8250
|
def KeyFields(self):
|
|
8399
8251
|
"""主键字段信息
|
|
8400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8401
8252
|
:rtype: str
|
|
8402
8253
|
"""
|
|
8403
8254
|
return self._KeyFields
|
|
@@ -8409,7 +8260,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8409
8260
|
@property
|
|
8410
8261
|
def OldKeyFields(self):
|
|
8411
8262
|
"""原主键字段信息,改表校验时有效
|
|
8412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8413
8263
|
:rtype: str
|
|
8414
8264
|
"""
|
|
8415
8265
|
return self._OldKeyFields
|
|
@@ -8421,7 +8271,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8421
8271
|
@property
|
|
8422
8272
|
def ValueFields(self):
|
|
8423
8273
|
"""非主键字段信息
|
|
8424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8425
8274
|
:rtype: str
|
|
8426
8275
|
"""
|
|
8427
8276
|
return self._ValueFields
|
|
@@ -8433,7 +8282,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8433
8282
|
@property
|
|
8434
8283
|
def OldValueFields(self):
|
|
8435
8284
|
"""原非主键字段信息,改表校验时有效
|
|
8436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8437
8285
|
:rtype: str
|
|
8438
8286
|
"""
|
|
8439
8287
|
return self._OldValueFields
|
|
@@ -8445,7 +8293,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8445
8293
|
@property
|
|
8446
8294
|
def TableGroupId(self):
|
|
8447
8295
|
"""所属表格组ID
|
|
8448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8449
8296
|
:rtype: str
|
|
8450
8297
|
"""
|
|
8451
8298
|
return self._TableGroupId
|
|
@@ -8457,7 +8304,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8457
8304
|
@property
|
|
8458
8305
|
def SumKeyFieldSize(self):
|
|
8459
8306
|
"""主键字段总大小
|
|
8460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8461
8307
|
:rtype: int
|
|
8462
8308
|
"""
|
|
8463
8309
|
return self._SumKeyFieldSize
|
|
@@ -8469,7 +8315,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8469
8315
|
@property
|
|
8470
8316
|
def SumValueFieldSize(self):
|
|
8471
8317
|
"""非主键字段总大小
|
|
8472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8473
8318
|
:rtype: int
|
|
8474
8319
|
"""
|
|
8475
8320
|
return self._SumValueFieldSize
|
|
@@ -8481,7 +8326,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8481
8326
|
@property
|
|
8482
8327
|
def IndexKeySet(self):
|
|
8483
8328
|
"""索引键集合
|
|
8484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8485
8329
|
:rtype: str
|
|
8486
8330
|
"""
|
|
8487
8331
|
return self._IndexKeySet
|
|
@@ -8493,7 +8337,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8493
8337
|
@property
|
|
8494
8338
|
def ShardingKeySet(self):
|
|
8495
8339
|
"""分表因子集合
|
|
8496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8497
8340
|
:rtype: str
|
|
8498
8341
|
"""
|
|
8499
8342
|
return self._ShardingKeySet
|
|
@@ -8505,7 +8348,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8505
8348
|
@property
|
|
8506
8349
|
def TdrVersion(self):
|
|
8507
8350
|
"""TDR版本号
|
|
8508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8509
8351
|
:rtype: int
|
|
8510
8352
|
"""
|
|
8511
8353
|
return self._TdrVersion
|
|
@@ -8517,7 +8359,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8517
8359
|
@property
|
|
8518
8360
|
def Error(self):
|
|
8519
8361
|
"""错误信息
|
|
8520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8521
8362
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
8522
8363
|
"""
|
|
8523
8364
|
return self._Error
|
|
@@ -8529,7 +8370,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8529
8370
|
@property
|
|
8530
8371
|
def ListElementNum(self):
|
|
8531
8372
|
"""LIST类型表格元素个数
|
|
8532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8533
8373
|
:rtype: int
|
|
8534
8374
|
"""
|
|
8535
8375
|
return self._ListElementNum
|
|
@@ -8541,7 +8381,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8541
8381
|
@property
|
|
8542
8382
|
def SortFieldNum(self):
|
|
8543
8383
|
"""SORTLIST类型表格排序字段个数
|
|
8544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8545
8384
|
:rtype: int
|
|
8546
8385
|
"""
|
|
8547
8386
|
return self._SortFieldNum
|
|
@@ -8553,7 +8392,6 @@ class ParsedTableInfoNew(AbstractModel):
|
|
|
8553
8392
|
@property
|
|
8554
8393
|
def SortRule(self):
|
|
8555
8394
|
"""SORTLIST类型表格排序顺序
|
|
8556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8557
8395
|
:rtype: int
|
|
8558
8396
|
"""
|
|
8559
8397
|
return self._SortRule
|
|
@@ -8718,7 +8556,6 @@ class ProxyDetailInfo(AbstractModel):
|
|
|
8718
8556
|
:param _SlowProcessSpeed: 慢处理包速度
|
|
8719
8557
|
:type SlowProcessSpeed: int
|
|
8720
8558
|
:param _Version: 版本
|
|
8721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8722
8559
|
:type Version: str
|
|
8723
8560
|
"""
|
|
8724
8561
|
self._ProxyUid = None
|
|
@@ -8786,7 +8623,6 @@ class ProxyDetailInfo(AbstractModel):
|
|
|
8786
8623
|
@property
|
|
8787
8624
|
def Version(self):
|
|
8788
8625
|
"""版本
|
|
8789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8790
8626
|
:rtype: str
|
|
8791
8627
|
"""
|
|
8792
8628
|
return self._Version
|
|
@@ -9627,7 +9463,6 @@ class ServerDetailInfo(AbstractModel):
|
|
|
9627
9463
|
:param _WriteNum: 写次数
|
|
9628
9464
|
:type WriteNum: int
|
|
9629
9465
|
:param _Version: 版本
|
|
9630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9631
9466
|
:type Version: str
|
|
9632
9467
|
"""
|
|
9633
9468
|
self._ServerUid = None
|
|
@@ -9707,7 +9542,6 @@ class ServerDetailInfo(AbstractModel):
|
|
|
9707
9542
|
@property
|
|
9708
9543
|
def Version(self):
|
|
9709
9544
|
"""版本
|
|
9710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9711
9545
|
:rtype: str
|
|
9712
9546
|
"""
|
|
9713
9547
|
return self._Version
|
|
@@ -9850,7 +9684,6 @@ class SetBackupExpireRuleResponse(AbstractModel):
|
|
|
9850
9684
|
def __init__(self):
|
|
9851
9685
|
r"""
|
|
9852
9686
|
:param _TaskId: TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
|
9853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9854
9687
|
:type TaskId: str
|
|
9855
9688
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9856
9689
|
:type RequestId: str
|
|
@@ -9861,7 +9694,6 @@ class SetBackupExpireRuleResponse(AbstractModel):
|
|
|
9861
9694
|
@property
|
|
9862
9695
|
def TaskId(self):
|
|
9863
9696
|
"""TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
|
|
9864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9865
9697
|
:rtype: str
|
|
9866
9698
|
"""
|
|
9867
9699
|
return self._TaskId
|
|
@@ -10310,37 +10142,26 @@ class SnapshotResult(AbstractModel):
|
|
|
10310
10142
|
def __init__(self):
|
|
10311
10143
|
r"""
|
|
10312
10144
|
:param _TableGroupId: 表格所属表格组ID
|
|
10313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10314
10145
|
:type TableGroupId: str
|
|
10315
10146
|
:param _TableName: 表格名称
|
|
10316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10317
10147
|
:type TableName: str
|
|
10318
10148
|
:param _TaskId: 任务ID,对于创建单任务的接口有效
|
|
10319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10320
10149
|
:type TaskId: str
|
|
10321
10150
|
:param _Error: 错误信息
|
|
10322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10323
10151
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
10324
10152
|
:param _SnapshotName: 快照名称
|
|
10325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10326
10153
|
:type SnapshotName: str
|
|
10327
10154
|
:param _SnapshotTime: 快照的时间点
|
|
10328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10329
10155
|
:type SnapshotTime: str
|
|
10330
10156
|
:param _SnapshotDeadTime: 快照的过期时间点
|
|
10331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10332
10157
|
:type SnapshotDeadTime: str
|
|
10333
10158
|
:param _SnapshotCreateTime: 快照创建时间点
|
|
10334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10335
10159
|
:type SnapshotCreateTime: str
|
|
10336
10160
|
:param _SnapshotSize: 快照大小
|
|
10337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10338
10161
|
:type SnapshotSize: int
|
|
10339
10162
|
:param _SnapshotStatus: 快照状态,0 生成中 1 正常 2 删除中 3 已失效 4 回档使用中
|
|
10340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10341
10163
|
:type SnapshotStatus: int
|
|
10342
10164
|
:param _ApplicationId: 申请单ID
|
|
10343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10344
10165
|
:type ApplicationId: str
|
|
10345
10166
|
"""
|
|
10346
10167
|
self._TableGroupId = None
|
|
@@ -10358,7 +10179,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10358
10179
|
@property
|
|
10359
10180
|
def TableGroupId(self):
|
|
10360
10181
|
"""表格所属表格组ID
|
|
10361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10362
10182
|
:rtype: str
|
|
10363
10183
|
"""
|
|
10364
10184
|
return self._TableGroupId
|
|
@@ -10370,7 +10190,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10370
10190
|
@property
|
|
10371
10191
|
def TableName(self):
|
|
10372
10192
|
"""表格名称
|
|
10373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10374
10193
|
:rtype: str
|
|
10375
10194
|
"""
|
|
10376
10195
|
return self._TableName
|
|
@@ -10382,7 +10201,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10382
10201
|
@property
|
|
10383
10202
|
def TaskId(self):
|
|
10384
10203
|
"""任务ID,对于创建单任务的接口有效
|
|
10385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10386
10204
|
:rtype: str
|
|
10387
10205
|
"""
|
|
10388
10206
|
return self._TaskId
|
|
@@ -10394,7 +10212,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10394
10212
|
@property
|
|
10395
10213
|
def Error(self):
|
|
10396
10214
|
"""错误信息
|
|
10397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10398
10215
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
10399
10216
|
"""
|
|
10400
10217
|
return self._Error
|
|
@@ -10406,7 +10223,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10406
10223
|
@property
|
|
10407
10224
|
def SnapshotName(self):
|
|
10408
10225
|
"""快照名称
|
|
10409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10410
10226
|
:rtype: str
|
|
10411
10227
|
"""
|
|
10412
10228
|
return self._SnapshotName
|
|
@@ -10418,7 +10234,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10418
10234
|
@property
|
|
10419
10235
|
def SnapshotTime(self):
|
|
10420
10236
|
"""快照的时间点
|
|
10421
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10422
10237
|
:rtype: str
|
|
10423
10238
|
"""
|
|
10424
10239
|
return self._SnapshotTime
|
|
@@ -10430,7 +10245,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10430
10245
|
@property
|
|
10431
10246
|
def SnapshotDeadTime(self):
|
|
10432
10247
|
"""快照的过期时间点
|
|
10433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10434
10248
|
:rtype: str
|
|
10435
10249
|
"""
|
|
10436
10250
|
return self._SnapshotDeadTime
|
|
@@ -10442,7 +10256,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10442
10256
|
@property
|
|
10443
10257
|
def SnapshotCreateTime(self):
|
|
10444
10258
|
"""快照创建时间点
|
|
10445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10446
10259
|
:rtype: str
|
|
10447
10260
|
"""
|
|
10448
10261
|
return self._SnapshotCreateTime
|
|
@@ -10454,7 +10267,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10454
10267
|
@property
|
|
10455
10268
|
def SnapshotSize(self):
|
|
10456
10269
|
"""快照大小
|
|
10457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10458
10270
|
:rtype: int
|
|
10459
10271
|
"""
|
|
10460
10272
|
return self._SnapshotSize
|
|
@@ -10466,7 +10278,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10466
10278
|
@property
|
|
10467
10279
|
def SnapshotStatus(self):
|
|
10468
10280
|
"""快照状态,0 生成中 1 正常 2 删除中 3 已失效 4 回档使用中
|
|
10469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10470
10281
|
:rtype: int
|
|
10471
10282
|
"""
|
|
10472
10283
|
return self._SnapshotStatus
|
|
@@ -10478,7 +10289,6 @@ class SnapshotResult(AbstractModel):
|
|
|
10478
10289
|
@property
|
|
10479
10290
|
def ApplicationId(self):
|
|
10480
10291
|
"""申请单ID
|
|
10481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10482
10292
|
:rtype: str
|
|
10483
10293
|
"""
|
|
10484
10294
|
return self._ApplicationId
|
|
@@ -10777,15 +10587,12 @@ class TableGroupInfo(AbstractModel):
|
|
|
10777
10587
|
:param _TotalSize: 表格组包含的表格存储总量(MB)
|
|
10778
10588
|
:type TotalSize: int
|
|
10779
10589
|
:param _TxhBackupExpireDay: 表格Txh备份文件多少天后过期删除
|
|
10780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10781
10590
|
:type TxhBackupExpireDay: int
|
|
10782
10591
|
:param _EnableMysql: 是否开启mysql负载均衡,0未开启 1开启中 2已开启
|
|
10783
10592
|
:type EnableMysql: int
|
|
10784
10593
|
:param _MysqlConnIp: mysql负载均衡vip
|
|
10785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10786
10594
|
:type MysqlConnIp: str
|
|
10787
10595
|
:param _MysqlConnPort: mysql负载均衡vport
|
|
10788
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10789
10596
|
:type MysqlConnPort: int
|
|
10790
10597
|
"""
|
|
10791
10598
|
self._TableGroupId = None
|
|
@@ -10856,7 +10663,6 @@ class TableGroupInfo(AbstractModel):
|
|
|
10856
10663
|
@property
|
|
10857
10664
|
def TxhBackupExpireDay(self):
|
|
10858
10665
|
"""表格Txh备份文件多少天后过期删除
|
|
10859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10860
10666
|
:rtype: int
|
|
10861
10667
|
"""
|
|
10862
10668
|
return self._TxhBackupExpireDay
|
|
@@ -10879,7 +10685,6 @@ class TableGroupInfo(AbstractModel):
|
|
|
10879
10685
|
@property
|
|
10880
10686
|
def MysqlConnIp(self):
|
|
10881
10687
|
"""mysql负载均衡vip
|
|
10882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10883
10688
|
:rtype: str
|
|
10884
10689
|
"""
|
|
10885
10690
|
return self._MysqlConnIp
|
|
@@ -10891,7 +10696,6 @@ class TableGroupInfo(AbstractModel):
|
|
|
10891
10696
|
@property
|
|
10892
10697
|
def MysqlConnPort(self):
|
|
10893
10698
|
"""mysql负载均衡vport
|
|
10894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10895
10699
|
:rtype: int
|
|
10896
10700
|
"""
|
|
10897
10701
|
return self._MysqlConnPort
|
|
@@ -10929,91 +10733,62 @@ class TableInfoNew(AbstractModel):
|
|
|
10929
10733
|
def __init__(self):
|
|
10930
10734
|
r"""
|
|
10931
10735
|
:param _TableName: 表格名称
|
|
10932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10933
10736
|
:type TableName: str
|
|
10934
10737
|
:param _TableInstanceId: 表格实例ID
|
|
10935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10936
10738
|
:type TableInstanceId: str
|
|
10937
10739
|
:param _TableType: 表格数据结构类型,如:`GENERIC`或`LIST`
|
|
10938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10939
10740
|
:type TableType: str
|
|
10940
10741
|
:param _TableIdlType: 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
|
10941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10942
10742
|
:type TableIdlType: str
|
|
10943
10743
|
:param _ClusterId: 表格所属集群ID
|
|
10944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10945
10744
|
:type ClusterId: str
|
|
10946
10745
|
:param _ClusterName: 表格所属集群名称
|
|
10947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10948
10746
|
:type ClusterName: str
|
|
10949
10747
|
:param _TableGroupId: 表格所属表格组ID
|
|
10950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10951
10748
|
:type TableGroupId: str
|
|
10952
10749
|
:param _TableGroupName: 表格所属表格组名称
|
|
10953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10954
10750
|
:type TableGroupName: str
|
|
10955
10751
|
:param _KeyStruct: 表格主键字段结构json字符串
|
|
10956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10957
10752
|
:type KeyStruct: str
|
|
10958
10753
|
:param _ValueStruct: 表格非主键字段结构json字符串
|
|
10959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10960
10754
|
:type ValueStruct: str
|
|
10961
10755
|
:param _ShardingKeySet: 表格分表因子集合,对PROTO类型表格有效
|
|
10962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10963
10756
|
:type ShardingKeySet: str
|
|
10964
10757
|
:param _IndexStruct: 表格索引键字段集合,对PROTO类型表格有效
|
|
10965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10966
10758
|
:type IndexStruct: str
|
|
10967
10759
|
:param _ListElementNum: LIST类型表格元素个数
|
|
10968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10969
10760
|
:type ListElementNum: int
|
|
10970
10761
|
:param _IdlFiles: 表格所关联IDL文件信息列表
|
|
10971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10972
10762
|
:type IdlFiles: list of IdlFileInfo
|
|
10973
10763
|
:param _ReservedVolume: 表格预留容量(GB)
|
|
10974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10975
10764
|
:type ReservedVolume: int
|
|
10976
10765
|
:param _ReservedReadQps: 表格预留读CU
|
|
10977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10978
10766
|
:type ReservedReadQps: int
|
|
10979
10767
|
:param _ReservedWriteQps: 表格预留写CU
|
|
10980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10981
10768
|
:type ReservedWriteQps: int
|
|
10982
10769
|
:param _TableSize: 表格实际数据量大小(MB)
|
|
10983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10984
10770
|
:type TableSize: int
|
|
10985
10771
|
:param _Status: 表格状态
|
|
10986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10987
10772
|
:type Status: str
|
|
10988
10773
|
:param _CreatedTime: 表格创建时间
|
|
10989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10990
10774
|
:type CreatedTime: str
|
|
10991
10775
|
:param _UpdatedTime: 表格最后一次修改时间
|
|
10992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10993
10776
|
:type UpdatedTime: str
|
|
10994
10777
|
:param _Memo: 表格备注信息
|
|
10995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10996
10778
|
:type Memo: str
|
|
10997
10779
|
:param _Error: 错误信息
|
|
10998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10999
10780
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11000
10781
|
:param _ApiAccessId: TcaplusDB SDK数据访问接入ID
|
|
11001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11002
10782
|
:type ApiAccessId: str
|
|
11003
10783
|
:param _SortFieldNum: SORTLIST类型表格排序字段个数
|
|
11004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11005
10784
|
:type SortFieldNum: int
|
|
11006
10785
|
:param _SortRule: SORTLIST类型表格排序顺序
|
|
11007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11008
10786
|
:type SortRule: int
|
|
11009
10787
|
:param _DbClusterInfoStruct: 表格分布式索引/缓写、kafka数据订阅信息
|
|
11010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11011
10788
|
:type DbClusterInfoStruct: str
|
|
11012
10789
|
:param _TxhBackupExpireDay: 表格Txh备份文件多少天后过期删除
|
|
11013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11014
10790
|
:type TxhBackupExpireDay: int
|
|
11015
10791
|
:param _SyncTableInfo: 表格的缓写信息
|
|
11016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11017
10792
|
:type SyncTableInfo: :class:`tencentcloud.tcaplusdb.v20190823.models.SyncTableInfo`
|
|
11018
10793
|
"""
|
|
11019
10794
|
self._TableName = None
|
|
@@ -11049,7 +10824,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11049
10824
|
@property
|
|
11050
10825
|
def TableName(self):
|
|
11051
10826
|
"""表格名称
|
|
11052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11053
10827
|
:rtype: str
|
|
11054
10828
|
"""
|
|
11055
10829
|
return self._TableName
|
|
@@ -11061,7 +10835,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11061
10835
|
@property
|
|
11062
10836
|
def TableInstanceId(self):
|
|
11063
10837
|
"""表格实例ID
|
|
11064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11065
10838
|
:rtype: str
|
|
11066
10839
|
"""
|
|
11067
10840
|
return self._TableInstanceId
|
|
@@ -11073,7 +10846,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11073
10846
|
@property
|
|
11074
10847
|
def TableType(self):
|
|
11075
10848
|
"""表格数据结构类型,如:`GENERIC`或`LIST`
|
|
11076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11077
10849
|
:rtype: str
|
|
11078
10850
|
"""
|
|
11079
10851
|
return self._TableType
|
|
@@ -11085,7 +10857,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11085
10857
|
@property
|
|
11086
10858
|
def TableIdlType(self):
|
|
11087
10859
|
"""表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
|
11088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11089
10860
|
:rtype: str
|
|
11090
10861
|
"""
|
|
11091
10862
|
return self._TableIdlType
|
|
@@ -11097,7 +10868,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11097
10868
|
@property
|
|
11098
10869
|
def ClusterId(self):
|
|
11099
10870
|
"""表格所属集群ID
|
|
11100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11101
10871
|
:rtype: str
|
|
11102
10872
|
"""
|
|
11103
10873
|
return self._ClusterId
|
|
@@ -11109,7 +10879,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11109
10879
|
@property
|
|
11110
10880
|
def ClusterName(self):
|
|
11111
10881
|
"""表格所属集群名称
|
|
11112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11113
10882
|
:rtype: str
|
|
11114
10883
|
"""
|
|
11115
10884
|
return self._ClusterName
|
|
@@ -11121,7 +10890,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11121
10890
|
@property
|
|
11122
10891
|
def TableGroupId(self):
|
|
11123
10892
|
"""表格所属表格组ID
|
|
11124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11125
10893
|
:rtype: str
|
|
11126
10894
|
"""
|
|
11127
10895
|
return self._TableGroupId
|
|
@@ -11133,7 +10901,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11133
10901
|
@property
|
|
11134
10902
|
def TableGroupName(self):
|
|
11135
10903
|
"""表格所属表格组名称
|
|
11136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11137
10904
|
:rtype: str
|
|
11138
10905
|
"""
|
|
11139
10906
|
return self._TableGroupName
|
|
@@ -11145,7 +10912,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11145
10912
|
@property
|
|
11146
10913
|
def KeyStruct(self):
|
|
11147
10914
|
"""表格主键字段结构json字符串
|
|
11148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11149
10915
|
:rtype: str
|
|
11150
10916
|
"""
|
|
11151
10917
|
return self._KeyStruct
|
|
@@ -11157,7 +10923,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11157
10923
|
@property
|
|
11158
10924
|
def ValueStruct(self):
|
|
11159
10925
|
"""表格非主键字段结构json字符串
|
|
11160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11161
10926
|
:rtype: str
|
|
11162
10927
|
"""
|
|
11163
10928
|
return self._ValueStruct
|
|
@@ -11169,7 +10934,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11169
10934
|
@property
|
|
11170
10935
|
def ShardingKeySet(self):
|
|
11171
10936
|
"""表格分表因子集合,对PROTO类型表格有效
|
|
11172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11173
10937
|
:rtype: str
|
|
11174
10938
|
"""
|
|
11175
10939
|
return self._ShardingKeySet
|
|
@@ -11181,7 +10945,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11181
10945
|
@property
|
|
11182
10946
|
def IndexStruct(self):
|
|
11183
10947
|
"""表格索引键字段集合,对PROTO类型表格有效
|
|
11184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11185
10948
|
:rtype: str
|
|
11186
10949
|
"""
|
|
11187
10950
|
return self._IndexStruct
|
|
@@ -11193,7 +10956,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11193
10956
|
@property
|
|
11194
10957
|
def ListElementNum(self):
|
|
11195
10958
|
"""LIST类型表格元素个数
|
|
11196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11197
10959
|
:rtype: int
|
|
11198
10960
|
"""
|
|
11199
10961
|
return self._ListElementNum
|
|
@@ -11205,7 +10967,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11205
10967
|
@property
|
|
11206
10968
|
def IdlFiles(self):
|
|
11207
10969
|
"""表格所关联IDL文件信息列表
|
|
11208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11209
10970
|
:rtype: list of IdlFileInfo
|
|
11210
10971
|
"""
|
|
11211
10972
|
return self._IdlFiles
|
|
@@ -11217,7 +10978,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11217
10978
|
@property
|
|
11218
10979
|
def ReservedVolume(self):
|
|
11219
10980
|
"""表格预留容量(GB)
|
|
11220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11221
10981
|
:rtype: int
|
|
11222
10982
|
"""
|
|
11223
10983
|
return self._ReservedVolume
|
|
@@ -11229,7 +10989,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11229
10989
|
@property
|
|
11230
10990
|
def ReservedReadQps(self):
|
|
11231
10991
|
"""表格预留读CU
|
|
11232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11233
10992
|
:rtype: int
|
|
11234
10993
|
"""
|
|
11235
10994
|
return self._ReservedReadQps
|
|
@@ -11241,7 +11000,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11241
11000
|
@property
|
|
11242
11001
|
def ReservedWriteQps(self):
|
|
11243
11002
|
"""表格预留写CU
|
|
11244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11245
11003
|
:rtype: int
|
|
11246
11004
|
"""
|
|
11247
11005
|
return self._ReservedWriteQps
|
|
@@ -11253,7 +11011,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11253
11011
|
@property
|
|
11254
11012
|
def TableSize(self):
|
|
11255
11013
|
"""表格实际数据量大小(MB)
|
|
11256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11257
11014
|
:rtype: int
|
|
11258
11015
|
"""
|
|
11259
11016
|
return self._TableSize
|
|
@@ -11265,7 +11022,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11265
11022
|
@property
|
|
11266
11023
|
def Status(self):
|
|
11267
11024
|
"""表格状态
|
|
11268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11269
11025
|
:rtype: str
|
|
11270
11026
|
"""
|
|
11271
11027
|
return self._Status
|
|
@@ -11277,7 +11033,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11277
11033
|
@property
|
|
11278
11034
|
def CreatedTime(self):
|
|
11279
11035
|
"""表格创建时间
|
|
11280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11281
11036
|
:rtype: str
|
|
11282
11037
|
"""
|
|
11283
11038
|
return self._CreatedTime
|
|
@@ -11289,7 +11044,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11289
11044
|
@property
|
|
11290
11045
|
def UpdatedTime(self):
|
|
11291
11046
|
"""表格最后一次修改时间
|
|
11292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11293
11047
|
:rtype: str
|
|
11294
11048
|
"""
|
|
11295
11049
|
return self._UpdatedTime
|
|
@@ -11301,7 +11055,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11301
11055
|
@property
|
|
11302
11056
|
def Memo(self):
|
|
11303
11057
|
"""表格备注信息
|
|
11304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11305
11058
|
:rtype: str
|
|
11306
11059
|
"""
|
|
11307
11060
|
return self._Memo
|
|
@@ -11313,7 +11066,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11313
11066
|
@property
|
|
11314
11067
|
def Error(self):
|
|
11315
11068
|
"""错误信息
|
|
11316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11317
11069
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11318
11070
|
"""
|
|
11319
11071
|
return self._Error
|
|
@@ -11325,7 +11077,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11325
11077
|
@property
|
|
11326
11078
|
def ApiAccessId(self):
|
|
11327
11079
|
"""TcaplusDB SDK数据访问接入ID
|
|
11328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11329
11080
|
:rtype: str
|
|
11330
11081
|
"""
|
|
11331
11082
|
return self._ApiAccessId
|
|
@@ -11337,7 +11088,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11337
11088
|
@property
|
|
11338
11089
|
def SortFieldNum(self):
|
|
11339
11090
|
"""SORTLIST类型表格排序字段个数
|
|
11340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11341
11091
|
:rtype: int
|
|
11342
11092
|
"""
|
|
11343
11093
|
return self._SortFieldNum
|
|
@@ -11349,7 +11099,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11349
11099
|
@property
|
|
11350
11100
|
def SortRule(self):
|
|
11351
11101
|
"""SORTLIST类型表格排序顺序
|
|
11352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11353
11102
|
:rtype: int
|
|
11354
11103
|
"""
|
|
11355
11104
|
return self._SortRule
|
|
@@ -11361,7 +11110,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11361
11110
|
@property
|
|
11362
11111
|
def DbClusterInfoStruct(self):
|
|
11363
11112
|
"""表格分布式索引/缓写、kafka数据订阅信息
|
|
11364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11365
11113
|
:rtype: str
|
|
11366
11114
|
"""
|
|
11367
11115
|
return self._DbClusterInfoStruct
|
|
@@ -11373,7 +11121,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11373
11121
|
@property
|
|
11374
11122
|
def TxhBackupExpireDay(self):
|
|
11375
11123
|
"""表格Txh备份文件多少天后过期删除
|
|
11376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11377
11124
|
:rtype: int
|
|
11378
11125
|
"""
|
|
11379
11126
|
return self._TxhBackupExpireDay
|
|
@@ -11385,7 +11132,6 @@ class TableInfoNew(AbstractModel):
|
|
|
11385
11132
|
@property
|
|
11386
11133
|
def SyncTableInfo(self):
|
|
11387
11134
|
"""表格的缓写信息
|
|
11388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11389
11135
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.SyncTableInfo`
|
|
11390
11136
|
"""
|
|
11391
11137
|
return self._SyncTableInfo
|
|
@@ -11452,31 +11198,22 @@ class TableResultNew(AbstractModel):
|
|
|
11452
11198
|
def __init__(self):
|
|
11453
11199
|
r"""
|
|
11454
11200
|
:param _TableInstanceId: 表格实例ID,形如:tcaplus-3be64cbb
|
|
11455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11456
11201
|
:type TableInstanceId: str
|
|
11457
11202
|
:param _TaskId: 任务ID,对于创建单任务的接口有效
|
|
11458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11459
11203
|
:type TaskId: str
|
|
11460
11204
|
:param _TableName: 表格名称
|
|
11461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11462
11205
|
:type TableName: str
|
|
11463
11206
|
:param _TableType: 表格数据结构类型,如:`GENERIC`或`LIST`
|
|
11464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11465
11207
|
:type TableType: str
|
|
11466
11208
|
:param _TableIdlType: 表数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
|
11467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11468
11209
|
:type TableIdlType: str
|
|
11469
11210
|
:param _TableGroupId: 表格所属表格组ID
|
|
11470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11471
11211
|
:type TableGroupId: str
|
|
11472
11212
|
:param _Error: 错误信息
|
|
11473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11474
11213
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11475
11214
|
:param _TaskIds: 任务ID列表,对于创建多任务的接口有效
|
|
11476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11477
11215
|
:type TaskIds: list of str
|
|
11478
11216
|
:param _ApplicationId: 腾讯云申请审核单Id
|
|
11479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11480
11217
|
:type ApplicationId: str
|
|
11481
11218
|
"""
|
|
11482
11219
|
self._TableInstanceId = None
|
|
@@ -11492,7 +11229,6 @@ class TableResultNew(AbstractModel):
|
|
|
11492
11229
|
@property
|
|
11493
11230
|
def TableInstanceId(self):
|
|
11494
11231
|
"""表格实例ID,形如:tcaplus-3be64cbb
|
|
11495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11496
11232
|
:rtype: str
|
|
11497
11233
|
"""
|
|
11498
11234
|
return self._TableInstanceId
|
|
@@ -11504,7 +11240,6 @@ class TableResultNew(AbstractModel):
|
|
|
11504
11240
|
@property
|
|
11505
11241
|
def TaskId(self):
|
|
11506
11242
|
"""任务ID,对于创建单任务的接口有效
|
|
11507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11508
11243
|
:rtype: str
|
|
11509
11244
|
"""
|
|
11510
11245
|
return self._TaskId
|
|
@@ -11516,7 +11251,6 @@ class TableResultNew(AbstractModel):
|
|
|
11516
11251
|
@property
|
|
11517
11252
|
def TableName(self):
|
|
11518
11253
|
"""表格名称
|
|
11519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11520
11254
|
:rtype: str
|
|
11521
11255
|
"""
|
|
11522
11256
|
return self._TableName
|
|
@@ -11528,7 +11262,6 @@ class TableResultNew(AbstractModel):
|
|
|
11528
11262
|
@property
|
|
11529
11263
|
def TableType(self):
|
|
11530
11264
|
"""表格数据结构类型,如:`GENERIC`或`LIST`
|
|
11531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11532
11265
|
:rtype: str
|
|
11533
11266
|
"""
|
|
11534
11267
|
return self._TableType
|
|
@@ -11540,7 +11273,6 @@ class TableResultNew(AbstractModel):
|
|
|
11540
11273
|
@property
|
|
11541
11274
|
def TableIdlType(self):
|
|
11542
11275
|
"""表数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
|
11543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11544
11276
|
:rtype: str
|
|
11545
11277
|
"""
|
|
11546
11278
|
return self._TableIdlType
|
|
@@ -11552,7 +11284,6 @@ class TableResultNew(AbstractModel):
|
|
|
11552
11284
|
@property
|
|
11553
11285
|
def TableGroupId(self):
|
|
11554
11286
|
"""表格所属表格组ID
|
|
11555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11556
11287
|
:rtype: str
|
|
11557
11288
|
"""
|
|
11558
11289
|
return self._TableGroupId
|
|
@@ -11564,7 +11295,6 @@ class TableResultNew(AbstractModel):
|
|
|
11564
11295
|
@property
|
|
11565
11296
|
def Error(self):
|
|
11566
11297
|
"""错误信息
|
|
11567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11568
11298
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11569
11299
|
"""
|
|
11570
11300
|
return self._Error
|
|
@@ -11576,7 +11306,6 @@ class TableResultNew(AbstractModel):
|
|
|
11576
11306
|
@property
|
|
11577
11307
|
def TaskIds(self):
|
|
11578
11308
|
"""任务ID列表,对于创建多任务的接口有效
|
|
11579
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11580
11309
|
:rtype: list of str
|
|
11581
11310
|
"""
|
|
11582
11311
|
return self._TaskIds
|
|
@@ -11588,7 +11317,6 @@ class TableResultNew(AbstractModel):
|
|
|
11588
11317
|
@property
|
|
11589
11318
|
def ApplicationId(self):
|
|
11590
11319
|
"""腾讯云申请审核单Id
|
|
11591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11592
11320
|
:rtype: str
|
|
11593
11321
|
"""
|
|
11594
11322
|
return self._ApplicationId
|
|
@@ -11628,37 +11356,26 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11628
11356
|
def __init__(self):
|
|
11629
11357
|
r"""
|
|
11630
11358
|
:param _TableInstanceId: 表格实例ID,形如:tcaplus-3be64cbb
|
|
11631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11632
11359
|
:type TableInstanceId: str
|
|
11633
11360
|
:param _TaskId: 任务ID,对于创建单任务的接口有效
|
|
11634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11635
11361
|
:type TaskId: str
|
|
11636
11362
|
:param _TableName: 表格名称
|
|
11637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11638
11363
|
:type TableName: str
|
|
11639
11364
|
:param _TableType: 表格数据结构类型,如:`GENERIC`或`LIST`
|
|
11640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11641
11365
|
:type TableType: str
|
|
11642
11366
|
:param _TableIdlType: 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
|
11643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11644
11367
|
:type TableIdlType: str
|
|
11645
11368
|
:param _TableGroupId: 表格所属表格组ID
|
|
11646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11647
11369
|
:type TableGroupId: str
|
|
11648
11370
|
:param _Error: 错误信息
|
|
11649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11650
11371
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11651
11372
|
:param _TaskIds: 任务ID列表,对于创建多任务的接口有效
|
|
11652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11653
11373
|
:type TaskIds: list of str
|
|
11654
11374
|
:param _FileId: 上传的key文件ID
|
|
11655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11656
11375
|
:type FileId: str
|
|
11657
11376
|
:param _SuccKeyNum: 校验成功Key数量
|
|
11658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11659
11377
|
:type SuccKeyNum: int
|
|
11660
11378
|
:param _TotalKeyNum: Key文件中包含总的Key数量
|
|
11661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11662
11379
|
:type TotalKeyNum: int
|
|
11663
11380
|
"""
|
|
11664
11381
|
self._TableInstanceId = None
|
|
@@ -11676,7 +11393,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11676
11393
|
@property
|
|
11677
11394
|
def TableInstanceId(self):
|
|
11678
11395
|
"""表格实例ID,形如:tcaplus-3be64cbb
|
|
11679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11680
11396
|
:rtype: str
|
|
11681
11397
|
"""
|
|
11682
11398
|
return self._TableInstanceId
|
|
@@ -11688,7 +11404,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11688
11404
|
@property
|
|
11689
11405
|
def TaskId(self):
|
|
11690
11406
|
"""任务ID,对于创建单任务的接口有效
|
|
11691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11692
11407
|
:rtype: str
|
|
11693
11408
|
"""
|
|
11694
11409
|
return self._TaskId
|
|
@@ -11700,7 +11415,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11700
11415
|
@property
|
|
11701
11416
|
def TableName(self):
|
|
11702
11417
|
"""表格名称
|
|
11703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11704
11418
|
:rtype: str
|
|
11705
11419
|
"""
|
|
11706
11420
|
return self._TableName
|
|
@@ -11712,7 +11426,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11712
11426
|
@property
|
|
11713
11427
|
def TableType(self):
|
|
11714
11428
|
"""表格数据结构类型,如:`GENERIC`或`LIST`
|
|
11715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11716
11429
|
:rtype: str
|
|
11717
11430
|
"""
|
|
11718
11431
|
return self._TableType
|
|
@@ -11724,7 +11437,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11724
11437
|
@property
|
|
11725
11438
|
def TableIdlType(self):
|
|
11726
11439
|
"""表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
|
11727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11728
11440
|
:rtype: str
|
|
11729
11441
|
"""
|
|
11730
11442
|
return self._TableIdlType
|
|
@@ -11736,7 +11448,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11736
11448
|
@property
|
|
11737
11449
|
def TableGroupId(self):
|
|
11738
11450
|
"""表格所属表格组ID
|
|
11739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11740
11451
|
:rtype: str
|
|
11741
11452
|
"""
|
|
11742
11453
|
return self._TableGroupId
|
|
@@ -11748,7 +11459,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11748
11459
|
@property
|
|
11749
11460
|
def Error(self):
|
|
11750
11461
|
"""错误信息
|
|
11751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11752
11462
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11753
11463
|
"""
|
|
11754
11464
|
return self._Error
|
|
@@ -11760,7 +11470,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11760
11470
|
@property
|
|
11761
11471
|
def TaskIds(self):
|
|
11762
11472
|
"""任务ID列表,对于创建多任务的接口有效
|
|
11763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11764
11473
|
:rtype: list of str
|
|
11765
11474
|
"""
|
|
11766
11475
|
return self._TaskIds
|
|
@@ -11772,7 +11481,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11772
11481
|
@property
|
|
11773
11482
|
def FileId(self):
|
|
11774
11483
|
"""上传的key文件ID
|
|
11775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11776
11484
|
:rtype: str
|
|
11777
11485
|
"""
|
|
11778
11486
|
return self._FileId
|
|
@@ -11784,7 +11492,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11784
11492
|
@property
|
|
11785
11493
|
def SuccKeyNum(self):
|
|
11786
11494
|
"""校验成功Key数量
|
|
11787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11788
11495
|
:rtype: int
|
|
11789
11496
|
"""
|
|
11790
11497
|
return self._SuccKeyNum
|
|
@@ -11796,7 +11503,6 @@ class TableRollbackResultNew(AbstractModel):
|
|
|
11796
11503
|
@property
|
|
11797
11504
|
def TotalKeyNum(self):
|
|
11798
11505
|
"""Key文件中包含总的Key数量
|
|
11799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11800
11506
|
:rtype: int
|
|
11801
11507
|
"""
|
|
11802
11508
|
return self._TotalKeyNum
|
|
@@ -11840,7 +11546,6 @@ class TagInfoUnit(AbstractModel):
|
|
|
11840
11546
|
:param _TagKey: 标签键
|
|
11841
11547
|
:type TagKey: str
|
|
11842
11548
|
:param _TagValue: 标签值
|
|
11843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11844
11549
|
:type TagValue: str
|
|
11845
11550
|
"""
|
|
11846
11551
|
self._TagKey = None
|
|
@@ -11860,7 +11565,6 @@ class TagInfoUnit(AbstractModel):
|
|
|
11860
11565
|
@property
|
|
11861
11566
|
def TagValue(self):
|
|
11862
11567
|
"""标签值
|
|
11863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11864
11568
|
:rtype: str
|
|
11865
11569
|
"""
|
|
11866
11570
|
return self._TagValue
|
|
@@ -11891,13 +11595,10 @@ class TagsInfoOfCluster(AbstractModel):
|
|
|
11891
11595
|
def __init__(self):
|
|
11892
11596
|
r"""
|
|
11893
11597
|
:param _ClusterId: 集群ID
|
|
11894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11895
11598
|
:type ClusterId: str
|
|
11896
11599
|
:param _Tags: 标签信息
|
|
11897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11898
11600
|
:type Tags: list of TagInfoUnit
|
|
11899
11601
|
:param _Error: 错误信息
|
|
11900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11901
11602
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11902
11603
|
"""
|
|
11903
11604
|
self._ClusterId = None
|
|
@@ -11907,7 +11608,6 @@ class TagsInfoOfCluster(AbstractModel):
|
|
|
11907
11608
|
@property
|
|
11908
11609
|
def ClusterId(self):
|
|
11909
11610
|
"""集群ID
|
|
11910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11911
11611
|
:rtype: str
|
|
11912
11612
|
"""
|
|
11913
11613
|
return self._ClusterId
|
|
@@ -11919,7 +11619,6 @@ class TagsInfoOfCluster(AbstractModel):
|
|
|
11919
11619
|
@property
|
|
11920
11620
|
def Tags(self):
|
|
11921
11621
|
"""标签信息
|
|
11922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11923
11622
|
:rtype: list of TagInfoUnit
|
|
11924
11623
|
"""
|
|
11925
11624
|
return self._Tags
|
|
@@ -11931,7 +11630,6 @@ class TagsInfoOfCluster(AbstractModel):
|
|
|
11931
11630
|
@property
|
|
11932
11631
|
def Error(self):
|
|
11933
11632
|
"""错误信息
|
|
11934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11935
11633
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11936
11634
|
"""
|
|
11937
11635
|
return self._Error
|
|
@@ -11970,19 +11668,14 @@ class TagsInfoOfTable(AbstractModel):
|
|
|
11970
11668
|
def __init__(self):
|
|
11971
11669
|
r"""
|
|
11972
11670
|
:param _TableInstanceId: 表格实例ID
|
|
11973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11974
11671
|
:type TableInstanceId: str
|
|
11975
11672
|
:param _TableName: 表格名称
|
|
11976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11977
11673
|
:type TableName: str
|
|
11978
11674
|
:param _TableGroupId: 表格组ID
|
|
11979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11980
11675
|
:type TableGroupId: str
|
|
11981
11676
|
:param _Tags: 标签信息
|
|
11982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11983
11677
|
:type Tags: list of TagInfoUnit
|
|
11984
11678
|
:param _Error: 错误信息
|
|
11985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11986
11679
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11987
11680
|
"""
|
|
11988
11681
|
self._TableInstanceId = None
|
|
@@ -11994,7 +11687,6 @@ class TagsInfoOfTable(AbstractModel):
|
|
|
11994
11687
|
@property
|
|
11995
11688
|
def TableInstanceId(self):
|
|
11996
11689
|
"""表格实例ID
|
|
11997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11998
11690
|
:rtype: str
|
|
11999
11691
|
"""
|
|
12000
11692
|
return self._TableInstanceId
|
|
@@ -12006,7 +11698,6 @@ class TagsInfoOfTable(AbstractModel):
|
|
|
12006
11698
|
@property
|
|
12007
11699
|
def TableName(self):
|
|
12008
11700
|
"""表格名称
|
|
12009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12010
11701
|
:rtype: str
|
|
12011
11702
|
"""
|
|
12012
11703
|
return self._TableName
|
|
@@ -12018,7 +11709,6 @@ class TagsInfoOfTable(AbstractModel):
|
|
|
12018
11709
|
@property
|
|
12019
11710
|
def TableGroupId(self):
|
|
12020
11711
|
"""表格组ID
|
|
12021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12022
11712
|
:rtype: str
|
|
12023
11713
|
"""
|
|
12024
11714
|
return self._TableGroupId
|
|
@@ -12030,7 +11720,6 @@ class TagsInfoOfTable(AbstractModel):
|
|
|
12030
11720
|
@property
|
|
12031
11721
|
def Tags(self):
|
|
12032
11722
|
"""标签信息
|
|
12033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12034
11723
|
:rtype: list of TagInfoUnit
|
|
12035
11724
|
"""
|
|
12036
11725
|
return self._Tags
|
|
@@ -12042,7 +11731,6 @@ class TagsInfoOfTable(AbstractModel):
|
|
|
12042
11731
|
@property
|
|
12043
11732
|
def Error(self):
|
|
12044
11733
|
"""错误信息
|
|
12045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12046
11734
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
12047
11735
|
"""
|
|
12048
11736
|
return self._Error
|
|
@@ -12083,16 +11771,12 @@ class TagsInfoOfTableGroup(AbstractModel):
|
|
|
12083
11771
|
def __init__(self):
|
|
12084
11772
|
r"""
|
|
12085
11773
|
:param _ClusterId: 集群ID
|
|
12086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12087
11774
|
:type ClusterId: str
|
|
12088
11775
|
:param _TableGroupId: 表格组ID
|
|
12089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12090
11776
|
:type TableGroupId: str
|
|
12091
11777
|
:param _Tags: 标签信息
|
|
12092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12093
11778
|
:type Tags: list of TagInfoUnit
|
|
12094
11779
|
:param _Error: 错误信息
|
|
12095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12096
11780
|
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
12097
11781
|
"""
|
|
12098
11782
|
self._ClusterId = None
|
|
@@ -12103,7 +11787,6 @@ class TagsInfoOfTableGroup(AbstractModel):
|
|
|
12103
11787
|
@property
|
|
12104
11788
|
def ClusterId(self):
|
|
12105
11789
|
"""集群ID
|
|
12106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12107
11790
|
:rtype: str
|
|
12108
11791
|
"""
|
|
12109
11792
|
return self._ClusterId
|
|
@@ -12115,7 +11798,6 @@ class TagsInfoOfTableGroup(AbstractModel):
|
|
|
12115
11798
|
@property
|
|
12116
11799
|
def TableGroupId(self):
|
|
12117
11800
|
"""表格组ID
|
|
12118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12119
11801
|
:rtype: str
|
|
12120
11802
|
"""
|
|
12121
11803
|
return self._TableGroupId
|
|
@@ -12127,7 +11809,6 @@ class TagsInfoOfTableGroup(AbstractModel):
|
|
|
12127
11809
|
@property
|
|
12128
11810
|
def Tags(self):
|
|
12129
11811
|
"""标签信息
|
|
12130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12131
11812
|
:rtype: list of TagInfoUnit
|
|
12132
11813
|
"""
|
|
12133
11814
|
return self._Tags
|
|
@@ -12139,7 +11820,6 @@ class TagsInfoOfTableGroup(AbstractModel):
|
|
|
12139
11820
|
@property
|
|
12140
11821
|
def Error(self):
|
|
12141
11822
|
"""错误信息
|
|
12142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12143
11823
|
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
12144
11824
|
"""
|
|
12145
11825
|
return self._Error
|
|
@@ -12199,13 +11879,10 @@ class TaskInfoNew(AbstractModel):
|
|
|
12199
11879
|
:param _Content: 任务详情
|
|
12200
11880
|
:type Content: str
|
|
12201
11881
|
:param _TableGroupId: 表格组ID
|
|
12202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12203
11882
|
:type TableGroupId: str
|
|
12204
11883
|
:param _TableGroupName: 表格组名称
|
|
12205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12206
11884
|
:type TableGroupName: str
|
|
12207
11885
|
:param _TableName: 表名称
|
|
12208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12209
11886
|
:type TableName: str
|
|
12210
11887
|
"""
|
|
12211
11888
|
self._TaskId = None
|
|
@@ -12335,7 +12012,6 @@ class TaskInfoNew(AbstractModel):
|
|
|
12335
12012
|
@property
|
|
12336
12013
|
def TableGroupId(self):
|
|
12337
12014
|
"""表格组ID
|
|
12338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12339
12015
|
:rtype: str
|
|
12340
12016
|
"""
|
|
12341
12017
|
return self._TableGroupId
|
|
@@ -12347,7 +12023,6 @@ class TaskInfoNew(AbstractModel):
|
|
|
12347
12023
|
@property
|
|
12348
12024
|
def TableGroupName(self):
|
|
12349
12025
|
"""表格组名称
|
|
12350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12351
12026
|
:rtype: str
|
|
12352
12027
|
"""
|
|
12353
12028
|
return self._TableGroupName
|
|
@@ -12359,7 +12034,6 @@ class TaskInfoNew(AbstractModel):
|
|
|
12359
12034
|
@property
|
|
12360
12035
|
def TableName(self):
|
|
12361
12036
|
"""表名称
|
|
12362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12363
12037
|
:rtype: str
|
|
12364
12038
|
"""
|
|
12365
12039
|
return self._TableName
|
|
@@ -12442,7 +12116,6 @@ class UpdateApplyResponse(AbstractModel):
|
|
|
12442
12116
|
def __init__(self):
|
|
12443
12117
|
r"""
|
|
12444
12118
|
:param _ApplyResults: 已更新的申请单列表
|
|
12445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12446
12119
|
:type ApplyResults: list of ApplyResult
|
|
12447
12120
|
:param _TotalCount: 更新数量
|
|
12448
12121
|
:type TotalCount: int
|
|
@@ -12456,7 +12129,6 @@ class UpdateApplyResponse(AbstractModel):
|
|
|
12456
12129
|
@property
|
|
12457
12130
|
def ApplyResults(self):
|
|
12458
12131
|
"""已更新的申请单列表
|
|
12459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12460
12132
|
:rtype: list of ApplyResult
|
|
12461
12133
|
"""
|
|
12462
12134
|
return self._ApplyResults
|