tencentcloud-sdk-python 3.0.1258__py2.py3-none-any.whl → 3.0.1259__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.
Files changed (26) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/cfw/v20190904/cfw_client.py +1 -3
  3. tencentcloud/cfw/v20190904/models.py +477 -877
  4. tencentcloud/clb/v20180317/models.py +1 -3
  5. tencentcloud/csip/v20221121/models.py +2 -125
  6. tencentcloud/cwp/v20180228/cwp_client.py +3 -1
  7. tencentcloud/cwp/v20180228/models.py +43 -70
  8. tencentcloud/ess/v20201111/ess_client.py +19 -7
  9. tencentcloud/ess/v20201111/models.py +7 -4
  10. tencentcloud/essbasic/v20210526/essbasic_client.py +12 -12
  11. tencentcloud/essbasic/v20210526/models.py +1 -1
  12. tencentcloud/hunyuan/v20230901/models.py +1 -1
  13. tencentcloud/mrs/v20200910/models.py +22 -0
  14. tencentcloud/ms/v20180408/models.py +101 -62
  15. tencentcloud/redis/v20180412/models.py +14 -14
  16. tencentcloud/redis/v20180412/redis_client.py +2 -0
  17. tencentcloud/tcss/v20201101/models.py +0 -13
  18. tencentcloud/teo/v20220901/errorcodes.py +3 -0
  19. tencentcloud/teo/v20220901/models.py +2 -2
  20. tencentcloud/waf/v20180125/models.py +140 -531
  21. tencentcloud/waf/v20180125/waf_client.py +0 -25
  22. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
  23. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +26 -26
  24. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
  25. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
  26. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -4633,7 +4633,7 @@ class IOSResult(AbstractModel):
4633
4633
  :param _ResourceId: 资源id
4634
4634
  注意:此字段可能返回 null,表示取不到有效值。
4635
4635
  :type ResourceId: str
4636
- :param _EncryptState: 加固状态
4636
+ :param _EncryptState: 加固状态:0等待,1成功,2任务中,3失败,4重试中
4637
4637
  注意:此字段可能返回 null,表示取不到有效值。
4638
4638
  :type EncryptState: int
4639
4639
  :param _EncryptErrno: 业务错误码
@@ -5188,6 +5188,9 @@ class PlanInfo(AbstractModel):
5188
5188
 
5189
5189
  def __init__(self):
5190
5190
  r"""
5191
+ :param _SetFile: Dex分离,0关闭,1开启
5192
+ 注意:此字段可能返回 null,表示取不到有效值。
5193
+ :type SetFile: str
5191
5194
  :param _ApkSizeOpt: apk大小优化,0关闭,1开启
5192
5195
  :type ApkSizeOpt: int
5193
5196
  :param _Dex: Dex加固,0关闭,1开启
@@ -5198,12 +5201,8 @@ class PlanInfo(AbstractModel):
5198
5201
  :type Bugly: int
5199
5202
  :param _AntiRepack: 防止重打包,0关闭,1开启
5200
5203
  :type AntiRepack: int
5201
- :param _SeperateDex: Dex分离,0关闭,1开启
5202
- :type SeperateDex: int
5203
5204
  :param _Db: 内存保护,0关闭,1开启
5204
5205
  :type Db: int
5205
- :param _DexSig: Dex签名校验,0关闭,1开启
5206
- :type DexSig: int
5207
5206
  :param _SoInfo: So文件信息
5208
5207
  :type SoInfo: :class:`tencentcloud.ms.v20180408.models.SoInfo`
5209
5208
  :param _AntiVMP: vmp,0关闭,1开启
@@ -5212,43 +5211,52 @@ class PlanInfo(AbstractModel):
5212
5211
  :type SoType: list of str
5213
5212
  :param _AntiLogLeak: 防日志泄漏,0关闭,1开启
5214
5213
  :type AntiLogLeak: int
5215
- :param _AntiQemuRoot: root检测,0关闭,1开启
5216
- :type AntiQemuRoot: int
5217
5214
  :param _AntiAssets: 资源防篡改,0关闭,1开启
5218
5215
  :type AntiAssets: int
5219
5216
  :param _AntiScreenshot: 防止截屏,0关闭,1开启
5220
5217
  :type AntiScreenshot: int
5221
5218
  :param _AntiSSL: SSL证书防窃取,0关闭,1开启
5222
5219
  :type AntiSSL: int
5223
- :param _SetFile: Dex分离,0关闭,1开启
5224
- 注意:此字段可能返回 null,表示取不到有效值。
5225
- :type SetFile: str
5226
5220
  :param _FileSign: Dex签名校验,0关闭,1开启
5227
5221
  注意:此字段可能返回 null,表示取不到有效值。
5228
5222
  :type FileSign: str
5229
5223
  :param _AntiRoot: root检测,0关闭,1开启
5230
5224
  注意:此字段可能返回 null,表示取不到有效值。
5231
5225
  :type AntiRoot: str
5226
+ :param _SeperateDex: Dex分离,0关闭,1开启
5227
+ :type SeperateDex: int
5228
+ :param _DexSig: Dex签名校验,0关闭,1开启
5229
+ :type DexSig: int
5230
+ :param _AntiQemuRoot: root检测,0关闭,1开启
5231
+ :type AntiQemuRoot: int
5232
5232
  """
5233
+ self._SetFile = None
5233
5234
  self._ApkSizeOpt = None
5234
5235
  self._Dex = None
5235
5236
  self._So = None
5236
5237
  self._Bugly = None
5237
5238
  self._AntiRepack = None
5238
- self._SeperateDex = None
5239
5239
  self._Db = None
5240
- self._DexSig = None
5241
5240
  self._SoInfo = None
5242
5241
  self._AntiVMP = None
5243
5242
  self._SoType = None
5244
5243
  self._AntiLogLeak = None
5245
- self._AntiQemuRoot = None
5246
5244
  self._AntiAssets = None
5247
5245
  self._AntiScreenshot = None
5248
5246
  self._AntiSSL = None
5249
- self._SetFile = None
5250
5247
  self._FileSign = None
5251
5248
  self._AntiRoot = None
5249
+ self._SeperateDex = None
5250
+ self._DexSig = None
5251
+ self._AntiQemuRoot = None
5252
+
5253
+ @property
5254
+ def SetFile(self):
5255
+ return self._SetFile
5256
+
5257
+ @SetFile.setter
5258
+ def SetFile(self, SetFile):
5259
+ self._SetFile = SetFile
5252
5260
 
5253
5261
  @property
5254
5262
  def ApkSizeOpt(self):
@@ -5290,18 +5298,6 @@ class PlanInfo(AbstractModel):
5290
5298
  def AntiRepack(self, AntiRepack):
5291
5299
  self._AntiRepack = AntiRepack
5292
5300
 
5293
- @property
5294
- def SeperateDex(self):
5295
- warnings.warn("parameter `SeperateDex` is deprecated", DeprecationWarning)
5296
-
5297
- return self._SeperateDex
5298
-
5299
- @SeperateDex.setter
5300
- def SeperateDex(self, SeperateDex):
5301
- warnings.warn("parameter `SeperateDex` is deprecated", DeprecationWarning)
5302
-
5303
- self._SeperateDex = SeperateDex
5304
-
5305
5301
  @property
5306
5302
  def Db(self):
5307
5303
  return self._Db
@@ -5310,18 +5306,6 @@ class PlanInfo(AbstractModel):
5310
5306
  def Db(self, Db):
5311
5307
  self._Db = Db
5312
5308
 
5313
- @property
5314
- def DexSig(self):
5315
- warnings.warn("parameter `DexSig` is deprecated", DeprecationWarning)
5316
-
5317
- return self._DexSig
5318
-
5319
- @DexSig.setter
5320
- def DexSig(self, DexSig):
5321
- warnings.warn("parameter `DexSig` is deprecated", DeprecationWarning)
5322
-
5323
- self._DexSig = DexSig
5324
-
5325
5309
  @property
5326
5310
  def SoInfo(self):
5327
5311
  return self._SoInfo
@@ -5354,18 +5338,6 @@ class PlanInfo(AbstractModel):
5354
5338
  def AntiLogLeak(self, AntiLogLeak):
5355
5339
  self._AntiLogLeak = AntiLogLeak
5356
5340
 
5357
- @property
5358
- def AntiQemuRoot(self):
5359
- warnings.warn("parameter `AntiQemuRoot` is deprecated", DeprecationWarning)
5360
-
5361
- return self._AntiQemuRoot
5362
-
5363
- @AntiQemuRoot.setter
5364
- def AntiQemuRoot(self, AntiQemuRoot):
5365
- warnings.warn("parameter `AntiQemuRoot` is deprecated", DeprecationWarning)
5366
-
5367
- self._AntiQemuRoot = AntiQemuRoot
5368
-
5369
5341
  @property
5370
5342
  def AntiAssets(self):
5371
5343
  return self._AntiAssets
@@ -5390,14 +5362,6 @@ class PlanInfo(AbstractModel):
5390
5362
  def AntiSSL(self, AntiSSL):
5391
5363
  self._AntiSSL = AntiSSL
5392
5364
 
5393
- @property
5394
- def SetFile(self):
5395
- return self._SetFile
5396
-
5397
- @SetFile.setter
5398
- def SetFile(self, SetFile):
5399
- self._SetFile = SetFile
5400
-
5401
5365
  @property
5402
5366
  def FileSign(self):
5403
5367
  return self._FileSign
@@ -5414,29 +5378,65 @@ class PlanInfo(AbstractModel):
5414
5378
  def AntiRoot(self, AntiRoot):
5415
5379
  self._AntiRoot = AntiRoot
5416
5380
 
5381
+ @property
5382
+ def SeperateDex(self):
5383
+ warnings.warn("parameter `SeperateDex` is deprecated", DeprecationWarning)
5384
+
5385
+ return self._SeperateDex
5386
+
5387
+ @SeperateDex.setter
5388
+ def SeperateDex(self, SeperateDex):
5389
+ warnings.warn("parameter `SeperateDex` is deprecated", DeprecationWarning)
5390
+
5391
+ self._SeperateDex = SeperateDex
5392
+
5393
+ @property
5394
+ def DexSig(self):
5395
+ warnings.warn("parameter `DexSig` is deprecated", DeprecationWarning)
5396
+
5397
+ return self._DexSig
5398
+
5399
+ @DexSig.setter
5400
+ def DexSig(self, DexSig):
5401
+ warnings.warn("parameter `DexSig` is deprecated", DeprecationWarning)
5402
+
5403
+ self._DexSig = DexSig
5404
+
5405
+ @property
5406
+ def AntiQemuRoot(self):
5407
+ warnings.warn("parameter `AntiQemuRoot` is deprecated", DeprecationWarning)
5408
+
5409
+ return self._AntiQemuRoot
5410
+
5411
+ @AntiQemuRoot.setter
5412
+ def AntiQemuRoot(self, AntiQemuRoot):
5413
+ warnings.warn("parameter `AntiQemuRoot` is deprecated", DeprecationWarning)
5414
+
5415
+ self._AntiQemuRoot = AntiQemuRoot
5416
+
5417
5417
 
5418
5418
  def _deserialize(self, params):
5419
+ self._SetFile = params.get("SetFile")
5419
5420
  self._ApkSizeOpt = params.get("ApkSizeOpt")
5420
5421
  self._Dex = params.get("Dex")
5421
5422
  self._So = params.get("So")
5422
5423
  self._Bugly = params.get("Bugly")
5423
5424
  self._AntiRepack = params.get("AntiRepack")
5424
- self._SeperateDex = params.get("SeperateDex")
5425
5425
  self._Db = params.get("Db")
5426
- self._DexSig = params.get("DexSig")
5427
5426
  if params.get("SoInfo") is not None:
5428
5427
  self._SoInfo = SoInfo()
5429
5428
  self._SoInfo._deserialize(params.get("SoInfo"))
5430
5429
  self._AntiVMP = params.get("AntiVMP")
5431
5430
  self._SoType = params.get("SoType")
5432
5431
  self._AntiLogLeak = params.get("AntiLogLeak")
5433
- self._AntiQemuRoot = params.get("AntiQemuRoot")
5434
5432
  self._AntiAssets = params.get("AntiAssets")
5435
5433
  self._AntiScreenshot = params.get("AntiScreenshot")
5436
5434
  self._AntiSSL = params.get("AntiSSL")
5437
- self._SetFile = params.get("SetFile")
5438
5435
  self._FileSign = params.get("FileSign")
5439
5436
  self._AntiRoot = params.get("AntiRoot")
5437
+ self._SeperateDex = params.get("SeperateDex")
5438
+ self._DexSig = params.get("DexSig")
5439
+ self._AntiQemuRoot = params.get("AntiQemuRoot")
5440
5440
  memeber_set = set(params.keys())
5441
5441
  for name, value in vars(self).items():
5442
5442
  property_name = name[1:]
@@ -5888,6 +5888,31 @@ class ResultListItem(AbstractModel):
5888
5888
  :type Errno: str
5889
5889
  :param _ErrMsg: 对应errno的错误信息描述
5890
5890
  :type ErrMsg: str
5891
+ :param _ErrNo: 应用错误码:0、1-表示正常;
5892
+
5893
+ 2表示System Error(engine analysis error).
5894
+
5895
+ 3表示App analysis error, please confirm it.
5896
+
5897
+ 4表示App have not cert, please confirm it.
5898
+
5899
+ 5表示App size is zero, please confirm it.
5900
+
5901
+ 6表示App have not package name, please confirm it.
5902
+
5903
+ 7表示App build time is empty, please confirm it.
5904
+
5905
+ 8表示App have not valid cert, please confirm it.
5906
+
5907
+ 99表示Other error.
5908
+
5909
+ 1000表示App downloadlink download fail, please confirm it.
5910
+
5911
+ 1001表示APP md5 different between real md5, please confirm it.
5912
+
5913
+ 1002表示App md5 uncollect, please offer downloadlink.
5914
+ 注意:此字段可能返回 null,表示取不到有效值。
5915
+ :type ErrNo: str
5891
5916
  """
5892
5917
  self._Banner = None
5893
5918
  self._BoutiqueRecommand = None
@@ -5907,6 +5932,7 @@ class ResultListItem(AbstractModel):
5907
5932
  self._RepackageStatus = None
5908
5933
  self._Errno = None
5909
5934
  self._ErrMsg = None
5935
+ self._ErrNo = None
5910
5936
 
5911
5937
  @property
5912
5938
  def Banner(self):
@@ -6038,10 +6064,14 @@ class ResultListItem(AbstractModel):
6038
6064
 
6039
6065
  @property
6040
6066
  def Errno(self):
6067
+ warnings.warn("parameter `Errno` is deprecated", DeprecationWarning)
6068
+
6041
6069
  return self._Errno
6042
6070
 
6043
6071
  @Errno.setter
6044
6072
  def Errno(self, Errno):
6073
+ warnings.warn("parameter `Errno` is deprecated", DeprecationWarning)
6074
+
6045
6075
  self._Errno = Errno
6046
6076
 
6047
6077
  @property
@@ -6052,6 +6082,14 @@ class ResultListItem(AbstractModel):
6052
6082
  def ErrMsg(self, ErrMsg):
6053
6083
  self._ErrMsg = ErrMsg
6054
6084
 
6085
+ @property
6086
+ def ErrNo(self):
6087
+ return self._ErrNo
6088
+
6089
+ @ErrNo.setter
6090
+ def ErrNo(self, ErrNo):
6091
+ self._ErrNo = ErrNo
6092
+
6055
6093
 
6056
6094
  def _deserialize(self, params):
6057
6095
  self._Banner = params.get("Banner")
@@ -6082,6 +6120,7 @@ class ResultListItem(AbstractModel):
6082
6120
  self._RepackageStatus = params.get("RepackageStatus")
6083
6121
  self._Errno = params.get("Errno")
6084
6122
  self._ErrMsg = params.get("ErrMsg")
6123
+ self._ErrNo = params.get("ErrNo")
6085
6124
  memeber_set = set(params.keys())
6086
6125
  for name, value in vars(self).items():
6087
6126
  property_name = name[1:]
@@ -4214,9 +4214,9 @@ class DescribeInstanceBackupsRequest(AbstractModel):
4214
4214
  :type Offset: int
4215
4215
  :param _InstanceId: 待操作的实例ID,可通过 DescribeInstance 接口返回值中的 InstanceId 获取。
4216
4216
  :type InstanceId: str
4217
- :param _BeginTime: 开始时间,格式如:2017-02-08 16:46:34。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表。
4217
+ :param _BeginTime: 开始时间,格式如:2017-02-08 16:46:34。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表,查询时间最大跨度30天。
4218
4218
  :type BeginTime: str
4219
- :param _EndTime: 结束时间,格式如:2017-02-08 19:09:26。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表。
4219
+ :param _EndTime: 结束时间,格式如:2017-02-08 19:09:26。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表,查询时间最大跨度30天。
4220
4220
  :type EndTime: str
4221
4221
  :param _Status: 备份任务的状态:
4222
4222
  1:备份在流程中。
@@ -4739,13 +4739,13 @@ class DescribeInstanceEventsRequest(AbstractModel):
4739
4739
 
4740
4740
  def __init__(self):
4741
4741
  r"""
4742
- :param _ExecutionStartDate: 配置查询事件执行计划的起始日期。
4742
+ :param _ExecutionStartDate: 配置查询事件执行计划的起始日期,查询日期最大跨度30天。
4743
4743
  :type ExecutionStartDate: str
4744
- :param _ExecutionEndDate: 配置查询事件执行计划的结束日期。
4744
+ :param _ExecutionEndDate: 配置查询事件执行计划的结束日期,查询日期最大跨度30天。
4745
4745
  :type ExecutionEndDate: str
4746
4746
  :param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
4747
4747
  :type InstanceId: str
4748
- :param _PageSize: 输出每页显示事件的数量,默认:10。
4748
+ :param _PageSize: 输出每页显示事件的数量,默认:10,最大100
4749
4749
  :type PageSize: int
4750
4750
  :param _PageNo: 配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize (每页输出数量)查询某一页的事件。默认:1。
4751
4751
  :type PageNo: int
@@ -7586,15 +7586,15 @@ class DescribeProxySlowLogRequest(AbstractModel):
7586
7586
  :param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
7587
7587
 
7588
7588
  :type InstanceId: str
7589
- :param _BeginTime: 慢查询的开始时间。
7589
+ :param _BeginTime: 慢查询的开始时间,查询时间最大跨度30天。
7590
7590
  :type BeginTime: str
7591
- :param _EndTime: 慢查询的结束时间。
7591
+ :param _EndTime: 慢查询的结束时间,查询时间最大跨度30天。
7592
7592
  :type EndTime: str
7593
7593
  :param _MinQueryTime: 慢查询阈值,单位:毫秒。
7594
7594
  :type MinQueryTime: int
7595
- :param _Limit: 分页大小。默认为 20,取值范围[20,1000]。
7595
+ :param _Limit: 每页输出的任务列表大小,默认为 20,最多输出100条。
7596
7596
  :type Limit: int
7597
- :param _Offset: 偏移量,取Limit整数倍。
7597
+ :param _Offset: 分页偏移量,取Limit整数倍,计算公式:offset=limit*(页码-1)。
7598
7598
  :type Offset: int
7599
7599
  """
7600
7600
  self._InstanceId = None
@@ -8366,13 +8366,13 @@ class DescribeSlowLogRequest(AbstractModel):
8366
8366
  :param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
8367
8367
 
8368
8368
  :type InstanceId: str
8369
- :param _BeginTime: 预查询慢日志的起始时间。
8369
+ :param _BeginTime: 预查询慢日志的起始时间,查询时间最大跨度30天。
8370
8370
  :type BeginTime: str
8371
- :param _EndTime: 预查询慢日志的结束时间。
8371
+ :param _EndTime: 预查询慢日志的结束时间,查询时间最大跨度30天
8372
8372
  :type EndTime: str
8373
8373
  :param _MinQueryTime: 慢查询平均执行时间阈值,单位:毫秒。
8374
8374
  :type MinQueryTime: int
8375
- :param _Limit: 每个页面展示的慢查询条数,默认值为20。取值范围:[20,1000]
8375
+ :param _Limit: 每个页面展示的慢查询条数,默认值为20,最大100
8376
8376
  :type Limit: int
8377
8377
  :param _Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
8378
8378
  :type Offset: int
@@ -8733,9 +8733,9 @@ class DescribeTaskListRequest(AbstractModel):
8733
8733
  - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
8734
8734
  - FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
8735
8735
  :type TaskTypes: list of str
8736
- :param _BeginTime: 任务执行的起始时间。格式如:2021-12-30 00:00:00
8736
+ :param _BeginTime: 任务执行的起始时间,格式如:2021-12-30 00:00:00,支持查询近30天内数据。
8737
8737
  :type BeginTime: str
8738
- :param _EndTime: 任务运行的终止时间。格式如:2021-12-30 20:59:35
8738
+ :param _EndTime: 任务运行的终止时间。格式如:2021-12-30 20:59:35,支持查询近30天内数据。
8739
8739
  :type EndTime: str
8740
8740
  :param _TaskStatus: 该参数为内部使用,请忽略。
8741
8741
  :type TaskStatus: list of int
@@ -1478,6 +1478,8 @@ class RedisClient(AbstractClient):
1478
1478
  def DescribeTaskList(self, request):
1479
1479
  """本接口(DescribeTaskList)用于查询指定实例的任务列表信息。
1480
1480
 
1481
+ - 可查询近30天内任务列表数据。
1482
+
1481
1483
  :param request: Request instance for DescribeTaskList.
1482
1484
  :type request: :class:`tencentcloud.redis.v20180412.models.DescribeTaskListRequest`
1483
1485
  :rtype: :class:`tencentcloud.redis.v20180412.models.DescribeTaskListResponse`
@@ -48557,43 +48557,30 @@ class ImageVirus(AbstractModel):
48557
48557
  def __init__(self):
48558
48558
  r"""
48559
48559
  :param _Path: 路径
48560
- 注意:此字段可能返回 null,表示取不到有效值。
48561
48560
  :type Path: str
48562
48561
  :param _RiskLevel: 风险等级
48563
- 注意:此字段可能返回 null,表示取不到有效值。
48564
48562
  :type RiskLevel: str
48565
48563
  :param _Category: 分类
48566
- 注意:此字段可能返回 null,表示取不到有效值。
48567
48564
  :type Category: str
48568
48565
  :param _VirusName: 病毒名称
48569
- 注意:此字段可能返回 null,表示取不到有效值。
48570
48566
  :type VirusName: str
48571
48567
  :param _Tags: 标签
48572
- 注意:此字段可能返回 null,表示取不到有效值。
48573
48568
  :type Tags: list of str
48574
48569
  :param _Desc: 描述
48575
- 注意:此字段可能返回 null,表示取不到有效值。
48576
48570
  :type Desc: str
48577
48571
  :param _Solution: 解决方案
48578
- 注意:此字段可能返回 null,表示取不到有效值。
48579
48572
  :type Solution: str
48580
48573
  :param _FileType: 文件类型
48581
- 注意:此字段可能返回 null,表示取不到有效值。
48582
48574
  :type FileType: str
48583
48575
  :param _FileName: 文件路径
48584
- 注意:此字段可能返回 null,表示取不到有效值。
48585
48576
  :type FileName: str
48586
48577
  :param _FileMd5: 文件md5
48587
- 注意:此字段可能返回 null,表示取不到有效值。
48588
48578
  :type FileMd5: str
48589
48579
  :param _FileSize: 大小
48590
- 注意:此字段可能返回 null,表示取不到有效值。
48591
48580
  :type FileSize: int
48592
48581
  :param _FirstScanTime: 首次发现时间
48593
- 注意:此字段可能返回 null,表示取不到有效值。
48594
48582
  :type FirstScanTime: str
48595
48583
  :param _LatestScanTime: 最近扫描时间
48596
- 注意:此字段可能返回 null,表示取不到有效值。
48597
48584
  :type LatestScanTime: str
48598
48585
  """
48599
48586
  self._Path = None
@@ -749,6 +749,9 @@ INVALIDPARAMETERVALUE_CONFLICTRECORD = 'InvalidParameterValue.ConflictRecord'
749
749
  # DNS 记录与 DNSSEC 功能冲突。
750
750
  INVALIDPARAMETERVALUE_CONFLICTWITHDNSSEC = 'InvalidParameterValue.ConflictWithDNSSEC'
751
751
 
752
+ # DNS 记录与 加速域名 记录冲突。
753
+ INVALIDPARAMETERVALUE_CONFLICTWITHDOMAIN = 'InvalidParameterValue.ConflictWithDomain'
754
+
752
755
  # DNS 记录与 NS 记录冲突。
753
756
  INVALIDPARAMETERVALUE_CONFLICTWITHNSRECORD = 'InvalidParameterValue.ConflictWithNSRecord'
754
757
 
@@ -24220,11 +24220,11 @@ class OwnershipVerification(AbstractModel):
24220
24220
 
24221
24221
  def __init__(self):
24222
24222
  r"""
24223
- :param _DnsVerification: CNAME 接入,使用 DNS 解析验证时所需的信息。详情参考 [站点/域名归属权验证
24223
+ :param _DnsVerification: CNAME 、无域名接入时,使用 DNS 解析验证时所需的信息。详情参考 [站点/域名归属权验证
24224
24224
  ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
24225
24225
  注意:此字段可能返回 null,表示取不到有效值。
24226
24226
  :type DnsVerification: :class:`tencentcloud.teo.v20220901.models.DnsVerification`
24227
- :param _FileVerification: CNAME 接入,使用文件验证时所需的信息。详情参考 [站点/域名归属权验证
24227
+ :param _FileVerification: CNAME 、无域名接入时,使用文件验证时所需的信息。详情参考 [站点/域名归属权验证
24228
24228
  ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
24229
24229
  注意:此字段可能返回 null,表示取不到有效值。
24230
24230
  :type FileVerification: :class:`tencentcloud.teo.v20220901.models.FileVerification`