tencentcloud-sdk-python 3.0.1176__py2.py3-none-any.whl → 3.0.1179__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/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +163 -0
- tencentcloud/asr/v20190614/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +4 -4
- tencentcloud/ckafka/v20190819/models.py +2 -2
- tencentcloud/cls/v20201016/models.py +62 -3
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -118
- tencentcloud/domain/v20180808/models.py +64 -0
- tencentcloud/emr/v20190103/models.py +739 -5
- tencentcloud/ess/v20201111/ess_client.py +15 -8
- tencentcloud/ess/v20201111/models.py +34 -30
- tencentcloud/essbasic/v20210526/essbasic_client.py +18 -11
- tencentcloud/essbasic/v20210526/models.py +18 -15
- tencentcloud/ims/v20201229/ims_client.py +2 -2
- tencentcloud/ioa/v20220601/models.py +168 -142
- tencentcloud/iotexplorer/v20190423/models.py +91 -0
- tencentcloud/iss/v20230517/errorcodes.py +27 -0
- tencentcloud/iss/v20230517/iss_client.py +46 -0
- tencentcloud/iss/v20230517/models.py +363 -0
- tencentcloud/mps/v20190612/models.py +96 -25
- tencentcloud/ocr/v20181119/models.py +24 -0
- tencentcloud/redis/v20180412/models.py +12 -10
- tencentcloud/ses/v20201002/models.py +419 -0
- tencentcloud/ses/v20201002/ses_client.py +92 -0
- tencentcloud/ssl/v20191205/models.py +377 -1
- tencentcloud/ssl/v20191205/ssl_client.py +25 -2
- tencentcloud/tcr/v20190924/models.py +4 -0
- tencentcloud/tdmq/v20200217/models.py +182 -1
- tencentcloud/thpc/v20230321/models.py +33 -5
- tencentcloud/tke/v20180525/models.py +75 -0
- tencentcloud/tke/v20180525/tke_client.py +7 -7
- tencentcloud/trtc/v20190722/errorcodes.py +0 -3
- tencentcloud/trtc/v20190722/models.py +1 -1
- tencentcloud/vclm/__init__.py +0 -0
- tencentcloud/vclm/v20240523/__init__.py +0 -0
- tencentcloud/vclm/v20240523/errorcodes.py +198 -0
- tencentcloud/vclm/v20240523/models.py +1028 -0
- tencentcloud/vclm/v20240523/vclm_client.py +187 -0
- tencentcloud/vdb/v20230616/models.py +26 -0
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/RECORD +46 -41
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/top_level.txt +0 -0
@@ -114,10 +114,14 @@ class ApiGatewayInstanceList(AbstractModel):
|
|
114
114
|
:type InstanceList: list of ApiGatewayInstanceDetail
|
115
115
|
:param _TotalCount: 该地域下apigateway实例总数
|
116
116
|
:type TotalCount: int
|
117
|
+
:param _Error: 是否查询异常
|
118
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
119
|
+
:type Error: str
|
117
120
|
"""
|
118
121
|
self._Region = None
|
119
122
|
self._InstanceList = None
|
120
123
|
self._TotalCount = None
|
124
|
+
self._Error = None
|
121
125
|
|
122
126
|
@property
|
123
127
|
def Region(self):
|
@@ -143,6 +147,14 @@ class ApiGatewayInstanceList(AbstractModel):
|
|
143
147
|
def TotalCount(self, TotalCount):
|
144
148
|
self._TotalCount = TotalCount
|
145
149
|
|
150
|
+
@property
|
151
|
+
def Error(self):
|
152
|
+
return self._Error
|
153
|
+
|
154
|
+
@Error.setter
|
155
|
+
def Error(self, Error):
|
156
|
+
self._Error = Error
|
157
|
+
|
146
158
|
|
147
159
|
def _deserialize(self, params):
|
148
160
|
self._Region = params.get("Region")
|
@@ -153,6 +165,7 @@ class ApiGatewayInstanceList(AbstractModel):
|
|
153
165
|
obj._deserialize(item)
|
154
166
|
self._InstanceList.append(obj)
|
155
167
|
self._TotalCount = params.get("TotalCount")
|
168
|
+
self._Error = params.get("Error")
|
156
169
|
memeber_set = set(params.keys())
|
157
170
|
for name, value in vars(self).items():
|
158
171
|
property_name = name[1:]
|
@@ -401,6 +414,53 @@ class ApplyCertificateResponse(AbstractModel):
|
|
401
414
|
self._RequestId = params.get("RequestId")
|
402
415
|
|
403
416
|
|
417
|
+
class BatchDeleteFail(AbstractModel):
|
418
|
+
"""批量删除失败的项
|
419
|
+
|
420
|
+
"""
|
421
|
+
|
422
|
+
def __init__(self):
|
423
|
+
r"""
|
424
|
+
:param _CertId: 失败的证书ID
|
425
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
426
|
+
:type CertId: str
|
427
|
+
:param _Msg: 失败的原因
|
428
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
429
|
+
:type Msg: str
|
430
|
+
"""
|
431
|
+
self._CertId = None
|
432
|
+
self._Msg = None
|
433
|
+
|
434
|
+
@property
|
435
|
+
def CertId(self):
|
436
|
+
return self._CertId
|
437
|
+
|
438
|
+
@CertId.setter
|
439
|
+
def CertId(self, CertId):
|
440
|
+
self._CertId = CertId
|
441
|
+
|
442
|
+
@property
|
443
|
+
def Msg(self):
|
444
|
+
return self._Msg
|
445
|
+
|
446
|
+
@Msg.setter
|
447
|
+
def Msg(self, Msg):
|
448
|
+
self._Msg = Msg
|
449
|
+
|
450
|
+
|
451
|
+
def _deserialize(self, params):
|
452
|
+
self._CertId = params.get("CertId")
|
453
|
+
self._Msg = params.get("Msg")
|
454
|
+
memeber_set = set(params.keys())
|
455
|
+
for name, value in vars(self).items():
|
456
|
+
property_name = name[1:]
|
457
|
+
if property_name in memeber_set:
|
458
|
+
memeber_set.remove(property_name)
|
459
|
+
if len(memeber_set) > 0:
|
460
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
461
|
+
|
462
|
+
|
463
|
+
|
404
464
|
class BindResourceRegionResult(AbstractModel):
|
405
465
|
"""绑定资源地域结果
|
406
466
|
|
@@ -413,9 +473,13 @@ class BindResourceRegionResult(AbstractModel):
|
|
413
473
|
:type Region: str
|
414
474
|
:param _TotalCount: 关联资源总数
|
415
475
|
:type TotalCount: int
|
476
|
+
:param _Error: 是否查询异常
|
477
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
478
|
+
:type Error: str
|
416
479
|
"""
|
417
480
|
self._Region = None
|
418
481
|
self._TotalCount = None
|
482
|
+
self._Error = None
|
419
483
|
|
420
484
|
@property
|
421
485
|
def Region(self):
|
@@ -433,10 +497,19 @@ class BindResourceRegionResult(AbstractModel):
|
|
433
497
|
def TotalCount(self, TotalCount):
|
434
498
|
self._TotalCount = TotalCount
|
435
499
|
|
500
|
+
@property
|
501
|
+
def Error(self):
|
502
|
+
return self._Error
|
503
|
+
|
504
|
+
@Error.setter
|
505
|
+
def Error(self, Error):
|
506
|
+
self._Error = Error
|
507
|
+
|
436
508
|
|
437
509
|
def _deserialize(self, params):
|
438
510
|
self._Region = params.get("Region")
|
439
511
|
self._TotalCount = params.get("TotalCount")
|
512
|
+
self._Error = params.get("Error")
|
440
513
|
memeber_set = set(params.keys())
|
441
514
|
for name, value in vars(self).items():
|
442
515
|
property_name = name[1:]
|
@@ -497,6 +570,84 @@ class BindResourceResult(AbstractModel):
|
|
497
570
|
|
498
571
|
|
499
572
|
|
573
|
+
class COSInstanceList(AbstractModel):
|
574
|
+
"""cos实例详情 - 异步关联云资源数据结构
|
575
|
+
|
576
|
+
"""
|
577
|
+
|
578
|
+
def __init__(self):
|
579
|
+
r"""
|
580
|
+
:param _Region: 地域
|
581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
582
|
+
:type Region: str
|
583
|
+
:param _InstanceList: 实例详情
|
584
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
585
|
+
:type InstanceList: list of CosInstanceDetail
|
586
|
+
:param _TotalCount: 地域下总数
|
587
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
588
|
+
:type TotalCount: int
|
589
|
+
:param _Error: 错误信息
|
590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
591
|
+
:type Error: str
|
592
|
+
"""
|
593
|
+
self._Region = None
|
594
|
+
self._InstanceList = None
|
595
|
+
self._TotalCount = None
|
596
|
+
self._Error = None
|
597
|
+
|
598
|
+
@property
|
599
|
+
def Region(self):
|
600
|
+
return self._Region
|
601
|
+
|
602
|
+
@Region.setter
|
603
|
+
def Region(self, Region):
|
604
|
+
self._Region = Region
|
605
|
+
|
606
|
+
@property
|
607
|
+
def InstanceList(self):
|
608
|
+
return self._InstanceList
|
609
|
+
|
610
|
+
@InstanceList.setter
|
611
|
+
def InstanceList(self, InstanceList):
|
612
|
+
self._InstanceList = InstanceList
|
613
|
+
|
614
|
+
@property
|
615
|
+
def TotalCount(self):
|
616
|
+
return self._TotalCount
|
617
|
+
|
618
|
+
@TotalCount.setter
|
619
|
+
def TotalCount(self, TotalCount):
|
620
|
+
self._TotalCount = TotalCount
|
621
|
+
|
622
|
+
@property
|
623
|
+
def Error(self):
|
624
|
+
return self._Error
|
625
|
+
|
626
|
+
@Error.setter
|
627
|
+
def Error(self, Error):
|
628
|
+
self._Error = Error
|
629
|
+
|
630
|
+
|
631
|
+
def _deserialize(self, params):
|
632
|
+
self._Region = params.get("Region")
|
633
|
+
if params.get("InstanceList") is not None:
|
634
|
+
self._InstanceList = []
|
635
|
+
for item in params.get("InstanceList"):
|
636
|
+
obj = CosInstanceDetail()
|
637
|
+
obj._deserialize(item)
|
638
|
+
self._InstanceList.append(obj)
|
639
|
+
self._TotalCount = params.get("TotalCount")
|
640
|
+
self._Error = params.get("Error")
|
641
|
+
memeber_set = set(params.keys())
|
642
|
+
for name, value in vars(self).items():
|
643
|
+
property_name = name[1:]
|
644
|
+
if property_name in memeber_set:
|
645
|
+
memeber_set.remove(property_name)
|
646
|
+
if len(memeber_set) > 0:
|
647
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
648
|
+
|
649
|
+
|
650
|
+
|
500
651
|
class CancelAuditCertificateRequest(AbstractModel):
|
501
652
|
"""CancelAuditCertificate请求参数结构体
|
502
653
|
|
@@ -718,9 +869,13 @@ class CdnInstanceList(AbstractModel):
|
|
718
869
|
:param _InstanceList: cdn域名详情
|
719
870
|
注意:此字段可能返回 null,表示取不到有效值。
|
720
871
|
:type InstanceList: list of CdnInstanceDetail
|
872
|
+
:param _Error: 是否查询异常
|
873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
874
|
+
:type Error: str
|
721
875
|
"""
|
722
876
|
self._TotalCount = None
|
723
877
|
self._InstanceList = None
|
878
|
+
self._Error = None
|
724
879
|
|
725
880
|
@property
|
726
881
|
def TotalCount(self):
|
@@ -738,6 +893,14 @@ class CdnInstanceList(AbstractModel):
|
|
738
893
|
def InstanceList(self, InstanceList):
|
739
894
|
self._InstanceList = InstanceList
|
740
895
|
|
896
|
+
@property
|
897
|
+
def Error(self):
|
898
|
+
return self._Error
|
899
|
+
|
900
|
+
@Error.setter
|
901
|
+
def Error(self, Error):
|
902
|
+
self._Error = Error
|
903
|
+
|
741
904
|
|
742
905
|
def _deserialize(self, params):
|
743
906
|
self._TotalCount = params.get("TotalCount")
|
@@ -747,6 +910,7 @@ class CdnInstanceList(AbstractModel):
|
|
747
910
|
obj = CdnInstanceDetail()
|
748
911
|
obj._deserialize(item)
|
749
912
|
self._InstanceList.append(obj)
|
913
|
+
self._Error = params.get("Error")
|
750
914
|
memeber_set = set(params.keys())
|
751
915
|
for name, value in vars(self).items():
|
752
916
|
property_name = name[1:]
|
@@ -1880,10 +2044,14 @@ class ClbInstanceList(AbstractModel):
|
|
1880
2044
|
:type InstanceList: list of ClbInstanceDetail
|
1881
2045
|
:param _TotalCount: 该地域下Clb实例总数
|
1882
2046
|
:type TotalCount: int
|
2047
|
+
:param _Error: 是否查询异常
|
2048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2049
|
+
:type Error: str
|
1883
2050
|
"""
|
1884
2051
|
self._Region = None
|
1885
2052
|
self._InstanceList = None
|
1886
2053
|
self._TotalCount = None
|
2054
|
+
self._Error = None
|
1887
2055
|
|
1888
2056
|
@property
|
1889
2057
|
def Region(self):
|
@@ -1909,6 +2077,14 @@ class ClbInstanceList(AbstractModel):
|
|
1909
2077
|
def TotalCount(self, TotalCount):
|
1910
2078
|
self._TotalCount = TotalCount
|
1911
2079
|
|
2080
|
+
@property
|
2081
|
+
def Error(self):
|
2082
|
+
return self._Error
|
2083
|
+
|
2084
|
+
@Error.setter
|
2085
|
+
def Error(self, Error):
|
2086
|
+
self._Error = Error
|
2087
|
+
|
1912
2088
|
|
1913
2089
|
def _deserialize(self, params):
|
1914
2090
|
self._Region = params.get("Region")
|
@@ -1919,6 +2095,7 @@ class ClbInstanceList(AbstractModel):
|
|
1919
2095
|
obj._deserialize(item)
|
1920
2096
|
self._InstanceList.append(obj)
|
1921
2097
|
self._TotalCount = params.get("TotalCount")
|
2098
|
+
self._Error = params.get("Error")
|
1922
2099
|
memeber_set = set(params.keys())
|
1923
2100
|
for name, value in vars(self).items():
|
1924
2101
|
property_name = name[1:]
|
@@ -3075,9 +3252,13 @@ class DdosInstanceList(AbstractModel):
|
|
3075
3252
|
:param _InstanceList: ddos实例详情
|
3076
3253
|
注意:此字段可能返回 null,表示取不到有效值。
|
3077
3254
|
:type InstanceList: list of DdosInstanceDetail
|
3255
|
+
:param _Error: 是否查询异常
|
3256
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3257
|
+
:type Error: str
|
3078
3258
|
"""
|
3079
3259
|
self._TotalCount = None
|
3080
3260
|
self._InstanceList = None
|
3261
|
+
self._Error = None
|
3081
3262
|
|
3082
3263
|
@property
|
3083
3264
|
def TotalCount(self):
|
@@ -3095,6 +3276,14 @@ class DdosInstanceList(AbstractModel):
|
|
3095
3276
|
def InstanceList(self, InstanceList):
|
3096
3277
|
self._InstanceList = InstanceList
|
3097
3278
|
|
3279
|
+
@property
|
3280
|
+
def Error(self):
|
3281
|
+
return self._Error
|
3282
|
+
|
3283
|
+
@Error.setter
|
3284
|
+
def Error(self, Error):
|
3285
|
+
self._Error = Error
|
3286
|
+
|
3098
3287
|
|
3099
3288
|
def _deserialize(self, params):
|
3100
3289
|
self._TotalCount = params.get("TotalCount")
|
@@ -3104,6 +3293,7 @@ class DdosInstanceList(AbstractModel):
|
|
3104
3293
|
obj = DdosInstanceDetail()
|
3105
3294
|
obj._deserialize(item)
|
3106
3295
|
self._InstanceList.append(obj)
|
3296
|
+
self._Error = params.get("Error")
|
3107
3297
|
memeber_set = set(params.keys())
|
3108
3298
|
for name, value in vars(self).items():
|
3109
3299
|
property_name = name[1:]
|
@@ -3209,6 +3399,83 @@ class DeleteCertificateResponse(AbstractModel):
|
|
3209
3399
|
self._RequestId = params.get("RequestId")
|
3210
3400
|
|
3211
3401
|
|
3402
|
+
class DeleteCertificatesRequest(AbstractModel):
|
3403
|
+
"""DeleteCertificates请求参数结构体
|
3404
|
+
|
3405
|
+
"""
|
3406
|
+
|
3407
|
+
|
3408
|
+
class DeleteCertificatesResponse(AbstractModel):
|
3409
|
+
"""DeleteCertificates返回参数结构体
|
3410
|
+
|
3411
|
+
"""
|
3412
|
+
|
3413
|
+
def __init__(self):
|
3414
|
+
r"""
|
3415
|
+
:param _Success: 成功的ID
|
3416
|
+
:type Success: list of str
|
3417
|
+
:param _Fail: 失败的ID和原因
|
3418
|
+
:type Fail: list of BatchDeleteFail
|
3419
|
+
:param _CertTaskIds: 证书ID和异步任务的ID
|
3420
|
+
:type CertTaskIds: list of CertTaskId
|
3421
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3422
|
+
:type RequestId: str
|
3423
|
+
"""
|
3424
|
+
self._Success = None
|
3425
|
+
self._Fail = None
|
3426
|
+
self._CertTaskIds = None
|
3427
|
+
self._RequestId = None
|
3428
|
+
|
3429
|
+
@property
|
3430
|
+
def Success(self):
|
3431
|
+
return self._Success
|
3432
|
+
|
3433
|
+
@Success.setter
|
3434
|
+
def Success(self, Success):
|
3435
|
+
self._Success = Success
|
3436
|
+
|
3437
|
+
@property
|
3438
|
+
def Fail(self):
|
3439
|
+
return self._Fail
|
3440
|
+
|
3441
|
+
@Fail.setter
|
3442
|
+
def Fail(self, Fail):
|
3443
|
+
self._Fail = Fail
|
3444
|
+
|
3445
|
+
@property
|
3446
|
+
def CertTaskIds(self):
|
3447
|
+
return self._CertTaskIds
|
3448
|
+
|
3449
|
+
@CertTaskIds.setter
|
3450
|
+
def CertTaskIds(self, CertTaskIds):
|
3451
|
+
self._CertTaskIds = CertTaskIds
|
3452
|
+
|
3453
|
+
@property
|
3454
|
+
def RequestId(self):
|
3455
|
+
return self._RequestId
|
3456
|
+
|
3457
|
+
@RequestId.setter
|
3458
|
+
def RequestId(self, RequestId):
|
3459
|
+
self._RequestId = RequestId
|
3460
|
+
|
3461
|
+
|
3462
|
+
def _deserialize(self, params):
|
3463
|
+
self._Success = params.get("Success")
|
3464
|
+
if params.get("Fail") is not None:
|
3465
|
+
self._Fail = []
|
3466
|
+
for item in params.get("Fail"):
|
3467
|
+
obj = BatchDeleteFail()
|
3468
|
+
obj._deserialize(item)
|
3469
|
+
self._Fail.append(obj)
|
3470
|
+
if params.get("CertTaskIds") is not None:
|
3471
|
+
self._CertTaskIds = []
|
3472
|
+
for item in params.get("CertTaskIds"):
|
3473
|
+
obj = CertTaskId()
|
3474
|
+
obj._deserialize(item)
|
3475
|
+
self._CertTaskIds.append(obj)
|
3476
|
+
self._RequestId = params.get("RequestId")
|
3477
|
+
|
3478
|
+
|
3212
3479
|
class DeleteManagerRequest(AbstractModel):
|
3213
3480
|
"""DeleteManager请求参数结构体
|
3214
3481
|
|
@@ -4247,6 +4514,9 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
4247
4514
|
:param _TSE: 关联tse资源详情
|
4248
4515
|
注意:此字段可能返回 null,表示取不到有效值。
|
4249
4516
|
:type TSE: list of TSEInstanceList
|
4517
|
+
:param _COS: 关联的COS资源详情
|
4518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4519
|
+
:type COS: list of COSInstanceList
|
4250
4520
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4251
4521
|
:type RequestId: str
|
4252
4522
|
"""
|
@@ -4263,6 +4533,7 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
4263
4533
|
self._Status = None
|
4264
4534
|
self._CacheTime = None
|
4265
4535
|
self._TSE = None
|
4536
|
+
self._COS = None
|
4266
4537
|
self._RequestId = None
|
4267
4538
|
|
4268
4539
|
@property
|
@@ -4369,6 +4640,14 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
4369
4640
|
def TSE(self, TSE):
|
4370
4641
|
self._TSE = TSE
|
4371
4642
|
|
4643
|
+
@property
|
4644
|
+
def COS(self):
|
4645
|
+
return self._COS
|
4646
|
+
|
4647
|
+
@COS.setter
|
4648
|
+
def COS(self, COS):
|
4649
|
+
self._COS = COS
|
4650
|
+
|
4372
4651
|
@property
|
4373
4652
|
def RequestId(self):
|
4374
4653
|
return self._RequestId
|
@@ -4447,6 +4726,12 @@ class DescribeCertificateBindResourceTaskDetailResponse(AbstractModel):
|
|
4447
4726
|
obj = TSEInstanceList()
|
4448
4727
|
obj._deserialize(item)
|
4449
4728
|
self._TSE.append(obj)
|
4729
|
+
if params.get("COS") is not None:
|
4730
|
+
self._COS = []
|
4731
|
+
for item in params.get("COS"):
|
4732
|
+
obj = COSInstanceList()
|
4733
|
+
obj._deserialize(item)
|
4734
|
+
self._COS.append(obj)
|
4450
4735
|
self._RequestId = params.get("RequestId")
|
4451
4736
|
|
4452
4737
|
|
@@ -10092,9 +10377,13 @@ class LiveInstanceList(AbstractModel):
|
|
10092
10377
|
:param _InstanceList: live实例详情
|
10093
10378
|
注意:此字段可能返回 null,表示取不到有效值。
|
10094
10379
|
:type InstanceList: list of LiveInstanceDetail
|
10380
|
+
:param _Error: 是否查询异常
|
10381
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10382
|
+
:type Error: str
|
10095
10383
|
"""
|
10096
10384
|
self._TotalCount = None
|
10097
10385
|
self._InstanceList = None
|
10386
|
+
self._Error = None
|
10098
10387
|
|
10099
10388
|
@property
|
10100
10389
|
def TotalCount(self):
|
@@ -10112,6 +10401,14 @@ class LiveInstanceList(AbstractModel):
|
|
10112
10401
|
def InstanceList(self, InstanceList):
|
10113
10402
|
self._InstanceList = InstanceList
|
10114
10403
|
|
10404
|
+
@property
|
10405
|
+
def Error(self):
|
10406
|
+
return self._Error
|
10407
|
+
|
10408
|
+
@Error.setter
|
10409
|
+
def Error(self, Error):
|
10410
|
+
self._Error = Error
|
10411
|
+
|
10115
10412
|
|
10116
10413
|
def _deserialize(self, params):
|
10117
10414
|
self._TotalCount = params.get("TotalCount")
|
@@ -10121,6 +10418,7 @@ class LiveInstanceList(AbstractModel):
|
|
10121
10418
|
obj = LiveInstanceDetail()
|
10122
10419
|
obj._deserialize(item)
|
10123
10420
|
self._InstanceList.append(obj)
|
10421
|
+
self._Error = params.get("Error")
|
10124
10422
|
memeber_set = set(params.keys())
|
10125
10423
|
for name, value in vars(self).items():
|
10126
10424
|
property_name = name[1:]
|
@@ -13070,9 +13368,13 @@ class TCBInstanceList(AbstractModel):
|
|
13070
13368
|
:param _Environments: tcb环境实例详情
|
13071
13369
|
注意:此字段可能返回 null,表示取不到有效值。
|
13072
13370
|
:type Environments: list of TCBEnvironments
|
13371
|
+
:param _Error: 是否查询异常
|
13372
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13373
|
+
:type Error: str
|
13073
13374
|
"""
|
13074
13375
|
self._Region = None
|
13075
13376
|
self._Environments = None
|
13377
|
+
self._Error = None
|
13076
13378
|
|
13077
13379
|
@property
|
13078
13380
|
def Region(self):
|
@@ -13090,6 +13392,14 @@ class TCBInstanceList(AbstractModel):
|
|
13090
13392
|
def Environments(self, Environments):
|
13091
13393
|
self._Environments = Environments
|
13092
13394
|
|
13395
|
+
@property
|
13396
|
+
def Error(self):
|
13397
|
+
return self._Error
|
13398
|
+
|
13399
|
+
@Error.setter
|
13400
|
+
def Error(self, Error):
|
13401
|
+
self._Error = Error
|
13402
|
+
|
13093
13403
|
|
13094
13404
|
def _deserialize(self, params):
|
13095
13405
|
self._Region = params.get("Region")
|
@@ -13099,6 +13409,7 @@ class TCBInstanceList(AbstractModel):
|
|
13099
13409
|
obj = TCBEnvironments()
|
13100
13410
|
obj._deserialize(item)
|
13101
13411
|
self._Environments.append(obj)
|
13412
|
+
self._Error = params.get("Error")
|
13102
13413
|
memeber_set = set(params.keys())
|
13103
13414
|
for name, value in vars(self).items():
|
13104
13415
|
property_name = name[1:]
|
@@ -13188,10 +13499,14 @@ class TSEInstanceList(AbstractModel):
|
|
13188
13499
|
:type TotalCount: int
|
13189
13500
|
:param _Region: 地域
|
13190
13501
|
:type Region: str
|
13502
|
+
:param _Error: 是否查询异常
|
13503
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13504
|
+
:type Error: str
|
13191
13505
|
"""
|
13192
13506
|
self._InstanceList = None
|
13193
13507
|
self._TotalCount = None
|
13194
13508
|
self._Region = None
|
13509
|
+
self._Error = None
|
13195
13510
|
|
13196
13511
|
@property
|
13197
13512
|
def InstanceList(self):
|
@@ -13217,6 +13532,14 @@ class TSEInstanceList(AbstractModel):
|
|
13217
13532
|
def Region(self, Region):
|
13218
13533
|
self._Region = Region
|
13219
13534
|
|
13535
|
+
@property
|
13536
|
+
def Error(self):
|
13537
|
+
return self._Error
|
13538
|
+
|
13539
|
+
@Error.setter
|
13540
|
+
def Error(self, Error):
|
13541
|
+
self._Error = Error
|
13542
|
+
|
13220
13543
|
|
13221
13544
|
def _deserialize(self, params):
|
13222
13545
|
if params.get("InstanceList") is not None:
|
@@ -13227,6 +13550,7 @@ class TSEInstanceList(AbstractModel):
|
|
13227
13550
|
self._InstanceList.append(obj)
|
13228
13551
|
self._TotalCount = params.get("TotalCount")
|
13229
13552
|
self._Region = params.get("Region")
|
13553
|
+
self._Error = params.get("Error")
|
13230
13554
|
memeber_set = set(params.keys())
|
13231
13555
|
for name, value in vars(self).items():
|
13232
13556
|
property_name = name[1:]
|
@@ -13364,9 +13688,13 @@ class TeoInstanceList(AbstractModel):
|
|
13364
13688
|
:type InstanceList: list of TeoInstanceDetail
|
13365
13689
|
:param _TotalCount: edgeone实例总数
|
13366
13690
|
:type TotalCount: int
|
13691
|
+
:param _Error: 是否查询异常
|
13692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13693
|
+
:type Error: str
|
13367
13694
|
"""
|
13368
13695
|
self._InstanceList = None
|
13369
13696
|
self._TotalCount = None
|
13697
|
+
self._Error = None
|
13370
13698
|
|
13371
13699
|
@property
|
13372
13700
|
def InstanceList(self):
|
@@ -13384,6 +13712,14 @@ class TeoInstanceList(AbstractModel):
|
|
13384
13712
|
def TotalCount(self, TotalCount):
|
13385
13713
|
self._TotalCount = TotalCount
|
13386
13714
|
|
13715
|
+
@property
|
13716
|
+
def Error(self):
|
13717
|
+
return self._Error
|
13718
|
+
|
13719
|
+
@Error.setter
|
13720
|
+
def Error(self, Error):
|
13721
|
+
self._Error = Error
|
13722
|
+
|
13387
13723
|
|
13388
13724
|
def _deserialize(self, params):
|
13389
13725
|
if params.get("InstanceList") is not None:
|
@@ -13393,6 +13729,7 @@ class TeoInstanceList(AbstractModel):
|
|
13393
13729
|
obj._deserialize(item)
|
13394
13730
|
self._InstanceList.append(obj)
|
13395
13731
|
self._TotalCount = params.get("TotalCount")
|
13732
|
+
self._Error = params.get("Error")
|
13396
13733
|
memeber_set = set(params.keys())
|
13397
13734
|
for name, value in vars(self).items():
|
13398
13735
|
property_name = name[1:]
|
@@ -13560,10 +13897,14 @@ class TkeInstanceList(AbstractModel):
|
|
13560
13897
|
:type InstanceList: list of TkeInstanceDetail
|
13561
13898
|
:param _TotalCount: 该地域下tke实例总数
|
13562
13899
|
:type TotalCount: int
|
13900
|
+
:param _Error: 是否查询异常
|
13901
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13902
|
+
:type Error: str
|
13563
13903
|
"""
|
13564
13904
|
self._Region = None
|
13565
13905
|
self._InstanceList = None
|
13566
13906
|
self._TotalCount = None
|
13907
|
+
self._Error = None
|
13567
13908
|
|
13568
13909
|
@property
|
13569
13910
|
def Region(self):
|
@@ -13589,6 +13930,14 @@ class TkeInstanceList(AbstractModel):
|
|
13589
13930
|
def TotalCount(self, TotalCount):
|
13590
13931
|
self._TotalCount = TotalCount
|
13591
13932
|
|
13933
|
+
@property
|
13934
|
+
def Error(self):
|
13935
|
+
return self._Error
|
13936
|
+
|
13937
|
+
@Error.setter
|
13938
|
+
def Error(self, Error):
|
13939
|
+
self._Error = Error
|
13940
|
+
|
13592
13941
|
|
13593
13942
|
def _deserialize(self, params):
|
13594
13943
|
self._Region = params.get("Region")
|
@@ -13599,6 +13948,7 @@ class TkeInstanceList(AbstractModel):
|
|
13599
13948
|
obj._deserialize(item)
|
13600
13949
|
self._InstanceList.append(obj)
|
13601
13950
|
self._TotalCount = params.get("TotalCount")
|
13951
|
+
self._Error = params.get("Error")
|
13602
13952
|
memeber_set = set(params.keys())
|
13603
13953
|
for name, value in vars(self).items():
|
13604
13954
|
property_name = name[1:]
|
@@ -13743,7 +14093,7 @@ class UpdateCertificateInstanceRequest(AbstractModel):
|
|
13743
14093
|
r"""
|
13744
14094
|
:param _OldCertificateId: 一键更新原证书ID, 查询绑定该证书的云资源然后进行证书更新
|
13745
14095
|
:type OldCertificateId: str
|
13746
|
-
:param _ResourceTypes: 需要部署的资源类型,参数值可选(小写):clb、cdn、waf、live、ddos、teo、apigateway、vod、tke、tcb、tse
|
14096
|
+
:param _ResourceTypes: 需要部署的资源类型,参数值可选(小写):clb、cdn、waf、live、ddos、teo、apigateway、vod、tke、tcb、tse、cos
|
13747
14097
|
:type ResourceTypes: list of str
|
13748
14098
|
:param _CertificateId: 一键更新新证书ID,不传该则证书公钥和私钥必传
|
13749
14099
|
:type CertificateId: str
|
@@ -15111,9 +15461,13 @@ class VODInstanceList(AbstractModel):
|
|
15111
15461
|
:type InstanceList: list of VodInstanceDetail
|
15112
15462
|
:param _TotalCount: 该地域下vod实例总数
|
15113
15463
|
:type TotalCount: int
|
15464
|
+
:param _Error: 是否查询异常
|
15465
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15466
|
+
:type Error: str
|
15114
15467
|
"""
|
15115
15468
|
self._InstanceList = None
|
15116
15469
|
self._TotalCount = None
|
15470
|
+
self._Error = None
|
15117
15471
|
|
15118
15472
|
@property
|
15119
15473
|
def InstanceList(self):
|
@@ -15131,6 +15485,14 @@ class VODInstanceList(AbstractModel):
|
|
15131
15485
|
def TotalCount(self, TotalCount):
|
15132
15486
|
self._TotalCount = TotalCount
|
15133
15487
|
|
15488
|
+
@property
|
15489
|
+
def Error(self):
|
15490
|
+
return self._Error
|
15491
|
+
|
15492
|
+
@Error.setter
|
15493
|
+
def Error(self, Error):
|
15494
|
+
self._Error = Error
|
15495
|
+
|
15134
15496
|
|
15135
15497
|
def _deserialize(self, params):
|
15136
15498
|
if params.get("InstanceList") is not None:
|
@@ -15140,6 +15502,7 @@ class VODInstanceList(AbstractModel):
|
|
15140
15502
|
obj._deserialize(item)
|
15141
15503
|
self._InstanceList.append(obj)
|
15142
15504
|
self._TotalCount = params.get("TotalCount")
|
15505
|
+
self._Error = params.get("Error")
|
15143
15506
|
memeber_set = set(params.keys())
|
15144
15507
|
for name, value in vars(self).items():
|
15145
15508
|
property_name = name[1:]
|
@@ -15338,10 +15701,14 @@ class WafInstanceList(AbstractModel):
|
|
15338
15701
|
:type InstanceList: list of WafInstanceDetail
|
15339
15702
|
:param _TotalCount: 该地域下waf实例总数
|
15340
15703
|
:type TotalCount: int
|
15704
|
+
:param _Error: 是否查询异常
|
15705
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15706
|
+
:type Error: str
|
15341
15707
|
"""
|
15342
15708
|
self._Region = None
|
15343
15709
|
self._InstanceList = None
|
15344
15710
|
self._TotalCount = None
|
15711
|
+
self._Error = None
|
15345
15712
|
|
15346
15713
|
@property
|
15347
15714
|
def Region(self):
|
@@ -15367,6 +15734,14 @@ class WafInstanceList(AbstractModel):
|
|
15367
15734
|
def TotalCount(self, TotalCount):
|
15368
15735
|
self._TotalCount = TotalCount
|
15369
15736
|
|
15737
|
+
@property
|
15738
|
+
def Error(self):
|
15739
|
+
return self._Error
|
15740
|
+
|
15741
|
+
@Error.setter
|
15742
|
+
def Error(self, Error):
|
15743
|
+
self._Error = Error
|
15744
|
+
|
15370
15745
|
|
15371
15746
|
def _deserialize(self, params):
|
15372
15747
|
self._Region = params.get("Region")
|
@@ -15377,6 +15752,7 @@ class WafInstanceList(AbstractModel):
|
|
15377
15752
|
obj._deserialize(item)
|
15378
15753
|
self._InstanceList.append(obj)
|
15379
15754
|
self._TotalCount = params.get("TotalCount")
|
15755
|
+
self._Error = params.get("Error")
|
15380
15756
|
memeber_set = set(params.keys())
|
15381
15757
|
for name, value in vars(self).items():
|
15382
15758
|
property_name = name[1:]
|