tencentcloud-sdk-python 3.0.1286__py2.py3-none-any.whl → 3.0.1288__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/aca/__init__.py +0 -0
- tencentcloud/aca/v20210323/__init__.py +0 -0
- tencentcloud/aca/v20210323/aca_client.py +210 -0
- tencentcloud/aca/v20210323/errorcodes.py +24 -0
- tencentcloud/aca/v20210323/models.py +6266 -0
- tencentcloud/batch/v20170312/models.py +12 -2
- tencentcloud/cdb/v20170320/cdb_client.py +3 -3
- tencentcloud/cdb/v20170320/models.py +35 -14
- tencentcloud/cdwch/v20200915/models.py +6 -6
- tencentcloud/cdwdoris/v20211228/models.py +15 -0
- tencentcloud/cfs/v20190719/models.py +0 -46
- tencentcloud/dsgc/v20190723/dsgc_client.py +1 -2
- tencentcloud/dsgc/v20190723/models.py +241 -1136
- tencentcloud/emr/v20190103/models.py +101 -15
- tencentcloud/ess/v20201111/ess_client.py +1 -0
- tencentcloud/ess/v20201111/models.py +126 -120
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -0
- tencentcloud/essbasic/v20210526/models.py +122 -114
- tencentcloud/facefusion/v20220927/facefusion_client.py +0 -1
- tencentcloud/facefusion/v20220927/models.py +23 -0
- tencentcloud/faceid/v20180301/errorcodes.py +3 -0
- tencentcloud/keewidb/v20220308/models.py +19 -2
- tencentcloud/lighthouse/v20200324/models.py +6 -6
- tencentcloud/live/v20180801/models.py +40 -0
- tencentcloud/mariadb/v20170312/models.py +4 -0
- tencentcloud/monitor/v20180724/errorcodes.py +3 -0
- tencentcloud/monitor/v20180724/models.py +421 -0
- tencentcloud/monitor/v20180724/monitor_client.py +46 -0
- tencentcloud/mps/v20190612/models.py +663 -0
- tencentcloud/mps/v20190612/mps_client.py +92 -0
- tencentcloud/ocr/v20181119/models.py +15 -0
- tencentcloud/ocr/v20181119/ocr_client.py +2 -2
- tencentcloud/privatedns/v20201028/models.py +4 -10
- tencentcloud/privatedns/v20201028/privatedns_client.py +1 -1
- tencentcloud/redis/v20180412/models.py +299 -0
- tencentcloud/redis/v20180412/redis_client.py +46 -0
- tencentcloud/tcb/v20180608/models.py +30 -0
- tencentcloud/tdmq/v20200217/models.py +52 -2
- tencentcloud/teo/v20220901/models.py +1499 -81
- tencentcloud/teo/v20220901/teo_client.py +207 -0
- tencentcloud/thpc/v20211109/models.py +4 -4
- tencentcloud/thpc/v20220401/models.py +8 -10
- tencentcloud/tiia/v20190529/models.py +2 -42
- tencentcloud/tiia/v20190529/tiia_client.py +14 -17
- tencentcloud/trocket/v20230308/models.py +216 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/tsf/v20180326/errorcodes.py +18 -0
- tencentcloud/tsf/v20180326/models.py +21 -4
- tencentcloud/tsf/v20180326/tsf_client.py +3 -1
- {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/RECORD +55 -50
- {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1286.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/top_level.txt +0 -0
@@ -4939,6 +4939,173 @@ class ConfigGroupVersionInfo(AbstractModel):
|
|
4939
4939
|
|
4940
4940
|
|
4941
4941
|
|
4942
|
+
class ContentIdentifier(AbstractModel):
|
4943
|
+
"""内容标识符。该功能仅白名单开放。
|
4944
|
+
|
4945
|
+
"""
|
4946
|
+
|
4947
|
+
def __init__(self):
|
4948
|
+
r"""
|
4949
|
+
:param _ContentId: 内容标识符 ID。
|
4950
|
+
:type ContentId: str
|
4951
|
+
:param _Description: 内容标识符描述。
|
4952
|
+
:type Description: str
|
4953
|
+
:param _ReferenceCount: 被规则引擎引用的次数。
|
4954
|
+
:type ReferenceCount: int
|
4955
|
+
:param _PlanId: 绑定的套餐 ID。
|
4956
|
+
:type PlanId: str
|
4957
|
+
:param _Tags: 绑定的标签。
|
4958
|
+
:type Tags: list of Tag
|
4959
|
+
:param _Status: 内容标识符状态,取值有:
|
4960
|
+
<li> active:已生效; </li>
|
4961
|
+
<li> deleted:已删除。</li>
|
4962
|
+
:type Status: str
|
4963
|
+
:param _CreatedOn: 创建时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
4964
|
+
:type CreatedOn: str
|
4965
|
+
:param _ModifiedOn: 最新一次更新时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
4966
|
+
:type ModifiedOn: str
|
4967
|
+
:param _DeletedOn: 删除时间,状态非 deleted 时候为空;时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
4968
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4969
|
+
:type DeletedOn: str
|
4970
|
+
"""
|
4971
|
+
self._ContentId = None
|
4972
|
+
self._Description = None
|
4973
|
+
self._ReferenceCount = None
|
4974
|
+
self._PlanId = None
|
4975
|
+
self._Tags = None
|
4976
|
+
self._Status = None
|
4977
|
+
self._CreatedOn = None
|
4978
|
+
self._ModifiedOn = None
|
4979
|
+
self._DeletedOn = None
|
4980
|
+
|
4981
|
+
@property
|
4982
|
+
def ContentId(self):
|
4983
|
+
"""内容标识符 ID。
|
4984
|
+
:rtype: str
|
4985
|
+
"""
|
4986
|
+
return self._ContentId
|
4987
|
+
|
4988
|
+
@ContentId.setter
|
4989
|
+
def ContentId(self, ContentId):
|
4990
|
+
self._ContentId = ContentId
|
4991
|
+
|
4992
|
+
@property
|
4993
|
+
def Description(self):
|
4994
|
+
"""内容标识符描述。
|
4995
|
+
:rtype: str
|
4996
|
+
"""
|
4997
|
+
return self._Description
|
4998
|
+
|
4999
|
+
@Description.setter
|
5000
|
+
def Description(self, Description):
|
5001
|
+
self._Description = Description
|
5002
|
+
|
5003
|
+
@property
|
5004
|
+
def ReferenceCount(self):
|
5005
|
+
"""被规则引擎引用的次数。
|
5006
|
+
:rtype: int
|
5007
|
+
"""
|
5008
|
+
return self._ReferenceCount
|
5009
|
+
|
5010
|
+
@ReferenceCount.setter
|
5011
|
+
def ReferenceCount(self, ReferenceCount):
|
5012
|
+
self._ReferenceCount = ReferenceCount
|
5013
|
+
|
5014
|
+
@property
|
5015
|
+
def PlanId(self):
|
5016
|
+
"""绑定的套餐 ID。
|
5017
|
+
:rtype: str
|
5018
|
+
"""
|
5019
|
+
return self._PlanId
|
5020
|
+
|
5021
|
+
@PlanId.setter
|
5022
|
+
def PlanId(self, PlanId):
|
5023
|
+
self._PlanId = PlanId
|
5024
|
+
|
5025
|
+
@property
|
5026
|
+
def Tags(self):
|
5027
|
+
"""绑定的标签。
|
5028
|
+
:rtype: list of Tag
|
5029
|
+
"""
|
5030
|
+
return self._Tags
|
5031
|
+
|
5032
|
+
@Tags.setter
|
5033
|
+
def Tags(self, Tags):
|
5034
|
+
self._Tags = Tags
|
5035
|
+
|
5036
|
+
@property
|
5037
|
+
def Status(self):
|
5038
|
+
"""内容标识符状态,取值有:
|
5039
|
+
<li> active:已生效; </li>
|
5040
|
+
<li> deleted:已删除。</li>
|
5041
|
+
:rtype: str
|
5042
|
+
"""
|
5043
|
+
return self._Status
|
5044
|
+
|
5045
|
+
@Status.setter
|
5046
|
+
def Status(self, Status):
|
5047
|
+
self._Status = Status
|
5048
|
+
|
5049
|
+
@property
|
5050
|
+
def CreatedOn(self):
|
5051
|
+
"""创建时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
5052
|
+
:rtype: str
|
5053
|
+
"""
|
5054
|
+
return self._CreatedOn
|
5055
|
+
|
5056
|
+
@CreatedOn.setter
|
5057
|
+
def CreatedOn(self, CreatedOn):
|
5058
|
+
self._CreatedOn = CreatedOn
|
5059
|
+
|
5060
|
+
@property
|
5061
|
+
def ModifiedOn(self):
|
5062
|
+
"""最新一次更新时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
5063
|
+
:rtype: str
|
5064
|
+
"""
|
5065
|
+
return self._ModifiedOn
|
5066
|
+
|
5067
|
+
@ModifiedOn.setter
|
5068
|
+
def ModifiedOn(self, ModifiedOn):
|
5069
|
+
self._ModifiedOn = ModifiedOn
|
5070
|
+
|
5071
|
+
@property
|
5072
|
+
def DeletedOn(self):
|
5073
|
+
"""删除时间,状态非 deleted 时候为空;时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
5074
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5075
|
+
:rtype: str
|
5076
|
+
"""
|
5077
|
+
return self._DeletedOn
|
5078
|
+
|
5079
|
+
@DeletedOn.setter
|
5080
|
+
def DeletedOn(self, DeletedOn):
|
5081
|
+
self._DeletedOn = DeletedOn
|
5082
|
+
|
5083
|
+
|
5084
|
+
def _deserialize(self, params):
|
5085
|
+
self._ContentId = params.get("ContentId")
|
5086
|
+
self._Description = params.get("Description")
|
5087
|
+
self._ReferenceCount = params.get("ReferenceCount")
|
5088
|
+
self._PlanId = params.get("PlanId")
|
5089
|
+
if params.get("Tags") is not None:
|
5090
|
+
self._Tags = []
|
5091
|
+
for item in params.get("Tags"):
|
5092
|
+
obj = Tag()
|
5093
|
+
obj._deserialize(item)
|
5094
|
+
self._Tags.append(obj)
|
5095
|
+
self._Status = params.get("Status")
|
5096
|
+
self._CreatedOn = params.get("CreatedOn")
|
5097
|
+
self._ModifiedOn = params.get("ModifiedOn")
|
5098
|
+
self._DeletedOn = params.get("DeletedOn")
|
5099
|
+
memeber_set = set(params.keys())
|
5100
|
+
for name, value in vars(self).items():
|
5101
|
+
property_name = name[1:]
|
5102
|
+
if property_name in memeber_set:
|
5103
|
+
memeber_set.remove(property_name)
|
5104
|
+
if len(memeber_set) > 0:
|
5105
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
5106
|
+
|
5107
|
+
|
5108
|
+
|
4942
5109
|
class CreateAccelerationDomainRequest(AbstractModel):
|
4943
5110
|
"""CreateAccelerationDomain请求参数结构体
|
4944
5111
|
|
@@ -5969,6 +6136,120 @@ class CreateConfigGroupVersionResponse(AbstractModel):
|
|
5969
6136
|
self._RequestId = params.get("RequestId")
|
5970
6137
|
|
5971
6138
|
|
6139
|
+
class CreateContentIdentifierRequest(AbstractModel):
|
6140
|
+
"""CreateContentIdentifier请求参数结构体
|
6141
|
+
|
6142
|
+
"""
|
6143
|
+
|
6144
|
+
def __init__(self):
|
6145
|
+
r"""
|
6146
|
+
:param _Description: 内容标识符的描述,长度限制不超过 20 个字符。
|
6147
|
+
:type Description: str
|
6148
|
+
:param _PlanId: 待绑定的目标套餐 ID,仅限企业版可用。<li>当您账号下已存在套餐时,需要先前往 [套餐管理](https://console.cloud.tencent.com/edgeone/package) 获取套餐 ID,直接将内容标识符绑定至该套餐;</li><li>若您当前没有可绑定的套餐时,请先购买企业版套餐。</li>
|
6149
|
+
:type PlanId: str
|
6150
|
+
:param _Tags: 标签。该参数用于对内容标识符进行分权限管控。您需要先前往 [标签控制台](https://console.cloud.tencent.com/tag/taglist) 创建标签才可以在此处传入对应的标签键和标签值。
|
6151
|
+
:type Tags: list of Tag
|
6152
|
+
"""
|
6153
|
+
self._Description = None
|
6154
|
+
self._PlanId = None
|
6155
|
+
self._Tags = None
|
6156
|
+
|
6157
|
+
@property
|
6158
|
+
def Description(self):
|
6159
|
+
"""内容标识符的描述,长度限制不超过 20 个字符。
|
6160
|
+
:rtype: str
|
6161
|
+
"""
|
6162
|
+
return self._Description
|
6163
|
+
|
6164
|
+
@Description.setter
|
6165
|
+
def Description(self, Description):
|
6166
|
+
self._Description = Description
|
6167
|
+
|
6168
|
+
@property
|
6169
|
+
def PlanId(self):
|
6170
|
+
"""待绑定的目标套餐 ID,仅限企业版可用。<li>当您账号下已存在套餐时,需要先前往 [套餐管理](https://console.cloud.tencent.com/edgeone/package) 获取套餐 ID,直接将内容标识符绑定至该套餐;</li><li>若您当前没有可绑定的套餐时,请先购买企业版套餐。</li>
|
6171
|
+
:rtype: str
|
6172
|
+
"""
|
6173
|
+
return self._PlanId
|
6174
|
+
|
6175
|
+
@PlanId.setter
|
6176
|
+
def PlanId(self, PlanId):
|
6177
|
+
self._PlanId = PlanId
|
6178
|
+
|
6179
|
+
@property
|
6180
|
+
def Tags(self):
|
6181
|
+
"""标签。该参数用于对内容标识符进行分权限管控。您需要先前往 [标签控制台](https://console.cloud.tencent.com/tag/taglist) 创建标签才可以在此处传入对应的标签键和标签值。
|
6182
|
+
:rtype: list of Tag
|
6183
|
+
"""
|
6184
|
+
return self._Tags
|
6185
|
+
|
6186
|
+
@Tags.setter
|
6187
|
+
def Tags(self, Tags):
|
6188
|
+
self._Tags = Tags
|
6189
|
+
|
6190
|
+
|
6191
|
+
def _deserialize(self, params):
|
6192
|
+
self._Description = params.get("Description")
|
6193
|
+
self._PlanId = params.get("PlanId")
|
6194
|
+
if params.get("Tags") is not None:
|
6195
|
+
self._Tags = []
|
6196
|
+
for item in params.get("Tags"):
|
6197
|
+
obj = Tag()
|
6198
|
+
obj._deserialize(item)
|
6199
|
+
self._Tags.append(obj)
|
6200
|
+
memeber_set = set(params.keys())
|
6201
|
+
for name, value in vars(self).items():
|
6202
|
+
property_name = name[1:]
|
6203
|
+
if property_name in memeber_set:
|
6204
|
+
memeber_set.remove(property_name)
|
6205
|
+
if len(memeber_set) > 0:
|
6206
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
6207
|
+
|
6208
|
+
|
6209
|
+
|
6210
|
+
class CreateContentIdentifierResponse(AbstractModel):
|
6211
|
+
"""CreateContentIdentifier返回参数结构体
|
6212
|
+
|
6213
|
+
"""
|
6214
|
+
|
6215
|
+
def __init__(self):
|
6216
|
+
r"""
|
6217
|
+
:param _ContentId: 生成的内容标识符 ID。创建完成之后您可以前往规则引擎在一定匹配条件下「设置内容标识符」。
|
6218
|
+
:type ContentId: str
|
6219
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6220
|
+
:type RequestId: str
|
6221
|
+
"""
|
6222
|
+
self._ContentId = None
|
6223
|
+
self._RequestId = None
|
6224
|
+
|
6225
|
+
@property
|
6226
|
+
def ContentId(self):
|
6227
|
+
"""生成的内容标识符 ID。创建完成之后您可以前往规则引擎在一定匹配条件下「设置内容标识符」。
|
6228
|
+
:rtype: str
|
6229
|
+
"""
|
6230
|
+
return self._ContentId
|
6231
|
+
|
6232
|
+
@ContentId.setter
|
6233
|
+
def ContentId(self, ContentId):
|
6234
|
+
self._ContentId = ContentId
|
6235
|
+
|
6236
|
+
@property
|
6237
|
+
def RequestId(self):
|
6238
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6239
|
+
:rtype: str
|
6240
|
+
"""
|
6241
|
+
return self._RequestId
|
6242
|
+
|
6243
|
+
@RequestId.setter
|
6244
|
+
def RequestId(self, RequestId):
|
6245
|
+
self._RequestId = RequestId
|
6246
|
+
|
6247
|
+
|
6248
|
+
def _deserialize(self, params):
|
6249
|
+
self._ContentId = params.get("ContentId")
|
6250
|
+
self._RequestId = params.get("RequestId")
|
6251
|
+
|
6252
|
+
|
5972
6253
|
class CreateCustomizeErrorPageRequest(AbstractModel):
|
5973
6254
|
"""CreateCustomizeErrorPage请求参数结构体
|
5974
6255
|
|
@@ -6108,6 +6389,198 @@ class CreateCustomizeErrorPageResponse(AbstractModel):
|
|
6108
6389
|
self._RequestId = params.get("RequestId")
|
6109
6390
|
|
6110
6391
|
|
6392
|
+
class CreateDnsRecordRequest(AbstractModel):
|
6393
|
+
"""CreateDnsRecord请求参数结构体
|
6394
|
+
|
6395
|
+
"""
|
6396
|
+
|
6397
|
+
def __init__(self):
|
6398
|
+
r"""
|
6399
|
+
:param _ZoneId: 站点 ID。
|
6400
|
+
:type ZoneId: str
|
6401
|
+
:param _Name: DNS 记录名,如果是中文、韩文、日文域名,需要转换为 punycode 后输入。
|
6402
|
+
:type Name: str
|
6403
|
+
:param _Type: DNS 记录类型,取值有:<li>A:将域名指向一个外网 IPv4 地址,如 8.8.8.8;</li><li>AAAA:将域名指向一个外网 IPv6 地址;</li><li>MX:用于邮箱服务器。存在多条 MX 记录时,优先级越低越优先;</li><li>CNAME:将域名指向另一个域名,再由该域名解析出最终 IP 地址;</li><li>TXT:对域名进行标识和说明,常用于域名验证和 SPF 记录(反垃圾邮件);</li><li>NS:如果需要将子域名交给其他 DNS 服务商解析,则需要添加 NS 记录。根域名无法添加 NS 记录;</li><li>CAA:指定可为本站点颁发证书的 CA;</li><li>SRV:标识某台服务器使用了某个服务,常见于微软系统的目录管理。</li>
|
6404
|
+
不同的记录类型呢例如 SRV、CAA 记录对主机记录名称、记录值格式有不同的要求,各记录类型的详细说明介绍和格式示例请参考:[解析记录类型介绍](https://cloud.tencent.com/document/product/1552/90453#2f681022-91ab-4a9e-ac3d-0a6c454d954e)。
|
6405
|
+
:type Type: str
|
6406
|
+
:param _Content: DNS 记录内容,根据 Type 值填入与之相对应的内容,如果是中文、韩文、日文域名,需要转换为 punycode 后输入。
|
6407
|
+
:type Content: str
|
6408
|
+
:param _Location: DNS 记录解析线路,不指定默认为 Default,表示默认解析线路,代表全部地域生效。
|
6409
|
+
|
6410
|
+
- 解析线路配置仅适用于当 Type(DNS 记录类型)为 A、AAAA、CNAME 时。
|
6411
|
+
- 解析线路配置仅适用于标准版、企业版套餐使用,取值请参考:[解析线路及对应代码枚举](https://cloud.tencent.com/document/product/1552/112542)。
|
6412
|
+
:type Location: str
|
6413
|
+
:param _TTL: 缓存时间,用户可指定值范围 60~86400,数值越小,修改记录各地生效时间越快,默认为 300,单位:秒。
|
6414
|
+
:type TTL: int
|
6415
|
+
:param _Weight: DNS 记录权重,用户可指定值范围 -1~100,设置为 0 时表示不解析,不指定默认为 -1,表示不设置权重。权重配置仅适用于当 Type(DNS 记录类型)为 A、AAAA、CNAME 时。<br>注意:同一个子域名下,相同解析线路的不同 DNS 记录,应保持同时设置权重或者同时都不设置权重。
|
6416
|
+
:type Weight: int
|
6417
|
+
:param _Priority: MX 记录优先级,该参数仅在当 Type(DNS 记录类型)为 MX 时生效,值越小优先级越高,用户可指定值范围0~50,不指定默认为0。
|
6418
|
+
:type Priority: int
|
6419
|
+
"""
|
6420
|
+
self._ZoneId = None
|
6421
|
+
self._Name = None
|
6422
|
+
self._Type = None
|
6423
|
+
self._Content = None
|
6424
|
+
self._Location = None
|
6425
|
+
self._TTL = None
|
6426
|
+
self._Weight = None
|
6427
|
+
self._Priority = None
|
6428
|
+
|
6429
|
+
@property
|
6430
|
+
def ZoneId(self):
|
6431
|
+
"""站点 ID。
|
6432
|
+
:rtype: str
|
6433
|
+
"""
|
6434
|
+
return self._ZoneId
|
6435
|
+
|
6436
|
+
@ZoneId.setter
|
6437
|
+
def ZoneId(self, ZoneId):
|
6438
|
+
self._ZoneId = ZoneId
|
6439
|
+
|
6440
|
+
@property
|
6441
|
+
def Name(self):
|
6442
|
+
"""DNS 记录名,如果是中文、韩文、日文域名,需要转换为 punycode 后输入。
|
6443
|
+
:rtype: str
|
6444
|
+
"""
|
6445
|
+
return self._Name
|
6446
|
+
|
6447
|
+
@Name.setter
|
6448
|
+
def Name(self, Name):
|
6449
|
+
self._Name = Name
|
6450
|
+
|
6451
|
+
@property
|
6452
|
+
def Type(self):
|
6453
|
+
"""DNS 记录类型,取值有:<li>A:将域名指向一个外网 IPv4 地址,如 8.8.8.8;</li><li>AAAA:将域名指向一个外网 IPv6 地址;</li><li>MX:用于邮箱服务器。存在多条 MX 记录时,优先级越低越优先;</li><li>CNAME:将域名指向另一个域名,再由该域名解析出最终 IP 地址;</li><li>TXT:对域名进行标识和说明,常用于域名验证和 SPF 记录(反垃圾邮件);</li><li>NS:如果需要将子域名交给其他 DNS 服务商解析,则需要添加 NS 记录。根域名无法添加 NS 记录;</li><li>CAA:指定可为本站点颁发证书的 CA;</li><li>SRV:标识某台服务器使用了某个服务,常见于微软系统的目录管理。</li>
|
6454
|
+
不同的记录类型呢例如 SRV、CAA 记录对主机记录名称、记录值格式有不同的要求,各记录类型的详细说明介绍和格式示例请参考:[解析记录类型介绍](https://cloud.tencent.com/document/product/1552/90453#2f681022-91ab-4a9e-ac3d-0a6c454d954e)。
|
6455
|
+
:rtype: str
|
6456
|
+
"""
|
6457
|
+
return self._Type
|
6458
|
+
|
6459
|
+
@Type.setter
|
6460
|
+
def Type(self, Type):
|
6461
|
+
self._Type = Type
|
6462
|
+
|
6463
|
+
@property
|
6464
|
+
def Content(self):
|
6465
|
+
"""DNS 记录内容,根据 Type 值填入与之相对应的内容,如果是中文、韩文、日文域名,需要转换为 punycode 后输入。
|
6466
|
+
:rtype: str
|
6467
|
+
"""
|
6468
|
+
return self._Content
|
6469
|
+
|
6470
|
+
@Content.setter
|
6471
|
+
def Content(self, Content):
|
6472
|
+
self._Content = Content
|
6473
|
+
|
6474
|
+
@property
|
6475
|
+
def Location(self):
|
6476
|
+
"""DNS 记录解析线路,不指定默认为 Default,表示默认解析线路,代表全部地域生效。
|
6477
|
+
|
6478
|
+
- 解析线路配置仅适用于当 Type(DNS 记录类型)为 A、AAAA、CNAME 时。
|
6479
|
+
- 解析线路配置仅适用于标准版、企业版套餐使用,取值请参考:[解析线路及对应代码枚举](https://cloud.tencent.com/document/product/1552/112542)。
|
6480
|
+
:rtype: str
|
6481
|
+
"""
|
6482
|
+
return self._Location
|
6483
|
+
|
6484
|
+
@Location.setter
|
6485
|
+
def Location(self, Location):
|
6486
|
+
self._Location = Location
|
6487
|
+
|
6488
|
+
@property
|
6489
|
+
def TTL(self):
|
6490
|
+
"""缓存时间,用户可指定值范围 60~86400,数值越小,修改记录各地生效时间越快,默认为 300,单位:秒。
|
6491
|
+
:rtype: int
|
6492
|
+
"""
|
6493
|
+
return self._TTL
|
6494
|
+
|
6495
|
+
@TTL.setter
|
6496
|
+
def TTL(self, TTL):
|
6497
|
+
self._TTL = TTL
|
6498
|
+
|
6499
|
+
@property
|
6500
|
+
def Weight(self):
|
6501
|
+
"""DNS 记录权重,用户可指定值范围 -1~100,设置为 0 时表示不解析,不指定默认为 -1,表示不设置权重。权重配置仅适用于当 Type(DNS 记录类型)为 A、AAAA、CNAME 时。<br>注意:同一个子域名下,相同解析线路的不同 DNS 记录,应保持同时设置权重或者同时都不设置权重。
|
6502
|
+
:rtype: int
|
6503
|
+
"""
|
6504
|
+
return self._Weight
|
6505
|
+
|
6506
|
+
@Weight.setter
|
6507
|
+
def Weight(self, Weight):
|
6508
|
+
self._Weight = Weight
|
6509
|
+
|
6510
|
+
@property
|
6511
|
+
def Priority(self):
|
6512
|
+
"""MX 记录优先级,该参数仅在当 Type(DNS 记录类型)为 MX 时生效,值越小优先级越高,用户可指定值范围0~50,不指定默认为0。
|
6513
|
+
:rtype: int
|
6514
|
+
"""
|
6515
|
+
return self._Priority
|
6516
|
+
|
6517
|
+
@Priority.setter
|
6518
|
+
def Priority(self, Priority):
|
6519
|
+
self._Priority = Priority
|
6520
|
+
|
6521
|
+
|
6522
|
+
def _deserialize(self, params):
|
6523
|
+
self._ZoneId = params.get("ZoneId")
|
6524
|
+
self._Name = params.get("Name")
|
6525
|
+
self._Type = params.get("Type")
|
6526
|
+
self._Content = params.get("Content")
|
6527
|
+
self._Location = params.get("Location")
|
6528
|
+
self._TTL = params.get("TTL")
|
6529
|
+
self._Weight = params.get("Weight")
|
6530
|
+
self._Priority = params.get("Priority")
|
6531
|
+
memeber_set = set(params.keys())
|
6532
|
+
for name, value in vars(self).items():
|
6533
|
+
property_name = name[1:]
|
6534
|
+
if property_name in memeber_set:
|
6535
|
+
memeber_set.remove(property_name)
|
6536
|
+
if len(memeber_set) > 0:
|
6537
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
6538
|
+
|
6539
|
+
|
6540
|
+
|
6541
|
+
class CreateDnsRecordResponse(AbstractModel):
|
6542
|
+
"""CreateDnsRecord返回参数结构体
|
6543
|
+
|
6544
|
+
"""
|
6545
|
+
|
6546
|
+
def __init__(self):
|
6547
|
+
r"""
|
6548
|
+
:param _RecordId: DNS 记录 ID。
|
6549
|
+
:type RecordId: str
|
6550
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6551
|
+
:type RequestId: str
|
6552
|
+
"""
|
6553
|
+
self._RecordId = None
|
6554
|
+
self._RequestId = None
|
6555
|
+
|
6556
|
+
@property
|
6557
|
+
def RecordId(self):
|
6558
|
+
"""DNS 记录 ID。
|
6559
|
+
:rtype: str
|
6560
|
+
"""
|
6561
|
+
return self._RecordId
|
6562
|
+
|
6563
|
+
@RecordId.setter
|
6564
|
+
def RecordId(self, RecordId):
|
6565
|
+
self._RecordId = RecordId
|
6566
|
+
|
6567
|
+
@property
|
6568
|
+
def RequestId(self):
|
6569
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6570
|
+
:rtype: str
|
6571
|
+
"""
|
6572
|
+
return self._RequestId
|
6573
|
+
|
6574
|
+
@RequestId.setter
|
6575
|
+
def RequestId(self, RequestId):
|
6576
|
+
self._RequestId = RequestId
|
6577
|
+
|
6578
|
+
|
6579
|
+
def _deserialize(self, params):
|
6580
|
+
self._RecordId = params.get("RecordId")
|
6581
|
+
self._RequestId = params.get("RequestId")
|
6582
|
+
|
6583
|
+
|
6111
6584
|
class CreateFunctionRequest(AbstractModel):
|
6112
6585
|
"""CreateFunction请求参数结构体
|
6113
6586
|
|
@@ -9893,6 +10366,70 @@ class DeleteApplicationProxyRuleResponse(AbstractModel):
|
|
9893
10366
|
self._RequestId = params.get("RequestId")
|
9894
10367
|
|
9895
10368
|
|
10369
|
+
class DeleteContentIdentifierRequest(AbstractModel):
|
10370
|
+
"""DeleteContentIdentifier请求参数结构体
|
10371
|
+
|
10372
|
+
"""
|
10373
|
+
|
10374
|
+
def __init__(self):
|
10375
|
+
r"""
|
10376
|
+
:param _ContentId: 内容标识符 ID。
|
10377
|
+
:type ContentId: str
|
10378
|
+
"""
|
10379
|
+
self._ContentId = None
|
10380
|
+
|
10381
|
+
@property
|
10382
|
+
def ContentId(self):
|
10383
|
+
"""内容标识符 ID。
|
10384
|
+
:rtype: str
|
10385
|
+
"""
|
10386
|
+
return self._ContentId
|
10387
|
+
|
10388
|
+
@ContentId.setter
|
10389
|
+
def ContentId(self, ContentId):
|
10390
|
+
self._ContentId = ContentId
|
10391
|
+
|
10392
|
+
|
10393
|
+
def _deserialize(self, params):
|
10394
|
+
self._ContentId = params.get("ContentId")
|
10395
|
+
memeber_set = set(params.keys())
|
10396
|
+
for name, value in vars(self).items():
|
10397
|
+
property_name = name[1:]
|
10398
|
+
if property_name in memeber_set:
|
10399
|
+
memeber_set.remove(property_name)
|
10400
|
+
if len(memeber_set) > 0:
|
10401
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
10402
|
+
|
10403
|
+
|
10404
|
+
|
10405
|
+
class DeleteContentIdentifierResponse(AbstractModel):
|
10406
|
+
"""DeleteContentIdentifier返回参数结构体
|
10407
|
+
|
10408
|
+
"""
|
10409
|
+
|
10410
|
+
def __init__(self):
|
10411
|
+
r"""
|
10412
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10413
|
+
:type RequestId: str
|
10414
|
+
"""
|
10415
|
+
self._RequestId = None
|
10416
|
+
|
10417
|
+
@property
|
10418
|
+
def RequestId(self):
|
10419
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10420
|
+
:rtype: str
|
10421
|
+
"""
|
10422
|
+
return self._RequestId
|
10423
|
+
|
10424
|
+
@RequestId.setter
|
10425
|
+
def RequestId(self, RequestId):
|
10426
|
+
self._RequestId = RequestId
|
10427
|
+
|
10428
|
+
|
10429
|
+
def _deserialize(self, params):
|
10430
|
+
self._RequestId = params.get("RequestId")
|
10431
|
+
|
10432
|
+
|
9896
10433
|
class DeleteCustomErrorPageRequest(AbstractModel):
|
9897
10434
|
"""DeleteCustomErrorPage请求参数结构体
|
9898
10435
|
|
@@ -9920,20 +10457,99 @@ class DeleteCustomErrorPageRequest(AbstractModel):
|
|
9920
10457
|
self._ZoneId = ZoneId
|
9921
10458
|
|
9922
10459
|
@property
|
9923
|
-
def PageId(self):
|
9924
|
-
"""自定义页面 ID。
|
9925
|
-
:rtype: str
|
10460
|
+
def PageId(self):
|
10461
|
+
"""自定义页面 ID。
|
10462
|
+
:rtype: str
|
10463
|
+
"""
|
10464
|
+
return self._PageId
|
10465
|
+
|
10466
|
+
@PageId.setter
|
10467
|
+
def PageId(self, PageId):
|
10468
|
+
self._PageId = PageId
|
10469
|
+
|
10470
|
+
|
10471
|
+
def _deserialize(self, params):
|
10472
|
+
self._ZoneId = params.get("ZoneId")
|
10473
|
+
self._PageId = params.get("PageId")
|
10474
|
+
memeber_set = set(params.keys())
|
10475
|
+
for name, value in vars(self).items():
|
10476
|
+
property_name = name[1:]
|
10477
|
+
if property_name in memeber_set:
|
10478
|
+
memeber_set.remove(property_name)
|
10479
|
+
if len(memeber_set) > 0:
|
10480
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
10481
|
+
|
10482
|
+
|
10483
|
+
|
10484
|
+
class DeleteCustomErrorPageResponse(AbstractModel):
|
10485
|
+
"""DeleteCustomErrorPage返回参数结构体
|
10486
|
+
|
10487
|
+
"""
|
10488
|
+
|
10489
|
+
def __init__(self):
|
10490
|
+
r"""
|
10491
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10492
|
+
:type RequestId: str
|
10493
|
+
"""
|
10494
|
+
self._RequestId = None
|
10495
|
+
|
10496
|
+
@property
|
10497
|
+
def RequestId(self):
|
10498
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10499
|
+
:rtype: str
|
10500
|
+
"""
|
10501
|
+
return self._RequestId
|
10502
|
+
|
10503
|
+
@RequestId.setter
|
10504
|
+
def RequestId(self, RequestId):
|
10505
|
+
self._RequestId = RequestId
|
10506
|
+
|
10507
|
+
|
10508
|
+
def _deserialize(self, params):
|
10509
|
+
self._RequestId = params.get("RequestId")
|
10510
|
+
|
10511
|
+
|
10512
|
+
class DeleteDnsRecordsRequest(AbstractModel):
|
10513
|
+
"""DeleteDnsRecords请求参数结构体
|
10514
|
+
|
10515
|
+
"""
|
10516
|
+
|
10517
|
+
def __init__(self):
|
10518
|
+
r"""
|
10519
|
+
:param _ZoneId: 站点 ID。
|
10520
|
+
:type ZoneId: str
|
10521
|
+
:param _RecordIds: 待删除的 DNS 记录 ID 列表,上限:1000。
|
10522
|
+
:type RecordIds: list of str
|
10523
|
+
"""
|
10524
|
+
self._ZoneId = None
|
10525
|
+
self._RecordIds = None
|
10526
|
+
|
10527
|
+
@property
|
10528
|
+
def ZoneId(self):
|
10529
|
+
"""站点 ID。
|
10530
|
+
:rtype: str
|
10531
|
+
"""
|
10532
|
+
return self._ZoneId
|
10533
|
+
|
10534
|
+
@ZoneId.setter
|
10535
|
+
def ZoneId(self, ZoneId):
|
10536
|
+
self._ZoneId = ZoneId
|
10537
|
+
|
10538
|
+
@property
|
10539
|
+
def RecordIds(self):
|
10540
|
+
"""待删除的 DNS 记录 ID 列表,上限:1000。
|
10541
|
+
:rtype: list of str
|
9926
10542
|
"""
|
9927
|
-
return self.
|
10543
|
+
return self._RecordIds
|
9928
10544
|
|
9929
|
-
@
|
9930
|
-
def
|
9931
|
-
self.
|
10545
|
+
@RecordIds.setter
|
10546
|
+
def RecordIds(self, RecordIds):
|
10547
|
+
self._RecordIds = RecordIds
|
9932
10548
|
|
9933
10549
|
|
9934
10550
|
def _deserialize(self, params):
|
9935
10551
|
self._ZoneId = params.get("ZoneId")
|
9936
|
-
self.
|
10552
|
+
self._RecordIds = params.get("RecordIds")
|
9937
10553
|
memeber_set = set(params.keys())
|
9938
10554
|
for name, value in vars(self).items():
|
9939
10555
|
property_name = name[1:]
|
@@ -9944,8 +10560,8 @@ class DeleteCustomErrorPageRequest(AbstractModel):
|
|
9944
10560
|
|
9945
10561
|
|
9946
10562
|
|
9947
|
-
class
|
9948
|
-
"""
|
10563
|
+
class DeleteDnsRecordsResponse(AbstractModel):
|
10564
|
+
"""DeleteDnsRecords返回参数结构体
|
9949
10565
|
|
9950
10566
|
"""
|
9951
10567
|
|
@@ -12206,6 +12822,140 @@ class DescribeConfigGroupVersionsResponse(AbstractModel):
|
|
12206
12822
|
self._RequestId = params.get("RequestId")
|
12207
12823
|
|
12208
12824
|
|
12825
|
+
class DescribeContentIdentifiersRequest(AbstractModel):
|
12826
|
+
"""DescribeContentIdentifiers请求参数结构体
|
12827
|
+
|
12828
|
+
"""
|
12829
|
+
|
12830
|
+
def __init__(self):
|
12831
|
+
r"""
|
12832
|
+
:param _Offset: 分页查询偏移量。默认值:0。
|
12833
|
+
:type Offset: int
|
12834
|
+
:param _Limit: 分页查询限制数目。默认值:20,最大值:100。
|
12835
|
+
:type Limit: int
|
12836
|
+
:param _Filters: 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 AppId 下有权限的内容标识符。详细的过滤条件如下:<li>description:按照内容标识符描述批量进行过滤;例如:test;</li><li>content-id:按照内容标识符 ID 批量进行过滤;例如:eocontent-2noz78a8ev6k;</li><li>tag-key:按照标签键进行过滤;</li> <li>tag-value: 按照标签值进行过滤;</li><li>status:按照内容标识符状态进行过滤,取值有:active:生效中;deleted:已删除。</li>仅支持按照 description 模糊查询,其余字段需要精准查询。
|
12837
|
+
:type Filters: list of AdvancedFilter
|
12838
|
+
"""
|
12839
|
+
self._Offset = None
|
12840
|
+
self._Limit = None
|
12841
|
+
self._Filters = None
|
12842
|
+
|
12843
|
+
@property
|
12844
|
+
def Offset(self):
|
12845
|
+
"""分页查询偏移量。默认值:0。
|
12846
|
+
:rtype: int
|
12847
|
+
"""
|
12848
|
+
return self._Offset
|
12849
|
+
|
12850
|
+
@Offset.setter
|
12851
|
+
def Offset(self, Offset):
|
12852
|
+
self._Offset = Offset
|
12853
|
+
|
12854
|
+
@property
|
12855
|
+
def Limit(self):
|
12856
|
+
"""分页查询限制数目。默认值:20,最大值:100。
|
12857
|
+
:rtype: int
|
12858
|
+
"""
|
12859
|
+
return self._Limit
|
12860
|
+
|
12861
|
+
@Limit.setter
|
12862
|
+
def Limit(self, Limit):
|
12863
|
+
self._Limit = Limit
|
12864
|
+
|
12865
|
+
@property
|
12866
|
+
def Filters(self):
|
12867
|
+
"""过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 AppId 下有权限的内容标识符。详细的过滤条件如下:<li>description:按照内容标识符描述批量进行过滤;例如:test;</li><li>content-id:按照内容标识符 ID 批量进行过滤;例如:eocontent-2noz78a8ev6k;</li><li>tag-key:按照标签键进行过滤;</li> <li>tag-value: 按照标签值进行过滤;</li><li>status:按照内容标识符状态进行过滤,取值有:active:生效中;deleted:已删除。</li>仅支持按照 description 模糊查询,其余字段需要精准查询。
|
12868
|
+
:rtype: list of AdvancedFilter
|
12869
|
+
"""
|
12870
|
+
return self._Filters
|
12871
|
+
|
12872
|
+
@Filters.setter
|
12873
|
+
def Filters(self, Filters):
|
12874
|
+
self._Filters = Filters
|
12875
|
+
|
12876
|
+
|
12877
|
+
def _deserialize(self, params):
|
12878
|
+
self._Offset = params.get("Offset")
|
12879
|
+
self._Limit = params.get("Limit")
|
12880
|
+
if params.get("Filters") is not None:
|
12881
|
+
self._Filters = []
|
12882
|
+
for item in params.get("Filters"):
|
12883
|
+
obj = AdvancedFilter()
|
12884
|
+
obj._deserialize(item)
|
12885
|
+
self._Filters.append(obj)
|
12886
|
+
memeber_set = set(params.keys())
|
12887
|
+
for name, value in vars(self).items():
|
12888
|
+
property_name = name[1:]
|
12889
|
+
if property_name in memeber_set:
|
12890
|
+
memeber_set.remove(property_name)
|
12891
|
+
if len(memeber_set) > 0:
|
12892
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
12893
|
+
|
12894
|
+
|
12895
|
+
|
12896
|
+
class DescribeContentIdentifiersResponse(AbstractModel):
|
12897
|
+
"""DescribeContentIdentifiers返回参数结构体
|
12898
|
+
|
12899
|
+
"""
|
12900
|
+
|
12901
|
+
def __init__(self):
|
12902
|
+
r"""
|
12903
|
+
:param _TotalCount: 符合过滤条件的内容标识符总数。
|
12904
|
+
:type TotalCount: int
|
12905
|
+
:param _ContentIdentifiers: 内容标识符详细内容列表。
|
12906
|
+
:type ContentIdentifiers: list of ContentIdentifier
|
12907
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12908
|
+
:type RequestId: str
|
12909
|
+
"""
|
12910
|
+
self._TotalCount = None
|
12911
|
+
self._ContentIdentifiers = None
|
12912
|
+
self._RequestId = None
|
12913
|
+
|
12914
|
+
@property
|
12915
|
+
def TotalCount(self):
|
12916
|
+
"""符合过滤条件的内容标识符总数。
|
12917
|
+
:rtype: int
|
12918
|
+
"""
|
12919
|
+
return self._TotalCount
|
12920
|
+
|
12921
|
+
@TotalCount.setter
|
12922
|
+
def TotalCount(self, TotalCount):
|
12923
|
+
self._TotalCount = TotalCount
|
12924
|
+
|
12925
|
+
@property
|
12926
|
+
def ContentIdentifiers(self):
|
12927
|
+
"""内容标识符详细内容列表。
|
12928
|
+
:rtype: list of ContentIdentifier
|
12929
|
+
"""
|
12930
|
+
return self._ContentIdentifiers
|
12931
|
+
|
12932
|
+
@ContentIdentifiers.setter
|
12933
|
+
def ContentIdentifiers(self, ContentIdentifiers):
|
12934
|
+
self._ContentIdentifiers = ContentIdentifiers
|
12935
|
+
|
12936
|
+
@property
|
12937
|
+
def RequestId(self):
|
12938
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12939
|
+
:rtype: str
|
12940
|
+
"""
|
12941
|
+
return self._RequestId
|
12942
|
+
|
12943
|
+
@RequestId.setter
|
12944
|
+
def RequestId(self, RequestId):
|
12945
|
+
self._RequestId = RequestId
|
12946
|
+
|
12947
|
+
|
12948
|
+
def _deserialize(self, params):
|
12949
|
+
self._TotalCount = params.get("TotalCount")
|
12950
|
+
if params.get("ContentIdentifiers") is not None:
|
12951
|
+
self._ContentIdentifiers = []
|
12952
|
+
for item in params.get("ContentIdentifiers"):
|
12953
|
+
obj = ContentIdentifier()
|
12954
|
+
obj._deserialize(item)
|
12955
|
+
self._ContentIdentifiers.append(obj)
|
12956
|
+
self._RequestId = params.get("RequestId")
|
12957
|
+
|
12958
|
+
|
12209
12959
|
class DescribeContentQuotaRequest(AbstractModel):
|
12210
12960
|
"""DescribeContentQuota请求参数结构体
|
12211
12961
|
|
@@ -13340,17 +14090,153 @@ class DescribeDefaultCertificatesResponse(AbstractModel):
|
|
13340
14090
|
|
13341
14091
|
def _deserialize(self, params):
|
13342
14092
|
self._TotalCount = params.get("TotalCount")
|
13343
|
-
if params.get("DefaultServerCertInfo") is not None:
|
13344
|
-
self._DefaultServerCertInfo = []
|
13345
|
-
for item in params.get("DefaultServerCertInfo"):
|
13346
|
-
obj = DefaultServerCertInfo()
|
14093
|
+
if params.get("DefaultServerCertInfo") is not None:
|
14094
|
+
self._DefaultServerCertInfo = []
|
14095
|
+
for item in params.get("DefaultServerCertInfo"):
|
14096
|
+
obj = DefaultServerCertInfo()
|
14097
|
+
obj._deserialize(item)
|
14098
|
+
self._DefaultServerCertInfo.append(obj)
|
14099
|
+
self._RequestId = params.get("RequestId")
|
14100
|
+
|
14101
|
+
|
14102
|
+
class DescribeDeployHistoryRequest(AbstractModel):
|
14103
|
+
"""DescribeDeployHistory请求参数结构体
|
14104
|
+
|
14105
|
+
"""
|
14106
|
+
|
14107
|
+
def __init__(self):
|
14108
|
+
r"""
|
14109
|
+
:param _ZoneId: 站点 ID。
|
14110
|
+
:type ZoneId: str
|
14111
|
+
:param _EnvId: 环境 ID。
|
14112
|
+
:type EnvId: str
|
14113
|
+
:param _Filters: 过滤条件,Filters.Values 的上限为 20,详细的过滤条件如下:
|
14114
|
+
<li>record-id:按照发布记录 ID 进行过滤进行过滤。</li>
|
14115
|
+
:type Filters: list of AdvancedFilter
|
14116
|
+
"""
|
14117
|
+
self._ZoneId = None
|
14118
|
+
self._EnvId = None
|
14119
|
+
self._Filters = None
|
14120
|
+
|
14121
|
+
@property
|
14122
|
+
def ZoneId(self):
|
14123
|
+
"""站点 ID。
|
14124
|
+
:rtype: str
|
14125
|
+
"""
|
14126
|
+
return self._ZoneId
|
14127
|
+
|
14128
|
+
@ZoneId.setter
|
14129
|
+
def ZoneId(self, ZoneId):
|
14130
|
+
self._ZoneId = ZoneId
|
14131
|
+
|
14132
|
+
@property
|
14133
|
+
def EnvId(self):
|
14134
|
+
"""环境 ID。
|
14135
|
+
:rtype: str
|
14136
|
+
"""
|
14137
|
+
return self._EnvId
|
14138
|
+
|
14139
|
+
@EnvId.setter
|
14140
|
+
def EnvId(self, EnvId):
|
14141
|
+
self._EnvId = EnvId
|
14142
|
+
|
14143
|
+
@property
|
14144
|
+
def Filters(self):
|
14145
|
+
"""过滤条件,Filters.Values 的上限为 20,详细的过滤条件如下:
|
14146
|
+
<li>record-id:按照发布记录 ID 进行过滤进行过滤。</li>
|
14147
|
+
:rtype: list of AdvancedFilter
|
14148
|
+
"""
|
14149
|
+
return self._Filters
|
14150
|
+
|
14151
|
+
@Filters.setter
|
14152
|
+
def Filters(self, Filters):
|
14153
|
+
self._Filters = Filters
|
14154
|
+
|
14155
|
+
|
14156
|
+
def _deserialize(self, params):
|
14157
|
+
self._ZoneId = params.get("ZoneId")
|
14158
|
+
self._EnvId = params.get("EnvId")
|
14159
|
+
if params.get("Filters") is not None:
|
14160
|
+
self._Filters = []
|
14161
|
+
for item in params.get("Filters"):
|
14162
|
+
obj = AdvancedFilter()
|
14163
|
+
obj._deserialize(item)
|
14164
|
+
self._Filters.append(obj)
|
14165
|
+
memeber_set = set(params.keys())
|
14166
|
+
for name, value in vars(self).items():
|
14167
|
+
property_name = name[1:]
|
14168
|
+
if property_name in memeber_set:
|
14169
|
+
memeber_set.remove(property_name)
|
14170
|
+
if len(memeber_set) > 0:
|
14171
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
14172
|
+
|
14173
|
+
|
14174
|
+
|
14175
|
+
class DescribeDeployHistoryResponse(AbstractModel):
|
14176
|
+
"""DescribeDeployHistory返回参数结构体
|
14177
|
+
|
14178
|
+
"""
|
14179
|
+
|
14180
|
+
def __init__(self):
|
14181
|
+
r"""
|
14182
|
+
:param _TotalCount: 发布记录总数。
|
14183
|
+
:type TotalCount: int
|
14184
|
+
:param _Records: 发布记录详情。
|
14185
|
+
:type Records: list of DeployRecord
|
14186
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14187
|
+
:type RequestId: str
|
14188
|
+
"""
|
14189
|
+
self._TotalCount = None
|
14190
|
+
self._Records = None
|
14191
|
+
self._RequestId = None
|
14192
|
+
|
14193
|
+
@property
|
14194
|
+
def TotalCount(self):
|
14195
|
+
"""发布记录总数。
|
14196
|
+
:rtype: int
|
14197
|
+
"""
|
14198
|
+
return self._TotalCount
|
14199
|
+
|
14200
|
+
@TotalCount.setter
|
14201
|
+
def TotalCount(self, TotalCount):
|
14202
|
+
self._TotalCount = TotalCount
|
14203
|
+
|
14204
|
+
@property
|
14205
|
+
def Records(self):
|
14206
|
+
"""发布记录详情。
|
14207
|
+
:rtype: list of DeployRecord
|
14208
|
+
"""
|
14209
|
+
return self._Records
|
14210
|
+
|
14211
|
+
@Records.setter
|
14212
|
+
def Records(self, Records):
|
14213
|
+
self._Records = Records
|
14214
|
+
|
14215
|
+
@property
|
14216
|
+
def RequestId(self):
|
14217
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14218
|
+
:rtype: str
|
14219
|
+
"""
|
14220
|
+
return self._RequestId
|
14221
|
+
|
14222
|
+
@RequestId.setter
|
14223
|
+
def RequestId(self, RequestId):
|
14224
|
+
self._RequestId = RequestId
|
14225
|
+
|
14226
|
+
|
14227
|
+
def _deserialize(self, params):
|
14228
|
+
self._TotalCount = params.get("TotalCount")
|
14229
|
+
if params.get("Records") is not None:
|
14230
|
+
self._Records = []
|
14231
|
+
for item in params.get("Records"):
|
14232
|
+
obj = DeployRecord()
|
13347
14233
|
obj._deserialize(item)
|
13348
|
-
self.
|
14234
|
+
self._Records.append(obj)
|
13349
14235
|
self._RequestId = params.get("RequestId")
|
13350
14236
|
|
13351
14237
|
|
13352
|
-
class
|
13353
|
-
"""
|
14238
|
+
class DescribeDnsRecordsRequest(AbstractModel):
|
14239
|
+
"""DescribeDnsRecords请求参数结构体
|
13354
14240
|
|
13355
14241
|
"""
|
13356
14242
|
|
@@ -13358,15 +14244,26 @@ class DescribeDeployHistoryRequest(AbstractModel):
|
|
13358
14244
|
r"""
|
13359
14245
|
:param _ZoneId: 站点 ID。
|
13360
14246
|
:type ZoneId: str
|
13361
|
-
:param
|
13362
|
-
:type
|
13363
|
-
:param
|
13364
|
-
|
14247
|
+
:param _Offset: 分页查询偏移量,默认为 0。
|
14248
|
+
:type Offset: int
|
14249
|
+
:param _Limit: 分页查询限制数目,默认值:20,上限:1000。
|
14250
|
+
:type Limit: int
|
14251
|
+
:param _Filters: 过滤条件,Filters.Values 的上限为20。详细的过滤条件如下:<li>id: 按照 DNS 记录 ID 进行过滤,支持模糊查询;</li><li>name:按照 DNS 记录名称进行过滤,支持模糊查询;</li><li>content:按照 DNS 记录内容进行过滤,支持模糊查询;</li><li>type:按照 DNS 记录类型进行过滤,不支持模糊查询。可选项:<br> A:将域名指向一个外网 IPv4 地址,如 8.8.8.8;<br> AAAA:将域名指向一个外网 IPv6 地址;<br> CNAME:将域名指向另一个域名,再由该域名解析出最终 IP 地址;<br> TXT:对域名进行标识和说明,常用于域名验证和 SPF 记录(反垃圾邮件);<br> NS:如果需要将子域名交给其他 DNS 服务商解析,则需要添加 NS 记录。根域名无法添加 NS 记录;<br> CAA:指定可为本站点颁发证书的 CA;<br> SRV:标识某台服务器使用了某个服务,常见于微软系统的目录管理;<br> MX:指定收件人邮件服务器。</li><li>ttl:按照解析生效时间进行过滤,不支持模糊查询。</li>
|
13365
14252
|
:type Filters: list of AdvancedFilter
|
14253
|
+
:param _SortBy: 排序依据,取值有:<li>content:DNS 记录内容;</li><li>created-on:DNS 记录创建时间;</li><li>name:DNS 记录名称;</li><li>ttl:缓存时间;</li><li>type:DNS 记录类型。</li>默认根据 type, name 属性组合排序。
|
14254
|
+
:type SortBy: str
|
14255
|
+
:param _SortOrder: 列表排序方式,取值有:<li>asc:升序排列;</li><li>desc:降序排列。</li>默认值为 asc。
|
14256
|
+
:type SortOrder: str
|
14257
|
+
:param _Match: 匹配方式,取值有:<li>all:返回匹配所有查询条件的记录;</li><li>any:返回匹配任意一个查询条件的记录。</li>默认值为 all。
|
14258
|
+
:type Match: str
|
13366
14259
|
"""
|
13367
14260
|
self._ZoneId = None
|
13368
|
-
self.
|
14261
|
+
self._Offset = None
|
14262
|
+
self._Limit = None
|
13369
14263
|
self._Filters = None
|
14264
|
+
self._SortBy = None
|
14265
|
+
self._SortOrder = None
|
14266
|
+
self._Match = None
|
13370
14267
|
|
13371
14268
|
@property
|
13372
14269
|
def ZoneId(self):
|
@@ -13380,20 +14277,30 @@ class DescribeDeployHistoryRequest(AbstractModel):
|
|
13380
14277
|
self._ZoneId = ZoneId
|
13381
14278
|
|
13382
14279
|
@property
|
13383
|
-
def
|
13384
|
-
"""
|
13385
|
-
:rtype:
|
14280
|
+
def Offset(self):
|
14281
|
+
"""分页查询偏移量,默认为 0。
|
14282
|
+
:rtype: int
|
13386
14283
|
"""
|
13387
|
-
return self.
|
14284
|
+
return self._Offset
|
13388
14285
|
|
13389
|
-
@
|
13390
|
-
def
|
13391
|
-
self.
|
14286
|
+
@Offset.setter
|
14287
|
+
def Offset(self, Offset):
|
14288
|
+
self._Offset = Offset
|
14289
|
+
|
14290
|
+
@property
|
14291
|
+
def Limit(self):
|
14292
|
+
"""分页查询限制数目,默认值:20,上限:1000。
|
14293
|
+
:rtype: int
|
14294
|
+
"""
|
14295
|
+
return self._Limit
|
14296
|
+
|
14297
|
+
@Limit.setter
|
14298
|
+
def Limit(self, Limit):
|
14299
|
+
self._Limit = Limit
|
13392
14300
|
|
13393
14301
|
@property
|
13394
14302
|
def Filters(self):
|
13395
|
-
"""过滤条件,Filters.Values 的上限为
|
13396
|
-
<li>record-id:按照发布记录 ID 进行过滤进行过滤。</li>
|
14303
|
+
"""过滤条件,Filters.Values 的上限为20。详细的过滤条件如下:<li>id: 按照 DNS 记录 ID 进行过滤,支持模糊查询;</li><li>name:按照 DNS 记录名称进行过滤,支持模糊查询;</li><li>content:按照 DNS 记录内容进行过滤,支持模糊查询;</li><li>type:按照 DNS 记录类型进行过滤,不支持模糊查询。可选项:<br> A:将域名指向一个外网 IPv4 地址,如 8.8.8.8;<br> AAAA:将域名指向一个外网 IPv6 地址;<br> CNAME:将域名指向另一个域名,再由该域名解析出最终 IP 地址;<br> TXT:对域名进行标识和说明,常用于域名验证和 SPF 记录(反垃圾邮件);<br> NS:如果需要将子域名交给其他 DNS 服务商解析,则需要添加 NS 记录。根域名无法添加 NS 记录;<br> CAA:指定可为本站点颁发证书的 CA;<br> SRV:标识某台服务器使用了某个服务,常见于微软系统的目录管理;<br> MX:指定收件人邮件服务器。</li><li>ttl:按照解析生效时间进行过滤,不支持模糊查询。</li>
|
13397
14304
|
:rtype: list of AdvancedFilter
|
13398
14305
|
"""
|
13399
14306
|
return self._Filters
|
@@ -13402,16 +14309,53 @@ class DescribeDeployHistoryRequest(AbstractModel):
|
|
13402
14309
|
def Filters(self, Filters):
|
13403
14310
|
self._Filters = Filters
|
13404
14311
|
|
14312
|
+
@property
|
14313
|
+
def SortBy(self):
|
14314
|
+
"""排序依据,取值有:<li>content:DNS 记录内容;</li><li>created-on:DNS 记录创建时间;</li><li>name:DNS 记录名称;</li><li>ttl:缓存时间;</li><li>type:DNS 记录类型。</li>默认根据 type, name 属性组合排序。
|
14315
|
+
:rtype: str
|
14316
|
+
"""
|
14317
|
+
return self._SortBy
|
14318
|
+
|
14319
|
+
@SortBy.setter
|
14320
|
+
def SortBy(self, SortBy):
|
14321
|
+
self._SortBy = SortBy
|
14322
|
+
|
14323
|
+
@property
|
14324
|
+
def SortOrder(self):
|
14325
|
+
"""列表排序方式,取值有:<li>asc:升序排列;</li><li>desc:降序排列。</li>默认值为 asc。
|
14326
|
+
:rtype: str
|
14327
|
+
"""
|
14328
|
+
return self._SortOrder
|
14329
|
+
|
14330
|
+
@SortOrder.setter
|
14331
|
+
def SortOrder(self, SortOrder):
|
14332
|
+
self._SortOrder = SortOrder
|
14333
|
+
|
14334
|
+
@property
|
14335
|
+
def Match(self):
|
14336
|
+
"""匹配方式,取值有:<li>all:返回匹配所有查询条件的记录;</li><li>any:返回匹配任意一个查询条件的记录。</li>默认值为 all。
|
14337
|
+
:rtype: str
|
14338
|
+
"""
|
14339
|
+
return self._Match
|
14340
|
+
|
14341
|
+
@Match.setter
|
14342
|
+
def Match(self, Match):
|
14343
|
+
self._Match = Match
|
14344
|
+
|
13405
14345
|
|
13406
14346
|
def _deserialize(self, params):
|
13407
14347
|
self._ZoneId = params.get("ZoneId")
|
13408
|
-
self.
|
14348
|
+
self._Offset = params.get("Offset")
|
14349
|
+
self._Limit = params.get("Limit")
|
13409
14350
|
if params.get("Filters") is not None:
|
13410
14351
|
self._Filters = []
|
13411
14352
|
for item in params.get("Filters"):
|
13412
14353
|
obj = AdvancedFilter()
|
13413
14354
|
obj._deserialize(item)
|
13414
14355
|
self._Filters.append(obj)
|
14356
|
+
self._SortBy = params.get("SortBy")
|
14357
|
+
self._SortOrder = params.get("SortOrder")
|
14358
|
+
self._Match = params.get("Match")
|
13415
14359
|
memeber_set = set(params.keys())
|
13416
14360
|
for name, value in vars(self).items():
|
13417
14361
|
property_name = name[1:]
|
@@ -13422,27 +14366,27 @@ class DescribeDeployHistoryRequest(AbstractModel):
|
|
13422
14366
|
|
13423
14367
|
|
13424
14368
|
|
13425
|
-
class
|
13426
|
-
"""
|
14369
|
+
class DescribeDnsRecordsResponse(AbstractModel):
|
14370
|
+
"""DescribeDnsRecords返回参数结构体
|
13427
14371
|
|
13428
14372
|
"""
|
13429
14373
|
|
13430
14374
|
def __init__(self):
|
13431
14375
|
r"""
|
13432
|
-
:param _TotalCount:
|
14376
|
+
:param _TotalCount: DNS 记录总数。
|
13433
14377
|
:type TotalCount: int
|
13434
|
-
:param
|
13435
|
-
:type
|
14378
|
+
:param _DnsRecords: DNS 记录列表。
|
14379
|
+
:type DnsRecords: list of DnsRecord
|
13436
14380
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13437
14381
|
:type RequestId: str
|
13438
14382
|
"""
|
13439
14383
|
self._TotalCount = None
|
13440
|
-
self.
|
14384
|
+
self._DnsRecords = None
|
13441
14385
|
self._RequestId = None
|
13442
14386
|
|
13443
14387
|
@property
|
13444
14388
|
def TotalCount(self):
|
13445
|
-
"""
|
14389
|
+
"""DNS 记录总数。
|
13446
14390
|
:rtype: int
|
13447
14391
|
"""
|
13448
14392
|
return self._TotalCount
|
@@ -13452,15 +14396,15 @@ class DescribeDeployHistoryResponse(AbstractModel):
|
|
13452
14396
|
self._TotalCount = TotalCount
|
13453
14397
|
|
13454
14398
|
@property
|
13455
|
-
def
|
13456
|
-
"""
|
13457
|
-
:rtype: list of
|
14399
|
+
def DnsRecords(self):
|
14400
|
+
"""DNS 记录列表。
|
14401
|
+
:rtype: list of DnsRecord
|
13458
14402
|
"""
|
13459
|
-
return self.
|
14403
|
+
return self._DnsRecords
|
13460
14404
|
|
13461
|
-
@
|
13462
|
-
def
|
13463
|
-
self.
|
14405
|
+
@DnsRecords.setter
|
14406
|
+
def DnsRecords(self, DnsRecords):
|
14407
|
+
self._DnsRecords = DnsRecords
|
13464
14408
|
|
13465
14409
|
@property
|
13466
14410
|
def RequestId(self):
|
@@ -13476,12 +14420,12 @@ class DescribeDeployHistoryResponse(AbstractModel):
|
|
13476
14420
|
|
13477
14421
|
def _deserialize(self, params):
|
13478
14422
|
self._TotalCount = params.get("TotalCount")
|
13479
|
-
if params.get("
|
13480
|
-
self.
|
13481
|
-
for item in params.get("
|
13482
|
-
obj =
|
14423
|
+
if params.get("DnsRecords") is not None:
|
14424
|
+
self._DnsRecords = []
|
14425
|
+
for item in params.get("DnsRecords"):
|
14426
|
+
obj = DnsRecord()
|
13483
14427
|
obj._deserialize(item)
|
13484
|
-
self.
|
14428
|
+
self._DnsRecords.append(obj)
|
13485
14429
|
self._RequestId = params.get("RequestId")
|
13486
14430
|
|
13487
14431
|
|
@@ -18757,48 +19701,265 @@ class DiffIPWhitelist(AbstractModel):
|
|
18757
19701
|
"""最新IP白名单列表相比于当前IP白名单列表,新增部分。
|
18758
19702
|
:rtype: :class:`tencentcloud.teo.v20220901.models.IPWhitelist`
|
18759
19703
|
"""
|
18760
|
-
return self._AddedIPWhitelist
|
19704
|
+
return self._AddedIPWhitelist
|
19705
|
+
|
19706
|
+
@AddedIPWhitelist.setter
|
19707
|
+
def AddedIPWhitelist(self, AddedIPWhitelist):
|
19708
|
+
self._AddedIPWhitelist = AddedIPWhitelist
|
19709
|
+
|
19710
|
+
@property
|
19711
|
+
def RemovedIPWhitelist(self):
|
19712
|
+
"""最新IP白名单列表相比于当前IP白名单列表,删减部分。
|
19713
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.IPWhitelist`
|
19714
|
+
"""
|
19715
|
+
return self._RemovedIPWhitelist
|
19716
|
+
|
19717
|
+
@RemovedIPWhitelist.setter
|
19718
|
+
def RemovedIPWhitelist(self, RemovedIPWhitelist):
|
19719
|
+
self._RemovedIPWhitelist = RemovedIPWhitelist
|
19720
|
+
|
19721
|
+
@property
|
19722
|
+
def NoChangeIPWhitelist(self):
|
19723
|
+
"""最新IP白名单列表相比于当前IP白名单列表,不变部分。
|
19724
|
+
:rtype: :class:`tencentcloud.teo.v20220901.models.IPWhitelist`
|
19725
|
+
"""
|
19726
|
+
return self._NoChangeIPWhitelist
|
19727
|
+
|
19728
|
+
@NoChangeIPWhitelist.setter
|
19729
|
+
def NoChangeIPWhitelist(self, NoChangeIPWhitelist):
|
19730
|
+
self._NoChangeIPWhitelist = NoChangeIPWhitelist
|
19731
|
+
|
19732
|
+
|
19733
|
+
def _deserialize(self, params):
|
19734
|
+
if params.get("LatestIPWhitelist") is not None:
|
19735
|
+
self._LatestIPWhitelist = IPWhitelist()
|
19736
|
+
self._LatestIPWhitelist._deserialize(params.get("LatestIPWhitelist"))
|
19737
|
+
if params.get("AddedIPWhitelist") is not None:
|
19738
|
+
self._AddedIPWhitelist = IPWhitelist()
|
19739
|
+
self._AddedIPWhitelist._deserialize(params.get("AddedIPWhitelist"))
|
19740
|
+
if params.get("RemovedIPWhitelist") is not None:
|
19741
|
+
self._RemovedIPWhitelist = IPWhitelist()
|
19742
|
+
self._RemovedIPWhitelist._deserialize(params.get("RemovedIPWhitelist"))
|
19743
|
+
if params.get("NoChangeIPWhitelist") is not None:
|
19744
|
+
self._NoChangeIPWhitelist = IPWhitelist()
|
19745
|
+
self._NoChangeIPWhitelist._deserialize(params.get("NoChangeIPWhitelist"))
|
19746
|
+
memeber_set = set(params.keys())
|
19747
|
+
for name, value in vars(self).items():
|
19748
|
+
property_name = name[1:]
|
19749
|
+
if property_name in memeber_set:
|
19750
|
+
memeber_set.remove(property_name)
|
19751
|
+
if len(memeber_set) > 0:
|
19752
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
19753
|
+
|
19754
|
+
|
19755
|
+
|
19756
|
+
class DnsRecord(AbstractModel):
|
19757
|
+
"""DNS 记录
|
19758
|
+
|
19759
|
+
"""
|
19760
|
+
|
19761
|
+
def __init__(self):
|
19762
|
+
r"""
|
19763
|
+
:param _ZoneId: 站点 ID。<br>注意:ZoneId 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
|
19764
|
+
:type ZoneId: str
|
19765
|
+
:param _RecordId: DNS 记录 ID。
|
19766
|
+
:type RecordId: str
|
19767
|
+
:param _Name: DNS 记录名。
|
19768
|
+
:type Name: str
|
19769
|
+
:param _Type: DNS 记录类型,取值有:
|
19770
|
+
<li>A:将域名指向一个外网 IPv4 地址,如 8.8.8.8;</li>
|
19771
|
+
<li>AAAA:将域名指向一个外网 IPv6 地址;</li>
|
19772
|
+
<li>MX:用于邮箱服务器。存在多条 MX 记录时,优先级越低越优先;</li>
|
19773
|
+
<li>CNAME:将域名指向另一个域名,再由该域名解析出最终 IP 地址;</li>
|
19774
|
+
<li>TXT:对域名进行标识和说明,常用于域名验证和 SPF 记录(反垃圾邮件);</li>
|
19775
|
+
<li>NS:如果需要将子域名交给其他 DNS 服务商解析,则需要添加 NS 记录。根域名无法添加 NS 记录;</li>
|
19776
|
+
<li>CAA:指定可为本站点颁发证书的 CA;</li>
|
19777
|
+
<li>SRV:标识某台服务器使用了某个服务,常见于微软系统的目录管理。</li>
|
19778
|
+
:type Type: str
|
19779
|
+
:param _Location: DNS 记录解析线路,不指定默认为 Default,表示默认解析线路,代表全部地域生效。<br>解析线路配置仅适用于当 Type(DNS 记录类型)为 A、AAAA、CNAME 时。<br>取值请参考:[解析线路及对应代码枚举](https://cloud.tencent.com/document/product/1552/112542)。
|
19780
|
+
:type Location: str
|
19781
|
+
:param _Content: DNS 记录内容。根据 Type 值填入与之相对应的内容。
|
19782
|
+
:type Content: str
|
19783
|
+
:param _TTL: 缓存时间,取值范围 60~86400,数值越小,修改记录各地生效时间越快,单位:秒。
|
19784
|
+
:type TTL: int
|
19785
|
+
:param _Weight: DNS 记录权重,取值范围 -1~100,为 -1 时表示不分配权重,为 0 时表示不解析。权重配置仅适用于当 Type(DNS 记录类型)为 A、AAAA、CNAME 时。
|
19786
|
+
:type Weight: int
|
19787
|
+
:param _Priority: MX 记录优先级,取值范围 0~50,数值越小越优先。
|
19788
|
+
:type Priority: int
|
19789
|
+
:param _Status: DNS 记录解析状态,取值有:<li>enable:已生效;</li><li>disable:已停用。</li>注意:Status 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
|
19790
|
+
:type Status: str
|
19791
|
+
:param _CreatedOn: 创建时间。<br>注意:CreatedOn 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
|
19792
|
+
:type CreatedOn: str
|
19793
|
+
:param _ModifiedOn: 修改时间。<br>注意:ModifiedOn 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
|
19794
|
+
:type ModifiedOn: str
|
19795
|
+
"""
|
19796
|
+
self._ZoneId = None
|
19797
|
+
self._RecordId = None
|
19798
|
+
self._Name = None
|
19799
|
+
self._Type = None
|
19800
|
+
self._Location = None
|
19801
|
+
self._Content = None
|
19802
|
+
self._TTL = None
|
19803
|
+
self._Weight = None
|
19804
|
+
self._Priority = None
|
19805
|
+
self._Status = None
|
19806
|
+
self._CreatedOn = None
|
19807
|
+
self._ModifiedOn = None
|
19808
|
+
|
19809
|
+
@property
|
19810
|
+
def ZoneId(self):
|
19811
|
+
"""站点 ID。<br>注意:ZoneId 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
|
19812
|
+
:rtype: str
|
19813
|
+
"""
|
19814
|
+
return self._ZoneId
|
19815
|
+
|
19816
|
+
@ZoneId.setter
|
19817
|
+
def ZoneId(self, ZoneId):
|
19818
|
+
self._ZoneId = ZoneId
|
19819
|
+
|
19820
|
+
@property
|
19821
|
+
def RecordId(self):
|
19822
|
+
"""DNS 记录 ID。
|
19823
|
+
:rtype: str
|
19824
|
+
"""
|
19825
|
+
return self._RecordId
|
19826
|
+
|
19827
|
+
@RecordId.setter
|
19828
|
+
def RecordId(self, RecordId):
|
19829
|
+
self._RecordId = RecordId
|
19830
|
+
|
19831
|
+
@property
|
19832
|
+
def Name(self):
|
19833
|
+
"""DNS 记录名。
|
19834
|
+
:rtype: str
|
19835
|
+
"""
|
19836
|
+
return self._Name
|
19837
|
+
|
19838
|
+
@Name.setter
|
19839
|
+
def Name(self, Name):
|
19840
|
+
self._Name = Name
|
19841
|
+
|
19842
|
+
@property
|
19843
|
+
def Type(self):
|
19844
|
+
"""DNS 记录类型,取值有:
|
19845
|
+
<li>A:将域名指向一个外网 IPv4 地址,如 8.8.8.8;</li>
|
19846
|
+
<li>AAAA:将域名指向一个外网 IPv6 地址;</li>
|
19847
|
+
<li>MX:用于邮箱服务器。存在多条 MX 记录时,优先级越低越优先;</li>
|
19848
|
+
<li>CNAME:将域名指向另一个域名,再由该域名解析出最终 IP 地址;</li>
|
19849
|
+
<li>TXT:对域名进行标识和说明,常用于域名验证和 SPF 记录(反垃圾邮件);</li>
|
19850
|
+
<li>NS:如果需要将子域名交给其他 DNS 服务商解析,则需要添加 NS 记录。根域名无法添加 NS 记录;</li>
|
19851
|
+
<li>CAA:指定可为本站点颁发证书的 CA;</li>
|
19852
|
+
<li>SRV:标识某台服务器使用了某个服务,常见于微软系统的目录管理。</li>
|
19853
|
+
:rtype: str
|
19854
|
+
"""
|
19855
|
+
return self._Type
|
19856
|
+
|
19857
|
+
@Type.setter
|
19858
|
+
def Type(self, Type):
|
19859
|
+
self._Type = Type
|
19860
|
+
|
19861
|
+
@property
|
19862
|
+
def Location(self):
|
19863
|
+
"""DNS 记录解析线路,不指定默认为 Default,表示默认解析线路,代表全部地域生效。<br>解析线路配置仅适用于当 Type(DNS 记录类型)为 A、AAAA、CNAME 时。<br>取值请参考:[解析线路及对应代码枚举](https://cloud.tencent.com/document/product/1552/112542)。
|
19864
|
+
:rtype: str
|
19865
|
+
"""
|
19866
|
+
return self._Location
|
19867
|
+
|
19868
|
+
@Location.setter
|
19869
|
+
def Location(self, Location):
|
19870
|
+
self._Location = Location
|
19871
|
+
|
19872
|
+
@property
|
19873
|
+
def Content(self):
|
19874
|
+
"""DNS 记录内容。根据 Type 值填入与之相对应的内容。
|
19875
|
+
:rtype: str
|
19876
|
+
"""
|
19877
|
+
return self._Content
|
19878
|
+
|
19879
|
+
@Content.setter
|
19880
|
+
def Content(self, Content):
|
19881
|
+
self._Content = Content
|
19882
|
+
|
19883
|
+
@property
|
19884
|
+
def TTL(self):
|
19885
|
+
"""缓存时间,取值范围 60~86400,数值越小,修改记录各地生效时间越快,单位:秒。
|
19886
|
+
:rtype: int
|
19887
|
+
"""
|
19888
|
+
return self._TTL
|
19889
|
+
|
19890
|
+
@TTL.setter
|
19891
|
+
def TTL(self, TTL):
|
19892
|
+
self._TTL = TTL
|
19893
|
+
|
19894
|
+
@property
|
19895
|
+
def Weight(self):
|
19896
|
+
"""DNS 记录权重,取值范围 -1~100,为 -1 时表示不分配权重,为 0 时表示不解析。权重配置仅适用于当 Type(DNS 记录类型)为 A、AAAA、CNAME 时。
|
19897
|
+
:rtype: int
|
19898
|
+
"""
|
19899
|
+
return self._Weight
|
19900
|
+
|
19901
|
+
@Weight.setter
|
19902
|
+
def Weight(self, Weight):
|
19903
|
+
self._Weight = Weight
|
19904
|
+
|
19905
|
+
@property
|
19906
|
+
def Priority(self):
|
19907
|
+
"""MX 记录优先级,取值范围 0~50,数值越小越优先。
|
19908
|
+
:rtype: int
|
19909
|
+
"""
|
19910
|
+
return self._Priority
|
19911
|
+
|
19912
|
+
@Priority.setter
|
19913
|
+
def Priority(self, Priority):
|
19914
|
+
self._Priority = Priority
|
19915
|
+
|
19916
|
+
@property
|
19917
|
+
def Status(self):
|
19918
|
+
"""DNS 记录解析状态,取值有:<li>enable:已生效;</li><li>disable:已停用。</li>注意:Status 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
|
19919
|
+
:rtype: str
|
19920
|
+
"""
|
19921
|
+
return self._Status
|
18761
19922
|
|
18762
|
-
@
|
18763
|
-
def
|
18764
|
-
self.
|
19923
|
+
@Status.setter
|
19924
|
+
def Status(self, Status):
|
19925
|
+
self._Status = Status
|
18765
19926
|
|
18766
19927
|
@property
|
18767
|
-
def
|
18768
|
-
"""
|
18769
|
-
:rtype:
|
19928
|
+
def CreatedOn(self):
|
19929
|
+
"""创建时间。<br>注意:CreatedOn 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
|
19930
|
+
:rtype: str
|
18770
19931
|
"""
|
18771
|
-
return self.
|
19932
|
+
return self._CreatedOn
|
18772
19933
|
|
18773
|
-
@
|
18774
|
-
def
|
18775
|
-
self.
|
19934
|
+
@CreatedOn.setter
|
19935
|
+
def CreatedOn(self, CreatedOn):
|
19936
|
+
self._CreatedOn = CreatedOn
|
18776
19937
|
|
18777
19938
|
@property
|
18778
|
-
def
|
18779
|
-
"""
|
18780
|
-
:rtype:
|
19939
|
+
def ModifiedOn(self):
|
19940
|
+
"""修改时间。<br>注意:ModifiedOn 仅做出参使用,在 ModifyDnsRecords 不可作为入参使用,如有传此参数,会忽略。
|
19941
|
+
:rtype: str
|
18781
19942
|
"""
|
18782
|
-
return self.
|
19943
|
+
return self._ModifiedOn
|
18783
19944
|
|
18784
|
-
@
|
18785
|
-
def
|
18786
|
-
self.
|
19945
|
+
@ModifiedOn.setter
|
19946
|
+
def ModifiedOn(self, ModifiedOn):
|
19947
|
+
self._ModifiedOn = ModifiedOn
|
18787
19948
|
|
18788
19949
|
|
18789
19950
|
def _deserialize(self, params):
|
18790
|
-
|
18791
|
-
|
18792
|
-
|
18793
|
-
|
18794
|
-
|
18795
|
-
|
18796
|
-
|
18797
|
-
|
18798
|
-
|
18799
|
-
|
18800
|
-
|
18801
|
-
|
19951
|
+
self._ZoneId = params.get("ZoneId")
|
19952
|
+
self._RecordId = params.get("RecordId")
|
19953
|
+
self._Name = params.get("Name")
|
19954
|
+
self._Type = params.get("Type")
|
19955
|
+
self._Location = params.get("Location")
|
19956
|
+
self._Content = params.get("Content")
|
19957
|
+
self._TTL = params.get("TTL")
|
19958
|
+
self._Weight = params.get("Weight")
|
19959
|
+
self._Priority = params.get("Priority")
|
19960
|
+
self._Status = params.get("Status")
|
19961
|
+
self._CreatedOn = params.get("CreatedOn")
|
19962
|
+
self._ModifiedOn = params.get("ModifiedOn")
|
18802
19963
|
memeber_set = set(params.keys())
|
18803
19964
|
for name, value in vars(self).items():
|
18804
19965
|
property_name = name[1:]
|
@@ -25348,6 +26509,85 @@ class ModifyApplicationProxyStatusResponse(AbstractModel):
|
|
25348
26509
|
self._RequestId = params.get("RequestId")
|
25349
26510
|
|
25350
26511
|
|
26512
|
+
class ModifyContentIdentifierRequest(AbstractModel):
|
26513
|
+
"""ModifyContentIdentifier请求参数结构体
|
26514
|
+
|
26515
|
+
"""
|
26516
|
+
|
26517
|
+
def __init__(self):
|
26518
|
+
r"""
|
26519
|
+
:param _ContentId: 内容标识符 ID。
|
26520
|
+
:type ContentId: str
|
26521
|
+
:param _Description: 内容标识符描述,长度限制不超过 20 个字符。
|
26522
|
+
:type Description: str
|
26523
|
+
"""
|
26524
|
+
self._ContentId = None
|
26525
|
+
self._Description = None
|
26526
|
+
|
26527
|
+
@property
|
26528
|
+
def ContentId(self):
|
26529
|
+
"""内容标识符 ID。
|
26530
|
+
:rtype: str
|
26531
|
+
"""
|
26532
|
+
return self._ContentId
|
26533
|
+
|
26534
|
+
@ContentId.setter
|
26535
|
+
def ContentId(self, ContentId):
|
26536
|
+
self._ContentId = ContentId
|
26537
|
+
|
26538
|
+
@property
|
26539
|
+
def Description(self):
|
26540
|
+
"""内容标识符描述,长度限制不超过 20 个字符。
|
26541
|
+
:rtype: str
|
26542
|
+
"""
|
26543
|
+
return self._Description
|
26544
|
+
|
26545
|
+
@Description.setter
|
26546
|
+
def Description(self, Description):
|
26547
|
+
self._Description = Description
|
26548
|
+
|
26549
|
+
|
26550
|
+
def _deserialize(self, params):
|
26551
|
+
self._ContentId = params.get("ContentId")
|
26552
|
+
self._Description = params.get("Description")
|
26553
|
+
memeber_set = set(params.keys())
|
26554
|
+
for name, value in vars(self).items():
|
26555
|
+
property_name = name[1:]
|
26556
|
+
if property_name in memeber_set:
|
26557
|
+
memeber_set.remove(property_name)
|
26558
|
+
if len(memeber_set) > 0:
|
26559
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
26560
|
+
|
26561
|
+
|
26562
|
+
|
26563
|
+
class ModifyContentIdentifierResponse(AbstractModel):
|
26564
|
+
"""ModifyContentIdentifier返回参数结构体
|
26565
|
+
|
26566
|
+
"""
|
26567
|
+
|
26568
|
+
def __init__(self):
|
26569
|
+
r"""
|
26570
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26571
|
+
:type RequestId: str
|
26572
|
+
"""
|
26573
|
+
self._RequestId = None
|
26574
|
+
|
26575
|
+
@property
|
26576
|
+
def RequestId(self):
|
26577
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26578
|
+
:rtype: str
|
26579
|
+
"""
|
26580
|
+
return self._RequestId
|
26581
|
+
|
26582
|
+
@RequestId.setter
|
26583
|
+
def RequestId(self, RequestId):
|
26584
|
+
self._RequestId = RequestId
|
26585
|
+
|
26586
|
+
|
26587
|
+
def _deserialize(self, params):
|
26588
|
+
self._RequestId = params.get("RequestId")
|
26589
|
+
|
26590
|
+
|
25351
26591
|
class ModifyCustomErrorPageRequest(AbstractModel):
|
25352
26592
|
"""ModifyCustomErrorPage请求参数结构体
|
25353
26593
|
|
@@ -25487,6 +26727,184 @@ class ModifyCustomErrorPageResponse(AbstractModel):
|
|
25487
26727
|
self._RequestId = params.get("RequestId")
|
25488
26728
|
|
25489
26729
|
|
26730
|
+
class ModifyDnsRecordsRequest(AbstractModel):
|
26731
|
+
"""ModifyDnsRecords请求参数结构体
|
26732
|
+
|
26733
|
+
"""
|
26734
|
+
|
26735
|
+
def __init__(self):
|
26736
|
+
r"""
|
26737
|
+
:param _ZoneId: 站点 ID 。
|
26738
|
+
:type ZoneId: str
|
26739
|
+
:param _DnsRecords: DNS 记录修改数据列表,一次最多修改100条。
|
26740
|
+
:type DnsRecords: list of DnsRecord
|
26741
|
+
"""
|
26742
|
+
self._ZoneId = None
|
26743
|
+
self._DnsRecords = None
|
26744
|
+
|
26745
|
+
@property
|
26746
|
+
def ZoneId(self):
|
26747
|
+
"""站点 ID 。
|
26748
|
+
:rtype: str
|
26749
|
+
"""
|
26750
|
+
return self._ZoneId
|
26751
|
+
|
26752
|
+
@ZoneId.setter
|
26753
|
+
def ZoneId(self, ZoneId):
|
26754
|
+
self._ZoneId = ZoneId
|
26755
|
+
|
26756
|
+
@property
|
26757
|
+
def DnsRecords(self):
|
26758
|
+
"""DNS 记录修改数据列表,一次最多修改100条。
|
26759
|
+
:rtype: list of DnsRecord
|
26760
|
+
"""
|
26761
|
+
return self._DnsRecords
|
26762
|
+
|
26763
|
+
@DnsRecords.setter
|
26764
|
+
def DnsRecords(self, DnsRecords):
|
26765
|
+
self._DnsRecords = DnsRecords
|
26766
|
+
|
26767
|
+
|
26768
|
+
def _deserialize(self, params):
|
26769
|
+
self._ZoneId = params.get("ZoneId")
|
26770
|
+
if params.get("DnsRecords") is not None:
|
26771
|
+
self._DnsRecords = []
|
26772
|
+
for item in params.get("DnsRecords"):
|
26773
|
+
obj = DnsRecord()
|
26774
|
+
obj._deserialize(item)
|
26775
|
+
self._DnsRecords.append(obj)
|
26776
|
+
memeber_set = set(params.keys())
|
26777
|
+
for name, value in vars(self).items():
|
26778
|
+
property_name = name[1:]
|
26779
|
+
if property_name in memeber_set:
|
26780
|
+
memeber_set.remove(property_name)
|
26781
|
+
if len(memeber_set) > 0:
|
26782
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
26783
|
+
|
26784
|
+
|
26785
|
+
|
26786
|
+
class ModifyDnsRecordsResponse(AbstractModel):
|
26787
|
+
"""ModifyDnsRecords返回参数结构体
|
26788
|
+
|
26789
|
+
"""
|
26790
|
+
|
26791
|
+
def __init__(self):
|
26792
|
+
r"""
|
26793
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26794
|
+
:type RequestId: str
|
26795
|
+
"""
|
26796
|
+
self._RequestId = None
|
26797
|
+
|
26798
|
+
@property
|
26799
|
+
def RequestId(self):
|
26800
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26801
|
+
:rtype: str
|
26802
|
+
"""
|
26803
|
+
return self._RequestId
|
26804
|
+
|
26805
|
+
@RequestId.setter
|
26806
|
+
def RequestId(self, RequestId):
|
26807
|
+
self._RequestId = RequestId
|
26808
|
+
|
26809
|
+
|
26810
|
+
def _deserialize(self, params):
|
26811
|
+
self._RequestId = params.get("RequestId")
|
26812
|
+
|
26813
|
+
|
26814
|
+
class ModifyDnsRecordsStatusRequest(AbstractModel):
|
26815
|
+
"""ModifyDnsRecordsStatus请求参数结构体
|
26816
|
+
|
26817
|
+
"""
|
26818
|
+
|
26819
|
+
def __init__(self):
|
26820
|
+
r"""
|
26821
|
+
:param _ZoneId: 站点 ID。
|
26822
|
+
:type ZoneId: str
|
26823
|
+
:param _RecordsToEnable: 待启用的 DNS 记录 ID 列表,上限:200。<br>注意:同个 DNS 记录 ID 不能同时存在于 RecordsToEnable 和 RecordsToDisable。
|
26824
|
+
:type RecordsToEnable: list of str
|
26825
|
+
:param _RecordsToDisable: 待停用的 DNS 记录 ID 列表,上限:200。<br>注意:同个 DNS 记录 ID 不能同时存在于 RecordsToEnable 和 RecordsToDisable。
|
26826
|
+
:type RecordsToDisable: list of str
|
26827
|
+
"""
|
26828
|
+
self._ZoneId = None
|
26829
|
+
self._RecordsToEnable = None
|
26830
|
+
self._RecordsToDisable = None
|
26831
|
+
|
26832
|
+
@property
|
26833
|
+
def ZoneId(self):
|
26834
|
+
"""站点 ID。
|
26835
|
+
:rtype: str
|
26836
|
+
"""
|
26837
|
+
return self._ZoneId
|
26838
|
+
|
26839
|
+
@ZoneId.setter
|
26840
|
+
def ZoneId(self, ZoneId):
|
26841
|
+
self._ZoneId = ZoneId
|
26842
|
+
|
26843
|
+
@property
|
26844
|
+
def RecordsToEnable(self):
|
26845
|
+
"""待启用的 DNS 记录 ID 列表,上限:200。<br>注意:同个 DNS 记录 ID 不能同时存在于 RecordsToEnable 和 RecordsToDisable。
|
26846
|
+
:rtype: list of str
|
26847
|
+
"""
|
26848
|
+
return self._RecordsToEnable
|
26849
|
+
|
26850
|
+
@RecordsToEnable.setter
|
26851
|
+
def RecordsToEnable(self, RecordsToEnable):
|
26852
|
+
self._RecordsToEnable = RecordsToEnable
|
26853
|
+
|
26854
|
+
@property
|
26855
|
+
def RecordsToDisable(self):
|
26856
|
+
"""待停用的 DNS 记录 ID 列表,上限:200。<br>注意:同个 DNS 记录 ID 不能同时存在于 RecordsToEnable 和 RecordsToDisable。
|
26857
|
+
:rtype: list of str
|
26858
|
+
"""
|
26859
|
+
return self._RecordsToDisable
|
26860
|
+
|
26861
|
+
@RecordsToDisable.setter
|
26862
|
+
def RecordsToDisable(self, RecordsToDisable):
|
26863
|
+
self._RecordsToDisable = RecordsToDisable
|
26864
|
+
|
26865
|
+
|
26866
|
+
def _deserialize(self, params):
|
26867
|
+
self._ZoneId = params.get("ZoneId")
|
26868
|
+
self._RecordsToEnable = params.get("RecordsToEnable")
|
26869
|
+
self._RecordsToDisable = params.get("RecordsToDisable")
|
26870
|
+
memeber_set = set(params.keys())
|
26871
|
+
for name, value in vars(self).items():
|
26872
|
+
property_name = name[1:]
|
26873
|
+
if property_name in memeber_set:
|
26874
|
+
memeber_set.remove(property_name)
|
26875
|
+
if len(memeber_set) > 0:
|
26876
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
26877
|
+
|
26878
|
+
|
26879
|
+
|
26880
|
+
class ModifyDnsRecordsStatusResponse(AbstractModel):
|
26881
|
+
"""ModifyDnsRecordsStatus返回参数结构体
|
26882
|
+
|
26883
|
+
"""
|
26884
|
+
|
26885
|
+
def __init__(self):
|
26886
|
+
r"""
|
26887
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26888
|
+
:type RequestId: str
|
26889
|
+
"""
|
26890
|
+
self._RequestId = None
|
26891
|
+
|
26892
|
+
@property
|
26893
|
+
def RequestId(self):
|
26894
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26895
|
+
:rtype: str
|
26896
|
+
"""
|
26897
|
+
return self._RequestId
|
26898
|
+
|
26899
|
+
@RequestId.setter
|
26900
|
+
def RequestId(self, RequestId):
|
26901
|
+
self._RequestId = RequestId
|
26902
|
+
|
26903
|
+
|
26904
|
+
def _deserialize(self, params):
|
26905
|
+
self._RequestId = params.get("RequestId")
|
26906
|
+
|
26907
|
+
|
25490
26908
|
class ModifyFunctionRequest(AbstractModel):
|
25491
26909
|
"""ModifyFunction请求参数结构体
|
25492
26910
|
|