Class: TencentCloud::Csip::V20221121::PortViewPortRisk
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::PortViewPortRisk
- Defined in:
- lib/v20221121/models.rb
Overview
端口视角的端口风险对象
Instance Attribute Summary collapse
- #AffectAssetCount ⇒ Object
- #AppId ⇒ Object
- #Component ⇒ Object
- #FirstTime ⇒ Object
- #From ⇒ Object
- #Id ⇒ Object
- #Index ⇒ Object
- #Level ⇒ Object
- #Nick ⇒ Object
- #NoHandleCount ⇒ Object
- #Port ⇒ Object
- #Protocol ⇒ Object
- #RecentTime ⇒ Object
- #Service ⇒ Object
- #Suggestion ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nohandlecount = nil, level = nil, protocol = nil, component = nil, port = nil, recenttime = nil, firsttime = nil, suggestion = nil, affectassetcount = nil, id = nil, from = nil, index = nil, appid = nil, nick = nil, uin = nil, service = nil) ⇒ PortViewPortRisk
constructor
A new instance of PortViewPortRisk.
Constructor Details
#initialize(nohandlecount = nil, level = nil, protocol = nil, component = nil, port = nil, recenttime = nil, firsttime = nil, suggestion = nil, affectassetcount = nil, id = nil, from = nil, index = nil, appid = nil, nick = nil, uin = nil, service = nil) ⇒ PortViewPortRisk
Returns a new instance of PortViewPortRisk.
10874 10875 10876 10877 10878 10879 10880 10881 10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/v20221121/models.rb', line 10874 def initialize(nohandlecount=nil, level=nil, protocol=nil, component=nil, port=nil, recenttime=nil, firsttime=nil, suggestion=nil, affectassetcount=nil, id=nil, from=nil, index=nil, appid=nil, nick=nil, uin=nil, service=nil) @NoHandleCount = nohandlecount @Level = level @Protocol = protocol @Component = component @Port = port @RecentTime = recenttime @FirstTime = firsttime @Suggestion = suggestion @AffectAssetCount = affectassetcount @Id = id @From = from @Index = index @AppId = appid @Nick = nick @Uin = uin @Service = service end |
Instance Attribute Details
#AffectAssetCount ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def AffectAssetCount @AffectAssetCount end |
#AppId ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def AppId @AppId end |
#Component ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Component @Component end |
#FirstTime ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def FirstTime @FirstTime end |
#From ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def From @From end |
#Id ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Id @Id end |
#Index ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Index @Index end |
#Level ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Level @Level end |
#Nick ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Nick @Nick end |
#NoHandleCount ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def NoHandleCount @NoHandleCount end |
#Port ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Port @Port end |
#Protocol ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Protocol @Protocol end |
#RecentTime ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def RecentTime @RecentTime end |
#Service ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Service @Service end |
#Suggestion ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Suggestion @Suggestion end |
#Uin ⇒ Object
10872 10873 10874 |
# File 'lib/v20221121/models.rb', line 10872 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
10893 10894 10895 10896 10897 10898 10899 10900 10901 10902 10903 10904 10905 10906 10907 10908 10909 10910 |
# File 'lib/v20221121/models.rb', line 10893 def deserialize(params) @NoHandleCount = params['NoHandleCount'] @Level = params['Level'] @Protocol = params['Protocol'] @Component = params['Component'] @Port = params['Port'] @RecentTime = params['RecentTime'] @FirstTime = params['FirstTime'] @Suggestion = params['Suggestion'] @AffectAssetCount = params['AffectAssetCount'] @Id = params['Id'] @From = params['From'] @Index = params['Index'] @AppId = params['AppId'] @Nick = params['Nick'] @Uin = params['Uin'] @Service = params['Service'] end |