tencentcloud-sdk-python 3.0.1341__py2.py3-none-any.whl → 3.0.1343__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/bi/v20220105/models.py +68 -0
- tencentcloud/billing/v20180709/billing_client.py +3 -1
- tencentcloud/billing/v20180709/models.py +90 -456
- tencentcloud/captcha/v20190722/models.py +6 -24
- tencentcloud/cdc/v20201214/models.py +0 -12
- tencentcloud/cdwpg/v20201230/models.py +4 -4
- tencentcloud/cdz/v20221123/models.py +0 -4
- tencentcloud/cfg/v20210820/models.py +0 -192
- tencentcloud/cfs/v20190719/errorcodes.py +3 -0
- tencentcloud/clb/v20180317/clb_client.py +2 -2
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/models.py +211 -4
- tencentcloud/cwp/v20180228/models.py +160 -42
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
- tencentcloud/dbbrain/v20210527/models.py +1743 -387
- tencentcloud/domain/v20180808/models.py +30 -26
- tencentcloud/dts/v20180330/models.py +0 -6
- tencentcloud/dts/v20211206/models.py +2 -210
- tencentcloud/ess/v20201111/models.py +136 -4
- tencentcloud/essbasic/v20210526/models.py +128 -6
- tencentcloud/hunyuan/v20230901/models.py +97 -21
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
- tencentcloud/iotexplorer/v20190423/models.py +995 -65
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20211125/models.py +188 -0
- tencentcloud/lcic/v20220817/errorcodes.py +1 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +12 -9
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +24 -17
- tencentcloud/lighthouse/v20200324/models.py +68 -36
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/models.py +4 -8
- tencentcloud/mariadb/v20170312/models.py +0 -24
- tencentcloud/mongodb/v20190725/models.py +6 -6
- tencentcloud/mps/v20190612/models.py +170 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +9 -0
- tencentcloud/organization/v20210331/errorcodes.py +3 -0
- tencentcloud/organization/v20210331/models.py +0 -82
- tencentcloud/redis/v20180412/models.py +8 -8
- tencentcloud/ses/v20201002/models.py +2 -4
- tencentcloud/tat/v20201028/models.py +10 -8
- tencentcloud/tcb/v20180608/models.py +0 -234
- tencentcloud/tdmq/v20200217/models.py +17 -198
- tencentcloud/teo/v20220901/models.py +1182 -21
- tencentcloud/teo/v20220901/teo_client.py +8 -4
- tencentcloud/tione/v20211111/models.py +90 -0
- tencentcloud/trocket/v20230308/models.py +109 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trro/v20220325/models.py +140 -0
- tencentcloud/trro/v20220325/trro_client.py +25 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- tencentcloud/vpc/v20170312/errorcodes.py +9 -0
- tencentcloud/vrs/v20200824/models.py +32 -0
- tencentcloud/waf/v20180125/models.py +398 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +77 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.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
|
@@ -40004,8 +40004,7 @@ class DescribeImportMachineInfoRequest(AbstractModel):
|
|
40004
40004
|
:type ImportType: str
|
40005
40005
|
:param _IsQueryProMachine: 该参数已作废.
|
40006
40006
|
:type IsQueryProMachine: bool
|
40007
|
-
:param _Filters:
|
40008
|
-
<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:普惠版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+普惠版</li>
|
40007
|
+
:param _Filters: 过滤条件:<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:轻量版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+轻量版</li>
|
40009
40008
|
:type Filters: list of Filters
|
40010
40009
|
"""
|
40011
40010
|
self._MachineList = None
|
@@ -40048,8 +40047,7 @@ class DescribeImportMachineInfoRequest(AbstractModel):
|
|
40048
40047
|
|
40049
40048
|
@property
|
40050
40049
|
def Filters(self):
|
40051
|
-
"""
|
40052
|
-
<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:普惠版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+普惠版</li>
|
40050
|
+
"""过滤条件:<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:轻量版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+轻量版</li>
|
40053
40051
|
:rtype: list of Filters
|
40054
40052
|
"""
|
40055
40053
|
return self._Filters
|
@@ -41036,7 +41034,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
|
|
41036
41034
|
:type FlagshipVersionLicenseCnt: int
|
41037
41035
|
:param _ProVersionLicenseCnt: 专业版总授权数(有效订单)
|
41038
41036
|
:type ProVersionLicenseCnt: int
|
41039
|
-
:param _CwpVersionLicenseCnt:
|
41037
|
+
:param _CwpVersionLicenseCnt: 轻量版总授权数(有效订单的授权数)
|
41040
41038
|
:type CwpVersionLicenseCnt: int
|
41041
41039
|
:param _AvailableLHLicenseCnt: 可用惠普版授权数
|
41042
41040
|
:type AvailableLHLicenseCnt: int
|
@@ -41217,7 +41215,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
|
|
41217
41215
|
|
41218
41216
|
@property
|
41219
41217
|
def CwpVersionLicenseCnt(self):
|
41220
|
-
"""
|
41218
|
+
"""轻量版总授权数(有效订单的授权数)
|
41221
41219
|
:rtype: int
|
41222
41220
|
"""
|
41223
41221
|
return self._CwpVersionLicenseCnt
|
@@ -41614,7 +41612,7 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
|
|
41614
41612
|
:type FlagShip: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
|
41615
41613
|
:param _Professional: 专业版 配置信息
|
41616
41614
|
:type Professional: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
|
41617
|
-
:param _PrattWhitney:
|
41615
|
+
:param _PrattWhitney: 轻量版 配置信息
|
41618
41616
|
:type PrattWhitney: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
|
41619
41617
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
41620
41618
|
:type RequestId: str
|
@@ -41648,7 +41646,7 @@ class DescribeLicenseWhiteConfigResponse(AbstractModel):
|
|
41648
41646
|
|
41649
41647
|
@property
|
41650
41648
|
def PrattWhitney(self):
|
41651
|
-
"""
|
41649
|
+
"""轻量版 配置信息
|
41652
41650
|
:rtype: :class:`tencentcloud.cwp.v20180228.models.VersionWhiteConfig`
|
41653
41651
|
"""
|
41654
41652
|
return self._PrattWhitney
|
@@ -43502,7 +43500,7 @@ class DescribeMachineGeneralResponse(AbstractModel):
|
|
43502
43500
|
:type DeadlineMachineCnt: int
|
43503
43501
|
:param _NotProtectMachineCnt: 未防护机器数
|
43504
43502
|
:type NotProtectMachineCnt: int
|
43505
|
-
:param _LHGeneralDiscountCnt:
|
43503
|
+
:param _LHGeneralDiscountCnt: 已防护轻量机器数(Lighthouse机器)
|
43506
43504
|
:type LHGeneralDiscountCnt: int
|
43507
43505
|
:param _CompareYesterdayMachineCnt: 比较昨日新增的主机数
|
43508
43506
|
:type CompareYesterdayMachineCnt: int
|
@@ -43733,7 +43731,7 @@ class DescribeMachineGeneralResponse(AbstractModel):
|
|
43733
43731
|
|
43734
43732
|
@property
|
43735
43733
|
def LHGeneralDiscountCnt(self):
|
43736
|
-
"""
|
43734
|
+
"""已防护轻量机器数(Lighthouse机器)
|
43737
43735
|
:rtype: int
|
43738
43736
|
"""
|
43739
43737
|
return self._LHGeneralDiscountCnt
|
@@ -43923,7 +43921,7 @@ class DescribeMachineInfoResponse(AbstractModel):
|
|
43923
43921
|
:type ProVersionDeadline: str
|
43924
43922
|
:param _HasAssetScan: 是否有资产扫描记录,0无,1有
|
43925
43923
|
:type HasAssetScan: int
|
43926
|
-
:param _ProtectType: 防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT
|
43924
|
+
:param _ProtectType: 防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
|
43927
43925
|
:type ProtectType: str
|
43928
43926
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
43929
43927
|
:type RequestId: str
|
@@ -44172,7 +44170,7 @@ class DescribeMachineInfoResponse(AbstractModel):
|
|
44172
44170
|
|
44173
44171
|
@property
|
44174
44172
|
def ProtectType(self):
|
44175
|
-
"""防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT
|
44173
|
+
"""防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
|
44176
44174
|
:rtype: str
|
44177
44175
|
"""
|
44178
44176
|
return self._ProtectType
|
@@ -49082,12 +49080,18 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
|
|
49082
49080
|
:type Order: str
|
49083
49081
|
:param _By: 排序字段支持CreateTime
|
49084
49082
|
:type By: str
|
49083
|
+
:param _CreateBeginTime: 事件创建起始时间
|
49084
|
+
:type CreateBeginTime: str
|
49085
|
+
:param _CreateEndTime: 事件创建结束时间
|
49086
|
+
:type CreateEndTime: str
|
49085
49087
|
"""
|
49086
49088
|
self._Limit = None
|
49087
49089
|
self._Offset = None
|
49088
49090
|
self._Filters = None
|
49089
49091
|
self._Order = None
|
49090
49092
|
self._By = None
|
49093
|
+
self._CreateBeginTime = None
|
49094
|
+
self._CreateEndTime = None
|
49091
49095
|
|
49092
49096
|
@property
|
49093
49097
|
def Limit(self):
|
@@ -49147,6 +49151,28 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
|
|
49147
49151
|
def By(self, By):
|
49148
49152
|
self._By = By
|
49149
49153
|
|
49154
|
+
@property
|
49155
|
+
def CreateBeginTime(self):
|
49156
|
+
"""事件创建起始时间
|
49157
|
+
:rtype: str
|
49158
|
+
"""
|
49159
|
+
return self._CreateBeginTime
|
49160
|
+
|
49161
|
+
@CreateBeginTime.setter
|
49162
|
+
def CreateBeginTime(self, CreateBeginTime):
|
49163
|
+
self._CreateBeginTime = CreateBeginTime
|
49164
|
+
|
49165
|
+
@property
|
49166
|
+
def CreateEndTime(self):
|
49167
|
+
"""事件创建结束时间
|
49168
|
+
:rtype: str
|
49169
|
+
"""
|
49170
|
+
return self._CreateEndTime
|
49171
|
+
|
49172
|
+
@CreateEndTime.setter
|
49173
|
+
def CreateEndTime(self, CreateEndTime):
|
49174
|
+
self._CreateEndTime = CreateEndTime
|
49175
|
+
|
49150
49176
|
|
49151
49177
|
def _deserialize(self, params):
|
49152
49178
|
self._Limit = params.get("Limit")
|
@@ -49159,6 +49185,8 @@ class DescribeRansomDefenseEventsListRequest(AbstractModel):
|
|
49159
49185
|
self._Filters.append(obj)
|
49160
49186
|
self._Order = params.get("Order")
|
49161
49187
|
self._By = params.get("By")
|
49188
|
+
self._CreateBeginTime = params.get("CreateBeginTime")
|
49189
|
+
self._CreateEndTime = params.get("CreateEndTime")
|
49162
49190
|
memeber_set = set(params.keys())
|
49163
49191
|
for name, value in vars(self).items():
|
49164
49192
|
property_name = name[1:]
|
@@ -52982,7 +53010,7 @@ class DescribeScanVulSettingResponse(AbstractModel):
|
|
52982
53010
|
:type EndTime: str
|
52983
53011
|
:param _ClickTimeout: 一键扫描超时时长,如:1800秒(s)
|
52984
53012
|
:type ClickTimeout: int
|
52985
|
-
:param _Uuids:
|
53013
|
+
:param _Uuids: 为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机
|
52986
53014
|
:type Uuids: list of str
|
52987
53015
|
:param _ScanMethod: 0版本比对,2版本比对+poc
|
52988
53016
|
:type ScanMethod: int
|
@@ -53103,7 +53131,7 @@ class DescribeScanVulSettingResponse(AbstractModel):
|
|
53103
53131
|
|
53104
53132
|
@property
|
53105
53133
|
def Uuids(self):
|
53106
|
-
"""
|
53134
|
+
"""为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机
|
53107
53135
|
:rtype: list of str
|
53108
53136
|
"""
|
53109
53137
|
return self._Uuids
|
@@ -56651,7 +56679,7 @@ class DescribeVersionStatisticsResponse(AbstractModel):
|
|
56651
56679
|
:type ProVersionNum: int
|
56652
56680
|
:param _UltimateVersionNum: 旗舰版数量
|
56653
56681
|
:type UltimateVersionNum: int
|
56654
|
-
:param _GeneralVersionNum:
|
56682
|
+
:param _GeneralVersionNum: 轻量版数量
|
56655
56683
|
:type GeneralVersionNum: int
|
56656
56684
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
56657
56685
|
:type RequestId: str
|
@@ -56697,7 +56725,7 @@ class DescribeVersionStatisticsResponse(AbstractModel):
|
|
56697
56725
|
|
56698
56726
|
@property
|
56699
56727
|
def GeneralVersionNum(self):
|
56700
|
-
"""
|
56728
|
+
"""轻量版数量
|
56701
56729
|
:rtype: int
|
56702
56730
|
"""
|
56703
56731
|
return self._GeneralVersionNum
|
@@ -73736,6 +73764,12 @@ class HostTagInfo(AbstractModel):
|
|
73736
73764
|
:type CloudTags: list of Tags
|
73737
73765
|
:param _InstanceID: 主机instance ID
|
73738
73766
|
:type InstanceID: str
|
73767
|
+
:param _MachineType: 主机类型
|
73768
|
+
:type MachineType: str
|
73769
|
+
:param _RegionName: 可用区名称
|
73770
|
+
:type RegionName: str
|
73771
|
+
:param _RegionId: 可用区ID
|
73772
|
+
:type RegionId: int
|
73739
73773
|
"""
|
73740
73774
|
self._Quuid = None
|
73741
73775
|
self._TagList = None
|
@@ -73749,6 +73783,9 @@ class HostTagInfo(AbstractModel):
|
|
73749
73783
|
self._VulNum = None
|
73750
73784
|
self._CloudTags = None
|
73751
73785
|
self._InstanceID = None
|
73786
|
+
self._MachineType = None
|
73787
|
+
self._RegionName = None
|
73788
|
+
self._RegionId = None
|
73752
73789
|
|
73753
73790
|
@property
|
73754
73791
|
def Quuid(self):
|
@@ -73882,6 +73919,39 @@ class HostTagInfo(AbstractModel):
|
|
73882
73919
|
def InstanceID(self, InstanceID):
|
73883
73920
|
self._InstanceID = InstanceID
|
73884
73921
|
|
73922
|
+
@property
|
73923
|
+
def MachineType(self):
|
73924
|
+
"""主机类型
|
73925
|
+
:rtype: str
|
73926
|
+
"""
|
73927
|
+
return self._MachineType
|
73928
|
+
|
73929
|
+
@MachineType.setter
|
73930
|
+
def MachineType(self, MachineType):
|
73931
|
+
self._MachineType = MachineType
|
73932
|
+
|
73933
|
+
@property
|
73934
|
+
def RegionName(self):
|
73935
|
+
"""可用区名称
|
73936
|
+
:rtype: str
|
73937
|
+
"""
|
73938
|
+
return self._RegionName
|
73939
|
+
|
73940
|
+
@RegionName.setter
|
73941
|
+
def RegionName(self, RegionName):
|
73942
|
+
self._RegionName = RegionName
|
73943
|
+
|
73944
|
+
@property
|
73945
|
+
def RegionId(self):
|
73946
|
+
"""可用区ID
|
73947
|
+
:rtype: int
|
73948
|
+
"""
|
73949
|
+
return self._RegionId
|
73950
|
+
|
73951
|
+
@RegionId.setter
|
73952
|
+
def RegionId(self, RegionId):
|
73953
|
+
self._RegionId = RegionId
|
73954
|
+
|
73885
73955
|
|
73886
73956
|
def _deserialize(self, params):
|
73887
73957
|
self._Quuid = params.get("Quuid")
|
@@ -73901,6 +73971,9 @@ class HostTagInfo(AbstractModel):
|
|
73901
73971
|
obj._deserialize(item)
|
73902
73972
|
self._CloudTags.append(obj)
|
73903
73973
|
self._InstanceID = params.get("InstanceID")
|
73974
|
+
self._MachineType = params.get("MachineType")
|
73975
|
+
self._RegionName = params.get("RegionName")
|
73976
|
+
self._RegionId = params.get("RegionId")
|
73904
73977
|
memeber_set = set(params.keys())
|
73905
73978
|
for name, value in vars(self).items():
|
73906
73979
|
property_name = name[1:]
|
@@ -76812,7 +76885,7 @@ class Machine(AbstractModel):
|
|
76812
76885
|
:type MachineType: str
|
76813
76886
|
:param _KernelVersion: 内核版本
|
76814
76887
|
:type KernelVersion: str
|
76815
|
-
:param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT
|
76888
|
+
:param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
|
76816
76889
|
:type ProtectType: str
|
76817
76890
|
:param _CloudTags: 云标签信息
|
76818
76891
|
:type CloudTags: list of Tags
|
@@ -77127,7 +77200,7 @@ class Machine(AbstractModel):
|
|
77127
77200
|
|
77128
77201
|
@property
|
77129
77202
|
def ProtectType(self):
|
77130
|
-
"""防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT
|
77203
|
+
"""防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
|
77131
77204
|
:rtype: str
|
77132
77205
|
"""
|
77133
77206
|
return self._ProtectType
|
@@ -77804,7 +77877,7 @@ https://cloud.tencent.com/document/api/213/15753#Instance
|
|
77804
77877
|
:type MachineType: str
|
77805
77878
|
:param _KernelVersion: 内核版本
|
77806
77879
|
:type KernelVersion: str
|
77807
|
-
:param _ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT
|
77880
|
+
:param _ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版.
|
77808
77881
|
:type ProtectType: str
|
77809
77882
|
:param _LicenseOrder: 授权订单对象
|
77810
77883
|
:type LicenseOrder: :class:`tencentcloud.cwp.v20180228.models.LicenseOrder`
|
@@ -77993,7 +78066,7 @@ https://cloud.tencent.com/document/api/213/15753#Instance
|
|
77993
78066
|
|
77994
78067
|
@property
|
77995
78068
|
def ProtectType(self):
|
77996
|
-
"""防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT
|
78069
|
+
"""防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版.
|
77997
78070
|
:rtype: str
|
77998
78071
|
"""
|
77999
78072
|
return self._ProtectType
|
@@ -86451,7 +86524,7 @@ class NetAttackEvent(AbstractModel):
|
|
86451
86524
|
:type VulSupportDefense: int
|
86452
86525
|
:param _VulDefenceStatus: 是否开启漏洞防御,0关1开
|
86453
86526
|
:type VulDefenceStatus: int
|
86454
|
-
:param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3
|
86527
|
+
:param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
|
86455
86528
|
:type PayVersion: int
|
86456
86529
|
:param _Quuid: cvm uuid
|
86457
86530
|
:type Quuid: str
|
@@ -86623,7 +86696,7 @@ class NetAttackEvent(AbstractModel):
|
|
86623
86696
|
|
86624
86697
|
@property
|
86625
86698
|
def PayVersion(self):
|
86626
|
-
"""机器付费版本,0 基础版,1专业版,2旗舰版,3
|
86699
|
+
"""机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
|
86627
86700
|
:rtype: int
|
86628
86701
|
"""
|
86629
86702
|
return self._PayVersion
|
@@ -86737,7 +86810,7 @@ class NetAttackEventInfo(AbstractModel):
|
|
86737
86810
|
:type DstPort: int
|
86738
86811
|
:param _Count: 攻击次数
|
86739
86812
|
:type Count: int
|
86740
|
-
:param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3
|
86813
|
+
:param _PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
|
86741
86814
|
:type PayVersion: int
|
86742
86815
|
:param _Quuid: cvm uuid
|
86743
86816
|
:type Quuid: str
|
@@ -86963,7 +87036,7 @@ class NetAttackEventInfo(AbstractModel):
|
|
86963
87036
|
|
86964
87037
|
@property
|
86965
87038
|
def PayVersion(self):
|
86966
|
-
"""机器付费版本,0 基础版,1专业版,2旗舰版,3
|
87039
|
+
"""机器付费版本,0 基础版,1专业版,2旗舰版,3轻量版
|
86967
87040
|
:rtype: int
|
86968
87041
|
"""
|
86969
87042
|
return self._PayVersion
|
@@ -89864,7 +89937,7 @@ class RansomDefenseBackup(AbstractModel):
|
|
89864
89937
|
:type BackupTime: str
|
89865
89938
|
:param _EventStatus: 勒索状态:0无告警, 1有告警
|
89866
89939
|
:type EventStatus: int
|
89867
|
-
:param _BackupStatus: 备份状态:0备份中,1正常,2、3失败,4快照已过期,9快照已删除
|
89940
|
+
:param _BackupStatus: 备份状态:0备份中,1正常,2、3失败,4快照已过期,5快照数量超出限制,9快照已删除
|
89868
89941
|
:type BackupStatus: int
|
89869
89942
|
:param _DiskCount: 备份磁盘数量
|
89870
89943
|
:type DiskCount: int
|
@@ -89913,7 +89986,7 @@ class RansomDefenseBackup(AbstractModel):
|
|
89913
89986
|
|
89914
89987
|
@property
|
89915
89988
|
def BackupStatus(self):
|
89916
|
-
"""备份状态:0备份中,1正常,2、3失败,4快照已过期,9快照已删除
|
89989
|
+
"""备份状态:0备份中,1正常,2、3失败,4快照已过期,5快照数量超出限制,9快照已删除
|
89917
89990
|
:rtype: int
|
89918
89991
|
"""
|
89919
89992
|
return self._BackupStatus
|
@@ -90483,6 +90556,8 @@ class RansomDefenseRollbackTask(AbstractModel):
|
|
90483
90556
|
:type RegionInfo: :class:`tencentcloud.cwp.v20180228.models.RegionInfo`
|
90484
90557
|
:param _InstanceId: 主机示例ID
|
90485
90558
|
:type InstanceId: str
|
90559
|
+
:param _MachineType: 主机类型
|
90560
|
+
:type MachineType: str
|
90486
90561
|
"""
|
90487
90562
|
self._Id = None
|
90488
90563
|
self._Uuid = None
|
@@ -90495,6 +90570,7 @@ class RansomDefenseRollbackTask(AbstractModel):
|
|
90495
90570
|
self._ModifyTime = None
|
90496
90571
|
self._RegionInfo = None
|
90497
90572
|
self._InstanceId = None
|
90573
|
+
self._MachineType = None
|
90498
90574
|
|
90499
90575
|
@property
|
90500
90576
|
def Id(self):
|
@@ -90617,6 +90693,17 @@ class RansomDefenseRollbackTask(AbstractModel):
|
|
90617
90693
|
def InstanceId(self, InstanceId):
|
90618
90694
|
self._InstanceId = InstanceId
|
90619
90695
|
|
90696
|
+
@property
|
90697
|
+
def MachineType(self):
|
90698
|
+
"""主机类型
|
90699
|
+
:rtype: str
|
90700
|
+
"""
|
90701
|
+
return self._MachineType
|
90702
|
+
|
90703
|
+
@MachineType.setter
|
90704
|
+
def MachineType(self, MachineType):
|
90705
|
+
self._MachineType = MachineType
|
90706
|
+
|
90620
90707
|
|
90621
90708
|
def _deserialize(self, params):
|
90622
90709
|
self._Id = params.get("Id")
|
@@ -90632,6 +90719,7 @@ class RansomDefenseRollbackTask(AbstractModel):
|
|
90632
90719
|
self._RegionInfo = RegionInfo()
|
90633
90720
|
self._RegionInfo._deserialize(params.get("RegionInfo"))
|
90634
90721
|
self._InstanceId = params.get("InstanceId")
|
90722
|
+
self._MachineType = params.get("MachineType")
|
90635
90723
|
memeber_set = set(params.keys())
|
90636
90724
|
for name, value in vars(self).items():
|
90637
90725
|
property_name = name[1:]
|
@@ -90665,7 +90753,7 @@ class RansomDefenseStrategy(AbstractModel):
|
|
90665
90753
|
:type IncludeDir: str
|
90666
90754
|
:param _ExcludeDir: 包含目录,用;分隔
|
90667
90755
|
:type ExcludeDir: str
|
90668
|
-
:param _BackupType: 备份模式: 0按周,1
|
90756
|
+
:param _BackupType: 备份模式: 0按周,1按天,2不备份
|
90669
90757
|
:type BackupType: int
|
90670
90758
|
:param _Weekday: 备份星期天数(1-7):1;2;3;4
|
90671
90759
|
:type Weekday: str
|
@@ -90786,7 +90874,7 @@ class RansomDefenseStrategy(AbstractModel):
|
|
90786
90874
|
|
90787
90875
|
@property
|
90788
90876
|
def BackupType(self):
|
90789
|
-
"""备份模式: 0按周,1
|
90877
|
+
"""备份模式: 0按周,1按天,2不备份
|
90790
90878
|
:rtype: int
|
90791
90879
|
"""
|
90792
90880
|
return self._BackupType
|
@@ -91197,8 +91285,10 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
|
|
91197
91285
|
:type RollBackStatus: int
|
91198
91286
|
:param _BackupSuccessCount: 备份成功次数
|
91199
91287
|
:type BackupSuccessCount: int
|
91200
|
-
:param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3
|
91288
|
+
:param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
|
91201
91289
|
:type HostVersion: int
|
91290
|
+
:param _MachineType: 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
|
91291
|
+
:type MachineType: str
|
91202
91292
|
"""
|
91203
91293
|
self._Uuid = None
|
91204
91294
|
self._Quuid = None
|
@@ -91221,6 +91311,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
|
|
91221
91311
|
self._RollBackStatus = None
|
91222
91312
|
self._BackupSuccessCount = None
|
91223
91313
|
self._HostVersion = None
|
91314
|
+
self._MachineType = None
|
91224
91315
|
|
91225
91316
|
@property
|
91226
91317
|
def Uuid(self):
|
@@ -91445,7 +91536,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
|
|
91445
91536
|
|
91446
91537
|
@property
|
91447
91538
|
def HostVersion(self):
|
91448
|
-
"""版本信息:0-基础版 1-专业版 2-旗舰版 3
|
91539
|
+
"""版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
|
91449
91540
|
:rtype: int
|
91450
91541
|
"""
|
91451
91542
|
return self._HostVersion
|
@@ -91454,6 +91545,17 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
|
|
91454
91545
|
def HostVersion(self, HostVersion):
|
91455
91546
|
self._HostVersion = HostVersion
|
91456
91547
|
|
91548
|
+
@property
|
91549
|
+
def MachineType(self):
|
91550
|
+
"""机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
|
91551
|
+
:rtype: str
|
91552
|
+
"""
|
91553
|
+
return self._MachineType
|
91554
|
+
|
91555
|
+
@MachineType.setter
|
91556
|
+
def MachineType(self, MachineType):
|
91557
|
+
self._MachineType = MachineType
|
91558
|
+
|
91457
91559
|
|
91458
91560
|
def _deserialize(self, params):
|
91459
91561
|
self._Uuid = params.get("Uuid")
|
@@ -91489,6 +91591,7 @@ class RansomDefenseStrategyMachineBackupInfo(AbstractModel):
|
|
91489
91591
|
self._RollBackStatus = params.get("RollBackStatus")
|
91490
91592
|
self._BackupSuccessCount = params.get("BackupSuccessCount")
|
91491
91593
|
self._HostVersion = params.get("HostVersion")
|
91594
|
+
self._MachineType = params.get("MachineType")
|
91492
91595
|
memeber_set = set(params.keys())
|
91493
91596
|
for name, value in vars(self).items():
|
91494
91597
|
property_name = name[1:]
|
@@ -91531,10 +91634,12 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
|
|
91531
91634
|
:param _DiskInfo: 硬盘信息,为空时所有硬盘生效:
|
91532
91635
|
;分割 diskId1|diskName1;diskId2|diskName2
|
91533
91636
|
:type DiskInfo: str
|
91534
|
-
:param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3
|
91637
|
+
:param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
|
91535
91638
|
:type HostVersion: int
|
91536
91639
|
:param _StrategyName: 策略名称
|
91537
91640
|
:type StrategyName: str
|
91641
|
+
:param _MachineType: 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
|
91642
|
+
:type MachineType: str
|
91538
91643
|
"""
|
91539
91644
|
self._Uuid = None
|
91540
91645
|
self._Quuid = None
|
@@ -91550,6 +91655,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
|
|
91550
91655
|
self._DiskInfo = None
|
91551
91656
|
self._HostVersion = None
|
91552
91657
|
self._StrategyName = None
|
91658
|
+
self._MachineType = None
|
91553
91659
|
|
91554
91660
|
@property
|
91555
91661
|
def Uuid(self):
|
@@ -91686,7 +91792,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
|
|
91686
91792
|
|
91687
91793
|
@property
|
91688
91794
|
def HostVersion(self):
|
91689
|
-
"""版本信息:0-基础版 1-专业版 2-旗舰版 3
|
91795
|
+
"""版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
|
91690
91796
|
:rtype: int
|
91691
91797
|
"""
|
91692
91798
|
return self._HostVersion
|
@@ -91706,6 +91812,17 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
|
|
91706
91812
|
def StrategyName(self, StrategyName):
|
91707
91813
|
self._StrategyName = StrategyName
|
91708
91814
|
|
91815
|
+
@property
|
91816
|
+
def MachineType(self):
|
91817
|
+
"""机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
|
91818
|
+
:rtype: str
|
91819
|
+
"""
|
91820
|
+
return self._MachineType
|
91821
|
+
|
91822
|
+
@MachineType.setter
|
91823
|
+
def MachineType(self, MachineType):
|
91824
|
+
self._MachineType = MachineType
|
91825
|
+
|
91709
91826
|
|
91710
91827
|
def _deserialize(self, params):
|
91711
91828
|
self._Uuid = params.get("Uuid")
|
@@ -91734,6 +91851,7 @@ class RansomDefenseStrategyMachineDetail(AbstractModel):
|
|
91734
91851
|
self._DiskInfo = params.get("DiskInfo")
|
91735
91852
|
self._HostVersion = params.get("HostVersion")
|
91736
91853
|
self._StrategyName = params.get("StrategyName")
|
91854
|
+
self._MachineType = params.get("MachineType")
|
91737
91855
|
memeber_set = set(params.keys())
|
91738
91856
|
for name, value in vars(self).items():
|
91739
91857
|
property_name = name[1:]
|
@@ -96033,7 +96151,7 @@ class ScanVulSettingRequest(AbstractModel):
|
|
96033
96151
|
:type EndTime: str
|
96034
96152
|
:param _EnableScan: 是否开启扫描 1开启 0不开启
|
96035
96153
|
:type EnableScan: int
|
96036
|
-
:param _Uuids:
|
96154
|
+
:param _Uuids: 为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机
|
96037
96155
|
:type Uuids: list of str
|
96038
96156
|
:param _ScanMethod: 0版本比对,2版本比对+poc
|
96039
96157
|
:type ScanMethod: int
|
@@ -96139,7 +96257,7 @@ class ScanVulSettingRequest(AbstractModel):
|
|
96139
96257
|
|
96140
96258
|
@property
|
96141
96259
|
def Uuids(self):
|
96142
|
-
"""
|
96260
|
+
"""为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机
|
96143
96261
|
:rtype: list of str
|
96144
96262
|
"""
|
96145
96263
|
return self._Uuids
|
@@ -101831,7 +101949,7 @@ class VulDefenceEvent(AbstractModel):
|
|
101831
101949
|
:type Count: int
|
101832
101950
|
:param _Status: 状态 0: 待处理 1:已防御 2:已处理 3: 已忽略 4: 已删除
|
101833
101951
|
:type Status: int
|
101834
|
-
:param _UpgradeType: 0 专业版,1 旗舰版,2 LH
|
101952
|
+
:param _UpgradeType: 0 专业版,1 旗舰版,2 LH轻量版(仅限LH使用),3 CVM轻量版(仅限CVM使用)
|
101835
101953
|
:type UpgradeType: int
|
101836
101954
|
:param _FixType: 0 不支持修复,1 支持修复
|
101837
101955
|
:type FixType: int
|
@@ -102039,7 +102157,7 @@ class VulDefenceEvent(AbstractModel):
|
|
102039
102157
|
|
102040
102158
|
@property
|
102041
102159
|
def UpgradeType(self):
|
102042
|
-
"""0 专业版,1 旗舰版,2 LH
|
102160
|
+
"""0 专业版,1 旗舰版,2 LH轻量版(仅限LH使用),3 CVM轻量版(仅限CVM使用)
|
102043
102161
|
:rtype: int
|
102044
102162
|
"""
|
102045
102163
|
return self._UpgradeType
|
@@ -103200,7 +103318,7 @@ class VulEffectHostList(AbstractModel):
|
|
103200
103318
|
:type Tags: list of str
|
103201
103319
|
:param _Description: 说明
|
103202
103320
|
:type Description: str
|
103203
|
-
:param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3
|
103321
|
+
:param _HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
|
103204
103322
|
:type HostVersion: int
|
103205
103323
|
:param _IsSupportAutoFix: 是否能自动修复 0 :漏洞不可自动修复, 1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中 9:修复失败,10:已忽略 11:漏洞只支持linux不支持Windows 12:漏洞只支持Windows不支持linux,13:修复失败但此时主机已离线,14:修复失败但此时主机不是旗舰版, 15:已手动修复
|
103206
103324
|
:type IsSupportAutoFix: int
|
@@ -103348,7 +103466,7 @@ class VulEffectHostList(AbstractModel):
|
|
103348
103466
|
|
103349
103467
|
@property
|
103350
103468
|
def HostVersion(self):
|
103351
|
-
"""版本信息:0-基础版 1-专业版 2-旗舰版 3
|
103469
|
+
"""版本信息:0-基础版 1-专业版 2-旗舰版 3-轻量版
|
103352
103470
|
:rtype: int
|
103353
103471
|
"""
|
103354
103472
|
return self._HostVersion
|