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.
37796 37797 37798 37799 37800 37801 37802 37803 37804 37805 37806 37807 |
# File 'lib/v20180228/models.rb', line 37796 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
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def EnableScan @EnableScan end |
#EndTime ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def EndTime @EndTime end |
#ScanMethod ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def ScanMethod @ScanMethod end |
#StartTime ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def StartTime @StartTime end |
#TimerInterval ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def TimerInterval @TimerInterval end |
#TimerTime ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def TimerTime @TimerTime end |
#Uuids ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def Uuids @Uuids end |
#VulCategories ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def VulCategories @VulCategories end |
#VulEmergency ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def VulEmergency @VulEmergency end |
#VulLevels ⇒ Object
37794 37795 37796 |
# File 'lib/v20180228/models.rb', line 37794 def VulLevels @VulLevels end |
Instance Method Details
#deserialize(params) ⇒ Object
37809 37810 37811 37812 37813 37814 37815 37816 37817 37818 37819 37820 |
# File 'lib/v20180228/models.rb', line 37809 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 |