Class: TencentCloud::Cwp::V20180228::ScanVulSettingRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ScanVulSettingRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ScanVulSetting请求参数结构体
Instance Attribute Summary collapse
- #EnableScan ⇒ Object
- #EndTime ⇒ 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(timerinterval = nil, vulcategories = nil, vullevels = nil, timertime = nil, vulemergency = nil, starttime = nil, endtime = nil, enablescan = nil, uuids = nil, scanmethod = nil) ⇒ ScanVulSettingRequest
constructor
A new instance of ScanVulSettingRequest.
Constructor Details
#initialize(timerinterval = nil, vulcategories = nil, vullevels = nil, timertime = nil, vulemergency = nil, starttime = nil, endtime = nil, enablescan = nil, uuids = nil, scanmethod = nil) ⇒ ScanVulSettingRequest
Returns a new instance of ScanVulSettingRequest.
38182 38183 38184 38185 38186 38187 38188 38189 38190 38191 38192 38193 |
# File 'lib/v20180228/models.rb', line 38182 def initialize(timerinterval=nil, vulcategories=nil, vullevels=nil, timertime=nil, vulemergency=nil, starttime=nil, endtime=nil, enablescan=nil, uuids=nil, scanmethod=nil) @TimerInterval = timerinterval @VulCategories = vulcategories @VulLevels = vullevels @TimerTime = timertime @VulEmergency = vulemergency @StartTime = starttime @EndTime = endtime @EnableScan = enablescan @Uuids = uuids @ScanMethod = scanmethod end |
Instance Attribute Details
#EnableScan ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def EnableScan @EnableScan end |
#EndTime ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def EndTime @EndTime end |
#ScanMethod ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def ScanMethod @ScanMethod end |
#StartTime ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def StartTime @StartTime end |
#TimerInterval ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def TimerInterval @TimerInterval end |
#TimerTime ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def TimerTime @TimerTime end |
#Uuids ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def Uuids @Uuids end |
#VulCategories ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def VulCategories @VulCategories end |
#VulEmergency ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def VulEmergency @VulEmergency end |
#VulLevels ⇒ Object
38180 38181 38182 |
# File 'lib/v20180228/models.rb', line 38180 def VulLevels @VulLevels end |
Instance Method Details
#deserialize(params) ⇒ Object
38195 38196 38197 38198 38199 38200 38201 38202 38203 38204 38205 38206 |
# File 'lib/v20180228/models.rb', line 38195 def deserialize(params) @TimerInterval = params['TimerInterval'] @VulCategories = params['VulCategories'] @VulLevels = params['VulLevels'] @TimerTime = params['TimerTime'] @VulEmergency = params['VulEmergency'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @EnableScan = params['EnableScan'] @Uuids = params['Uuids'] @ScanMethod = params['ScanMethod'] end |