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
@@ -3852,7 +3852,6 @@ class DCNReplicaStatus(AbstractModel):
|
|
3852
3852
|
def __init__(self):
|
3853
3853
|
r"""
|
3854
3854
|
:param _Status: DCN 的运行状态,START为正常运行,STOP为暂停,
|
3855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3856
3855
|
:type Status: str
|
3857
3856
|
:param _Delay: 当前延迟情况,取备实例的 master 节点的 delay 值
|
3858
3857
|
:type Delay: int
|
@@ -3863,7 +3862,6 @@ class DCNReplicaStatus(AbstractModel):
|
|
3863
3862
|
@property
|
3864
3863
|
def Status(self):
|
3865
3864
|
"""DCN 的运行状态,START为正常运行,STOP为暂停,
|
3866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3867
3865
|
:rtype: str
|
3868
3866
|
"""
|
3869
3867
|
return self._Status
|
@@ -5566,7 +5564,6 @@ class DescribeBackupTimeResponse(AbstractModel):
|
|
5566
5564
|
:param _TotalCount: 返回的配置数量
|
5567
5565
|
:type TotalCount: int
|
5568
5566
|
:param _Items: 实例备份时间配置信息
|
5569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5570
5567
|
:type Items: list of DBBackupTimeConfig
|
5571
5568
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5572
5569
|
:type RequestId: str
|
@@ -5589,7 +5586,6 @@ class DescribeBackupTimeResponse(AbstractModel):
|
|
5589
5586
|
@property
|
5590
5587
|
def Items(self):
|
5591
5588
|
"""实例备份时间配置信息
|
5592
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5593
5589
|
:rtype: list of DBBackupTimeConfig
|
5594
5590
|
"""
|
5595
5591
|
return self._Items
|
@@ -7622,10 +7618,8 @@ class DescribeDBSecurityGroupsResponse(AbstractModel):
|
|
7622
7618
|
:param _Groups: 安全组详情。
|
7623
7619
|
:type Groups: list of SecurityGroup
|
7624
7620
|
:param _VIP: 实例VIP。
|
7625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7626
7621
|
:type VIP: str
|
7627
7622
|
:param _VPort: 实例端口。
|
7628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7629
7623
|
:type VPort: str
|
7630
7624
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7631
7625
|
:type RequestId: str
|
@@ -7649,7 +7643,6 @@ class DescribeDBSecurityGroupsResponse(AbstractModel):
|
|
7649
7643
|
@property
|
7650
7644
|
def VIP(self):
|
7651
7645
|
"""实例VIP。
|
7652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7653
7646
|
:rtype: str
|
7654
7647
|
"""
|
7655
7648
|
return self._VIP
|
@@ -7661,7 +7654,6 @@ class DescribeDBSecurityGroupsResponse(AbstractModel):
|
|
7661
7654
|
@property
|
7662
7655
|
def VPort(self):
|
7663
7656
|
"""实例端口。
|
7664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7665
7657
|
:rtype: str
|
7666
7658
|
"""
|
7667
7659
|
return self._VPort
|
@@ -15302,49 +15294,34 @@ class TmpInstance(AbstractModel):
|
|
15302
15294
|
def __init__(self):
|
15303
15295
|
r"""
|
15304
15296
|
:param _AppId: 应用ID
|
15305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15306
15297
|
:type AppId: int
|
15307
15298
|
:param _CreateTime: 创建时间
|
15308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15309
15299
|
:type CreateTime: str
|
15310
15300
|
:param _InstanceRemark: 实例备注
|
15311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15312
15301
|
:type InstanceRemark: str
|
15313
15302
|
:param _TempType: 0:非临时实例 ,1:无效临时实例, 2:回档成功的有效临时实例
|
15314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15315
15303
|
:type TempType: int
|
15316
15304
|
:param _Status: 实例状态,0:待初始化,1:流程处理中,2:有效状态,-1:已隔离,-2:已下线
|
15317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15318
15305
|
:type Status: int
|
15319
15306
|
:param _InstanceId: 实例 ID,形如:tdsql-ow728lmc。
|
15320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15321
15307
|
:type InstanceId: str
|
15322
15308
|
:param _Vip: 实例虚IP
|
15323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15324
15309
|
:type Vip: str
|
15325
15310
|
:param _Vport: 实例虚端口
|
15326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15327
15311
|
:type Vport: int
|
15328
15312
|
:param _PeriodEndTime: 有效期结束时间
|
15329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15330
15313
|
:type PeriodEndTime: str
|
15331
15314
|
:param _SrcInstanceId: 源实例 ID,形如:tdsql-ow728lmc。
|
15332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15333
15315
|
:type SrcInstanceId: str
|
15334
15316
|
:param _StatusDesc: 实例状态描述
|
15335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15336
15317
|
:type StatusDesc: str
|
15337
15318
|
:param _Region: 实例所在地域
|
15338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15339
15319
|
:type Region: str
|
15340
15320
|
:param _Zone: 实例所在可用区
|
15341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15342
15321
|
:type Zone: str
|
15343
15322
|
:param _Vipv6: 实例虚IPv6
|
15344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15345
15323
|
:type Vipv6: str
|
15346
15324
|
:param _Ipv6Flag: 实例IPv6标志
|
15347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15348
15325
|
:type Ipv6Flag: int
|
15349
15326
|
"""
|
15350
15327
|
self._AppId = None
|
@@ -15366,7 +15343,6 @@ class TmpInstance(AbstractModel):
|
|
15366
15343
|
@property
|
15367
15344
|
def AppId(self):
|
15368
15345
|
"""应用ID
|
15369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15370
15346
|
:rtype: int
|
15371
15347
|
"""
|
15372
15348
|
return self._AppId
|
@@ -15378,7 +15354,6 @@ class TmpInstance(AbstractModel):
|
|
15378
15354
|
@property
|
15379
15355
|
def CreateTime(self):
|
15380
15356
|
"""创建时间
|
15381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15382
15357
|
:rtype: str
|
15383
15358
|
"""
|
15384
15359
|
return self._CreateTime
|
@@ -15390,7 +15365,6 @@ class TmpInstance(AbstractModel):
|
|
15390
15365
|
@property
|
15391
15366
|
def InstanceRemark(self):
|
15392
15367
|
"""实例备注
|
15393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15394
15368
|
:rtype: str
|
15395
15369
|
"""
|
15396
15370
|
return self._InstanceRemark
|
@@ -15402,7 +15376,6 @@ class TmpInstance(AbstractModel):
|
|
15402
15376
|
@property
|
15403
15377
|
def TempType(self):
|
15404
15378
|
"""0:非临时实例 ,1:无效临时实例, 2:回档成功的有效临时实例
|
15405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15406
15379
|
:rtype: int
|
15407
15380
|
"""
|
15408
15381
|
return self._TempType
|
@@ -15414,7 +15387,6 @@ class TmpInstance(AbstractModel):
|
|
15414
15387
|
@property
|
15415
15388
|
def Status(self):
|
15416
15389
|
"""实例状态,0:待初始化,1:流程处理中,2:有效状态,-1:已隔离,-2:已下线
|
15417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15418
15390
|
:rtype: int
|
15419
15391
|
"""
|
15420
15392
|
return self._Status
|
@@ -15426,7 +15398,6 @@ class TmpInstance(AbstractModel):
|
|
15426
15398
|
@property
|
15427
15399
|
def InstanceId(self):
|
15428
15400
|
"""实例 ID,形如:tdsql-ow728lmc。
|
15429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15430
15401
|
:rtype: str
|
15431
15402
|
"""
|
15432
15403
|
return self._InstanceId
|
@@ -15438,7 +15409,6 @@ class TmpInstance(AbstractModel):
|
|
15438
15409
|
@property
|
15439
15410
|
def Vip(self):
|
15440
15411
|
"""实例虚IP
|
15441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15442
15412
|
:rtype: str
|
15443
15413
|
"""
|
15444
15414
|
return self._Vip
|
@@ -15450,7 +15420,6 @@ class TmpInstance(AbstractModel):
|
|
15450
15420
|
@property
|
15451
15421
|
def Vport(self):
|
15452
15422
|
"""实例虚端口
|
15453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15454
15423
|
:rtype: int
|
15455
15424
|
"""
|
15456
15425
|
return self._Vport
|
@@ -15462,7 +15431,6 @@ class TmpInstance(AbstractModel):
|
|
15462
15431
|
@property
|
15463
15432
|
def PeriodEndTime(self):
|
15464
15433
|
"""有效期结束时间
|
15465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15466
15434
|
:rtype: str
|
15467
15435
|
"""
|
15468
15436
|
return self._PeriodEndTime
|
@@ -15474,7 +15442,6 @@ class TmpInstance(AbstractModel):
|
|
15474
15442
|
@property
|
15475
15443
|
def SrcInstanceId(self):
|
15476
15444
|
"""源实例 ID,形如:tdsql-ow728lmc。
|
15477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15478
15445
|
:rtype: str
|
15479
15446
|
"""
|
15480
15447
|
return self._SrcInstanceId
|
@@ -15486,7 +15453,6 @@ class TmpInstance(AbstractModel):
|
|
15486
15453
|
@property
|
15487
15454
|
def StatusDesc(self):
|
15488
15455
|
"""实例状态描述
|
15489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15490
15456
|
:rtype: str
|
15491
15457
|
"""
|
15492
15458
|
return self._StatusDesc
|
@@ -15498,7 +15464,6 @@ class TmpInstance(AbstractModel):
|
|
15498
15464
|
@property
|
15499
15465
|
def Region(self):
|
15500
15466
|
"""实例所在地域
|
15501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15502
15467
|
:rtype: str
|
15503
15468
|
"""
|
15504
15469
|
return self._Region
|
@@ -15510,7 +15475,6 @@ class TmpInstance(AbstractModel):
|
|
15510
15475
|
@property
|
15511
15476
|
def Zone(self):
|
15512
15477
|
"""实例所在可用区
|
15513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15514
15478
|
:rtype: str
|
15515
15479
|
"""
|
15516
15480
|
return self._Zone
|
@@ -15522,7 +15486,6 @@ class TmpInstance(AbstractModel):
|
|
15522
15486
|
@property
|
15523
15487
|
def Vipv6(self):
|
15524
15488
|
"""实例虚IPv6
|
15525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15526
15489
|
:rtype: str
|
15527
15490
|
"""
|
15528
15491
|
return self._Vipv6
|
@@ -15534,7 +15497,6 @@ class TmpInstance(AbstractModel):
|
|
15534
15497
|
@property
|
15535
15498
|
def Ipv6Flag(self):
|
15536
15499
|
"""实例IPv6标志
|
15537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15538
15500
|
:rtype: int
|
15539
15501
|
"""
|
15540
15502
|
return self._Ipv6Flag
|
@@ -28,36 +28,26 @@ class AppInfoItem(AbstractModel):
|
|
28
28
|
:param _AppPackage: 小程序apiiid
|
29
29
|
:type AppPackage: str
|
30
30
|
:param _AppName: 小程序应用名称
|
31
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32
31
|
:type AppName: str
|
33
32
|
:param _AppVersion: 小程序应用版本
|
34
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35
33
|
:type AppVersion: str
|
36
34
|
:param _Platform: 应用平台, 0:android, 1:ios, 2:小程序
|
37
35
|
:type Platform: int
|
38
36
|
:param _ReportUrl: 小程序隐私诊断报告下载链接
|
39
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40
37
|
:type ReportUrl: str
|
41
38
|
:param _ReportTitle: 小程序隐私诊断报告名称
|
42
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
43
39
|
:type ReportTitle: str
|
44
40
|
:param _BehaviorUrl: 小程序隐私诊断堆栈报告下载链接
|
45
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46
41
|
:type BehaviorUrl: str
|
47
42
|
:param _BehaviorTitle: 小程序隐私诊断堆栈报告名称
|
48
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
49
43
|
:type BehaviorTitle: str
|
50
44
|
:param _HighRiskCount: 诊断风险项数量
|
51
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52
45
|
:type HighRiskCount: int
|
53
46
|
:param _PrivacyTextName: 隐私申明文件名称
|
54
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
55
47
|
:type PrivacyTextName: str
|
56
48
|
:param _SoftwareMD5: 软件MD5
|
57
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
58
49
|
:type SoftwareMD5: str
|
59
50
|
:param _PrivacyTextMD5: 隐私文本MD5
|
60
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
61
51
|
:type PrivacyTextMD5: str
|
62
52
|
"""
|
63
53
|
self._AppPackage = None
|
@@ -87,7 +77,6 @@ class AppInfoItem(AbstractModel):
|
|
87
77
|
@property
|
88
78
|
def AppName(self):
|
89
79
|
"""小程序应用名称
|
90
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
91
80
|
:rtype: str
|
92
81
|
"""
|
93
82
|
return self._AppName
|
@@ -99,7 +88,6 @@ class AppInfoItem(AbstractModel):
|
|
99
88
|
@property
|
100
89
|
def AppVersion(self):
|
101
90
|
"""小程序应用版本
|
102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
103
91
|
:rtype: str
|
104
92
|
"""
|
105
93
|
return self._AppVersion
|
@@ -122,7 +110,6 @@ class AppInfoItem(AbstractModel):
|
|
122
110
|
@property
|
123
111
|
def ReportUrl(self):
|
124
112
|
"""小程序隐私诊断报告下载链接
|
125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
126
113
|
:rtype: str
|
127
114
|
"""
|
128
115
|
return self._ReportUrl
|
@@ -134,7 +121,6 @@ class AppInfoItem(AbstractModel):
|
|
134
121
|
@property
|
135
122
|
def ReportTitle(self):
|
136
123
|
"""小程序隐私诊断报告名称
|
137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
138
124
|
:rtype: str
|
139
125
|
"""
|
140
126
|
return self._ReportTitle
|
@@ -146,7 +132,6 @@ class AppInfoItem(AbstractModel):
|
|
146
132
|
@property
|
147
133
|
def BehaviorUrl(self):
|
148
134
|
"""小程序隐私诊断堆栈报告下载链接
|
149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
150
135
|
:rtype: str
|
151
136
|
"""
|
152
137
|
return self._BehaviorUrl
|
@@ -158,7 +143,6 @@ class AppInfoItem(AbstractModel):
|
|
158
143
|
@property
|
159
144
|
def BehaviorTitle(self):
|
160
145
|
"""小程序隐私诊断堆栈报告名称
|
161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
162
146
|
:rtype: str
|
163
147
|
"""
|
164
148
|
return self._BehaviorTitle
|
@@ -170,7 +154,6 @@ class AppInfoItem(AbstractModel):
|
|
170
154
|
@property
|
171
155
|
def HighRiskCount(self):
|
172
156
|
"""诊断风险项数量
|
173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
174
157
|
:rtype: int
|
175
158
|
"""
|
176
159
|
return self._HighRiskCount
|
@@ -182,7 +165,6 @@ class AppInfoItem(AbstractModel):
|
|
182
165
|
@property
|
183
166
|
def PrivacyTextName(self):
|
184
167
|
"""隐私申明文件名称
|
185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
186
168
|
:rtype: str
|
187
169
|
"""
|
188
170
|
return self._PrivacyTextName
|
@@ -194,7 +176,6 @@ class AppInfoItem(AbstractModel):
|
|
194
176
|
@property
|
195
177
|
def SoftwareMD5(self):
|
196
178
|
"""软件MD5
|
197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
198
179
|
:rtype: str
|
199
180
|
"""
|
200
181
|
return self._SoftwareMD5
|
@@ -206,7 +187,6 @@ class AppInfoItem(AbstractModel):
|
|
206
187
|
@property
|
207
188
|
def PrivacyTextMD5(self):
|
208
189
|
"""隐私文本MD5
|
209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
210
190
|
:rtype: str
|
211
191
|
"""
|
212
192
|
return self._PrivacyTextMD5
|
@@ -253,7 +233,6 @@ class AppTaskData(AbstractModel):
|
|
253
233
|
:param _TaskStatus: 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
|
254
234
|
:type TaskStatus: int
|
255
235
|
:param _TaskErrMsg: 错误信息
|
256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
257
236
|
:type TaskErrMsg: str
|
258
237
|
:param _Source: 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
|
259
238
|
:type Source: int
|
@@ -264,7 +243,6 @@ class AppTaskData(AbstractModel):
|
|
264
243
|
:param _EndTime: 任务完成时间(更新时间)
|
265
244
|
:type EndTime: str
|
266
245
|
:param _ContactName: 联系人信息
|
267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
268
246
|
:type ContactName: str
|
269
247
|
"""
|
270
248
|
self._TaskID = None
|
@@ -313,7 +291,6 @@ class AppTaskData(AbstractModel):
|
|
313
291
|
@property
|
314
292
|
def TaskErrMsg(self):
|
315
293
|
"""错误信息
|
316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
317
294
|
:rtype: str
|
318
295
|
"""
|
319
296
|
return self._TaskErrMsg
|
@@ -369,7 +346,6 @@ class AppTaskData(AbstractModel):
|
|
369
346
|
@property
|
370
347
|
def ContactName(self):
|
371
348
|
"""联系人信息
|
372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
373
349
|
:rtype: str
|
374
350
|
"""
|
375
351
|
return self._ContactName
|
@@ -1581,7 +1557,6 @@ class DescribeFlySecMiniAppReportUrlResponse(AbstractModel):
|
|
1581
1557
|
:param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
|
1582
1558
|
:type Ret: int
|
1583
1559
|
:param _Url: 诊断报告下载链接
|
1584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1585
1560
|
:type Url: str
|
1586
1561
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1587
1562
|
:type RequestId: str
|
@@ -1604,7 +1579,6 @@ class DescribeFlySecMiniAppReportUrlResponse(AbstractModel):
|
|
1604
1579
|
@property
|
1605
1580
|
def Url(self):
|
1606
1581
|
"""诊断报告下载链接
|
1607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1608
1582
|
:rtype: str
|
1609
1583
|
"""
|
1610
1584
|
return self._Url
|
@@ -1737,10 +1711,8 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
|
|
1737
1711
|
:param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
|
1738
1712
|
:type Ret: int
|
1739
1713
|
:param _Data: 诊断报告数据
|
1740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1741
1714
|
:type Data: list of FlySecMiniAppReportData
|
1742
1715
|
:param _Total: 诊断任务数
|
1743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1744
1716
|
:type Total: int
|
1745
1717
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1746
1718
|
:type RequestId: str
|
@@ -1764,7 +1736,6 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
|
|
1764
1736
|
@property
|
1765
1737
|
def Data(self):
|
1766
1738
|
"""诊断报告数据
|
1767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1768
1739
|
:rtype: list of FlySecMiniAppReportData
|
1769
1740
|
"""
|
1770
1741
|
return self._Data
|
@@ -1776,7 +1747,6 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
|
|
1776
1747
|
@property
|
1777
1748
|
def Total(self):
|
1778
1749
|
"""诊断任务数
|
1779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1780
1750
|
:rtype: int
|
1781
1751
|
"""
|
1782
1752
|
return self._Total
|
@@ -1900,10 +1870,8 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
|
|
1900
1870
|
:param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
|
1901
1871
|
:type Ret: int
|
1902
1872
|
:param _Data: 诊断任务数据列表
|
1903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1904
1873
|
:type Data: list of FlySecMiniAppTaskData
|
1905
1874
|
:param _Total: 诊断任务数
|
1906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1907
1875
|
:type Total: int
|
1908
1876
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1909
1877
|
:type RequestId: str
|
@@ -1927,7 +1895,6 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
|
|
1927
1895
|
@property
|
1928
1896
|
def Data(self):
|
1929
1897
|
"""诊断任务数据列表
|
1930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1931
1898
|
:rtype: list of FlySecMiniAppTaskData
|
1932
1899
|
"""
|
1933
1900
|
return self._Data
|
@@ -1939,7 +1906,6 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
|
|
1939
1906
|
@property
|
1940
1907
|
def Total(self):
|
1941
1908
|
"""诊断任务数
|
1942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1943
1909
|
:rtype: int
|
1944
1910
|
"""
|
1945
1911
|
return self._Total
|
@@ -2180,13 +2146,10 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
|
|
2180
2146
|
:param _Status: 诊断状态, 0:排队中, 1:成功, 2:失败, 3:进行中
|
2181
2147
|
:type Status: int
|
2182
2148
|
:param _Errno: 诊断失败错误码
|
2183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2184
2149
|
:type Errno: int
|
2185
2150
|
:param _MiniAppName: 小程序名称
|
2186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2187
2151
|
:type MiniAppName: str
|
2188
2152
|
:param _MiniAppVersion: 小程序版本
|
2189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2190
2153
|
:type MiniAppVersion: str
|
2191
2154
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2192
2155
|
:type RequestId: str
|
@@ -2223,7 +2186,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
|
|
2223
2186
|
@property
|
2224
2187
|
def Errno(self):
|
2225
2188
|
"""诊断失败错误码
|
2226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2227
2189
|
:rtype: int
|
2228
2190
|
"""
|
2229
2191
|
return self._Errno
|
@@ -2235,7 +2197,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
|
|
2235
2197
|
@property
|
2236
2198
|
def MiniAppName(self):
|
2237
2199
|
"""小程序名称
|
2238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2239
2200
|
:rtype: str
|
2240
2201
|
"""
|
2241
2202
|
return self._MiniAppName
|
@@ -2247,7 +2208,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
|
|
2247
2208
|
@property
|
2248
2209
|
def MiniAppVersion(self):
|
2249
2210
|
"""小程序版本
|
2250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2251
2211
|
:rtype: str
|
2252
2212
|
"""
|
2253
2213
|
return self._MiniAppVersion
|
@@ -2527,10 +2487,8 @@ class DescribeScanTaskListResponse(AbstractModel):
|
|
2527
2487
|
:param _Result: 返回值, 0:成功, 其他值请查看“返回值”定义
|
2528
2488
|
:type Result: int
|
2529
2489
|
:param _Data: 诊断任务数据列表
|
2530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2531
2490
|
:type Data: list of AppTaskData
|
2532
2491
|
:param _Total: 任务总数量
|
2533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2534
2492
|
:type Total: int
|
2535
2493
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2536
2494
|
:type RequestId: str
|
@@ -2554,7 +2512,6 @@ class DescribeScanTaskListResponse(AbstractModel):
|
|
2554
2512
|
@property
|
2555
2513
|
def Data(self):
|
2556
2514
|
"""诊断任务数据列表
|
2557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2558
2515
|
:rtype: list of AppTaskData
|
2559
2516
|
"""
|
2560
2517
|
return self._Data
|
@@ -2566,7 +2523,6 @@ class DescribeScanTaskListResponse(AbstractModel):
|
|
2566
2523
|
@property
|
2567
2524
|
def Total(self):
|
2568
2525
|
"""任务总数量
|
2569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2570
2526
|
:rtype: int
|
2571
2527
|
"""
|
2572
2528
|
return self._Total
|
@@ -2707,10 +2663,8 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
|
|
2707
2663
|
:param _ReportUrl: 诊断报告/堆栈信息下载链接
|
2708
2664
|
:type ReportUrl: str
|
2709
2665
|
:param _ReportTitle: 诊断报告/堆栈名称
|
2710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2711
2666
|
:type ReportTitle: str
|
2712
2667
|
:param _ReportResult: 诊断json结果内容
|
2713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2714
2668
|
:type ReportResult: str
|
2715
2669
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2716
2670
|
:type RequestId: str
|
@@ -2746,7 +2700,6 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
|
|
2746
2700
|
@property
|
2747
2701
|
def ReportTitle(self):
|
2748
2702
|
"""诊断报告/堆栈名称
|
2749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2750
2703
|
:rtype: str
|
2751
2704
|
"""
|
2752
2705
|
return self._ReportTitle
|
@@ -2758,7 +2711,6 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
|
|
2758
2711
|
@property
|
2759
2712
|
def ReportResult(self):
|
2760
2713
|
"""诊断json结果内容
|
2761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2762
2714
|
:rtype: str
|
2763
2715
|
"""
|
2764
2716
|
return self._ReportResult
|
@@ -3494,20 +3446,16 @@ class TaskFlowStepsInfo(AbstractModel):
|
|
3494
3446
|
def __init__(self):
|
3495
3447
|
r"""
|
3496
3448
|
:param _FlowNo: 流程编号
|
3497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3498
3449
|
:type FlowNo: str
|
3499
3450
|
:param _FlowName: 流程名称
|
3500
3451
|
:type FlowName: str
|
3501
3452
|
:param _FlowStatus: 流程状态, 其他值:进行中, 2:成功, 3:失败
|
3502
3453
|
:type FlowStatus: int
|
3503
3454
|
:param _FlowStateDesc: 流程状态描述
|
3504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3505
3455
|
:type FlowStateDesc: str
|
3506
3456
|
:param _StartTime: 流程启动时间
|
3507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3508
3457
|
:type StartTime: str
|
3509
3458
|
:param _EndTime: 流程完成时间
|
3510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3511
3459
|
:type EndTime: str
|
3512
3460
|
"""
|
3513
3461
|
self._FlowNo = None
|
@@ -3520,7 +3468,6 @@ class TaskFlowStepsInfo(AbstractModel):
|
|
3520
3468
|
@property
|
3521
3469
|
def FlowNo(self):
|
3522
3470
|
"""流程编号
|
3523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3524
3471
|
:rtype: str
|
3525
3472
|
"""
|
3526
3473
|
return self._FlowNo
|
@@ -3554,7 +3501,6 @@ class TaskFlowStepsInfo(AbstractModel):
|
|
3554
3501
|
@property
|
3555
3502
|
def FlowStateDesc(self):
|
3556
3503
|
"""流程状态描述
|
3557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3558
3504
|
:rtype: str
|
3559
3505
|
"""
|
3560
3506
|
return self._FlowStateDesc
|
@@ -3566,7 +3512,6 @@ class TaskFlowStepsInfo(AbstractModel):
|
|
3566
3512
|
@property
|
3567
3513
|
def StartTime(self):
|
3568
3514
|
"""流程启动时间
|
3569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3570
3515
|
:rtype: str
|
3571
3516
|
"""
|
3572
3517
|
return self._StartTime
|
@@ -3578,7 +3523,6 @@ class TaskFlowStepsInfo(AbstractModel):
|
|
3578
3523
|
@property
|
3579
3524
|
def EndTime(self):
|
3580
3525
|
"""流程完成时间
|
3581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3582
3526
|
:rtype: str
|
3583
3527
|
"""
|
3584
3528
|
return self._EndTime
|