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.
7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 |
# File 'lib/v20221121/models.rb', line 7313 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
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def AffectAssetCount @AffectAssetCount end |
#AppId ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def AppId @AppId end |
#Component ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Component @Component end |
#FirstTime ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def FirstTime @FirstTime end |
#From ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def From @From end |
#Id ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Id @Id end |
#Index ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Index @Index end |
#Level ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Level @Level end |
#Nick ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Nick @Nick end |
#NoHandleCount ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def NoHandleCount @NoHandleCount end |
#Port ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Port @Port end |
#Protocol ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Protocol @Protocol end |
#RecentTime ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def RecentTime @RecentTime end |
#Service ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Service @Service end |
#Suggestion ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Suggestion @Suggestion end |
#Uin ⇒ Object
7311 7312 7313 |
# File 'lib/v20221121/models.rb', line 7311 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 |
# File 'lib/v20221121/models.rb', line 7332 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 |