Class: TencentCloud::Cwp::V20180228::DescribeScanVulSettingResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeScanVulSettingResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeScanVulSetting返回参数结构体
Instance Attribute Summary collapse
- #ClickTimeout ⇒ Object
- #EnableScan ⇒ Object
- #EndTime ⇒ Object
- #RequestId ⇒ Object
- #ScanMethod ⇒ Object
- #StartTime ⇒ Object
- #TimerInterval ⇒ Object
- #TimerTime ⇒ Object
- #Uuids ⇒ Object
- #VulCategories ⇒ Object
- #VulEmergency ⇒ Object
- #VulLevels ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vulcategories = nil, vullevels = nil, timerinterval = nil, timertime = nil, vulemergency = nil, starttime = nil, enablescan = nil, endtime = nil, clicktimeout = nil, uuids = nil, scanmethod = nil, requestid = nil) ⇒ DescribeScanVulSettingResponse
constructor
A new instance of DescribeScanVulSettingResponse.
Constructor Details
#initialize(vulcategories = nil, vullevels = nil, timerinterval = nil, timertime = nil, vulemergency = nil, starttime = nil, enablescan = nil, endtime = nil, clicktimeout = nil, uuids = nil, scanmethod = nil, requestid = nil) ⇒ DescribeScanVulSettingResponse
Returns a new instance of DescribeScanVulSettingResponse.
21331 21332 21333 21334 21335 21336 21337 21338 21339 21340 21341 21342 21343 21344 |
# File 'lib/v20180228/models.rb', line 21331 def initialize(vulcategories=nil, vullevels=nil, timerinterval=nil, timertime=nil, vulemergency=nil, starttime=nil, enablescan=nil, endtime=nil, clicktimeout=nil, uuids=nil, scanmethod=nil, requestid=nil) @VulCategories = vulcategories @VulLevels = vullevels @TimerInterval = timerinterval @TimerTime = timertime @VulEmergency = vulemergency @StartTime = starttime @EnableScan = enablescan @EndTime = endtime @ClickTimeout = clicktimeout @Uuids = uuids @ScanMethod = scanmethod @RequestId = requestid end |
Instance Attribute Details
#ClickTimeout ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def ClickTimeout @ClickTimeout end |
#EnableScan ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def EnableScan @EnableScan end |
#EndTime ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def EndTime @EndTime end |
#RequestId ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def RequestId @RequestId end |
#ScanMethod ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def ScanMethod @ScanMethod end |
#StartTime ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def StartTime @StartTime end |
#TimerInterval ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def TimerInterval @TimerInterval end |
#TimerTime ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def TimerTime @TimerTime end |
#Uuids ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def Uuids @Uuids end |
#VulCategories ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def VulCategories @VulCategories end |
#VulEmergency ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def VulEmergency @VulEmergency end |
#VulLevels ⇒ Object
21329 21330 21331 |
# File 'lib/v20180228/models.rb', line 21329 def VulLevels @VulLevels end |
Instance Method Details
#deserialize(params) ⇒ Object
21346 21347 21348 21349 21350 21351 21352 21353 21354 21355 21356 21357 21358 21359 |
# File 'lib/v20180228/models.rb', line 21346 def deserialize(params) @VulCategories = params['VulCategories'] @VulLevels = params['VulLevels'] @TimerInterval = params['TimerInterval'] @TimerTime = params['TimerTime'] @VulEmergency = params['VulEmergency'] @StartTime = params['StartTime'] @EnableScan = params['EnableScan'] @EndTime = params['EndTime'] @ClickTimeout = params['ClickTimeout'] @Uuids = params['Uuids'] @ScanMethod = params['ScanMethod'] @RequestId = params['RequestId'] end |