Class: TencentCloud::Cwp::V20180228::IPAnalyse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::IPAnalyse
- Defined in:
- lib/v20180228/models.rb
Overview
ip 分析
Instance Attribute Summary collapse
-
#Family ⇒ Object
1 可疑 2 恶意 3 未知.
-
#Isp ⇒ Object
1 可疑 2 恶意 3 未知.
-
#Profile ⇒ Object
1 可疑 2 恶意 3 未知.
-
#Status ⇒ Object
1 可疑 2 恶意 3 未知.
-
#Tags ⇒ Object
1 可疑 2 恶意 3 未知.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, tags = nil, family = nil, profile = nil, isp = nil) ⇒ IPAnalyse
constructor
A new instance of IPAnalyse.
Constructor Details
#initialize(status = nil, tags = nil, family = nil, profile = nil, isp = nil) ⇒ IPAnalyse
Returns a new instance of IPAnalyse.
29826 29827 29828 29829 29830 29831 29832 |
# File 'lib/v20180228/models.rb', line 29826 def initialize(status=nil, =nil, family=nil, profile=nil, isp=nil) @Status = status @Tags = @Family = family @Profile = profile @Isp = isp end |
Instance Attribute Details
#Family ⇒ Object
1 可疑 2 恶意 3 未知
29824 29825 29826 |
# File 'lib/v20180228/models.rb', line 29824 def Family @Family end |
#Isp ⇒ Object
1 可疑 2 恶意 3 未知
29824 29825 29826 |
# File 'lib/v20180228/models.rb', line 29824 def Isp @Isp end |
#Profile ⇒ Object
1 可疑 2 恶意 3 未知
29824 29825 29826 |
# File 'lib/v20180228/models.rb', line 29824 def Profile @Profile end |
#Status ⇒ Object
1 可疑 2 恶意 3 未知
29824 29825 29826 |
# File 'lib/v20180228/models.rb', line 29824 def Status @Status end |
#Tags ⇒ Object
1 可疑 2 恶意 3 未知
29824 29825 29826 |
# File 'lib/v20180228/models.rb', line 29824 def Tags @Tags end |
Instance Method Details
#deserialize(params) ⇒ Object
29834 29835 29836 29837 29838 29839 29840 |
# File 'lib/v20180228/models.rb', line 29834 def deserialize(params) @Status = params['Status'] @Tags = params['Tags'] @Family = params['Family'] @Profile = params['Profile'] @Isp = params['Isp'] end |