Class: TencentCloud::Cwp::V20180228::VertexInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::VertexInfo
- Defined in:
- lib/v20180228/models.rb
Overview
攻击溯源节点信息
Instance Attribute Summary collapse
- #AddressMd5 ⇒ Object
- #AddressPrefix ⇒ Object
- #CmdLineMd5 ⇒ Object
- #CmdLinePrefix ⇒ Object
- #FilePathMd5 ⇒ Object
- #FilePathPrefix ⇒ Object
- #IsAlarm ⇒ Object
- #IsLeaf ⇒ Object
- #IsWeDetect ⇒ Object
- #ParentVid ⇒ Object
- #ProcNameMd5 ⇒ Object
- #ProcNamePrefix ⇒ Object
- #Type ⇒ Object
- #Vid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, vid = nil, parentvid = nil, isleaf = nil, procnameprefix = nil, procnamemd5 = nil, cmdlineprefix = nil, cmdlinemd5 = nil, filepathprefix = nil, addressprefix = nil, iswedetect = nil, isalarm = nil, filepathmd5 = nil, addressmd5 = nil) ⇒ VertexInfo
constructor
A new instance of VertexInfo.
Constructor Details
#initialize(type = nil, vid = nil, parentvid = nil, isleaf = nil, procnameprefix = nil, procnamemd5 = nil, cmdlineprefix = nil, cmdlinemd5 = nil, filepathprefix = nil, addressprefix = nil, iswedetect = nil, isalarm = nil, filepathmd5 = nil, addressmd5 = nil) ⇒ VertexInfo
Returns a new instance of VertexInfo.
39772 39773 39774 39775 39776 39777 39778 39779 39780 39781 39782 39783 39784 39785 39786 39787 |
# File 'lib/v20180228/models.rb', line 39772 def initialize(type=nil, vid=nil, parentvid=nil, isleaf=nil, procnameprefix=nil, procnamemd5=nil, cmdlineprefix=nil, cmdlinemd5=nil, filepathprefix=nil, addressprefix=nil, iswedetect=nil, isalarm=nil, filepathmd5=nil, addressmd5=nil) @Type = type @Vid = vid @ParentVid = parentvid @IsLeaf = isleaf @ProcNamePrefix = procnameprefix @ProcNameMd5 = procnamemd5 @CmdLinePrefix = cmdlineprefix @CmdLineMd5 = cmdlinemd5 @FilePathPrefix = filepathprefix @AddressPrefix = addressprefix @IsWeDetect = iswedetect @IsAlarm = isalarm @FilePathMd5 = filepathmd5 @AddressMd5 = addressmd5 end |
Instance Attribute Details
#AddressMd5 ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def AddressMd5 @AddressMd5 end |
#AddressPrefix ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def AddressPrefix @AddressPrefix end |
#CmdLineMd5 ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def CmdLineMd5 @CmdLineMd5 end |
#CmdLinePrefix ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def CmdLinePrefix @CmdLinePrefix end |
#FilePathMd5 ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def FilePathMd5 @FilePathMd5 end |
#FilePathPrefix ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def FilePathPrefix @FilePathPrefix end |
#IsAlarm ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def IsAlarm @IsAlarm end |
#IsLeaf ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def IsLeaf @IsLeaf end |
#IsWeDetect ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def IsWeDetect @IsWeDetect end |
#ParentVid ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def ParentVid @ParentVid end |
#ProcNameMd5 ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def ProcNameMd5 @ProcNameMd5 end |
#ProcNamePrefix ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def ProcNamePrefix @ProcNamePrefix end |
#Type ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def Type @Type end |
#Vid ⇒ Object
39770 39771 39772 |
# File 'lib/v20180228/models.rb', line 39770 def Vid @Vid end |
Instance Method Details
#deserialize(params) ⇒ Object
39789 39790 39791 39792 39793 39794 39795 39796 39797 39798 39799 39800 39801 39802 39803 39804 |
# File 'lib/v20180228/models.rb', line 39789 def deserialize(params) @Type = params['Type'] @Vid = params['Vid'] @ParentVid = params['ParentVid'] @IsLeaf = params['IsLeaf'] @ProcNamePrefix = params['ProcNamePrefix'] @ProcNameMd5 = params['ProcNameMd5'] @CmdLinePrefix = params['CmdLinePrefix'] @CmdLineMd5 = params['CmdLineMd5'] @FilePathPrefix = params['FilePathPrefix'] @AddressPrefix = params['AddressPrefix'] @IsWeDetect = params['IsWeDetect'] @IsAlarm = params['IsAlarm'] @FilePathMd5 = params['FilePathMd5'] @AddressMd5 = params['AddressMd5'] end |