tencentcloud-sdk-python 3.0.1341__py2.py3-none-any.whl → 3.0.1342__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 (34) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/billing/v20180709/models.py +0 -246
  3. tencentcloud/captcha/v20190722/models.py +6 -24
  4. tencentcloud/cdc/v20201214/models.py +0 -12
  5. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  6. tencentcloud/cvm/v20170312/cvm_client.py +23 -0
  7. tencentcloud/cvm/v20170312/models.py +211 -4
  8. tencentcloud/cwp/v20180228/models.py +99 -24
  9. tencentcloud/domain/v20180808/models.py +30 -24
  10. tencentcloud/ess/v20201111/models.py +69 -2
  11. tencentcloud/essbasic/v20210526/models.py +73 -6
  12. tencentcloud/hunyuan/v20230901/models.py +97 -21
  13. tencentcloud/lke/v20231130/lke_client.py +1 -1
  14. tencentcloud/mariadb/v20170312/models.py +0 -24
  15. tencentcloud/mongodb/v20190725/models.py +6 -6
  16. tencentcloud/redis/v20180412/models.py +8 -8
  17. tencentcloud/ses/v20201002/models.py +2 -4
  18. tencentcloud/tat/v20201028/models.py +10 -8
  19. tencentcloud/tcb/v20180608/models.py +0 -230
  20. tencentcloud/tdmq/v20200217/models.py +17 -198
  21. tencentcloud/teo/v20220901/models.py +227 -1
  22. tencentcloud/teo/v20220901/teo_client.py +8 -4
  23. tencentcloud/trocket/v20230308/models.py +109 -0
  24. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  25. tencentcloud/trro/v20220325/models.py +140 -0
  26. tencentcloud/trro/v20220325/trro_client.py +25 -0
  27. tencentcloud/vpc/v20170312/errorcodes.py +9 -0
  28. tencentcloud/waf/v20180125/models.py +398 -0
  29. tencentcloud/waf/v20180125/waf_client.py +69 -0
  30. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/METADATA +1 -1
  31. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/RECORD +34 -34
  32. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/LICENSE +0 -0
  33. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/WHEEL +0 -0
  34. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/top_level.txt +0 -0
@@ -3800,7 +3800,7 @@ class AssetMachineDetail(AbstractModel):
3800
3800
  :type CpuSize: int
3801
3801
  :param _CpuLoad: Cpu负载
3802
3802
  :type CpuLoad: str
3803
- :param _ProtectLevel: 防护级别:0基础版,1专业版,2旗舰版,3普惠版
3803
+ :param _ProtectLevel: 防护级别:0基础版,1专业版,2旗舰版,3轻量版
3804
3804
  :type ProtectLevel: int
3805
3805
  :param _RiskStatus: 风险状态:UNKNOW-未知,RISK-风险,SAFT-安全
3806
3806
  :type RiskStatus: str
@@ -4044,7 +4044,7 @@ class AssetMachineDetail(AbstractModel):
4044
4044
 
4045
4045
  @property
4046
4046
  def ProtectLevel(self):
4047
- """防护级别:0基础版,1专业版,2旗舰版,3普惠版
4047
+ """防护级别:0基础版,1专业版,2旗舰版,3轻量版
4048
4048
  :rtype: int
4049
4049
  """
4050
4050
  return self._ProtectLevel
@@ -18206,7 +18206,7 @@ class CreateRansomDefenseStrategyRequest(AbstractModel):
18206
18206
  :type IncludeDir: str
18207
18207
  :param _ExcludeDir: 排除目录,;分隔
18208
18208
  :type ExcludeDir: str
18209
- :param _BackupType: 备份模式: 0按周,1按天
18209
+ :param _BackupType: 备份模式: 0按周,1按天,2不备份
18210
18210
  :type BackupType: int
18211
18211
  :param _Weekday: 定时任务执行星期天数(1-7):1;2;7
18212
18212
  :type Weekday: str
@@ -18318,7 +18318,7 @@ class CreateRansomDefenseStrategyRequest(AbstractModel):
18318
18318
 
18319
18319
  @property
18320
18320
  def BackupType(self):
18321
- """备份模式: 0按周,1按天
18321
+ """备份模式: 0按周,1按天,2不备份
18322
18322
  :rtype: int
18323
18323
  """
18324
18324
  return self._BackupType
@@ -49082,12 +49082,18 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
49082
49082
  :type Order: str
49083
49083
  :param _By: 排序字段支持CreateTime
49084
49084
  :type By: str
49085
+ :param _CreateBeginTime: 事件创建起始时间
49086
+ :type CreateBeginTime: str
49087
+ :param _CreateEndTime: 事件创建结束时间
49088
+ :type CreateEndTime: str
49085
49089
  """
49086
49090
  self._Limit = None
49087
49091
  self._Offset = None
49088
49092
  self._Filters = None
49089
49093
  self._Order = None
49090
49094
  self._By = None
49095
+ self._CreateBeginTime = None
49096
+ self._CreateEndTime = None
49091
49097
 
49092
49098
  @property
49093
49099
  def Limit(self):
@@ -49147,6 +49153,28 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
49147
49153
  def By(self, By):
49148
49154
  self._By = By
49149
49155
 
49156
+ @property
49157
+ def CreateBeginTime(self):
49158
+ """事件创建起始时间
49159
+ :rtype: str
49160
+ """
49161
+ return self._CreateBeginTime
49162
+
49163
+ @CreateBeginTime.setter
49164
+ def CreateBeginTime(self, CreateBeginTime):
49165
+ self._CreateBeginTime = CreateBeginTime
49166
+
49167
+ @property
49168
+ def CreateEndTime(self):
49169
+ """事件创建结束时间
49170
+ :rtype: str
49171
+ """
49172
+ return self._CreateEndTime
49173
+
49174
+ @CreateEndTime.setter
49175
+ def CreateEndTime(self, CreateEndTime):
49176
+ self._CreateEndTime = CreateEndTime
49177
+
49150
49178
 
49151
49179
  def _deserialize(self, params):
49152
49180
  self._Limit = params.get("Limit")
@@ -49159,6 +49187,8 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
49159
49187
  self._Filters.append(obj)
49160
49188
  self._Order = params.get("Order")
49161
49189
  self._By = params.get("By")
49190
+ self._CreateBeginTime = params.get("CreateBeginTime")
49191
+ self._CreateEndTime = params.get("CreateEndTime")
49162
49192
  memeber_set = set(params.keys())
49163
49193
  for name, value in vars(self).items():
49164
49194
  property_name = name[1:]
@@ -73736,6 +73766,8 @@ class HostTagInfo(AbstractModel):
73736
73766
  :type CloudTags: list of Tags
73737
73767
  :param _InstanceID: 主机instance ID
73738
73768
  :type InstanceID: str
73769
+ :param _MachineType: 主机类型
73770
+ :type MachineType: str
73739
73771
  """
73740
73772
  self._Quuid = None
73741
73773
  self._TagList = None
@@ -73749,6 +73781,7 @@ class HostTagInfo(AbstractModel):
73749
73781
  self._VulNum = None
73750
73782
  self._CloudTags = None
73751
73783
  self._InstanceID = None
73784
+ self._MachineType = None
73752
73785
 
73753
73786
  @property
73754
73787
  def Quuid(self):
@@ -73882,6 +73915,17 @@ class HostTagInfo(AbstractModel):
73882
73915
  def InstanceID(self, InstanceID):
73883
73916
  self._InstanceID = InstanceID
73884
73917
 
73918
+ @property
73919
+ def MachineType(self):
73920
+ """主机类型
73921
+ :rtype: str
73922
+ """
73923
+ return self._MachineType
73924
+
73925
+ @MachineType.setter
73926
+ def MachineType(self, MachineType):
73927
+ self._MachineType = MachineType
73928
+
73885
73929
 
73886
73930
  def _deserialize(self, params):
73887
73931
  self._Quuid = params.get("Quuid")
@@ -73901,6 +73945,7 @@ class HostTagInfo(AbstractModel):
73901
73945
  obj._deserialize(item)
73902
73946
  self._CloudTags.append(obj)
73903
73947
  self._InstanceID = params.get("InstanceID")
73948
+ self._MachineType = params.get("MachineType")
73904
73949
  memeber_set = set(params.keys())
73905
73950
  for name, value in vars(self).items():
73906
73951
  property_name = name[1:]
@@ -76812,7 +76857,7 @@ class Machine(AbstractModel):
76812
76857
  :type MachineType: str
76813
76858
  :param _KernelVersion: 内核版本
76814
76859
  :type KernelVersion: str
76815
- :param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
76860
+ :param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
76816
76861
  :type ProtectType: str
76817
76862
  :param _CloudTags: 云标签信息
76818
76863
  :type CloudTags: list of Tags
@@ -77127,7 +77172,7 @@ class Machine(AbstractModel):
77127
77172
 
77128
77173
  @property
77129
77174
  def ProtectType(self):
77130
- """防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
77175
+ """防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
77131
77176
  :rtype: str
77132
77177
  """
77133
77178
  return self._ProtectType
@@ -77804,7 +77849,7 @@ https://cloud.tencent.com/document/api/213/15753#Instance
77804
77849
  :type MachineType: str
77805
77850
  :param _KernelVersion: 内核版本
77806
77851
  :type KernelVersion: str
77807
- :param _ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版.
77852
+ :param _ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版.
77808
77853
  :type ProtectType: str
77809
77854
  :param _LicenseOrder: 授权订单对象
77810
77855
  :type LicenseOrder: :class:`tencentcloud.cwp.v20180228.models.LicenseOrder`
@@ -77993,7 +78038,7 @@ https://cloud.tencent.com/document/api/213/15753#Instance
77993
78038
 
77994
78039
  @property
77995
78040
  def ProtectType(self):
77996
- """防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版.
78041
+ """防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版.
77997
78042
  :rtype: str
77998
78043
  """
77999
78044
  return self._ProtectType
@@ -86451,7 +86496,7 @@ class NetAttackEvent(AbstractModel):
86451
86496
  :type VulSupportDefense: int
86452
86497
  :param _VulDefenceStatus: 是否开启漏洞防御,0关1开
86453
86498
  :type VulDefenceStatus: int
86454
- :param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
86499
+ :param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
86455
86500
  :type PayVersion: int
86456
86501
  :param _Quuid: cvm uuid
86457
86502
  :type Quuid: str
@@ -86623,7 +86668,7 @@ class NetAttackEvent(AbstractModel):
86623
86668
 
86624
86669
  @property
86625
86670
  def PayVersion(self):
86626
- """机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
86671
+ """机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
86627
86672
  :rtype: int
86628
86673
  """
86629
86674
  return self._PayVersion
@@ -86737,7 +86782,7 @@ class NetAttackEventInfo(AbstractModel):
86737
86782
  :type DstPort: int
86738
86783
  :param _Count: 攻击次数
86739
86784
  :type Count: int
86740
- :param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
86785
+ :param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
86741
86786
  :type PayVersion: int
86742
86787
  :param _Quuid: cvm uuid
86743
86788
  :type Quuid: str
@@ -86963,7 +87008,7 @@ class NetAttackEventInfo(AbstractModel):
86963
87008
 
86964
87009
  @property
86965
87010
  def PayVersion(self):
86966
- """机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
87011
+ """机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
86967
87012
  :rtype: int
86968
87013
  """
86969
87014
  return self._PayVersion
@@ -89864,7 +89909,7 @@ class RansomDefenseBackup(AbstractModel):
89864
89909
  :type BackupTime: str
89865
89910
  :param _EventStatus: 勒索状态:0无告警, 1有告警
89866
89911
  :type EventStatus: int
89867
- :param _BackupStatus: 备份状态:0备份中,1正常,2、3失败,4快照已过期,9快照已删除
89912
+ :param _BackupStatus: 备份状态:0备份中,1正常,2、3失败,4快照已过期,5快照数量超出限制,9快照已删除
89868
89913
  :type BackupStatus: int
89869
89914
  :param _DiskCount: 备份磁盘数量
89870
89915
  :type DiskCount: int
@@ -89913,7 +89958,7 @@ class RansomDefenseBackup(AbstractModel):
89913
89958
 
89914
89959
  @property
89915
89960
  def BackupStatus(self):
89916
- """备份状态:0备份中,1正常,2、3失败,4快照已过期,9快照已删除
89961
+ """备份状态:0备份中,1正常,2、3失败,4快照已过期,5快照数量超出限制,9快照已删除
89917
89962
  :rtype: int
89918
89963
  """
89919
89964
  return self._BackupStatus
@@ -90665,7 +90710,7 @@ class RansomDefenseStrategy(AbstractModel):
90665
90710
  :type IncludeDir: str
90666
90711
  :param _ExcludeDir: 包含目录,用;分隔
90667
90712
  :type ExcludeDir: str
90668
- :param _BackupType: 备份模式: 0按周,1按天
90713
+ :param _BackupType: 备份模式: 0按周,1按天,2不备份
90669
90714
  :type BackupType: int
90670
90715
  :param _Weekday: 备份星期天数(1-7):1;2;3;4
90671
90716
  :type Weekday: str
@@ -90786,7 +90831,7 @@ class RansomDefenseStrategy(AbstractModel):
90786
90831
 
90787
90832
  @property
90788
90833
  def BackupType(self):
90789
- """备份模式: 0按周,1按天
90834
+ """备份模式: 0按周,1按天,2不备份
90790
90835
  :rtype: int
90791
90836
  """
90792
90837
  return self._BackupType
@@ -91197,8 +91242,10 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91197
91242
  :type RollBackStatus: int
91198
91243
  :param _BackupSuccessCount: 备份成功次数
91199
91244
  :type BackupSuccessCount: int
91200
- :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
91245
+ :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
91201
91246
  :type HostVersion: int
91247
+ :param _MachineType: 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
91248
+ :type MachineType: str
91202
91249
  """
91203
91250
  self._Uuid = None
91204
91251
  self._Quuid = None
@@ -91221,6 +91268,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91221
91268
  self._RollBackStatus = None
91222
91269
  self._BackupSuccessCount = None
91223
91270
  self._HostVersion = None
91271
+ self._MachineType = None
91224
91272
 
91225
91273
  @property
91226
91274
  def Uuid(self):
@@ -91445,7 +91493,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91445
91493
 
91446
91494
  @property
91447
91495
  def HostVersion(self):
91448
- """版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
91496
+ """版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
91449
91497
  :rtype: int
91450
91498
  """
91451
91499
  return self._HostVersion
@@ -91454,6 +91502,17 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91454
91502
  def HostVersion(self, HostVersion):
91455
91503
  self._HostVersion = HostVersion
91456
91504
 
91505
+ @property
91506
+ def MachineType(self):
91507
+ """机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
91508
+ :rtype: str
91509
+ """
91510
+ return self._MachineType
91511
+
91512
+ @MachineType.setter
91513
+ def MachineType(self, MachineType):
91514
+ self._MachineType = MachineType
91515
+
91457
91516
 
91458
91517
  def _deserialize(self, params):
91459
91518
  self._Uuid = params.get("Uuid")
@@ -91489,6 +91548,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
91489
91548
  self._RollBackStatus = params.get("RollBackStatus")
91490
91549
  self._BackupSuccessCount = params.get("BackupSuccessCount")
91491
91550
  self._HostVersion = params.get("HostVersion")
91551
+ self._MachineType = params.get("MachineType")
91492
91552
  memeber_set = set(params.keys())
91493
91553
  for name, value in vars(self).items():
91494
91554
  property_name = name[1:]
@@ -91531,10 +91591,12 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91531
91591
  :param _DiskInfo: 硬盘信息,为空时所有硬盘生效:
91532
91592
  ;分割 diskId1|diskName1;diskId2|diskName2
91533
91593
  :type DiskInfo: str
91534
- :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
91594
+ :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
91535
91595
  :type HostVersion: int
91536
91596
  :param _StrategyName: 策略名称
91537
91597
  :type StrategyName: str
91598
+ :param _MachineType: 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
91599
+ :type MachineType: str
91538
91600
  """
91539
91601
  self._Uuid = None
91540
91602
  self._Quuid = None
@@ -91550,6 +91612,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91550
91612
  self._DiskInfo = None
91551
91613
  self._HostVersion = None
91552
91614
  self._StrategyName = None
91615
+ self._MachineType = None
91553
91616
 
91554
91617
  @property
91555
91618
  def Uuid(self):
@@ -91686,7 +91749,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91686
91749
 
91687
91750
  @property
91688
91751
  def HostVersion(self):
91689
- """版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
91752
+ """版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
91690
91753
  :rtype: int
91691
91754
  """
91692
91755
  return self._HostVersion
@@ -91706,6 +91769,17 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91706
91769
  def StrategyName(self, StrategyName):
91707
91770
  self._StrategyName = StrategyName
91708
91771
 
91772
+ @property
91773
+ def MachineType(self):
91774
+ """机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
91775
+ :rtype: str
91776
+ """
91777
+ return self._MachineType
91778
+
91779
+ @MachineType.setter
91780
+ def MachineType(self, MachineType):
91781
+ self._MachineType = MachineType
91782
+
91709
91783
 
91710
91784
  def _deserialize(self, params):
91711
91785
  self._Uuid = params.get("Uuid")
@@ -91734,6 +91808,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
91734
91808
  self._DiskInfo = params.get("DiskInfo")
91735
91809
  self._HostVersion = params.get("HostVersion")
91736
91810
  self._StrategyName = params.get("StrategyName")
91811
+ self._MachineType = params.get("MachineType")
91737
91812
  memeber_set = set(params.keys())
91738
91813
  for name, value in vars(self).items():
91739
91814
  property_name = name[1:]
@@ -101831,7 +101906,7 @@ class VulDefenceEvent(AbstractModel):
101831
101906
  :type Count: int
101832
101907
  :param _Status: 状态 0: 待处理 1:已防御 2:已处理 3: 已忽略 4: 已删除
101833
101908
  :type Status: int
101834
- :param _UpgradeType: 0 专业版,1 旗舰版,2 LH普惠版(仅限LH使用),3 CVM普惠版(仅限CVM使用)
101909
+ :param _UpgradeType: 0 专业版,1 旗舰版,2 LH轻量版(仅限LH使用),3 CVM轻量版(仅限CVM使用)
101835
101910
  :type UpgradeType: int
101836
101911
  :param _FixType: 0 不支持修复,1 支持修复
101837
101912
  :type FixType: int
@@ -102039,7 +102114,7 @@ class VulDefenceEvent(AbstractModel):
102039
102114
 
102040
102115
  @property
102041
102116
  def UpgradeType(self):
102042
- """0 专业版,1 旗舰版,2 LH普惠版(仅限LH使用),3 CVM普惠版(仅限CVM使用)
102117
+ """0 专业版,1 旗舰版,2 LH轻量版(仅限LH使用),3 CVM轻量版(仅限CVM使用)
102043
102118
  :rtype: int
102044
102119
  """
102045
102120
  return self._UpgradeType
@@ -103200,7 +103275,7 @@ class VulEffectHostList(AbstractModel):
103200
103275
  :type Tags: list of str
103201
103276
  :param _Description: 说明
103202
103277
  :type Description: str
103203
- :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
103278
+ :param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
103204
103279
  :type HostVersion: int
103205
103280
  :param _IsSupportAutoFix: 是否能自动修复 0 :漏洞不可自动修复, 1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中 9:修复失败,10:已忽略 11:漏洞只支持linux不支持Windows 12:漏洞只支持Windows不支持linux,13:修复失败但此时主机已离线,14:修复失败但此时主机不是旗舰版, 15:已手动修复
103206
103281
  :type IsSupportAutoFix: int
@@ -103348,7 +103423,7 @@ class VulEffectHostList(AbstractModel):
103348
103423
 
103349
103424
  @property
103350
103425
  def HostVersion(self):
103351
- """版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
103426
+ """版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
103352
103427
  :rtype: int
103353
103428
  """
103354
103429
  return self._HostVersion
@@ -322,22 +322,17 @@ class BidDetailPageResponse(AbstractModel):
322
322
  def __init__(self):
323
323
  r"""
324
324
  :param _Domain: 域名
325
- 注意:此字段可能返回 null,表示取不到有效值。
326
325
  :type Domain: str
327
326
  :param _CurrentPrice: 当前域名价格
328
- 注意:此字段可能返回 null,表示取不到有效值。
329
327
  :type CurrentPrice: float
330
328
  :param _BidPrice: 用户上次出价
331
- 注意:此字段可能返回 null,表示取不到有效值。
332
329
  :type BidPrice: float
333
330
  :param _CurrentPriceScope: 当前加价幅度
334
- 注意:此字段可能返回 null,表示取不到有效值。
335
331
  :type CurrentPriceScope: float
336
332
  :param _PriceScope: 加价幅度区间配置
337
333
  注意:此字段可能返回 null,表示取不到有效值。
338
334
  :type PriceScope: list of PriceScopeConf
339
335
  :param _DepositPrice: 用户当前已经支付了的保证金
340
- 注意:此字段可能返回 null,表示取不到有效值。
341
336
  :type DepositPrice: float
342
337
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
343
338
  :type RequestId: str
@@ -353,7 +348,6 @@ class BidDetailPageResponse(AbstractModel):
353
348
  @property
354
349
  def Domain(self):
355
350
  """域名
356
- 注意:此字段可能返回 null,表示取不到有效值。
357
351
  :rtype: str
358
352
  """
359
353
  return self._Domain
@@ -365,7 +359,6 @@ class BidDetailPageResponse(AbstractModel):
365
359
  @property
366
360
  def CurrentPrice(self):
367
361
  """当前域名价格
368
- 注意:此字段可能返回 null,表示取不到有效值。
369
362
  :rtype: float
370
363
  """
371
364
  return self._CurrentPrice
@@ -377,7 +370,6 @@ class BidDetailPageResponse(AbstractModel):
377
370
  @property
378
371
  def BidPrice(self):
379
372
  """用户上次出价
380
- 注意:此字段可能返回 null,表示取不到有效值。
381
373
  :rtype: float
382
374
  """
383
375
  return self._BidPrice
@@ -389,7 +381,6 @@ class BidDetailPageResponse(AbstractModel):
389
381
  @property
390
382
  def CurrentPriceScope(self):
391
383
  """当前加价幅度
392
- 注意:此字段可能返回 null,表示取不到有效值。
393
384
  :rtype: float
394
385
  """
395
386
  return self._CurrentPriceScope
@@ -413,7 +404,6 @@ class BidDetailPageResponse(AbstractModel):
413
404
  @property
414
405
  def DepositPrice(self):
415
406
  """用户当前已经支付了的保证金
416
- 注意:此字段可能返回 null,表示取不到有效值。
417
407
  :rtype: float
418
408
  """
419
409
  return self._DepositPrice
@@ -2150,7 +2140,6 @@ class CreateDomainBatchResponse(AbstractModel):
2150
2140
  def __init__(self):
2151
2141
  r"""
2152
2142
  :param _LogId: 批量日志ID
2153
- 注意:此字段可能返回 null,表示取不到有效值。
2154
2143
  :type LogId: int
2155
2144
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2156
2145
  :type RequestId: str
@@ -2161,7 +2150,6 @@ class CreateDomainBatchResponse(AbstractModel):
2161
2150
  @property
2162
2151
  def LogId(self):
2163
2152
  """批量日志ID
2164
- 注意:此字段可能返回 null,表示取不到有效值。
2165
2153
  :rtype: int
2166
2154
  """
2167
2155
  return self._LogId
@@ -2935,10 +2923,8 @@ class DescribeAuctionListResponse(AbstractModel):
2935
2923
  def __init__(self):
2936
2924
  r"""
2937
2925
  :param _AuctionList: 竞拍详情列表
2938
- 注意:此字段可能返回 null,表示取不到有效值。
2939
2926
  :type AuctionList: list of AuctionInfo
2940
2927
  :param _TotalCount: 总数
2941
- 注意:此字段可能返回 null,表示取不到有效值。
2942
2928
  :type TotalCount: int
2943
2929
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2944
2930
  :type RequestId: str
@@ -2950,7 +2936,6 @@ class DescribeAuctionListResponse(AbstractModel):
2950
2936
  @property
2951
2937
  def AuctionList(self):
2952
2938
  """竞拍详情列表
2953
- 注意:此字段可能返回 null,表示取不到有效值。
2954
2939
  :rtype: list of AuctionInfo
2955
2940
  """
2956
2941
  return self._AuctionList
@@ -2962,7 +2947,6 @@ class DescribeAuctionListResponse(AbstractModel):
2962
2947
  @property
2963
2948
  def TotalCount(self):
2964
2949
  """总数
2965
- 注意:此字段可能返回 null,表示取不到有效值。
2966
2950
  :rtype: int
2967
2951
  """
2968
2952
  return self._TotalCount
@@ -3070,7 +3054,6 @@ class DescribeBatchOperationLogDetailsResponse(AbstractModel):
3070
3054
  :param _TotalCount: 总数量。
3071
3055
  :type TotalCount: int
3072
3056
  :param _DomainBatchDetailSet: 日志详情列表。
3073
- 注意:此字段可能返回 null,表示取不到有效值。
3074
3057
  :type DomainBatchDetailSet: list of DomainBatchDetailSet
3075
3058
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3076
3059
  :type RequestId: str
@@ -3093,7 +3076,6 @@ class DescribeBatchOperationLogDetailsResponse(AbstractModel):
3093
3076
  @property
3094
3077
  def DomainBatchDetailSet(self):
3095
3078
  """日志详情列表。
3096
- 注意:此字段可能返回 null,表示取不到有效值。
3097
3079
  :rtype: list of DomainBatchDetailSet
3098
3080
  """
3099
3081
  return self._DomainBatchDetailSet
@@ -3186,7 +3168,6 @@ class DescribeBatchOperationLogsResponse(AbstractModel):
3186
3168
  :param _TotalCount: 总数量
3187
3169
  :type TotalCount: int
3188
3170
  :param _DomainBatchLogSet: 日志列表
3189
- 注意:此字段可能返回 null,表示取不到有效值。
3190
3171
  :type DomainBatchLogSet: list of DomainBatchLogSet
3191
3172
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3192
3173
  :type RequestId: str
@@ -3209,7 +3190,6 @@ class DescribeBatchOperationLogsResponse(AbstractModel):
3209
3190
  @property
3210
3191
  def DomainBatchLogSet(self):
3211
3192
  """日志列表
3212
- 注意:此字段可能返回 null,表示取不到有效值。
3213
3193
  :rtype: list of DomainBatchLogSet
3214
3194
  """
3215
3195
  return self._DomainBatchLogSet
@@ -4770,7 +4750,6 @@ class DescribeDomainNameListResponse(AbstractModel):
4770
4750
  def __init__(self):
4771
4751
  r"""
4772
4752
  :param _DomainSet: 域名信息集合
4773
- 注意:此字段可能返回 null,表示取不到有效值。
4774
4753
  :type DomainSet: list of DomainList
4775
4754
  :param _TotalCount: 域名总数量
4776
4755
  :type TotalCount: int
@@ -4784,7 +4763,6 @@ class DescribeDomainNameListResponse(AbstractModel):
4784
4763
  @property
4785
4764
  def DomainSet(self):
4786
4765
  """域名信息集合
4787
- 注意:此字段可能返回 null,表示取不到有效值。
4788
4766
  :rtype: list of DomainList
4789
4767
  """
4790
4768
  return self._DomainSet
@@ -5956,7 +5934,6 @@ class DescribePreReleaseListResponse(AbstractModel):
5956
5934
  :param _TotalCount: 数量
5957
5935
  :type TotalCount: int
5958
5936
  :param _PreReleaseList: 预释放列表
5959
- 注意:此字段可能返回 null,表示取不到有效值。
5960
5937
  :type PreReleaseList: list of PreReleaseInfo
5961
5938
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5962
5939
  :type RequestId: str
@@ -5979,7 +5956,6 @@ class DescribePreReleaseListResponse(AbstractModel):
5979
5956
  @property
5980
5957
  def PreReleaseList(self):
5981
5958
  """预释放列表
5982
- 注意:此字段可能返回 null,表示取不到有效值。
5983
5959
  :rtype: list of PreReleaseInfo
5984
5960
  """
5985
5961
  return self._PreReleaseList
@@ -7368,6 +7344,10 @@ done 执行完成。
7368
7344
  :type Doing: int
7369
7345
  :param _Failed: 批量操作失败个数
7370
7346
  :type Failed: int
7347
+ :param _PayStatus: 是否付费
7348
+ :type PayStatus: bool
7349
+ :param _BigDealId: 大订单ID
7350
+ :type BigDealId: str
7371
7351
  """
7372
7352
  self._LogId = None
7373
7353
  self._Number = None
@@ -7376,6 +7356,8 @@ done 执行完成。
7376
7356
  self._Success = None
7377
7357
  self._Doing = None
7378
7358
  self._Failed = None
7359
+ self._PayStatus = None
7360
+ self._BigDealId = None
7379
7361
 
7380
7362
  @property
7381
7363
  def LogId(self):
@@ -7456,6 +7438,28 @@ done 执行完成。
7456
7438
  def Failed(self, Failed):
7457
7439
  self._Failed = Failed
7458
7440
 
7441
+ @property
7442
+ def PayStatus(self):
7443
+ """是否付费
7444
+ :rtype: bool
7445
+ """
7446
+ return self._PayStatus
7447
+
7448
+ @PayStatus.setter
7449
+ def PayStatus(self, PayStatus):
7450
+ self._PayStatus = PayStatus
7451
+
7452
+ @property
7453
+ def BigDealId(self):
7454
+ """大订单ID
7455
+ :rtype: str
7456
+ """
7457
+ return self._BigDealId
7458
+
7459
+ @BigDealId.setter
7460
+ def BigDealId(self, BigDealId):
7461
+ self._BigDealId = BigDealId
7462
+
7459
7463
 
7460
7464
  def _deserialize(self, params):
7461
7465
  self._LogId = params.get("LogId")
@@ -7465,6 +7469,8 @@ done 执行完成。
7465
7469
  self._Success = params.get("Success")
7466
7470
  self._Doing = params.get("Doing")
7467
7471
  self._Failed = params.get("Failed")
7472
+ self._PayStatus = params.get("PayStatus")
7473
+ self._BigDealId = params.get("BigDealId")
7468
7474
  memeber_set = set(params.keys())
7469
7475
  for name, value in vars(self).items():
7470
7476
  property_name = name[1:]