tencentcloud-sdk-python 3.0.1326__py2.py3-none-any.whl → 3.0.1327__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/ccc/v20200210/ccc_client.py +5 -1
- tencentcloud/ccc/v20200210/models.py +4 -4
- tencentcloud/clb/v20180317/clb_client.py +115 -0
- tencentcloud/clb/v20180317/models.py +522 -0
- tencentcloud/cvm/v20170312/models.py +0 -56
- tencentcloud/cwp/v20180228/models.py +4 -40
- tencentcloud/dts/v20211206/models.py +2 -2
- tencentcloud/lkeap/v20240522/lkeap_client.py +8 -5
- tencentcloud/rce/v20201103/models.py +0 -62
- tencentcloud/tcr/v20190924/models.py +0 -14
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/RECORD +17 -17
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1326.dist-info → tencentcloud_sdk_python-3.0.1327.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链路。如account(账号),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链路。如account(账号),index(索引),shardkey(片键,后面可能会调整),schema(库表结构)
|
866
866
|
注意:此字段可能返回 null,表示取不到有效值。
|
867
867
|
:rtype: list of str
|
868
868
|
"""
|
@@ -27,11 +27,14 @@ class LkeapClient(AbstractClient):
|
|
27
27
|
|
28
28
|
|
29
29
|
def ChatCompletions(self, request):
|
30
|
-
"""
|
30
|
+
"""### 接口功能
|
31
31
|
|
32
|
-
|
32
|
+
调用接口,发起一次对话请求。单账号限制接口并发上限为5。
|
33
33
|
如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)
|
34
34
|
|
35
|
+
#### 在线体验
|
36
|
+
如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云大模型知识引擎](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。
|
37
|
+
|
35
38
|
#### 已支持的模型
|
36
39
|
- DeepSeek-V3(model 参数值为**deepseek-v3**)
|
37
40
|
- DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。
|
@@ -40,10 +43,10 @@ class LkeapClient(AbstractClient):
|
|
40
43
|
- DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
|
41
44
|
- 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
|
42
45
|
|
43
|
-
|
46
|
+
### 计费说明
|
44
47
|
- 限时免费
|
45
48
|
|
46
|
-
本接口调用DeepSeek系列模型限时免费。即日至北京时间2025年2月25日23:59:59,所有腾讯云用户均可享受DeepSeek-V3、DeepSeek-R1模型限时免费服务,单账号限制接口并发上限为5
|
49
|
+
本接口调用DeepSeek系列模型限时免费。即日至北京时间2025年2月25日23:59:59,所有腾讯云用户均可享受DeepSeek-V3、DeepSeek-R1模型限时免费服务,单账号限制接口并发上限为5。在此之后,模型价格将恢复至原价,单账号限制接口并发上限为5。
|
47
50
|
- 标准计费(2025年2月26日起生效)
|
48
51
|
|
49
52
|

|
@@ -55,7 +58,7 @@ class LkeapClient(AbstractClient):
|
|
55
58
|
> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)
|
56
59
|
|
57
60
|
|
58
|
-
|
61
|
+
### 快速接入
|
59
62
|
1. 完成[实名认证](https://console.cloud.tencent.com/developer/auth)。
|
60
63
|
2. 主账户前往[控制台](https://console.cloud.tencent.com/lkeap)开通服务。若为子账户,需由主账号在[权限管理](https://console.cloud.tencent.com/cam)中为子账号授权,关联预设策略,策略名称:QcloudLKEAPFullAccess。
|
61
64
|
3. 通过API Explorer[在线调试](https://console.cloud.tencent.com/api/explorer?Product=lkeap&Version=2024-05-22&Action=ChatCompletions)。
|