tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1345__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/antiddos/v20200309/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +0 -110
- tencentcloud/ckafka/v20190819/models.py +0 -260
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +81 -983
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +0 -20
- tencentcloud/dbbrain/v20210527/models.py +0 -92
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/svp/v20240125/models.py +0 -42
- tencentcloud/tcb/v20180608/models.py +0 -195
- tencentcloud/tcb/v20180608/tcb_client.py +0 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +0 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/models.py +158 -36
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -8
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +32 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +47 -47
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -4344,13 +4344,10 @@ class DCDBShardInfo(AbstractModel):
|
|
4344
4344
|
:param _ProxyVersion: Proxy版本
|
4345
4345
|
:type ProxyVersion: str
|
4346
4346
|
:param _Paymode: 付费模型
|
4347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4348
4347
|
:type Paymode: str
|
4349
4348
|
:param _ShardMasterZone: 分片的主可用区
|
4350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4351
4349
|
:type ShardMasterZone: str
|
4352
4350
|
:param _ShardSlaveZones: 分片的从可用区列表
|
4353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4354
4351
|
:type ShardSlaveZones: list of str
|
4355
4352
|
:param _Cpu: CPU核数
|
4356
4353
|
:type Cpu: int
|
@@ -4606,7 +4603,6 @@ class DCDBShardInfo(AbstractModel):
|
|
4606
4603
|
@property
|
4607
4604
|
def Paymode(self):
|
4608
4605
|
"""付费模型
|
4609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4610
4606
|
:rtype: str
|
4611
4607
|
"""
|
4612
4608
|
return self._Paymode
|
@@ -4618,7 +4614,6 @@ class DCDBShardInfo(AbstractModel):
|
|
4618
4614
|
@property
|
4619
4615
|
def ShardMasterZone(self):
|
4620
4616
|
"""分片的主可用区
|
4621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4622
4617
|
:rtype: str
|
4623
4618
|
"""
|
4624
4619
|
return self._ShardMasterZone
|
@@ -4630,7 +4625,6 @@ class DCDBShardInfo(AbstractModel):
|
|
4630
4625
|
@property
|
4631
4626
|
def ShardSlaveZones(self):
|
4632
4627
|
"""分片的从可用区列表
|
4633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4634
4628
|
:rtype: list of str
|
4635
4629
|
"""
|
4636
4630
|
return self._ShardSlaveZones
|
@@ -6929,10 +6923,8 @@ class DescribeDBSecurityGroupsResponse(AbstractModel):
|
|
6929
6923
|
:param _Groups: 安全组详情。
|
6930
6924
|
:type Groups: list of SecurityGroup
|
6931
6925
|
:param _VIP: 实例VIP
|
6932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6933
6926
|
:type VIP: str
|
6934
6927
|
:param _VPort: 实例端口
|
6935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6936
6928
|
:type VPort: str
|
6937
6929
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6938
6930
|
:type RequestId: str
|
@@ -6956,7 +6948,6 @@ class DescribeDBSecurityGroupsResponse(AbstractModel):
|
|
6956
6948
|
@property
|
6957
6949
|
def VIP(self):
|
6958
6950
|
"""实例VIP
|
6959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6960
6951
|
:rtype: str
|
6961
6952
|
"""
|
6962
6953
|
return self._VIP
|
@@ -6968,7 +6959,6 @@ class DescribeDBSecurityGroupsResponse(AbstractModel):
|
|
6968
6959
|
@property
|
6969
6960
|
def VPort(self):
|
6970
6961
|
"""实例端口
|
6971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6972
6962
|
:rtype: str
|
6973
6963
|
"""
|
6974
6964
|
return self._VPort
|
@@ -9538,7 +9528,6 @@ class DescribeDCDBShardsResponse(AbstractModel):
|
|
9538
9528
|
:param _Shards: 分片信息列表
|
9539
9529
|
:type Shards: list of DCDBShardInfo
|
9540
9530
|
:param _DcnFlag: 灾备标志,0-无,1-主实例,2-灾备实例
|
9541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9542
9531
|
:type DcnFlag: int
|
9543
9532
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9544
9533
|
:type RequestId: str
|
@@ -9573,7 +9562,6 @@ class DescribeDCDBShardsResponse(AbstractModel):
|
|
9573
9562
|
@property
|
9574
9563
|
def DcnFlag(self):
|
9575
9564
|
"""灾备标志,0-无,1-主实例,2-灾备实例
|
9576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9577
9565
|
:rtype: int
|
9578
9566
|
"""
|
9579
9567
|
return self._DcnFlag
|
@@ -14630,7 +14618,6 @@ class ParamDesc(AbstractModel):
|
|
14630
14618
|
:param _Value: 当前参数值
|
14631
14619
|
:type Value: str
|
14632
14620
|
:param _SetValue: 设置过的值,参数生效后,该值和value一样。未设置过就不返回该字段。
|
14633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14634
14621
|
:type SetValue: str
|
14635
14622
|
:param _Default: 系统默认值
|
14636
14623
|
:type Default: str
|
@@ -14675,7 +14662,6 @@ true:需要重启
|
|
14675
14662
|
@property
|
14676
14663
|
def SetValue(self):
|
14677
14664
|
"""设置过的值,参数生效后,该值和value一样。未设置过就不返回该字段。
|
14678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14679
14665
|
:rtype: str
|
14680
14666
|
"""
|
14681
14667
|
return self._SetValue
|
@@ -16231,10 +16217,8 @@ class SlowLogData(AbstractModel):
|
|
16231
16217
|
:param _User: 账号
|
16232
16218
|
:type User: str
|
16233
16219
|
:param _ExampleSql: 样例Sql
|
16234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16235
16220
|
:type ExampleSql: str
|
16236
16221
|
:param _Host: 账户的域名
|
16237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16238
16222
|
:type Host: str
|
16239
16223
|
"""
|
16240
16224
|
self._CheckSum = None
|
@@ -16447,7 +16431,6 @@ class SlowLogData(AbstractModel):
|
|
16447
16431
|
@property
|
16448
16432
|
def ExampleSql(self):
|
16449
16433
|
"""样例Sql
|
16450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16451
16434
|
:rtype: str
|
16452
16435
|
"""
|
16453
16436
|
return self._ExampleSql
|
@@ -16459,7 +16442,6 @@ class SlowLogData(AbstractModel):
|
|
16459
16442
|
@property
|
16460
16443
|
def Host(self):
|
16461
16444
|
"""账户的域名
|
16462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16463
16445
|
:rtype: str
|
16464
16446
|
"""
|
16465
16447
|
return self._Host
|
@@ -17141,49 +17123,34 @@ class TmpInstance(AbstractModel):
|
|
17141
17123
|
def __init__(self):
|
17142
17124
|
r"""
|
17143
17125
|
:param _AppId: 应用ID
|
17144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17145
17126
|
:type AppId: int
|
17146
17127
|
:param _CreateTime: 创建时间
|
17147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17148
17128
|
:type CreateTime: str
|
17149
17129
|
:param _InstanceRemark: 实例备注
|
17150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17151
17130
|
:type InstanceRemark: str
|
17152
17131
|
:param _TempType: 0:非临时实例 ,1:无效临时实例, 2:回档成功的有效临时实例
|
17153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17154
17132
|
:type TempType: int
|
17155
17133
|
:param _Status: 实例状态,0:待初始化,1:流程处理中,2:有效状态,-1:已隔离,-2:已下线
|
17156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17157
17134
|
:type Status: int
|
17158
17135
|
:param _InstanceId: 实例 ID,形如:tdsql-ow728lmc。
|
17159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17160
17136
|
:type InstanceId: str
|
17161
17137
|
:param _Vip: 实例虚IP
|
17162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17163
17138
|
:type Vip: str
|
17164
17139
|
:param _Vport: 实例虚端口
|
17165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17166
17140
|
:type Vport: int
|
17167
17141
|
:param _PeriodEndTime: 有效期结束时间
|
17168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17169
17142
|
:type PeriodEndTime: str
|
17170
17143
|
:param _SrcInstanceId: 源实例 ID,形如:tdsql-ow728lmc。
|
17171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17172
17144
|
:type SrcInstanceId: str
|
17173
17145
|
:param _StatusDesc: 实例状态描述
|
17174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17175
17146
|
:type StatusDesc: str
|
17176
17147
|
:param _Region: 实例所在地域
|
17177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17178
17148
|
:type Region: str
|
17179
17149
|
:param _Zone: 实例所在可用区
|
17180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17181
17150
|
:type Zone: str
|
17182
17151
|
:param _Vipv6: 实例虚IPv6
|
17183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17184
17152
|
:type Vipv6: str
|
17185
17153
|
:param _Ipv6Flag: 实例IPv6标志
|
17186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17187
17154
|
:type Ipv6Flag: int
|
17188
17155
|
"""
|
17189
17156
|
self._AppId = None
|
@@ -17205,7 +17172,6 @@ class TmpInstance(AbstractModel):
|
|
17205
17172
|
@property
|
17206
17173
|
def AppId(self):
|
17207
17174
|
"""应用ID
|
17208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17209
17175
|
:rtype: int
|
17210
17176
|
"""
|
17211
17177
|
return self._AppId
|
@@ -17217,7 +17183,6 @@ class TmpInstance(AbstractModel):
|
|
17217
17183
|
@property
|
17218
17184
|
def CreateTime(self):
|
17219
17185
|
"""创建时间
|
17220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17221
17186
|
:rtype: str
|
17222
17187
|
"""
|
17223
17188
|
return self._CreateTime
|
@@ -17229,7 +17194,6 @@ class TmpInstance(AbstractModel):
|
|
17229
17194
|
@property
|
17230
17195
|
def InstanceRemark(self):
|
17231
17196
|
"""实例备注
|
17232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17233
17197
|
:rtype: str
|
17234
17198
|
"""
|
17235
17199
|
return self._InstanceRemark
|
@@ -17241,7 +17205,6 @@ class TmpInstance(AbstractModel):
|
|
17241
17205
|
@property
|
17242
17206
|
def TempType(self):
|
17243
17207
|
"""0:非临时实例 ,1:无效临时实例, 2:回档成功的有效临时实例
|
17244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17245
17208
|
:rtype: int
|
17246
17209
|
"""
|
17247
17210
|
return self._TempType
|
@@ -17253,7 +17216,6 @@ class TmpInstance(AbstractModel):
|
|
17253
17216
|
@property
|
17254
17217
|
def Status(self):
|
17255
17218
|
"""实例状态,0:待初始化,1:流程处理中,2:有效状态,-1:已隔离,-2:已下线
|
17256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17257
17219
|
:rtype: int
|
17258
17220
|
"""
|
17259
17221
|
return self._Status
|
@@ -17265,7 +17227,6 @@ class TmpInstance(AbstractModel):
|
|
17265
17227
|
@property
|
17266
17228
|
def InstanceId(self):
|
17267
17229
|
"""实例 ID,形如:tdsql-ow728lmc。
|
17268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17269
17230
|
:rtype: str
|
17270
17231
|
"""
|
17271
17232
|
return self._InstanceId
|
@@ -17277,7 +17238,6 @@ class TmpInstance(AbstractModel):
|
|
17277
17238
|
@property
|
17278
17239
|
def Vip(self):
|
17279
17240
|
"""实例虚IP
|
17280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17281
17241
|
:rtype: str
|
17282
17242
|
"""
|
17283
17243
|
return self._Vip
|
@@ -17289,7 +17249,6 @@ class TmpInstance(AbstractModel):
|
|
17289
17249
|
@property
|
17290
17250
|
def Vport(self):
|
17291
17251
|
"""实例虚端口
|
17292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17293
17252
|
:rtype: int
|
17294
17253
|
"""
|
17295
17254
|
return self._Vport
|
@@ -17301,7 +17260,6 @@ class TmpInstance(AbstractModel):
|
|
17301
17260
|
@property
|
17302
17261
|
def PeriodEndTime(self):
|
17303
17262
|
"""有效期结束时间
|
17304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17305
17263
|
:rtype: str
|
17306
17264
|
"""
|
17307
17265
|
return self._PeriodEndTime
|
@@ -17313,7 +17271,6 @@ class TmpInstance(AbstractModel):
|
|
17313
17271
|
@property
|
17314
17272
|
def SrcInstanceId(self):
|
17315
17273
|
"""源实例 ID,形如:tdsql-ow728lmc。
|
17316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17317
17274
|
:rtype: str
|
17318
17275
|
"""
|
17319
17276
|
return self._SrcInstanceId
|
@@ -17325,7 +17282,6 @@ class TmpInstance(AbstractModel):
|
|
17325
17282
|
@property
|
17326
17283
|
def StatusDesc(self):
|
17327
17284
|
"""实例状态描述
|
17328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17329
17285
|
:rtype: str
|
17330
17286
|
"""
|
17331
17287
|
return self._StatusDesc
|
@@ -17337,7 +17293,6 @@ class TmpInstance(AbstractModel):
|
|
17337
17293
|
@property
|
17338
17294
|
def Region(self):
|
17339
17295
|
"""实例所在地域
|
17340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17341
17296
|
:rtype: str
|
17342
17297
|
"""
|
17343
17298
|
return self._Region
|
@@ -17349,7 +17304,6 @@ class TmpInstance(AbstractModel):
|
|
17349
17304
|
@property
|
17350
17305
|
def Zone(self):
|
17351
17306
|
"""实例所在可用区
|
17352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17353
17307
|
:rtype: str
|
17354
17308
|
"""
|
17355
17309
|
return self._Zone
|
@@ -17361,7 +17315,6 @@ class TmpInstance(AbstractModel):
|
|
17361
17315
|
@property
|
17362
17316
|
def Vipv6(self):
|
17363
17317
|
"""实例虚IPv6
|
17364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17365
17318
|
:rtype: str
|
17366
17319
|
"""
|
17367
17320
|
return self._Vipv6
|
@@ -17373,7 +17326,6 @@ class TmpInstance(AbstractModel):
|
|
17373
17326
|
@property
|
17374
17327
|
def Ipv6Flag(self):
|
17375
17328
|
"""实例IPv6标志
|
17376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17377
17329
|
:rtype: int
|
17378
17330
|
"""
|
17379
17331
|
return self._Ipv6Flag
|
@@ -212,6 +212,29 @@ class DnspodClient(AbstractClient):
|
|
212
212
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
213
213
|
|
214
214
|
|
215
|
+
def CreateDomainsAnalyticsFile(self, request):
|
216
|
+
"""批量导出域名解析量
|
217
|
+
|
218
|
+
:param request: Request instance for CreateDomainsAnalyticsFile.
|
219
|
+
:type request: :class:`tencentcloud.dnspod.v20210323.models.CreateDomainsAnalyticsFileRequest`
|
220
|
+
:rtype: :class:`tencentcloud.dnspod.v20210323.models.CreateDomainsAnalyticsFileResponse`
|
221
|
+
|
222
|
+
"""
|
223
|
+
try:
|
224
|
+
params = request._serialize()
|
225
|
+
headers = request.headers
|
226
|
+
body = self.call("CreateDomainsAnalyticsFile", params, headers=headers)
|
227
|
+
response = json.loads(body)
|
228
|
+
model = models.CreateDomainsAnalyticsFileResponse()
|
229
|
+
model._deserialize(response["Response"])
|
230
|
+
return model
|
231
|
+
except Exception as e:
|
232
|
+
if isinstance(e, TencentCloudSDKException):
|
233
|
+
raise
|
234
|
+
else:
|
235
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
236
|
+
|
237
|
+
|
215
238
|
def CreateLineGroup(self, request):
|
216
239
|
"""创建域名的线路分组
|
217
240
|
|
@@ -351,6 +374,29 @@ class DnspodClient(AbstractClient):
|
|
351
374
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
352
375
|
|
353
376
|
|
377
|
+
def CreateSubDomainsAnalyticsFile(self, request):
|
378
|
+
"""批量导出子域名解析量
|
379
|
+
|
380
|
+
:param request: Request instance for CreateSubDomainsAnalyticsFile.
|
381
|
+
:type request: :class:`tencentcloud.dnspod.v20210323.models.CreateSubDomainsAnalyticsFileRequest`
|
382
|
+
:rtype: :class:`tencentcloud.dnspod.v20210323.models.CreateSubDomainsAnalyticsFileResponse`
|
383
|
+
|
384
|
+
"""
|
385
|
+
try:
|
386
|
+
params = request._serialize()
|
387
|
+
headers = request.headers
|
388
|
+
body = self.call("CreateSubDomainsAnalyticsFile", params, headers=headers)
|
389
|
+
response = json.loads(body)
|
390
|
+
model = models.CreateSubDomainsAnalyticsFileResponse()
|
391
|
+
model._deserialize(response["Response"])
|
392
|
+
return model
|
393
|
+
except Exception as e:
|
394
|
+
if isinstance(e, TencentCloudSDKException):
|
395
|
+
raise
|
396
|
+
else:
|
397
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
398
|
+
|
399
|
+
|
354
400
|
def CreateSubdomainValidateTXTValue(self, request):
|
355
401
|
"""创建添加子域名 Zone 域解析时所需要的 TXT 记录值
|
356
402
|
|
@@ -952,6 +998,29 @@ class DnspodClient(AbstractClient):
|
|
952
998
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
953
999
|
|
954
1000
|
|
1001
|
+
def DescribeFileInfoByJobId(self, request):
|
1002
|
+
"""根据批量任务ID获取生成文件信息
|
1003
|
+
|
1004
|
+
:param request: Request instance for DescribeFileInfoByJobId.
|
1005
|
+
:type request: :class:`tencentcloud.dnspod.v20210323.models.DescribeFileInfoByJobIdRequest`
|
1006
|
+
:rtype: :class:`tencentcloud.dnspod.v20210323.models.DescribeFileInfoByJobIdResponse`
|
1007
|
+
|
1008
|
+
"""
|
1009
|
+
try:
|
1010
|
+
params = request._serialize()
|
1011
|
+
headers = request.headers
|
1012
|
+
body = self.call("DescribeFileInfoByJobId", params, headers=headers)
|
1013
|
+
response = json.loads(body)
|
1014
|
+
model = models.DescribeFileInfoByJobIdResponse()
|
1015
|
+
model._deserialize(response["Response"])
|
1016
|
+
return model
|
1017
|
+
except Exception as e:
|
1018
|
+
if isinstance(e, TencentCloudSDKException):
|
1019
|
+
raise
|
1020
|
+
else:
|
1021
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1022
|
+
|
1023
|
+
|
955
1024
|
def DescribeLineGroupList(self, request):
|
956
1025
|
"""获取域名的线路分组列表
|
957
1026
|
|
@@ -71,6 +71,9 @@ FAILEDOPERATION_DOMAINOWNEDBYOTHERUSER = 'FailedOperation.DomainOwnedByOtherUser
|
|
71
71
|
# 校验公网 IP 发生异常。
|
72
72
|
FAILEDOPERATION_EIPCHECKFAILED = 'FailedOperation.EipCheckFailed'
|
73
73
|
|
74
|
+
# 文件不存在或文件还未生成
|
75
|
+
FAILEDOPERATION_FILENOTEXIST = 'FailedOperation.FileNotExist'
|
76
|
+
|
74
77
|
# 您操作过于频繁,请稍后重试
|
75
78
|
FAILEDOPERATION_FREQUENCYLIMIT = 'FailedOperation.FrequencyLimit'
|
76
79
|
|
@@ -158,6 +161,9 @@ INVALIDPARAMETER_ALIASISMYDOMAIN = 'InvalidParameter.AliasIsMyDomain'
|
|
158
161
|
# 创建批量域名任务失败,原因:内部错误。
|
159
162
|
INVALIDPARAMETER_BATCHDOMAINCREATEACTIONERROR = 'InvalidParameter.BatchDomainCreateActionError'
|
160
163
|
|
164
|
+
# 您有批量任务未执行完成,请等待完成后继续添加。
|
165
|
+
INVALIDPARAMETER_BATCHLIMITUNDO = 'InvalidParameter.BatchLimitUndo'
|
166
|
+
|
161
167
|
# 创建批量记录任务失败,原因:内部错误。
|
162
168
|
INVALIDPARAMETER_BATCHRECORDCREATEACTIONERROR = 'InvalidParameter.BatchRecordCreateActionError'
|
163
169
|
|
@@ -503,6 +509,9 @@ INVALIDPARAMETER_RESULTMORETHAN500 = 'InvalidParameter.ResultMoreThan500'
|
|
503
509
|
# 共享用户中包含未实名认证用户。
|
504
510
|
INVALIDPARAMETER_SHAREDUSERSUNREALNAME = 'InvalidParameter.SharedUsersUnrealName'
|
505
511
|
|
512
|
+
# 开始时间不能大于结束时间。
|
513
|
+
INVALIDPARAMETER_STARTTIMEGREATERTHANENDTIME = 'InvalidParameter.StarttimeGreaterThanEndtime'
|
514
|
+
|
506
515
|
# 状态代码不正确。
|
507
516
|
INVALIDPARAMETER_STATUSCODEINVALID = 'InvalidParameter.StatusCodeInvalid'
|
508
517
|
|