Class: TencentCloud::Cwp::V20180228::DescribeEmergencyVulListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeEmergencyVulListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeEmergencyVulList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
- Status - String - 是否必填:是 - 漏洞状态筛选,0//未检测 1有风险 ,2无风险 ,3 检查中展示progress
- Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示
- VulName- String - 是否必填:否 - 漏洞名称搜索
- Uuids- String - 是否必填:否 - 主机uuid
- IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持
. -
#Filters ⇒ Object
- Status - String - 是否必填:是 - 漏洞状态筛选,0//未检测 1有风险 ,2无风险 ,3 检查中展示progress
- Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示
- VulName- String - 是否必填:否 - 漏洞名称搜索
- Uuids- String - 是否必填:否 - 主机uuid
- IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持
. -
#HotspotAttack ⇒ Object
- Status - String - 是否必填:是 - 漏洞状态筛选,0//未检测 1有风险 ,2无风险 ,3 检查中展示progress
- Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示
- VulName- String - 是否必填:否 - 漏洞名称搜索
- Uuids- String - 是否必填:否 - 主机uuid
- IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持
. -
#Limit ⇒ Object
- Status - String - 是否必填:是 - 漏洞状态筛选,0//未检测 1有风险 ,2无风险 ,3 检查中展示progress
- Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示
- VulName- String - 是否必填:否 - 漏洞名称搜索
- Uuids- String - 是否必填:否 - 主机uuid
- IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持
. -
#Offset ⇒ Object
- Status - String - 是否必填:是 - 漏洞状态筛选,0//未检测 1有风险 ,2无风险 ,3 检查中展示progress
- Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示
- VulName- String - 是否必填:否 - 漏洞名称搜索
- Uuids- String - 是否必填:否 - 主机uuid
- IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持
. -
#Order ⇒ Object
- Status - String - 是否必填:是 - 漏洞状态筛选,0//未检测 1有风险 ,2无风险 ,3 检查中展示progress
- Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示
- VulName- String - 是否必填:否 - 漏洞名称搜索
- Uuids- String - 是否必填:否 - 主机uuid
- IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(limit = nil, offset = nil, filters = nil, order = nil, by = nil, hotspotattack = nil) ⇒ DescribeEmergencyVulListRequest
constructor
A new instance of DescribeEmergencyVulListRequest.
Constructor Details
#initialize(limit = nil, offset = nil, filters = nil, order = nil, by = nil, hotspotattack = nil) ⇒ DescribeEmergencyVulListRequest
Returns a new instance of DescribeEmergencyVulListRequest.
14256 14257 14258 14259 14260 14261 14262 14263 |
# File 'lib/v20180228/models.rb', line 14256 def initialize(limit=nil, offset=nil, filters=nil, order=nil, by=nil, hotspotattack=nil) @Limit = limit @Offset = offset @Filters = filters @Order = order @By = by @HotspotAttack = hotspotattack end |
Instance Attribute Details
#By ⇒ Object
14254 14255 14256 |
# File 'lib/v20180228/models.rb', line 14254 def By @By end |
#Filters ⇒ Object
14254 14255 14256 |
# File 'lib/v20180228/models.rb', line 14254 def Filters @Filters end |
#HotspotAttack ⇒ Object
14254 14255 14256 |
# File 'lib/v20180228/models.rb', line 14254 def HotspotAttack @HotspotAttack end |
#Limit ⇒ Object
14254 14255 14256 |
# File 'lib/v20180228/models.rb', line 14254 def Limit @Limit end |
#Offset ⇒ Object
14254 14255 14256 |
# File 'lib/v20180228/models.rb', line 14254 def Offset @Offset end |
#Order ⇒ Object
14254 14255 14256 |
# File 'lib/v20180228/models.rb', line 14254 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
14265 14266 14267 14268 14269 14270 14271 14272 14273 14274 14275 14276 14277 14278 14279 |
# File 'lib/v20180228/models.rb', line 14265 def deserialize(params) @Limit = params['Limit'] @Offset = params['Offset'] unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| filters_tmp = Filters.new filters_tmp.deserialize(i) @Filters << filters_tmp end end @Order = params['Order'] @By = params['By'] @HotspotAttack = params['HotspotAttack'] end |