Class: TencentCloud::Csip::V20221121::AssetViewPortRisk
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::AssetViewPortRisk
- Defined in:
- lib/v20221121/models.rb
Overview
资产视角的端口风险对象
Instance Attribute Summary collapse
- #AffectAsset ⇒ Object
- #AppId ⇒ Object
- #Component ⇒ Object
- #FirstTime ⇒ Object
- #From ⇒ Object
- #Id ⇒ Object
- #Index ⇒ Object
- #InstanceId ⇒ Object
- #InstanceName ⇒ Object
- #InstanceType ⇒ Object
- #Level ⇒ Object
- #Nick ⇒ Object
- #Port ⇒ Object
- #Protocol ⇒ Object
- #RecentTime ⇒ Object
- #Service ⇒ Object
- #ServiceJudge ⇒ Object
- #Status ⇒ Object
- #Suggestion ⇒ Object
- #Uin ⇒ Object
- #XspmStatus ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(port = nil, affectasset = nil, level = nil, instancetype = nil, protocol = nil, component = nil, service = nil, recenttime = nil, firsttime = nil, suggestion = nil, status = nil, id = nil, index = nil, instanceid = nil, instancename = nil, appid = nil, nick = nil, uin = nil, from = nil, servicejudge = nil, xspmstatus = nil) ⇒ AssetViewPortRisk
constructor
A new instance of AssetViewPortRisk.
Constructor Details
#initialize(port = nil, affectasset = nil, level = nil, instancetype = nil, protocol = nil, component = nil, service = nil, recenttime = nil, firsttime = nil, suggestion = nil, status = nil, id = nil, index = nil, instanceid = nil, instancename = nil, appid = nil, nick = nil, uin = nil, from = nil, servicejudge = nil, xspmstatus = nil) ⇒ AssetViewPortRisk
Returns a new instance of AssetViewPortRisk.
1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/v20221121/models.rb', line 1193 def initialize(port=nil, affectasset=nil, level=nil, instancetype=nil, protocol=nil, component=nil, service=nil, recenttime=nil, firsttime=nil, suggestion=nil, status=nil, id=nil, index=nil, instanceid=nil, instancename=nil, appid=nil, nick=nil, uin=nil, from=nil, servicejudge=nil, xspmstatus=nil) @Port = port @AffectAsset = affectasset @Level = level @InstanceType = instancetype @Protocol = protocol @Component = component @Service = service @RecentTime = recenttime @FirstTime = firsttime @Suggestion = suggestion @Status = status @Id = id @Index = index @InstanceId = instanceid @InstanceName = instancename @AppId = appid @Nick = nick @Uin = uin @From = from @ServiceJudge = servicejudge @XspmStatus = xspmstatus end |
Instance Attribute Details
#AffectAsset ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def AffectAsset @AffectAsset end |
#AppId ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def AppId @AppId end |
#Component ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Component @Component end |
#FirstTime ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def FirstTime @FirstTime end |
#From ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def From @From end |
#Id ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Id @Id end |
#Index ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Index @Index end |
#InstanceId ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def InstanceName @InstanceName end |
#InstanceType ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def InstanceType @InstanceType end |
#Level ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Level @Level end |
#Nick ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Nick @Nick end |
#Port ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Port @Port end |
#Protocol ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Protocol @Protocol end |
#RecentTime ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def RecentTime @RecentTime end |
#Service ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Service @Service end |
#ServiceJudge ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def ServiceJudge @ServiceJudge end |
#Status ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Status @Status end |
#Suggestion ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Suggestion @Suggestion end |
#Uin ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def Uin @Uin end |
#XspmStatus ⇒ Object
1191 1192 1193 |
# File 'lib/v20221121/models.rb', line 1191 def XspmStatus @XspmStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/v20221121/models.rb', line 1217 def deserialize(params) @Port = params['Port'] @AffectAsset = params['AffectAsset'] @Level = params['Level'] @InstanceType = params['InstanceType'] @Protocol = params['Protocol'] @Component = params['Component'] @Service = params['Service'] @RecentTime = params['RecentTime'] @FirstTime = params['FirstTime'] @Suggestion = params['Suggestion'] @Status = params['Status'] @Id = params['Id'] @Index = params['Index'] @InstanceId = params['InstanceId'] @InstanceName = params['InstanceName'] @AppId = params['AppId'] @Nick = params['Nick'] @Uin = params['Uin'] @From = params['From'] @ServiceJudge = params['ServiceJudge'] @XspmStatus = params['XspmStatus'] end |