tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1307__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 +55 -0
- tencentcloud/aiart/v20221229/models.py +386 -0
- tencentcloud/apm/v20210622/apm_client.py +3 -3
- tencentcloud/apm/v20210622/errorcodes.py +10 -10
- tencentcloud/apm/v20210622/models.py +586 -538
- tencentcloud/autoscaling/v20180419/models.py +141 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/cat/v20180409/cat_client.py +1 -1
- tencentcloud/ccc/v20200210/ccc_client.py +25 -0
- tencentcloud/ccc/v20200210/models.py +159 -0
- tencentcloud/cdb/v20170320/models.py +42 -0
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +165 -380
- tencentcloud/cfs/v20190719/cfs_client.py +23 -0
- tencentcloud/cfs/v20190719/models.py +79 -0
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/cmq/v20190304/cmq_client.py +0 -365
- tencentcloud/cmq/v20190304/models.py +324 -2473
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/errorcodes.py +3 -0
- tencentcloud/config/v20220802/models.py +716 -26
- tencentcloud/csxg/v20230303/errorcodes.py +48 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -0
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +198 -14
- tencentcloud/dc/v20180410/dc_client.py +1 -1
- tencentcloud/dc/v20180410/models.py +46 -48
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/ecm/v20190719/models.py +0 -18
- tencentcloud/emr/v20190103/models.py +50 -122
- tencentcloud/es/v20180416/models.py +17 -0
- tencentcloud/ess/v20201111/ess_client.py +26 -5
- tencentcloud/ess/v20201111/models.py +58 -86
- tencentcloud/essbasic/v20210526/models.py +86 -134
- tencentcloud/faceid/v20180301/models.py +14 -14
- tencentcloud/hai/v20230812/hai_client.py +23 -0
- tencentcloud/hai/v20230812/models.py +326 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
- tencentcloud/hunyuan/v20230901/models.py +84 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
- tencentcloud/iotexplorer/v20190423/models.py +1473 -75
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +135 -0
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +6 -8
- tencentcloud/lighthouse/v20200324/models.py +30 -0
- tencentcloud/lke/v20231130/models.py +23 -14
- tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +60 -18
- tencentcloud/mna/v20210119/models.py +0 -52
- tencentcloud/monitor/v20180724/models.py +57 -6
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +871 -18
- tencentcloud/mps/v20190612/mps_client.py +138 -0
- tencentcloud/ocr/v20181119/models.py +49 -4
- tencentcloud/postgres/v20170312/errorcodes.py +6 -0
- tencentcloud/postgres/v20170312/models.py +72 -30
- tencentcloud/pts/v20210728/models.py +0 -348
- tencentcloud/redis/v20180412/models.py +6 -2
- tencentcloud/rum/v20210622/models.py +92 -4
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +81 -0
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +81 -0
- tencentcloud/ssl/v20191205/models.py +19 -4
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/tcb/v20180608/models.py +2 -86
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/teo/v20220901/models.py +8 -18
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/tke/v20220501/models.py +2 -2
- tencentcloud/trro/v20220325/models.py +15 -58
- tencentcloud/trtc/v20190722/models.py +30 -0
- tencentcloud/tse/v20201207/models.py +185 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +508 -40
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +1368 -2
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +91 -91
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -13762,7 +13762,9 @@ class InstanceSet(AbstractModel):
|
|
13762
13762
|
:type InstanceTitle: str
|
13763
13763
|
:param _OfflineTime: 已隔离实例默认下线时间。按量计费实例隔离后默认两小时后下线,包年包月默认7天后下线。格式如:2020-02-15 10:20:00。
|
13764
13764
|
:type OfflineTime: str
|
13765
|
-
:param _SubStatus:
|
13765
|
+
:param _SubStatus: 流程中的实例返回的子状态。
|
13766
|
+
- 0:磁盘读写状态。
|
13767
|
+
- 1:磁盘超限只读状态。
|
13766
13768
|
:type SubStatus: int
|
13767
13769
|
:param _Tags: 反亲和性标签。
|
13768
13770
|
:type Tags: list of str
|
@@ -14202,7 +14204,9 @@ class InstanceSet(AbstractModel):
|
|
14202
14204
|
|
14203
14205
|
@property
|
14204
14206
|
def SubStatus(self):
|
14205
|
-
"""
|
14207
|
+
"""流程中的实例返回的子状态。
|
14208
|
+
- 0:磁盘读写状态。
|
14209
|
+
- 1:磁盘超限只读状态。
|
14206
14210
|
:rtype: int
|
14207
14211
|
"""
|
14208
14212
|
return self._SubStatus
|
@@ -12010,7 +12010,7 @@ class ScoreInfo(AbstractModel):
|
|
12010
12010
|
:type PageUv: str
|
12011
12011
|
:param _ApiDuration: 请求次数
|
12012
12012
|
:type ApiDuration: str
|
12013
|
-
:param _Score:
|
12013
|
+
:param _Score: 项目总分
|
12014
12014
|
:type Score: str
|
12015
12015
|
:param _PageError: error
|
12016
12016
|
:type PageError: str
|
@@ -12021,8 +12021,19 @@ class ScoreInfo(AbstractModel):
|
|
12021
12021
|
:param _PageDuration: Duration
|
12022
12022
|
:type PageDuration: str
|
12023
12023
|
:param _CreateTime: 时间
|
12024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12025
12024
|
:type CreateTime: str
|
12025
|
+
:param _PagePerformanceScore: 页面性能评分
|
12026
|
+
:type PagePerformanceScore: str
|
12027
|
+
:param _JsErrorScore: js错误评分
|
12028
|
+
:type JsErrorScore: str
|
12029
|
+
:param _ApiPerformanceScore: API性能评分
|
12030
|
+
:type ApiPerformanceScore: str
|
12031
|
+
:param _ApiAvaliableScore: API可用性评分
|
12032
|
+
:type ApiAvaliableScore: str
|
12033
|
+
:param _StaticPerformanceScore: 静态资源性能评分
|
12034
|
+
:type StaticPerformanceScore: str
|
12035
|
+
:param _StaticAvaliableScore: 静态资源可用性评分
|
12036
|
+
:type StaticAvaliableScore: str
|
12026
12037
|
"""
|
12027
12038
|
self._StaticDuration = None
|
12028
12039
|
self._PagePv = None
|
@@ -12038,6 +12049,12 @@ class ScoreInfo(AbstractModel):
|
|
12038
12049
|
self._RecordNum = None
|
12039
12050
|
self._PageDuration = None
|
12040
12051
|
self._CreateTime = None
|
12052
|
+
self._PagePerformanceScore = None
|
12053
|
+
self._JsErrorScore = None
|
12054
|
+
self._ApiPerformanceScore = None
|
12055
|
+
self._ApiAvaliableScore = None
|
12056
|
+
self._StaticPerformanceScore = None
|
12057
|
+
self._StaticAvaliableScore = None
|
12041
12058
|
|
12042
12059
|
@property
|
12043
12060
|
def StaticDuration(self):
|
@@ -12129,7 +12146,7 @@ class ScoreInfo(AbstractModel):
|
|
12129
12146
|
|
12130
12147
|
@property
|
12131
12148
|
def Score(self):
|
12132
|
-
"""
|
12149
|
+
"""项目总分
|
12133
12150
|
:rtype: str
|
12134
12151
|
"""
|
12135
12152
|
return self._Score
|
@@ -12185,7 +12202,6 @@ class ScoreInfo(AbstractModel):
|
|
12185
12202
|
@property
|
12186
12203
|
def CreateTime(self):
|
12187
12204
|
"""时间
|
12188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12189
12205
|
:rtype: str
|
12190
12206
|
"""
|
12191
12207
|
return self._CreateTime
|
@@ -12194,6 +12210,72 @@ class ScoreInfo(AbstractModel):
|
|
12194
12210
|
def CreateTime(self, CreateTime):
|
12195
12211
|
self._CreateTime = CreateTime
|
12196
12212
|
|
12213
|
+
@property
|
12214
|
+
def PagePerformanceScore(self):
|
12215
|
+
"""页面性能评分
|
12216
|
+
:rtype: str
|
12217
|
+
"""
|
12218
|
+
return self._PagePerformanceScore
|
12219
|
+
|
12220
|
+
@PagePerformanceScore.setter
|
12221
|
+
def PagePerformanceScore(self, PagePerformanceScore):
|
12222
|
+
self._PagePerformanceScore = PagePerformanceScore
|
12223
|
+
|
12224
|
+
@property
|
12225
|
+
def JsErrorScore(self):
|
12226
|
+
"""js错误评分
|
12227
|
+
:rtype: str
|
12228
|
+
"""
|
12229
|
+
return self._JsErrorScore
|
12230
|
+
|
12231
|
+
@JsErrorScore.setter
|
12232
|
+
def JsErrorScore(self, JsErrorScore):
|
12233
|
+
self._JsErrorScore = JsErrorScore
|
12234
|
+
|
12235
|
+
@property
|
12236
|
+
def ApiPerformanceScore(self):
|
12237
|
+
"""API性能评分
|
12238
|
+
:rtype: str
|
12239
|
+
"""
|
12240
|
+
return self._ApiPerformanceScore
|
12241
|
+
|
12242
|
+
@ApiPerformanceScore.setter
|
12243
|
+
def ApiPerformanceScore(self, ApiPerformanceScore):
|
12244
|
+
self._ApiPerformanceScore = ApiPerformanceScore
|
12245
|
+
|
12246
|
+
@property
|
12247
|
+
def ApiAvaliableScore(self):
|
12248
|
+
"""API可用性评分
|
12249
|
+
:rtype: str
|
12250
|
+
"""
|
12251
|
+
return self._ApiAvaliableScore
|
12252
|
+
|
12253
|
+
@ApiAvaliableScore.setter
|
12254
|
+
def ApiAvaliableScore(self, ApiAvaliableScore):
|
12255
|
+
self._ApiAvaliableScore = ApiAvaliableScore
|
12256
|
+
|
12257
|
+
@property
|
12258
|
+
def StaticPerformanceScore(self):
|
12259
|
+
"""静态资源性能评分
|
12260
|
+
:rtype: str
|
12261
|
+
"""
|
12262
|
+
return self._StaticPerformanceScore
|
12263
|
+
|
12264
|
+
@StaticPerformanceScore.setter
|
12265
|
+
def StaticPerformanceScore(self, StaticPerformanceScore):
|
12266
|
+
self._StaticPerformanceScore = StaticPerformanceScore
|
12267
|
+
|
12268
|
+
@property
|
12269
|
+
def StaticAvaliableScore(self):
|
12270
|
+
"""静态资源可用性评分
|
12271
|
+
:rtype: str
|
12272
|
+
"""
|
12273
|
+
return self._StaticAvaliableScore
|
12274
|
+
|
12275
|
+
@StaticAvaliableScore.setter
|
12276
|
+
def StaticAvaliableScore(self, StaticAvaliableScore):
|
12277
|
+
self._StaticAvaliableScore = StaticAvaliableScore
|
12278
|
+
|
12197
12279
|
|
12198
12280
|
def _deserialize(self, params):
|
12199
12281
|
self._StaticDuration = params.get("StaticDuration")
|
@@ -12210,6 +12292,12 @@ class ScoreInfo(AbstractModel):
|
|
12210
12292
|
self._RecordNum = params.get("RecordNum")
|
12211
12293
|
self._PageDuration = params.get("PageDuration")
|
12212
12294
|
self._CreateTime = params.get("CreateTime")
|
12295
|
+
self._PagePerformanceScore = params.get("PagePerformanceScore")
|
12296
|
+
self._JsErrorScore = params.get("JsErrorScore")
|
12297
|
+
self._ApiPerformanceScore = params.get("ApiPerformanceScore")
|
12298
|
+
self._ApiAvaliableScore = params.get("ApiAvaliableScore")
|
12299
|
+
self._StaticPerformanceScore = params.get("StaticPerformanceScore")
|
12300
|
+
self._StaticAvaliableScore = params.get("StaticAvaliableScore")
|
12213
12301
|
memeber_set = set(params.keys())
|
12214
12302
|
for name, value in vars(self).items():
|
12215
12303
|
property_name = name[1:]
|
@@ -3588,7 +3588,7 @@ class Function(AbstractModel):
|
|
3588
3588
|
:type FunctionId: str
|
3589
3589
|
:param _Namespace: 命名空间
|
3590
3590
|
:type Namespace: str
|
3591
|
-
:param _Status: 函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/
|
3591
|
+
:param _Status: 函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/17244)
|
3592
3592
|
:type Status: str
|
3593
3593
|
:param _StatusDesc: 函数状态详情
|
3594
3594
|
:type StatusDesc: str
|
@@ -3697,7 +3697,7 @@ class Function(AbstractModel):
|
|
3697
3697
|
|
3698
3698
|
@property
|
3699
3699
|
def Status(self):
|
3700
|
-
"""函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/
|
3700
|
+
"""函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/17244)
|
3701
3701
|
:rtype: str
|
3702
3702
|
"""
|
3703
3703
|
return self._Status
|
@@ -7474,7 +7474,7 @@ class LayerVersionInfo(AbstractModel):
|
|
7474
7474
|
:type LayerVersion: int
|
7475
7475
|
:param _LayerName: 层名称
|
7476
7476
|
:type LayerName: str
|
7477
|
-
:param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/
|
7477
|
+
:param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)
|
7478
7478
|
:type Status: str
|
7479
7479
|
:param _Stamp: Stamp
|
7480
7480
|
:type Stamp: str
|
@@ -7561,7 +7561,7 @@ class LayerVersionInfo(AbstractModel):
|
|
7561
7561
|
|
7562
7562
|
@property
|
7563
7563
|
def Status(self):
|
7564
|
-
"""层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/
|
7564
|
+
"""层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)
|
7565
7565
|
:rtype: str
|
7566
7566
|
"""
|
7567
7567
|
return self._Status
|
@@ -56,6 +56,9 @@ FAILEDOPERATION_PARAMETERSOTHERERROR = 'FailedOperation.ParametersOtherError'
|
|
56
56
|
# 手机号在免打扰名单库中,通常是用户退订或者命中运营商免打扰名单导致的,可联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) 解决。
|
57
57
|
FAILEDOPERATION_PHONENUMBERINBLACKLIST = 'FailedOperation.PhoneNumberInBlacklist'
|
58
58
|
|
59
|
+
# 资质ID未审核通过。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
|
60
|
+
FAILEDOPERATION_QUALIFICATIONIDNOTAPPROVED = 'FailedOperation.QualificationIdNotApproved'
|
61
|
+
|
59
62
|
# 签名 ID 不存在。
|
60
63
|
FAILEDOPERATION_SIGNIDNOTEXIST = 'FailedOperation.SignIdNotExist'
|
61
64
|
|
@@ -164,6 +167,9 @@ INVALIDPARAMETERVALUE_MISSINGSIGNATURELIST = 'InvalidParameterValue.MissingSigna
|
|
164
167
|
# 禁止在模板变量中使用 URL。您可以参考正文模板审核标准下关于 [变量规范](https://cloud.tencent.com/document/product/382/39023#.E5.8F.98.E9.87.8F.E8.A7.84.E8.8C.83.5B.5D(id.3Avariable)) 的描述
|
165
168
|
INVALIDPARAMETERVALUE_PROHIBITEDUSEURLINTEMPLATEPARAMETER = 'InvalidParameterValue.ProhibitedUseUrlInTemplateParameter'
|
166
169
|
|
170
|
+
# 资质ID未找到。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
|
171
|
+
INVALIDPARAMETERVALUE_QUALIFICATIONIDNOTFOUND = 'InvalidParameterValue.QualificationIdNotFound'
|
172
|
+
|
167
173
|
# SdkAppId 不存在。
|
168
174
|
INVALIDPARAMETERVALUE_SDKAPPIDNOTEXIST = 'InvalidParameterValue.SdkAppIdNotExist'
|
169
175
|
|
@@ -116,6 +116,8 @@ class AddSmsSignRequest(AbstractModel):
|
|
116
116
|
:type CommissionImage: str
|
117
117
|
:param _Remark: 签名的申请备注。
|
118
118
|
:type Remark: str
|
119
|
+
:param _QualificationId: 已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
|
120
|
+
:type QualificationId: int
|
119
121
|
"""
|
120
122
|
self._SignName = None
|
121
123
|
self._SignType = None
|
@@ -125,6 +127,7 @@ class AddSmsSignRequest(AbstractModel):
|
|
125
127
|
self._ProofImage = None
|
126
128
|
self._CommissionImage = None
|
127
129
|
self._Remark = None
|
130
|
+
self._QualificationId = None
|
128
131
|
|
129
132
|
@property
|
130
133
|
def SignName(self):
|
@@ -238,6 +241,17 @@ class AddSmsSignRequest(AbstractModel):
|
|
238
241
|
def Remark(self, Remark):
|
239
242
|
self._Remark = Remark
|
240
243
|
|
244
|
+
@property
|
245
|
+
def QualificationId(self):
|
246
|
+
"""已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
|
247
|
+
:rtype: int
|
248
|
+
"""
|
249
|
+
return self._QualificationId
|
250
|
+
|
251
|
+
@QualificationId.setter
|
252
|
+
def QualificationId(self, QualificationId):
|
253
|
+
self._QualificationId = QualificationId
|
254
|
+
|
241
255
|
|
242
256
|
def _deserialize(self, params):
|
243
257
|
self._SignName = params.get("SignName")
|
@@ -248,6 +262,7 @@ class AddSmsSignRequest(AbstractModel):
|
|
248
262
|
self._ProofImage = params.get("ProofImage")
|
249
263
|
self._CommissionImage = params.get("CommissionImage")
|
250
264
|
self._Remark = params.get("Remark")
|
265
|
+
self._QualificationId = params.get("QualificationId")
|
251
266
|
memeber_set = set(params.keys())
|
252
267
|
for name, value in vars(self).items():
|
253
268
|
property_name = name[1:]
|
@@ -1074,6 +1089,15 @@ class DescribeSignListStatus(AbstractModel):
|
|
1074
1089
|
:type SignName: str
|
1075
1090
|
:param _CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。
|
1076
1091
|
:type CreateTime: int
|
1092
|
+
:param _QualificationId: 国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
|
1093
|
+
注:国际短信不涉及,默认为0。
|
1094
|
+
:type QualificationId: int
|
1095
|
+
:param _QualificationName: 国内短信的资质名称。
|
1096
|
+
注:国际短信不涉及,默认为空。
|
1097
|
+
:type QualificationName: str
|
1098
|
+
:param _QualificationStatusCode: 国内短信的资质状态。其中0表示待审核,1表示已通过,2表示已拒绝,3表示待补充后提交,4表示变更后待审核,5表示变更后被驳回。可参考 [实名资质审核状态说明](https://cloud.tencent.com/document/product/382/13444#.E5.AE.A1.E6.A0.B8.E7.8A.B6.E6.80.81.E8.AF.B4.E6.98.8E) 。
|
1099
|
+
注:国际短信不涉及,默认为0。
|
1100
|
+
:type QualificationStatusCode: int
|
1077
1101
|
"""
|
1078
1102
|
self._SignId = None
|
1079
1103
|
self._International = None
|
@@ -1081,6 +1105,9 @@ class DescribeSignListStatus(AbstractModel):
|
|
1081
1105
|
self._ReviewReply = None
|
1082
1106
|
self._SignName = None
|
1083
1107
|
self._CreateTime = None
|
1108
|
+
self._QualificationId = None
|
1109
|
+
self._QualificationName = None
|
1110
|
+
self._QualificationStatusCode = None
|
1084
1111
|
|
1085
1112
|
@property
|
1086
1113
|
def SignId(self):
|
@@ -1150,6 +1177,42 @@ class DescribeSignListStatus(AbstractModel):
|
|
1150
1177
|
def CreateTime(self, CreateTime):
|
1151
1178
|
self._CreateTime = CreateTime
|
1152
1179
|
|
1180
|
+
@property
|
1181
|
+
def QualificationId(self):
|
1182
|
+
"""国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
|
1183
|
+
注:国际短信不涉及,默认为0。
|
1184
|
+
:rtype: int
|
1185
|
+
"""
|
1186
|
+
return self._QualificationId
|
1187
|
+
|
1188
|
+
@QualificationId.setter
|
1189
|
+
def QualificationId(self, QualificationId):
|
1190
|
+
self._QualificationId = QualificationId
|
1191
|
+
|
1192
|
+
@property
|
1193
|
+
def QualificationName(self):
|
1194
|
+
"""国内短信的资质名称。
|
1195
|
+
注:国际短信不涉及,默认为空。
|
1196
|
+
:rtype: str
|
1197
|
+
"""
|
1198
|
+
return self._QualificationName
|
1199
|
+
|
1200
|
+
@QualificationName.setter
|
1201
|
+
def QualificationName(self, QualificationName):
|
1202
|
+
self._QualificationName = QualificationName
|
1203
|
+
|
1204
|
+
@property
|
1205
|
+
def QualificationStatusCode(self):
|
1206
|
+
"""国内短信的资质状态。其中0表示待审核,1表示已通过,2表示已拒绝,3表示待补充后提交,4表示变更后待审核,5表示变更后被驳回。可参考 [实名资质审核状态说明](https://cloud.tencent.com/document/product/382/13444#.E5.AE.A1.E6.A0.B8.E7.8A.B6.E6.80.81.E8.AF.B4.E6.98.8E) 。
|
1207
|
+
注:国际短信不涉及,默认为0。
|
1208
|
+
:rtype: int
|
1209
|
+
"""
|
1210
|
+
return self._QualificationStatusCode
|
1211
|
+
|
1212
|
+
@QualificationStatusCode.setter
|
1213
|
+
def QualificationStatusCode(self, QualificationStatusCode):
|
1214
|
+
self._QualificationStatusCode = QualificationStatusCode
|
1215
|
+
|
1153
1216
|
|
1154
1217
|
def _deserialize(self, params):
|
1155
1218
|
self._SignId = params.get("SignId")
|
@@ -1158,6 +1221,9 @@ class DescribeSignListStatus(AbstractModel):
|
|
1158
1221
|
self._ReviewReply = params.get("ReviewReply")
|
1159
1222
|
self._SignName = params.get("SignName")
|
1160
1223
|
self._CreateTime = params.get("CreateTime")
|
1224
|
+
self._QualificationId = params.get("QualificationId")
|
1225
|
+
self._QualificationName = params.get("QualificationName")
|
1226
|
+
self._QualificationStatusCode = params.get("QualificationStatusCode")
|
1161
1227
|
memeber_set = set(params.keys())
|
1162
1228
|
for name, value in vars(self).items():
|
1163
1229
|
property_name = name[1:]
|
@@ -1589,6 +1655,8 @@ class ModifySmsSignRequest(AbstractModel):
|
|
1589
1655
|
:type CommissionImage: str
|
1590
1656
|
:param _Remark: 签名的申请备注。
|
1591
1657
|
:type Remark: str
|
1658
|
+
:param _QualificationId: 已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
|
1659
|
+
:type QualificationId: int
|
1592
1660
|
"""
|
1593
1661
|
self._SignId = None
|
1594
1662
|
self._SignName = None
|
@@ -1599,6 +1667,7 @@ class ModifySmsSignRequest(AbstractModel):
|
|
1599
1667
|
self._ProofImage = None
|
1600
1668
|
self._CommissionImage = None
|
1601
1669
|
self._Remark = None
|
1670
|
+
self._QualificationId = None
|
1602
1671
|
|
1603
1672
|
@property
|
1604
1673
|
def SignId(self):
|
@@ -1723,6 +1792,17 @@ class ModifySmsSignRequest(AbstractModel):
|
|
1723
1792
|
def Remark(self, Remark):
|
1724
1793
|
self._Remark = Remark
|
1725
1794
|
|
1795
|
+
@property
|
1796
|
+
def QualificationId(self):
|
1797
|
+
"""已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
|
1798
|
+
:rtype: int
|
1799
|
+
"""
|
1800
|
+
return self._QualificationId
|
1801
|
+
|
1802
|
+
@QualificationId.setter
|
1803
|
+
def QualificationId(self, QualificationId):
|
1804
|
+
self._QualificationId = QualificationId
|
1805
|
+
|
1726
1806
|
|
1727
1807
|
def _deserialize(self, params):
|
1728
1808
|
self._SignId = params.get("SignId")
|
@@ -1734,6 +1814,7 @@ class ModifySmsSignRequest(AbstractModel):
|
|
1734
1814
|
self._ProofImage = params.get("ProofImage")
|
1735
1815
|
self._CommissionImage = params.get("CommissionImage")
|
1736
1816
|
self._Remark = params.get("Remark")
|
1817
|
+
self._QualificationId = params.get("QualificationId")
|
1737
1818
|
memeber_set = set(params.keys())
|
1738
1819
|
for name, value in vars(self).items():
|
1739
1820
|
property_name = name[1:]
|
@@ -65,6 +65,9 @@ FAILEDOPERATION_PHONENUMBERPARSEFAIL = 'FailedOperation.PhoneNumberParseFail'
|
|
65
65
|
# 非主账号无法使用拉取模板列表功能。您可以使用主账号下云 API 密钥来调用接口。
|
66
66
|
FAILEDOPERATION_PROHIBITSUBACCOUNTUSE = 'FailedOperation.ProhibitSubAccountUse'
|
67
67
|
|
68
|
+
# 资质ID未审核通过。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
|
69
|
+
FAILEDOPERATION_QUALIFICATIONIDNOTAPPROVED = 'FailedOperation.QualificationIdNotApproved'
|
70
|
+
|
68
71
|
# 签名 ID 不存在。
|
69
72
|
FAILEDOPERATION_SIGNIDNOTEXIST = 'FailedOperation.SignIdNotExist'
|
70
73
|
|
@@ -182,6 +185,9 @@ INVALIDPARAMETERVALUE_OFFSETVERIFYFAIL = 'InvalidParameterValue.OffsetVerifyFail
|
|
182
185
|
# 禁止在模板变量中使用 URL。您可以参考正文模板审核标准下关于 [变量规范](https://cloud.tencent.com/document/product/382/39023#.E5.8F.98.E9.87.8F.E8.A7.84.E8.8C.83.5B.5D(id.3Avariable)) 的描述
|
183
186
|
INVALIDPARAMETERVALUE_PROHIBITEDUSEURLINTEMPLATEPARAMETER = 'InvalidParameterValue.ProhibitedUseUrlInTemplateParameter'
|
184
187
|
|
188
|
+
# 资质ID未找到。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
|
189
|
+
INVALIDPARAMETERVALUE_QUALIFICATIONIDNOTFOUND = 'InvalidParameterValue.QualificationIdNotFound'
|
190
|
+
|
185
191
|
# SdkAppId 不存在。
|
186
192
|
INVALIDPARAMETERVALUE_SDKAPPIDNOTEXIST = 'InvalidParameterValue.SdkAppIdNotExist'
|
187
193
|
|
@@ -101,6 +101,8 @@ class AddSmsSignRequest(AbstractModel):
|
|
101
101
|
:type CommissionImage: str
|
102
102
|
:param _Remark: 签名的申请备注。
|
103
103
|
:type Remark: str
|
104
|
+
:param _QualificationId: 已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
|
105
|
+
:type QualificationId: int
|
104
106
|
"""
|
105
107
|
self._SignName = None
|
106
108
|
self._SignType = None
|
@@ -110,6 +112,7 @@ class AddSmsSignRequest(AbstractModel):
|
|
110
112
|
self._ProofImage = None
|
111
113
|
self._CommissionImage = None
|
112
114
|
self._Remark = None
|
115
|
+
self._QualificationId = None
|
113
116
|
|
114
117
|
@property
|
115
118
|
def SignName(self):
|
@@ -223,6 +226,17 @@ class AddSmsSignRequest(AbstractModel):
|
|
223
226
|
def Remark(self, Remark):
|
224
227
|
self._Remark = Remark
|
225
228
|
|
229
|
+
@property
|
230
|
+
def QualificationId(self):
|
231
|
+
"""已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
|
232
|
+
:rtype: int
|
233
|
+
"""
|
234
|
+
return self._QualificationId
|
235
|
+
|
236
|
+
@QualificationId.setter
|
237
|
+
def QualificationId(self, QualificationId):
|
238
|
+
self._QualificationId = QualificationId
|
239
|
+
|
226
240
|
|
227
241
|
def _deserialize(self, params):
|
228
242
|
self._SignName = params.get("SignName")
|
@@ -233,6 +247,7 @@ class AddSmsSignRequest(AbstractModel):
|
|
233
247
|
self._ProofImage = params.get("ProofImage")
|
234
248
|
self._CommissionImage = params.get("CommissionImage")
|
235
249
|
self._Remark = params.get("Remark")
|
250
|
+
self._QualificationId = params.get("QualificationId")
|
236
251
|
memeber_set = set(params.keys())
|
237
252
|
for name, value in vars(self).items():
|
238
253
|
property_name = name[1:]
|
@@ -1143,6 +1158,15 @@ class DescribeSignListStatus(AbstractModel):
|
|
1143
1158
|
:type SignName: str
|
1144
1159
|
:param _CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。
|
1145
1160
|
:type CreateTime: int
|
1161
|
+
:param _QualificationId: 国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
|
1162
|
+
注:国际短信不涉及,默认为0。
|
1163
|
+
:type QualificationId: int
|
1164
|
+
:param _QualificationName: 国内短信的资质名称。
|
1165
|
+
注:国际短信不涉及,默认为空。
|
1166
|
+
:type QualificationName: str
|
1167
|
+
:param _QualificationStatusCode: 国内短信的资质状态。其中0表示待审核,1表示已通过,2表示已拒绝,3表示待补充后提交,4表示变更后待审核,5表示变更后被驳回。可参考 [实名资质审核状态说明](https://cloud.tencent.com/document/product/382/13444#.E5.AE.A1.E6.A0.B8.E7.8A.B6.E6.80.81.E8.AF.B4.E6.98.8E) 。
|
1168
|
+
注:国际短信不涉及,默认为0。
|
1169
|
+
:type QualificationStatusCode: int
|
1146
1170
|
"""
|
1147
1171
|
self._SignId = None
|
1148
1172
|
self._International = None
|
@@ -1150,6 +1174,9 @@ class DescribeSignListStatus(AbstractModel):
|
|
1150
1174
|
self._ReviewReply = None
|
1151
1175
|
self._SignName = None
|
1152
1176
|
self._CreateTime = None
|
1177
|
+
self._QualificationId = None
|
1178
|
+
self._QualificationName = None
|
1179
|
+
self._QualificationStatusCode = None
|
1153
1180
|
|
1154
1181
|
@property
|
1155
1182
|
def SignId(self):
|
@@ -1217,6 +1244,42 @@ class DescribeSignListStatus(AbstractModel):
|
|
1217
1244
|
def CreateTime(self, CreateTime):
|
1218
1245
|
self._CreateTime = CreateTime
|
1219
1246
|
|
1247
|
+
@property
|
1248
|
+
def QualificationId(self):
|
1249
|
+
"""国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
|
1250
|
+
注:国际短信不涉及,默认为0。
|
1251
|
+
:rtype: int
|
1252
|
+
"""
|
1253
|
+
return self._QualificationId
|
1254
|
+
|
1255
|
+
@QualificationId.setter
|
1256
|
+
def QualificationId(self, QualificationId):
|
1257
|
+
self._QualificationId = QualificationId
|
1258
|
+
|
1259
|
+
@property
|
1260
|
+
def QualificationName(self):
|
1261
|
+
"""国内短信的资质名称。
|
1262
|
+
注:国际短信不涉及,默认为空。
|
1263
|
+
:rtype: str
|
1264
|
+
"""
|
1265
|
+
return self._QualificationName
|
1266
|
+
|
1267
|
+
@QualificationName.setter
|
1268
|
+
def QualificationName(self, QualificationName):
|
1269
|
+
self._QualificationName = QualificationName
|
1270
|
+
|
1271
|
+
@property
|
1272
|
+
def QualificationStatusCode(self):
|
1273
|
+
"""国内短信的资质状态。其中0表示待审核,1表示已通过,2表示已拒绝,3表示待补充后提交,4表示变更后待审核,5表示变更后被驳回。可参考 [实名资质审核状态说明](https://cloud.tencent.com/document/product/382/13444#.E5.AE.A1.E6.A0.B8.E7.8A.B6.E6.80.81.E8.AF.B4.E6.98.8E) 。
|
1274
|
+
注:国际短信不涉及,默认为0。
|
1275
|
+
:rtype: int
|
1276
|
+
"""
|
1277
|
+
return self._QualificationStatusCode
|
1278
|
+
|
1279
|
+
@QualificationStatusCode.setter
|
1280
|
+
def QualificationStatusCode(self, QualificationStatusCode):
|
1281
|
+
self._QualificationStatusCode = QualificationStatusCode
|
1282
|
+
|
1220
1283
|
|
1221
1284
|
def _deserialize(self, params):
|
1222
1285
|
self._SignId = params.get("SignId")
|
@@ -1225,6 +1288,9 @@ class DescribeSignListStatus(AbstractModel):
|
|
1225
1288
|
self._ReviewReply = params.get("ReviewReply")
|
1226
1289
|
self._SignName = params.get("SignName")
|
1227
1290
|
self._CreateTime = params.get("CreateTime")
|
1291
|
+
self._QualificationId = params.get("QualificationId")
|
1292
|
+
self._QualificationName = params.get("QualificationName")
|
1293
|
+
self._QualificationStatusCode = params.get("QualificationStatusCode")
|
1228
1294
|
memeber_set = set(params.keys())
|
1229
1295
|
for name, value in vars(self).items():
|
1230
1296
|
property_name = name[1:]
|
@@ -1690,6 +1756,8 @@ class ModifySmsSignRequest(AbstractModel):
|
|
1690
1756
|
:type CommissionImage: str
|
1691
1757
|
:param _Remark: 签名的申请备注。
|
1692
1758
|
:type Remark: str
|
1759
|
+
:param _QualificationId: 已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
|
1760
|
+
:type QualificationId: int
|
1693
1761
|
"""
|
1694
1762
|
self._SignId = None
|
1695
1763
|
self._SignName = None
|
@@ -1700,6 +1768,7 @@ class ModifySmsSignRequest(AbstractModel):
|
|
1700
1768
|
self._ProofImage = None
|
1701
1769
|
self._CommissionImage = None
|
1702
1770
|
self._Remark = None
|
1771
|
+
self._QualificationId = None
|
1703
1772
|
|
1704
1773
|
@property
|
1705
1774
|
def SignId(self):
|
@@ -1824,6 +1893,17 @@ class ModifySmsSignRequest(AbstractModel):
|
|
1824
1893
|
def Remark(self, Remark):
|
1825
1894
|
self._Remark = Remark
|
1826
1895
|
|
1896
|
+
@property
|
1897
|
+
def QualificationId(self):
|
1898
|
+
"""已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
|
1899
|
+
:rtype: int
|
1900
|
+
"""
|
1901
|
+
return self._QualificationId
|
1902
|
+
|
1903
|
+
@QualificationId.setter
|
1904
|
+
def QualificationId(self, QualificationId):
|
1905
|
+
self._QualificationId = QualificationId
|
1906
|
+
|
1827
1907
|
|
1828
1908
|
def _deserialize(self, params):
|
1829
1909
|
self._SignId = params.get("SignId")
|
@@ -1835,6 +1915,7 @@ class ModifySmsSignRequest(AbstractModel):
|
|
1835
1915
|
self._ProofImage = params.get("ProofImage")
|
1836
1916
|
self._CommissionImage = params.get("CommissionImage")
|
1837
1917
|
self._Remark = params.get("Remark")
|
1918
|
+
self._QualificationId = params.get("QualificationId")
|
1838
1919
|
memeber_set = set(params.keys())
|
1839
1920
|
for name, value in vars(self).items():
|
1840
1921
|
property_name = name[1:]
|
@@ -4781,13 +4781,13 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
4781
4781
|
- apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.ninghhuang.online"]
|
4782
4782
|
- teo:Domain, 例:["edgeone1.tencent.com", "edgeone2.tencent.com"]
|
4783
4783
|
- tke:ClusterId|NameSpace|SecretName, 例:["cls-42sa0ae0|default|test-tencent"]
|
4784
|
-
- cos:Region
|
4784
|
+
- cos:Region|Bucket|Domain, 例:["ap-hongkong|ssl-server-1251810746|tencent.com"]
|
4785
4785
|
- lighthouse:Region|InstanceId|Domain, 例:["ap-shanghai|lhins-nh7lql34|tencent.com"]
|
4786
4786
|
- tse:GatewayId|CertificateId, 例:["gateway-s1da9151|fa61bc05-cc54-4eea-c932-24de52577372"]
|
4787
4787
|
- tcb:Type|Region|EnvId|Domain, 例:["AccessService|ap-shanghai|ceshi-4s5h0ymg11c839c7|tencent.com"]
|
4788
4788
|
|
4789
4789
|
:type InstanceIdList: list of str
|
4790
|
-
:param _ResourceType:
|
4790
|
+
:param _ResourceType: 证书部署云资源支持的云资源类型, 不传则默认部署clb:
|
4791
4791
|
- clb
|
4792
4792
|
- cdn
|
4793
4793
|
- ddos
|
@@ -4841,7 +4841,7 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
4841
4841
|
- apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.ninghhuang.online"]
|
4842
4842
|
- teo:Domain, 例:["edgeone1.tencent.com", "edgeone2.tencent.com"]
|
4843
4843
|
- tke:ClusterId|NameSpace|SecretName, 例:["cls-42sa0ae0|default|test-tencent"]
|
4844
|
-
- cos:Region
|
4844
|
+
- cos:Region|Bucket|Domain, 例:["ap-hongkong|ssl-server-1251810746|tencent.com"]
|
4845
4845
|
- lighthouse:Region|InstanceId|Domain, 例:["ap-shanghai|lhins-nh7lql34|tencent.com"]
|
4846
4846
|
- tse:GatewayId|CertificateId, 例:["gateway-s1da9151|fa61bc05-cc54-4eea-c932-24de52577372"]
|
4847
4847
|
- tcb:Type|Region|EnvId|Domain, 例:["AccessService|ap-shanghai|ceshi-4s5h0ymg11c839c7|tencent.com"]
|
@@ -4856,7 +4856,7 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
4856
4856
|
|
4857
4857
|
@property
|
4858
4858
|
def ResourceType(self):
|
4859
|
-
"""
|
4859
|
+
"""证书部署云资源支持的云资源类型, 不传则默认部署clb:
|
4860
4860
|
- clb
|
4861
4861
|
- cdn
|
4862
4862
|
- ddos
|
@@ -7938,6 +7938,8 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
7938
7938
|
:type Tags: list of Tags
|
7939
7939
|
:param _IsPendingIssue: 是否筛选等待签发的证书,传1是筛选,0和null不筛选
|
7940
7940
|
:type IsPendingIssue: int
|
7941
|
+
:param _CertIds: 筛选指定证书ID的证书,只支持有权限的证书ID
|
7942
|
+
:type CertIds: list of str
|
7941
7943
|
"""
|
7942
7944
|
self._Offset = None
|
7943
7945
|
self._Limit = None
|
@@ -7955,6 +7957,7 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
7955
7957
|
self._Hostable = None
|
7956
7958
|
self._Tags = None
|
7957
7959
|
self._IsPendingIssue = None
|
7960
|
+
self._CertIds = None
|
7958
7961
|
|
7959
7962
|
@property
|
7960
7963
|
def Offset(self):
|
@@ -8132,6 +8135,17 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
8132
8135
|
def IsPendingIssue(self, IsPendingIssue):
|
8133
8136
|
self._IsPendingIssue = IsPendingIssue
|
8134
8137
|
|
8138
|
+
@property
|
8139
|
+
def CertIds(self):
|
8140
|
+
"""筛选指定证书ID的证书,只支持有权限的证书ID
|
8141
|
+
:rtype: list of str
|
8142
|
+
"""
|
8143
|
+
return self._CertIds
|
8144
|
+
|
8145
|
+
@CertIds.setter
|
8146
|
+
def CertIds(self, CertIds):
|
8147
|
+
self._CertIds = CertIds
|
8148
|
+
|
8135
8149
|
|
8136
8150
|
def _deserialize(self, params):
|
8137
8151
|
self._Offset = params.get("Offset")
|
@@ -8155,6 +8169,7 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
8155
8169
|
obj._deserialize(item)
|
8156
8170
|
self._Tags.append(obj)
|
8157
8171
|
self._IsPendingIssue = params.get("IsPendingIssue")
|
8172
|
+
self._CertIds = params.get("CertIds")
|
8158
8173
|
memeber_set = set(params.keys())
|
8159
8174
|
for name, value in vars(self).items():
|
8160
8175
|
property_name = name[1:]
|
@@ -331,7 +331,7 @@ class SslClient(AbstractClient):
|
|
331
331
|
- 若待部署的证书和传入域名不匹配, 则不会创建成功
|
332
332
|
- 若部署clb实例时, 7层监听器下无规则,则不会创建成功
|
333
333
|
- 若部署clb实例时, 7层监听器未开启SNI,该监听器下存在任一域名和证书不匹配, 则不会创建成功
|
334
|
-
- 若部署clb
|
334
|
+
- 若部署clb实例时,监听器规则为正则表示式, 则不会创建成功
|
335
335
|
|
336
336
|
<dx-alert infotype="explain" title="">一个证书ID,相同的资源类型,只能创建一个部署任务,必须等部署任务执行完成,才能创建新的部署任务</dx-alert>
|
337
337
|
|