tencentcloud-sdk-python 3.0.1326__py2.py3-none-any.whl → 3.0.1328__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/batch/v20170312/models.py +0 -56
- tencentcloud/captcha/v20190722/models.py +0 -48
- tencentcloud/ccc/v20200210/ccc_client.py +5 -1
- tencentcloud/ccc/v20200210/models.py +4 -4
- tencentcloud/cdwch/v20200915/models.py +83 -0
- tencentcloud/clb/v20180317/clb_client.py +115 -0
- tencentcloud/clb/v20180317/models.py +537 -0
- tencentcloud/cvm/v20170312/models.py +0 -56
- tencentcloud/cwp/v20180228/models.py +4 -40
- tencentcloud/dts/v20211206/models.py +2 -2
- tencentcloud/faceid/v20180301/models.py +26 -12
- tencentcloud/hunyuan/v20230901/models.py +2 -10
- tencentcloud/lke/v20231130/models.py +115 -6
- tencentcloud/lkeap/v20240522/lkeap_client.py +9 -9
- tencentcloud/lkeap/v20240522/models.py +12 -2
- tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
- tencentcloud/lowcode/v20210108/lowcode_client.py +207 -0
- tencentcloud/lowcode/v20210108/models.py +2996 -124
- tencentcloud/monitor/v20180724/models.py +333 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/rce/v20201103/models.py +0 -84
- tencentcloud/redis/v20180412/models.py +0 -110
- tencentcloud/tcr/v20190924/models.py +0 -14
- tencentcloud/tdid/v20210519/models.py +130 -22
- tencentcloud/tdid/v20210519/tdid_client.py +4 -1
- tencentcloud/tsf/v20180326/models.py +0 -88
- tencentcloud/waf/v20180125/models.py +2 -2
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/RECORD +33 -33
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/top_level.txt +0 -0
@@ -8934,13 +8934,10 @@ class Externals(AbstractModel):
|
|
8934
8934
|
def __init__(self):
|
8935
8935
|
r"""
|
8936
8936
|
:param _ReleaseAddress: 释放地址
|
8937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8938
8937
|
:type ReleaseAddress: bool
|
8939
8938
|
:param _UnsupportNetworks: 不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li>
|
8940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8941
8939
|
:type UnsupportNetworks: list of str
|
8942
8940
|
:param _StorageBlockAttr: HDD本地存储属性
|
8943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8944
8941
|
:type StorageBlockAttr: :class:`tencentcloud.cvm.v20170312.models.StorageBlock`
|
8945
8942
|
"""
|
8946
8943
|
self._ReleaseAddress = None
|
@@ -8950,7 +8947,6 @@ class Externals(AbstractModel):
|
|
8950
8947
|
@property
|
8951
8948
|
def ReleaseAddress(self):
|
8952
8949
|
"""释放地址
|
8953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8954
8950
|
:rtype: bool
|
8955
8951
|
"""
|
8956
8952
|
return self._ReleaseAddress
|
@@ -8962,7 +8958,6 @@ class Externals(AbstractModel):
|
|
8962
8958
|
@property
|
8963
8959
|
def UnsupportNetworks(self):
|
8964
8960
|
"""不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li>
|
8965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8966
8961
|
:rtype: list of str
|
8967
8962
|
"""
|
8968
8963
|
return self._UnsupportNetworks
|
@@ -8974,7 +8969,6 @@ class Externals(AbstractModel):
|
|
8974
8969
|
@property
|
8975
8970
|
def StorageBlockAttr(self):
|
8976
8971
|
"""HDD本地存储属性
|
8977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8978
8972
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.StorageBlock`
|
8979
8973
|
"""
|
8980
8974
|
return self._StorageBlockAttr
|
@@ -13348,7 +13342,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13348
13342
|
:param _NetworkCard: 网卡类型,例如:25代表25G网卡
|
13349
13343
|
:type NetworkCard: int
|
13350
13344
|
:param _Externals: 扩展属性。
|
13351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13352
13345
|
:type Externals: :class:`tencentcloud.cvm.v20170312.models.Externals`
|
13353
13346
|
:param _Cpu: 实例的CPU核数,单位:核。
|
13354
13347
|
:type Cpu: int
|
@@ -13365,7 +13358,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13365
13358
|
:param _Price: 实例的售卖价格。
|
13366
13359
|
:type Price: :class:`tencentcloud.cvm.v20170312.models.ItemPrice`
|
13367
13360
|
:param _SoldOutReason: 售罄原因。
|
13368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13369
13361
|
:type SoldOutReason: str
|
13370
13362
|
:param _InstanceBandwidth: 内网带宽,单位Gbps。
|
13371
13363
|
:type InstanceBandwidth: float
|
@@ -13390,7 +13382,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13390
13382
|
<li>NormalStock:表示对应库存供应有保障</li>
|
13391
13383
|
<li> UnderStock:表示对应库存即将售罄</li>
|
13392
13384
|
<li>WithoutStock:表示对应库存已经售罄</li>
|
13393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13394
13385
|
:type StatusCategory: str
|
13395
13386
|
"""
|
13396
13387
|
self._Zone = None
|
@@ -13464,7 +13455,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13464
13455
|
@property
|
13465
13456
|
def Externals(self):
|
13466
13457
|
"""扩展属性。
|
13467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13468
13458
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.Externals`
|
13469
13459
|
"""
|
13470
13460
|
return self._Externals
|
@@ -13553,7 +13543,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13553
13543
|
@property
|
13554
13544
|
def SoldOutReason(self):
|
13555
13545
|
"""售罄原因。
|
13556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13557
13546
|
:rtype: str
|
13558
13547
|
"""
|
13559
13548
|
return self._SoldOutReason
|
@@ -13668,7 +13657,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13668
13657
|
<li>NormalStock:表示对应库存供应有保障</li>
|
13669
13658
|
<li> UnderStock:表示对应库存即将售罄</li>
|
13670
13659
|
<li>WithoutStock:表示对应库存已经售罄</li>
|
13671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13672
13660
|
:rtype: str
|
13673
13661
|
"""
|
13674
13662
|
return self._StatusCategory
|
@@ -13933,69 +13921,50 @@ class ItemPrice(AbstractModel):
|
|
13933
13921
|
def __init__(self):
|
13934
13922
|
r"""
|
13935
13923
|
:param _UnitPrice: 后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
13936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13937
13924
|
:type UnitPrice: float
|
13938
13925
|
:param _ChargeUnit: 后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>
|
13939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13940
13926
|
:type ChargeUnit: str
|
13941
13927
|
:param _OriginalPrice: 预支合计费用的原价,预付费模式使用,单位:元。
|
13942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13943
13928
|
:type OriginalPrice: float
|
13944
13929
|
:param _DiscountPrice: 预支合计费用的折扣价,预付费模式使用,单位:元。
|
13945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13946
13930
|
:type DiscountPrice: float
|
13947
13931
|
:param _Discount: 折扣,如20.0代表2折。
|
13948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13949
13932
|
:type Discount: float
|
13950
13933
|
:param _UnitPriceDiscount: 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
13951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13952
13934
|
:type UnitPriceDiscount: float
|
13953
13935
|
:param _UnitPriceSecondStep: 使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。
|
13954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13955
13936
|
:type UnitPriceSecondStep: float
|
13956
13937
|
:param _UnitPriceDiscountSecondStep: 使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元
|
13957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13958
13938
|
:type UnitPriceDiscountSecondStep: float
|
13959
13939
|
:param _UnitPriceThirdStep: 使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。
|
13960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13961
13940
|
:type UnitPriceThirdStep: float
|
13962
13941
|
:param _UnitPriceDiscountThirdStep: 使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元
|
13963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13964
13942
|
:type UnitPriceDiscountThirdStep: float
|
13965
13943
|
:param _OriginalPriceThreeYear: 预支三年合计费用的原价,预付费模式使用,单位:元。
|
13966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13967
13944
|
注意:此字段可能返回 null,表示取不到有效值。
|
13968
13945
|
:type OriginalPriceThreeYear: float
|
13969
13946
|
:param _DiscountPriceThreeYear: 预支三年合计费用的折扣价,预付费模式使用,单位:元。
|
13970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13971
13947
|
注意:此字段可能返回 null,表示取不到有效值。
|
13972
13948
|
:type DiscountPriceThreeYear: float
|
13973
13949
|
:param _DiscountThreeYear: 预支三年应用的折扣,如20.0代表2折。
|
13974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13975
13950
|
注意:此字段可能返回 null,表示取不到有效值。
|
13976
13951
|
:type DiscountThreeYear: float
|
13977
13952
|
:param _OriginalPriceFiveYear: 预支五年合计费用的原价,预付费模式使用,单位:元。
|
13978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13979
13953
|
注意:此字段可能返回 null,表示取不到有效值。
|
13980
13954
|
:type OriginalPriceFiveYear: float
|
13981
13955
|
:param _DiscountPriceFiveYear: 预支五年合计费用的折扣价,预付费模式使用,单位:元。
|
13982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13983
13956
|
注意:此字段可能返回 null,表示取不到有效值。
|
13984
13957
|
:type DiscountPriceFiveYear: float
|
13985
13958
|
:param _DiscountFiveYear: 预支五年应用的折扣,如20.0代表2折。
|
13986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13987
13959
|
注意:此字段可能返回 null,表示取不到有效值。
|
13988
13960
|
:type DiscountFiveYear: float
|
13989
13961
|
:param _OriginalPriceOneYear: 预支一年合计费用的原价,预付费模式使用,单位:元。
|
13990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13991
13962
|
注意:此字段可能返回 null,表示取不到有效值。
|
13992
13963
|
:type OriginalPriceOneYear: float
|
13993
13964
|
:param _DiscountPriceOneYear: 预支一年合计费用的折扣价,预付费模式使用,单位:元。
|
13994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13995
13965
|
注意:此字段可能返回 null,表示取不到有效值。
|
13996
13966
|
:type DiscountPriceOneYear: float
|
13997
13967
|
:param _DiscountOneYear: 预支一年应用的折扣,如20.0代表2折。
|
13998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13999
13968
|
注意:此字段可能返回 null,表示取不到有效值。
|
14000
13969
|
:type DiscountOneYear: float
|
14001
13970
|
"""
|
@@ -14022,7 +13991,6 @@ class ItemPrice(AbstractModel):
|
|
14022
13991
|
@property
|
14023
13992
|
def UnitPrice(self):
|
14024
13993
|
"""后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
14025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14026
13994
|
:rtype: float
|
14027
13995
|
"""
|
14028
13996
|
return self._UnitPrice
|
@@ -14034,7 +14002,6 @@ class ItemPrice(AbstractModel):
|
|
14034
14002
|
@property
|
14035
14003
|
def ChargeUnit(self):
|
14036
14004
|
"""后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>
|
14037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14038
14005
|
:rtype: str
|
14039
14006
|
"""
|
14040
14007
|
return self._ChargeUnit
|
@@ -14046,7 +14013,6 @@ class ItemPrice(AbstractModel):
|
|
14046
14013
|
@property
|
14047
14014
|
def OriginalPrice(self):
|
14048
14015
|
"""预支合计费用的原价,预付费模式使用,单位:元。
|
14049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14050
14016
|
:rtype: float
|
14051
14017
|
"""
|
14052
14018
|
return self._OriginalPrice
|
@@ -14058,7 +14024,6 @@ class ItemPrice(AbstractModel):
|
|
14058
14024
|
@property
|
14059
14025
|
def DiscountPrice(self):
|
14060
14026
|
"""预支合计费用的折扣价,预付费模式使用,单位:元。
|
14061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14062
14027
|
:rtype: float
|
14063
14028
|
"""
|
14064
14029
|
return self._DiscountPrice
|
@@ -14070,7 +14035,6 @@ class ItemPrice(AbstractModel):
|
|
14070
14035
|
@property
|
14071
14036
|
def Discount(self):
|
14072
14037
|
"""折扣,如20.0代表2折。
|
14073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14074
14038
|
:rtype: float
|
14075
14039
|
"""
|
14076
14040
|
return self._Discount
|
@@ -14082,7 +14046,6 @@ class ItemPrice(AbstractModel):
|
|
14082
14046
|
@property
|
14083
14047
|
def UnitPriceDiscount(self):
|
14084
14048
|
"""后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
14085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14086
14049
|
:rtype: float
|
14087
14050
|
"""
|
14088
14051
|
return self._UnitPriceDiscount
|
@@ -14094,7 +14057,6 @@ class ItemPrice(AbstractModel):
|
|
14094
14057
|
@property
|
14095
14058
|
def UnitPriceSecondStep(self):
|
14096
14059
|
"""使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。
|
14097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14098
14060
|
:rtype: float
|
14099
14061
|
"""
|
14100
14062
|
return self._UnitPriceSecondStep
|
@@ -14106,7 +14068,6 @@ class ItemPrice(AbstractModel):
|
|
14106
14068
|
@property
|
14107
14069
|
def UnitPriceDiscountSecondStep(self):
|
14108
14070
|
"""使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元
|
14109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14110
14071
|
:rtype: float
|
14111
14072
|
"""
|
14112
14073
|
return self._UnitPriceDiscountSecondStep
|
@@ -14118,7 +14079,6 @@ class ItemPrice(AbstractModel):
|
|
14118
14079
|
@property
|
14119
14080
|
def UnitPriceThirdStep(self):
|
14120
14081
|
"""使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。
|
14121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14122
14082
|
:rtype: float
|
14123
14083
|
"""
|
14124
14084
|
return self._UnitPriceThirdStep
|
@@ -14130,7 +14090,6 @@ class ItemPrice(AbstractModel):
|
|
14130
14090
|
@property
|
14131
14091
|
def UnitPriceDiscountThirdStep(self):
|
14132
14092
|
"""使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元
|
14133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14134
14093
|
:rtype: float
|
14135
14094
|
"""
|
14136
14095
|
return self._UnitPriceDiscountThirdStep
|
@@ -14142,7 +14101,6 @@ class ItemPrice(AbstractModel):
|
|
14142
14101
|
@property
|
14143
14102
|
def OriginalPriceThreeYear(self):
|
14144
14103
|
"""预支三年合计费用的原价,预付费模式使用,单位:元。
|
14145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14146
14104
|
注意:此字段可能返回 null,表示取不到有效值。
|
14147
14105
|
:rtype: float
|
14148
14106
|
"""
|
@@ -14155,7 +14113,6 @@ class ItemPrice(AbstractModel):
|
|
14155
14113
|
@property
|
14156
14114
|
def DiscountPriceThreeYear(self):
|
14157
14115
|
"""预支三年合计费用的折扣价,预付费模式使用,单位:元。
|
14158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14159
14116
|
注意:此字段可能返回 null,表示取不到有效值。
|
14160
14117
|
:rtype: float
|
14161
14118
|
"""
|
@@ -14168,7 +14125,6 @@ class ItemPrice(AbstractModel):
|
|
14168
14125
|
@property
|
14169
14126
|
def DiscountThreeYear(self):
|
14170
14127
|
"""预支三年应用的折扣,如20.0代表2折。
|
14171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14172
14128
|
注意:此字段可能返回 null,表示取不到有效值。
|
14173
14129
|
:rtype: float
|
14174
14130
|
"""
|
@@ -14181,7 +14137,6 @@ class ItemPrice(AbstractModel):
|
|
14181
14137
|
@property
|
14182
14138
|
def OriginalPriceFiveYear(self):
|
14183
14139
|
"""预支五年合计费用的原价,预付费模式使用,单位:元。
|
14184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14185
14140
|
注意:此字段可能返回 null,表示取不到有效值。
|
14186
14141
|
:rtype: float
|
14187
14142
|
"""
|
@@ -14194,7 +14149,6 @@ class ItemPrice(AbstractModel):
|
|
14194
14149
|
@property
|
14195
14150
|
def DiscountPriceFiveYear(self):
|
14196
14151
|
"""预支五年合计费用的折扣价,预付费模式使用,单位:元。
|
14197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14198
14152
|
注意:此字段可能返回 null,表示取不到有效值。
|
14199
14153
|
:rtype: float
|
14200
14154
|
"""
|
@@ -14207,7 +14161,6 @@ class ItemPrice(AbstractModel):
|
|
14207
14161
|
@property
|
14208
14162
|
def DiscountFiveYear(self):
|
14209
14163
|
"""预支五年应用的折扣,如20.0代表2折。
|
14210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14211
14164
|
注意:此字段可能返回 null,表示取不到有效值。
|
14212
14165
|
:rtype: float
|
14213
14166
|
"""
|
@@ -14220,7 +14173,6 @@ class ItemPrice(AbstractModel):
|
|
14220
14173
|
@property
|
14221
14174
|
def OriginalPriceOneYear(self):
|
14222
14175
|
"""预支一年合计费用的原价,预付费模式使用,单位:元。
|
14223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14224
14176
|
注意:此字段可能返回 null,表示取不到有效值。
|
14225
14177
|
:rtype: float
|
14226
14178
|
"""
|
@@ -14233,7 +14185,6 @@ class ItemPrice(AbstractModel):
|
|
14233
14185
|
@property
|
14234
14186
|
def DiscountPriceOneYear(self):
|
14235
14187
|
"""预支一年合计费用的折扣价,预付费模式使用,单位:元。
|
14236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14237
14188
|
注意:此字段可能返回 null,表示取不到有效值。
|
14238
14189
|
:rtype: float
|
14239
14190
|
"""
|
@@ -14246,7 +14197,6 @@ class ItemPrice(AbstractModel):
|
|
14246
14197
|
@property
|
14247
14198
|
def DiscountOneYear(self):
|
14248
14199
|
"""预支一年应用的折扣,如20.0代表2折。
|
14249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14250
14200
|
注意:此字段可能返回 null,表示取不到有效值。
|
14251
14201
|
:rtype: float
|
14252
14202
|
"""
|
@@ -20398,13 +20348,10 @@ class StorageBlock(AbstractModel):
|
|
20398
20348
|
def __init__(self):
|
20399
20349
|
r"""
|
20400
20350
|
:param _Type: HDD本地存储类型,值为:LOCAL_PRO.
|
20401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20402
20351
|
:type Type: str
|
20403
20352
|
:param _MinSize: HDD本地存储的最小容量
|
20404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20405
20353
|
:type MinSize: int
|
20406
20354
|
:param _MaxSize: HDD本地存储的最大容量
|
20407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20408
20355
|
:type MaxSize: int
|
20409
20356
|
"""
|
20410
20357
|
self._Type = None
|
@@ -20414,7 +20361,6 @@ class StorageBlock(AbstractModel):
|
|
20414
20361
|
@property
|
20415
20362
|
def Type(self):
|
20416
20363
|
"""HDD本地存储类型,值为:LOCAL_PRO.
|
20417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20418
20364
|
:rtype: str
|
20419
20365
|
"""
|
20420
20366
|
return self._Type
|
@@ -20426,7 +20372,6 @@ class StorageBlock(AbstractModel):
|
|
20426
20372
|
@property
|
20427
20373
|
def MinSize(self):
|
20428
20374
|
"""HDD本地存储的最小容量
|
20429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20430
20375
|
:rtype: int
|
20431
20376
|
"""
|
20432
20377
|
return self._MinSize
|
@@ -20438,7 +20383,6 @@ class StorageBlock(AbstractModel):
|
|
20438
20383
|
@property
|
20439
20384
|
def MaxSize(self):
|
20440
20385
|
"""HDD本地存储的最大容量
|
20441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20442
20386
|
:rtype: int
|
20443
20387
|
"""
|
20444
20388
|
return self._MaxSize
|
@@ -33408,13 +33408,7 @@ class DescribeBaselineListRequest(AbstractModel):
|
|
33408
33408
|
:type Limit: int
|
33409
33409
|
:param _Offset: 分页参数
|
33410
33410
|
:type Offset: int
|
33411
|
-
:param _Filters:
|
33412
|
-
<li>StrategyId- Uint64 - 基线策略id</li>
|
33413
|
-
<li>Status - Uint64 - 处理状态1已通过 0未通过</li>
|
33414
|
-
<li>Level - Uint64[] - 威胁等级</li>
|
33415
|
-
<li>BaselineName - String - 基线名称</li>
|
33416
|
-
<li>Quuid- String - 主机quuid</li>
|
33417
|
-
<li>Uuid- String - 主机uuid</li>
|
33411
|
+
:param _Filters: 过滤条件 <li>StrategyId- Uint64 - 基线策略id</li> <li>Status - Uint64 - 处理状态 1-已通过 0-未通过</li> <li>Level - Uint64 - 威胁等级 1-低危 2-中危 3-高危 4-严重</li> <li>BaselineName - String - 基线名称</li> <li>Quuid- String - 主机quuid</li> <li>Uuid- String - 主机uuid</li>
|
33418
33412
|
:type Filters: list of Filters
|
33419
33413
|
"""
|
33420
33414
|
self._Limit = None
|
@@ -33445,13 +33439,7 @@ class DescribeBaselineListRequest(AbstractModel):
|
|
33445
33439
|
|
33446
33440
|
@property
|
33447
33441
|
def Filters(self):
|
33448
|
-
"""
|
33449
|
-
<li>StrategyId- Uint64 - 基线策略id</li>
|
33450
|
-
<li>Status - Uint64 - 处理状态1已通过 0未通过</li>
|
33451
|
-
<li>Level - Uint64[] - 威胁等级</li>
|
33452
|
-
<li>BaselineName - String - 基线名称</li>
|
33453
|
-
<li>Quuid- String - 主机quuid</li>
|
33454
|
-
<li>Uuid- String - 主机uuid</li>
|
33442
|
+
"""过滤条件 <li>StrategyId- Uint64 - 基线策略id</li> <li>Status - Uint64 - 处理状态 1-已通过 0-未通过</li> <li>Level - Uint64 - 威胁等级 1-低危 2-中危 3-高危 4-严重</li> <li>BaselineName - String - 基线名称</li> <li>Quuid- String - 主机quuid</li> <li>Uuid- String - 主机uuid</li>
|
33455
33443
|
:rtype: list of Filters
|
33456
33444
|
"""
|
33457
33445
|
return self._Filters
|
@@ -59355,19 +59343,7 @@ class DescribeVulListRequest(AbstractModel):
|
|
59355
59343
|
:type Limit: int
|
59356
59344
|
:param _Offset: 偏移量,默认为0。
|
59357
59345
|
:type Offset: int
|
59358
|
-
:param _Filters:
|
59359
|
-
<li>Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略</li>
|
59360
|
-
<li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>
|
59361
|
-
<li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
|
59362
|
-
<li>VulName- string -</li>
|
59363
|
-
<li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
|
59364
|
-
<li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
|
59365
|
-
<li>Labels- string- 是否必填:否 - 标签搜索</li>
|
59366
|
-
<li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li>
|
59367
|
-
<li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li>
|
59368
|
-
<li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
|
59369
|
-
|
59370
|
-
|
59346
|
+
:param _Filters: 过滤条件。<li>Status - String - 是否必填:否 - 处理状态 0-待处理 1-已加白 2-已删除 3-已修复 5-检测中 6-修复中 8-修复失败</li><li>ModifyTime - String - 是否必填:否 - 最近发生时间</li><li>Uuid- String - 是否必填:否 - 主机uuid查询</li><li>VulName- string -</li><li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li><li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li><li>Labels- string- 是否必填:否 - 标签搜索</li><li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li><li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li><li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
|
59371
59347
|
:type Filters: list of Filters
|
59372
59348
|
:param _By: 可选排序字段 Level,LastTime,HostCount
|
59373
59349
|
:type By: str
|
@@ -59404,19 +59380,7 @@ class DescribeVulListRequest(AbstractModel):
|
|
59404
59380
|
|
59405
59381
|
@property
|
59406
59382
|
def Filters(self):
|
59407
|
-
"""
|
59408
|
-
<li>Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略</li>
|
59409
|
-
<li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>
|
59410
|
-
<li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
|
59411
|
-
<li>VulName- string -</li>
|
59412
|
-
<li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
|
59413
|
-
<li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
|
59414
|
-
<li>Labels- string- 是否必填:否 - 标签搜索</li>
|
59415
|
-
<li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li>
|
59416
|
-
<li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li>
|
59417
|
-
<li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
|
59418
|
-
|
59419
|
-
|
59383
|
+
"""过滤条件。<li>Status - String - 是否必填:否 - 处理状态 0-待处理 1-已加白 2-已删除 3-已修复 5-检测中 6-修复中 8-修复失败</li><li>ModifyTime - String - 是否必填:否 - 最近发生时间</li><li>Uuid- String - 是否必填:否 - 主机uuid查询</li><li>VulName- string -</li><li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li><li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li><li>Labels- string- 是否必填:否 - 标签搜索</li><li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li><li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li><li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
|
59420
59384
|
:rtype: list of Filters
|
59421
59385
|
"""
|
59422
59386
|
return self._Filters
|
@@ -828,7 +828,7 @@ class CompareObject(AbstractModel):
|
|
828
828
|
:param _ObjectItems: 对象列表
|
829
829
|
注意:此字段可能返回 null,表示取不到有效值。
|
830
830
|
:type ObjectItems: list of CompareObjectItem
|
831
|
-
:param _AdvancedObjects:
|
831
|
+
:param _AdvancedObjects: 高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)
|
832
832
|
注意:此字段可能返回 null,表示取不到有效值。
|
833
833
|
:type AdvancedObjects: list of str
|
834
834
|
"""
|
@@ -862,7 +862,7 @@ class CompareObject(AbstractModel):
|
|
862
862
|
|
863
863
|
@property
|
864
864
|
def AdvancedObjects(self):
|
865
|
-
"""
|
865
|
+
"""高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)
|
866
866
|
注意:此字段可能返回 null,表示取不到有效值。
|
867
867
|
:rtype: list of str
|
868
868
|
"""
|
@@ -6405,11 +6405,17 @@ class GetWeChatBillDetailsRequest(AbstractModel):
|
|
6405
6405
|
|
6406
6406
|
def __init__(self):
|
6407
6407
|
r"""
|
6408
|
-
:param _Date: 拉取的日期(YYYY-MM-DD
|
6408
|
+
:param _Date: 拉取的日期(YYYY-MM-DD)。
|
6409
|
+
- 最大可追溯到365天前。
|
6410
|
+
- 当天6点后才能拉取前一天的数据。
|
6409
6411
|
:type Date: str
|
6410
|
-
:param _Cursor:
|
6412
|
+
:param _Cursor: 游标。
|
6413
|
+
- 用于分页。
|
6414
|
+
- 取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
|
6411
6415
|
:type Cursor: int
|
6412
|
-
:param _RuleId: 需要拉取账单详情业务对应的RuleId
|
6416
|
+
:param _RuleId: 需要拉取账单详情业务对应的RuleId。
|
6417
|
+
- 不传会返回所有RuleId数据。
|
6418
|
+
- 默认为空字符串。
|
6413
6419
|
:type RuleId: str
|
6414
6420
|
"""
|
6415
6421
|
self._Date = None
|
@@ -6418,7 +6424,9 @@ class GetWeChatBillDetailsRequest(AbstractModel):
|
|
6418
6424
|
|
6419
6425
|
@property
|
6420
6426
|
def Date(self):
|
6421
|
-
"""拉取的日期(YYYY-MM-DD
|
6427
|
+
"""拉取的日期(YYYY-MM-DD)。
|
6428
|
+
- 最大可追溯到365天前。
|
6429
|
+
- 当天6点后才能拉取前一天的数据。
|
6422
6430
|
:rtype: str
|
6423
6431
|
"""
|
6424
6432
|
return self._Date
|
@@ -6429,7 +6437,9 @@ class GetWeChatBillDetailsRequest(AbstractModel):
|
|
6429
6437
|
|
6430
6438
|
@property
|
6431
6439
|
def Cursor(self):
|
6432
|
-
"""
|
6440
|
+
"""游标。
|
6441
|
+
- 用于分页。
|
6442
|
+
- 取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
|
6433
6443
|
:rtype: int
|
6434
6444
|
"""
|
6435
6445
|
return self._Cursor
|
@@ -6440,7 +6450,9 @@ class GetWeChatBillDetailsRequest(AbstractModel):
|
|
6440
6450
|
|
6441
6451
|
@property
|
6442
6452
|
def RuleId(self):
|
6443
|
-
"""需要拉取账单详情业务对应的RuleId
|
6453
|
+
"""需要拉取账单详情业务对应的RuleId。
|
6454
|
+
- 不传会返回所有RuleId数据。
|
6455
|
+
- 默认为空字符串。
|
6444
6456
|
:rtype: str
|
6445
6457
|
"""
|
6446
6458
|
return self._RuleId
|
@@ -6471,11 +6483,12 @@ class GetWeChatBillDetailsResponse(AbstractModel):
|
|
6471
6483
|
|
6472
6484
|
def __init__(self):
|
6473
6485
|
r"""
|
6474
|
-
:param _HasNextPage:
|
6486
|
+
:param _HasNextPage: 是否还有下一页。
|
6487
|
+
- 该字段为true时,需要将NextCursor的值作为入参Cursor继续调用本接口。
|
6475
6488
|
:type HasNextPage: bool
|
6476
|
-
:param _NextCursor:
|
6489
|
+
:param _NextCursor: 下一页的游标,用于分页。
|
6477
6490
|
:type NextCursor: int
|
6478
|
-
:param _WeChatBillDetails:
|
6491
|
+
:param _WeChatBillDetails: 数据。
|
6479
6492
|
:type WeChatBillDetails: list of WeChatBillDetail
|
6480
6493
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6481
6494
|
:type RequestId: str
|
@@ -6487,7 +6500,8 @@ class GetWeChatBillDetailsResponse(AbstractModel):
|
|
6487
6500
|
|
6488
6501
|
@property
|
6489
6502
|
def HasNextPage(self):
|
6490
|
-
"""
|
6503
|
+
"""是否还有下一页。
|
6504
|
+
- 该字段为true时,需要将NextCursor的值作为入参Cursor继续调用本接口。
|
6491
6505
|
:rtype: bool
|
6492
6506
|
"""
|
6493
6507
|
return self._HasNextPage
|
@@ -6498,7 +6512,7 @@ class GetWeChatBillDetailsResponse(AbstractModel):
|
|
6498
6512
|
|
6499
6513
|
@property
|
6500
6514
|
def NextCursor(self):
|
6501
|
-
"""
|
6515
|
+
"""下一页的游标,用于分页。
|
6502
6516
|
:rtype: int
|
6503
6517
|
"""
|
6504
6518
|
return self._NextCursor
|
@@ -6509,7 +6523,7 @@ class GetWeChatBillDetailsResponse(AbstractModel):
|
|
6509
6523
|
|
6510
6524
|
@property
|
6511
6525
|
def WeChatBillDetails(self):
|
6512
|
-
"""
|
6526
|
+
"""数据。
|
6513
6527
|
:rtype: list of WeChatBillDetail
|
6514
6528
|
"""
|
6515
6529
|
return self._WeChatBillDetails
|
@@ -89,11 +89,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
89
89
|
|
90
90
|
def __init__(self):
|
91
91
|
r"""
|
92
|
-
:param _Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision
|
93
|
-
各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。
|
94
|
-
|
95
|
-
注意:
|
96
|
-
不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
92
|
+
:param _Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
97
93
|
:type Model: str
|
98
94
|
:param _Messages: 聊天上下文信息。
|
99
95
|
说明:
|
@@ -213,11 +209,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
213
209
|
|
214
210
|
@property
|
215
211
|
def Model(self):
|
216
|
-
"""模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision
|
217
|
-
各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。
|
218
|
-
|
219
|
-
注意:
|
220
|
-
不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
212
|
+
"""模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
221
213
|
:rtype: str
|
222
214
|
"""
|
223
215
|
return self._Model
|