tencentcloud-sdk-python 3.0.1325__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/asr/v20190614/asr_client.py +1 -1
- tencentcloud/batch/v20170312/models.py +0 -60
- 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 -64
- tencentcloud/cwp/v20180228/models.py +4 -40
- tencentcloud/dts/v20211206/models.py +2 -2
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +197 -0
- tencentcloud/ess/v20201111/models.py +4 -4
- tencentcloud/essbasic/v20210526/models.py +4 -4
- tencentcloud/hai/v20230812/errorcodes.py +12 -0
- tencentcloud/live/v20180801/models.py +15 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +8 -5
- tencentcloud/rce/v20201103/models.py +30 -130
- tencentcloud/tcr/v20190924/models.py +0 -14
- tencentcloud/trtc/v20190722/models.py +15 -62
- tencentcloud/waf/v20180125/errorcodes.py +6 -0
- tencentcloud/waf/v20180125/models.py +348 -37
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/RECORD +27 -27
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1325.dist-info → tencentcloud_sdk_python-3.0.1327.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1325.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
|
@@ -12846,10 +12840,8 @@ class InstanceChargePrepaid(AbstractModel):
|
|
12846
12840
|
def __init__(self):
|
12847
12841
|
r"""
|
12848
12842
|
:param _Period: 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60。
|
12849
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12850
12843
|
:type Period: int
|
12851
12844
|
:param _RenewFlag: 自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
|
12852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12853
12845
|
:type RenewFlag: str
|
12854
12846
|
"""
|
12855
12847
|
self._Period = None
|
@@ -12858,7 +12850,6 @@ class InstanceChargePrepaid(AbstractModel):
|
|
12858
12850
|
@property
|
12859
12851
|
def Period(self):
|
12860
12852
|
"""购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60。
|
12861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12862
12853
|
:rtype: int
|
12863
12854
|
"""
|
12864
12855
|
return self._Period
|
@@ -12870,7 +12861,6 @@ class InstanceChargePrepaid(AbstractModel):
|
|
12870
12861
|
@property
|
12871
12862
|
def RenewFlag(self):
|
12872
12863
|
"""自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
|
12873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12874
12864
|
:rtype: str
|
12875
12865
|
"""
|
12876
12866
|
return self._RenewFlag
|
@@ -13352,7 +13342,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13352
13342
|
:param _NetworkCard: 网卡类型,例如:25代表25G网卡
|
13353
13343
|
:type NetworkCard: int
|
13354
13344
|
:param _Externals: 扩展属性。
|
13355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13356
13345
|
:type Externals: :class:`tencentcloud.cvm.v20170312.models.Externals`
|
13357
13346
|
:param _Cpu: 实例的CPU核数,单位:核。
|
13358
13347
|
:type Cpu: int
|
@@ -13369,7 +13358,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13369
13358
|
:param _Price: 实例的售卖价格。
|
13370
13359
|
:type Price: :class:`tencentcloud.cvm.v20170312.models.ItemPrice`
|
13371
13360
|
:param _SoldOutReason: 售罄原因。
|
13372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13373
13361
|
:type SoldOutReason: str
|
13374
13362
|
:param _InstanceBandwidth: 内网带宽,单位Gbps。
|
13375
13363
|
:type InstanceBandwidth: float
|
@@ -13394,7 +13382,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13394
13382
|
<li>NormalStock:表示对应库存供应有保障</li>
|
13395
13383
|
<li> UnderStock:表示对应库存即将售罄</li>
|
13396
13384
|
<li>WithoutStock:表示对应库存已经售罄</li>
|
13397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13398
13385
|
:type StatusCategory: str
|
13399
13386
|
"""
|
13400
13387
|
self._Zone = None
|
@@ -13468,7 +13455,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13468
13455
|
@property
|
13469
13456
|
def Externals(self):
|
13470
13457
|
"""扩展属性。
|
13471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13472
13458
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.Externals`
|
13473
13459
|
"""
|
13474
13460
|
return self._Externals
|
@@ -13557,7 +13543,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13557
13543
|
@property
|
13558
13544
|
def SoldOutReason(self):
|
13559
13545
|
"""售罄原因。
|
13560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13561
13546
|
:rtype: str
|
13562
13547
|
"""
|
13563
13548
|
return self._SoldOutReason
|
@@ -13672,7 +13657,6 @@ class InstanceTypeQuotaItem(AbstractModel):
|
|
13672
13657
|
<li>NormalStock:表示对应库存供应有保障</li>
|
13673
13658
|
<li> UnderStock:表示对应库存即将售罄</li>
|
13674
13659
|
<li>WithoutStock:表示对应库存已经售罄</li>
|
13675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13676
13660
|
:rtype: str
|
13677
13661
|
"""
|
13678
13662
|
return self._StatusCategory
|
@@ -13937,69 +13921,50 @@ class ItemPrice(AbstractModel):
|
|
13937
13921
|
def __init__(self):
|
13938
13922
|
r"""
|
13939
13923
|
:param _UnitPrice: 后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
13940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13941
13924
|
:type UnitPrice: float
|
13942
13925
|
:param _ChargeUnit: 后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>
|
13943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13944
13926
|
:type ChargeUnit: str
|
13945
13927
|
:param _OriginalPrice: 预支合计费用的原价,预付费模式使用,单位:元。
|
13946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13947
13928
|
:type OriginalPrice: float
|
13948
13929
|
:param _DiscountPrice: 预支合计费用的折扣价,预付费模式使用,单位:元。
|
13949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13950
13930
|
:type DiscountPrice: float
|
13951
13931
|
:param _Discount: 折扣,如20.0代表2折。
|
13952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13953
13932
|
:type Discount: float
|
13954
13933
|
:param _UnitPriceDiscount: 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
13955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13956
13934
|
:type UnitPriceDiscount: float
|
13957
13935
|
:param _UnitPriceSecondStep: 使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。
|
13958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13959
13936
|
:type UnitPriceSecondStep: float
|
13960
13937
|
:param _UnitPriceDiscountSecondStep: 使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元
|
13961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13962
13938
|
:type UnitPriceDiscountSecondStep: float
|
13963
13939
|
:param _UnitPriceThirdStep: 使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。
|
13964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13965
13940
|
:type UnitPriceThirdStep: float
|
13966
13941
|
:param _UnitPriceDiscountThirdStep: 使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元
|
13967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13968
13942
|
:type UnitPriceDiscountThirdStep: float
|
13969
13943
|
:param _OriginalPriceThreeYear: 预支三年合计费用的原价,预付费模式使用,单位:元。
|
13970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13971
13944
|
注意:此字段可能返回 null,表示取不到有效值。
|
13972
13945
|
:type OriginalPriceThreeYear: float
|
13973
13946
|
:param _DiscountPriceThreeYear: 预支三年合计费用的折扣价,预付费模式使用,单位:元。
|
13974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13975
13947
|
注意:此字段可能返回 null,表示取不到有效值。
|
13976
13948
|
:type DiscountPriceThreeYear: float
|
13977
13949
|
:param _DiscountThreeYear: 预支三年应用的折扣,如20.0代表2折。
|
13978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13979
13950
|
注意:此字段可能返回 null,表示取不到有效值。
|
13980
13951
|
:type DiscountThreeYear: float
|
13981
13952
|
:param _OriginalPriceFiveYear: 预支五年合计费用的原价,预付费模式使用,单位:元。
|
13982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13983
13953
|
注意:此字段可能返回 null,表示取不到有效值。
|
13984
13954
|
:type OriginalPriceFiveYear: float
|
13985
13955
|
:param _DiscountPriceFiveYear: 预支五年合计费用的折扣价,预付费模式使用,单位:元。
|
13986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13987
13956
|
注意:此字段可能返回 null,表示取不到有效值。
|
13988
13957
|
:type DiscountPriceFiveYear: float
|
13989
13958
|
:param _DiscountFiveYear: 预支五年应用的折扣,如20.0代表2折。
|
13990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13991
13959
|
注意:此字段可能返回 null,表示取不到有效值。
|
13992
13960
|
:type DiscountFiveYear: float
|
13993
13961
|
:param _OriginalPriceOneYear: 预支一年合计费用的原价,预付费模式使用,单位:元。
|
13994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13995
13962
|
注意:此字段可能返回 null,表示取不到有效值。
|
13996
13963
|
:type OriginalPriceOneYear: float
|
13997
13964
|
:param _DiscountPriceOneYear: 预支一年合计费用的折扣价,预付费模式使用,单位:元。
|
13998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13999
13965
|
注意:此字段可能返回 null,表示取不到有效值。
|
14000
13966
|
:type DiscountPriceOneYear: float
|
14001
13967
|
:param _DiscountOneYear: 预支一年应用的折扣,如20.0代表2折。
|
14002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14003
13968
|
注意:此字段可能返回 null,表示取不到有效值。
|
14004
13969
|
:type DiscountOneYear: float
|
14005
13970
|
"""
|
@@ -14026,7 +13991,6 @@ class ItemPrice(AbstractModel):
|
|
14026
13991
|
@property
|
14027
13992
|
def UnitPrice(self):
|
14028
13993
|
"""后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
14029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14030
13994
|
:rtype: float
|
14031
13995
|
"""
|
14032
13996
|
return self._UnitPrice
|
@@ -14038,7 +14002,6 @@ class ItemPrice(AbstractModel):
|
|
14038
14002
|
@property
|
14039
14003
|
def ChargeUnit(self):
|
14040
14004
|
"""后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>
|
14041
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14042
14005
|
:rtype: str
|
14043
14006
|
"""
|
14044
14007
|
return self._ChargeUnit
|
@@ -14050,7 +14013,6 @@ class ItemPrice(AbstractModel):
|
|
14050
14013
|
@property
|
14051
14014
|
def OriginalPrice(self):
|
14052
14015
|
"""预支合计费用的原价,预付费模式使用,单位:元。
|
14053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14054
14016
|
:rtype: float
|
14055
14017
|
"""
|
14056
14018
|
return self._OriginalPrice
|
@@ -14062,7 +14024,6 @@ class ItemPrice(AbstractModel):
|
|
14062
14024
|
@property
|
14063
14025
|
def DiscountPrice(self):
|
14064
14026
|
"""预支合计费用的折扣价,预付费模式使用,单位:元。
|
14065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14066
14027
|
:rtype: float
|
14067
14028
|
"""
|
14068
14029
|
return self._DiscountPrice
|
@@ -14074,7 +14035,6 @@ class ItemPrice(AbstractModel):
|
|
14074
14035
|
@property
|
14075
14036
|
def Discount(self):
|
14076
14037
|
"""折扣,如20.0代表2折。
|
14077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14078
14038
|
:rtype: float
|
14079
14039
|
"""
|
14080
14040
|
return self._Discount
|
@@ -14086,7 +14046,6 @@ class ItemPrice(AbstractModel):
|
|
14086
14046
|
@property
|
14087
14047
|
def UnitPriceDiscount(self):
|
14088
14048
|
"""后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
14089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14090
14049
|
:rtype: float
|
14091
14050
|
"""
|
14092
14051
|
return self._UnitPriceDiscount
|
@@ -14098,7 +14057,6 @@ class ItemPrice(AbstractModel):
|
|
14098
14057
|
@property
|
14099
14058
|
def UnitPriceSecondStep(self):
|
14100
14059
|
"""使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。
|
14101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14102
14060
|
:rtype: float
|
14103
14061
|
"""
|
14104
14062
|
return self._UnitPriceSecondStep
|
@@ -14110,7 +14068,6 @@ class ItemPrice(AbstractModel):
|
|
14110
14068
|
@property
|
14111
14069
|
def UnitPriceDiscountSecondStep(self):
|
14112
14070
|
"""使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元
|
14113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14114
14071
|
:rtype: float
|
14115
14072
|
"""
|
14116
14073
|
return self._UnitPriceDiscountSecondStep
|
@@ -14122,7 +14079,6 @@ class ItemPrice(AbstractModel):
|
|
14122
14079
|
@property
|
14123
14080
|
def UnitPriceThirdStep(self):
|
14124
14081
|
"""使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。
|
14125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14126
14082
|
:rtype: float
|
14127
14083
|
"""
|
14128
14084
|
return self._UnitPriceThirdStep
|
@@ -14134,7 +14090,6 @@ class ItemPrice(AbstractModel):
|
|
14134
14090
|
@property
|
14135
14091
|
def UnitPriceDiscountThirdStep(self):
|
14136
14092
|
"""使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元
|
14137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14138
14093
|
:rtype: float
|
14139
14094
|
"""
|
14140
14095
|
return self._UnitPriceDiscountThirdStep
|
@@ -14146,7 +14101,6 @@ class ItemPrice(AbstractModel):
|
|
14146
14101
|
@property
|
14147
14102
|
def OriginalPriceThreeYear(self):
|
14148
14103
|
"""预支三年合计费用的原价,预付费模式使用,单位:元。
|
14149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14150
14104
|
注意:此字段可能返回 null,表示取不到有效值。
|
14151
14105
|
:rtype: float
|
14152
14106
|
"""
|
@@ -14159,7 +14113,6 @@ class ItemPrice(AbstractModel):
|
|
14159
14113
|
@property
|
14160
14114
|
def DiscountPriceThreeYear(self):
|
14161
14115
|
"""预支三年合计费用的折扣价,预付费模式使用,单位:元。
|
14162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14163
14116
|
注意:此字段可能返回 null,表示取不到有效值。
|
14164
14117
|
:rtype: float
|
14165
14118
|
"""
|
@@ -14172,7 +14125,6 @@ class ItemPrice(AbstractModel):
|
|
14172
14125
|
@property
|
14173
14126
|
def DiscountThreeYear(self):
|
14174
14127
|
"""预支三年应用的折扣,如20.0代表2折。
|
14175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14176
14128
|
注意:此字段可能返回 null,表示取不到有效值。
|
14177
14129
|
:rtype: float
|
14178
14130
|
"""
|
@@ -14185,7 +14137,6 @@ class ItemPrice(AbstractModel):
|
|
14185
14137
|
@property
|
14186
14138
|
def OriginalPriceFiveYear(self):
|
14187
14139
|
"""预支五年合计费用的原价,预付费模式使用,单位:元。
|
14188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14189
14140
|
注意:此字段可能返回 null,表示取不到有效值。
|
14190
14141
|
:rtype: float
|
14191
14142
|
"""
|
@@ -14198,7 +14149,6 @@ class ItemPrice(AbstractModel):
|
|
14198
14149
|
@property
|
14199
14150
|
def DiscountPriceFiveYear(self):
|
14200
14151
|
"""预支五年合计费用的折扣价,预付费模式使用,单位:元。
|
14201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14202
14152
|
注意:此字段可能返回 null,表示取不到有效值。
|
14203
14153
|
:rtype: float
|
14204
14154
|
"""
|
@@ -14211,7 +14161,6 @@ class ItemPrice(AbstractModel):
|
|
14211
14161
|
@property
|
14212
14162
|
def DiscountFiveYear(self):
|
14213
14163
|
"""预支五年应用的折扣,如20.0代表2折。
|
14214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14215
14164
|
注意:此字段可能返回 null,表示取不到有效值。
|
14216
14165
|
:rtype: float
|
14217
14166
|
"""
|
@@ -14224,7 +14173,6 @@ class ItemPrice(AbstractModel):
|
|
14224
14173
|
@property
|
14225
14174
|
def OriginalPriceOneYear(self):
|
14226
14175
|
"""预支一年合计费用的原价,预付费模式使用,单位:元。
|
14227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14228
14176
|
注意:此字段可能返回 null,表示取不到有效值。
|
14229
14177
|
:rtype: float
|
14230
14178
|
"""
|
@@ -14237,7 +14185,6 @@ class ItemPrice(AbstractModel):
|
|
14237
14185
|
@property
|
14238
14186
|
def DiscountPriceOneYear(self):
|
14239
14187
|
"""预支一年合计费用的折扣价,预付费模式使用,单位:元。
|
14240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14241
14188
|
注意:此字段可能返回 null,表示取不到有效值。
|
14242
14189
|
:rtype: float
|
14243
14190
|
"""
|
@@ -14250,7 +14197,6 @@ class ItemPrice(AbstractModel):
|
|
14250
14197
|
@property
|
14251
14198
|
def DiscountOneYear(self):
|
14252
14199
|
"""预支一年应用的折扣,如20.0代表2折。
|
14253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14254
14200
|
注意:此字段可能返回 null,表示取不到有效值。
|
14255
14201
|
:rtype: float
|
14256
14202
|
"""
|
@@ -20402,13 +20348,10 @@ class StorageBlock(AbstractModel):
|
|
20402
20348
|
def __init__(self):
|
20403
20349
|
r"""
|
20404
20350
|
:param _Type: HDD本地存储类型,值为:LOCAL_PRO.
|
20405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20406
20351
|
:type Type: str
|
20407
20352
|
:param _MinSize: HDD本地存储的最小容量
|
20408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20409
20353
|
:type MinSize: int
|
20410
20354
|
:param _MaxSize: HDD本地存储的最大容量
|
20411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20412
20355
|
:type MaxSize: int
|
20413
20356
|
"""
|
20414
20357
|
self._Type = None
|
@@ -20418,7 +20361,6 @@ class StorageBlock(AbstractModel):
|
|
20418
20361
|
@property
|
20419
20362
|
def Type(self):
|
20420
20363
|
"""HDD本地存储类型,值为:LOCAL_PRO.
|
20421
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20422
20364
|
:rtype: str
|
20423
20365
|
"""
|
20424
20366
|
return self._Type
|
@@ -20430,7 +20372,6 @@ class StorageBlock(AbstractModel):
|
|
20430
20372
|
@property
|
20431
20373
|
def MinSize(self):
|
20432
20374
|
"""HDD本地存储的最小容量
|
20433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20434
20375
|
:rtype: int
|
20435
20376
|
"""
|
20436
20377
|
return self._MinSize
|
@@ -20442,7 +20383,6 @@ class StorageBlock(AbstractModel):
|
|
20442
20383
|
@property
|
20443
20384
|
def MaxSize(self):
|
20444
20385
|
"""HDD本地存储的最大容量
|
20445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20446
20386
|
:rtype: int
|
20447
20387
|
"""
|
20448
20388
|
return self._MaxSize
|
@@ -20727,12 +20667,10 @@ class SystemDisk(AbstractModel):
|
|
20727
20667
|
:param _DiskSize: 系统盘大小,单位:GB。默认值为 50
|
20728
20668
|
:type DiskSize: int
|
20729
20669
|
:param _CdcId: 所属的独享集群ID。
|
20730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20731
20670
|
:type CdcId: str
|
20732
20671
|
:param _DiskName: 磁盘名称,长度不超过128 个字符。
|
20733
20672
|
|
20734
20673
|
该参数正在邀测中,暂未开放使用。
|
20735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20736
20674
|
:type DiskName: str
|
20737
20675
|
"""
|
20738
20676
|
self._DiskType = None
|
@@ -20787,7 +20725,6 @@ class SystemDisk(AbstractModel):
|
|
20787
20725
|
@property
|
20788
20726
|
def CdcId(self):
|
20789
20727
|
"""所属的独享集群ID。
|
20790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20791
20728
|
:rtype: str
|
20792
20729
|
"""
|
20793
20730
|
return self._CdcId
|
@@ -20801,7 +20738,6 @@ class SystemDisk(AbstractModel):
|
|
20801
20738
|
"""磁盘名称,长度不超过128 个字符。
|
20802
20739
|
|
20803
20740
|
该参数正在邀测中,暂未开放使用。
|
20804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20805
20741
|
:rtype: str
|
20806
20742
|
"""
|
20807
20743
|
return self._DiskName
|
@@ -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
|
"""
|
@@ -443,6 +443,29 @@ class EmrClient(AbstractClient):
|
|
443
443
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
444
444
|
|
445
445
|
|
446
|
+
def DescribeDAGInfo(self, request):
|
447
|
+
"""查询DAG信息
|
448
|
+
|
449
|
+
:param request: Request instance for DescribeDAGInfo.
|
450
|
+
:type request: :class:`tencentcloud.emr.v20190103.models.DescribeDAGInfoRequest`
|
451
|
+
:rtype: :class:`tencentcloud.emr.v20190103.models.DescribeDAGInfoResponse`
|
452
|
+
|
453
|
+
"""
|
454
|
+
try:
|
455
|
+
params = request._serialize()
|
456
|
+
headers = request.headers
|
457
|
+
body = self.call("DescribeDAGInfo", params, headers=headers)
|
458
|
+
response = json.loads(body)
|
459
|
+
model = models.DescribeDAGInfoResponse()
|
460
|
+
model._deserialize(response["Response"])
|
461
|
+
return model
|
462
|
+
except Exception as e:
|
463
|
+
if isinstance(e, TencentCloudSDKException):
|
464
|
+
raise
|
465
|
+
else:
|
466
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
467
|
+
|
468
|
+
|
446
469
|
def DescribeEmrApplicationStatics(self, request):
|
447
470
|
"""yarn application 统计接口查询
|
448
471
|
|