Class: TencentCloud::Cfw::V20190904::IocListData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::IocListData
- Defined in:
- lib/v20190904/models.rb
Overview
封禁放通IOC列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, direction = nil, domain = nil) ⇒ IocListData
constructor
A new instance of IocListData.
Constructor Details
#initialize(ip = nil, direction = nil, domain = nil) ⇒ IocListData
6197 6198 6199 6200 6201 |
# File 'lib/v20190904/models.rb', line 6197 def initialize(ip=nil, direction=nil, domain=nil) @IP = ip @Direction = direction @Domain = domain end |
Instance Attribute Details
#Direction ⇒ Object
6195 6196 6197 |
# File 'lib/v20190904/models.rb', line 6195 def Direction @Direction end |
#Domain ⇒ Object
6195 6196 6197 |
# File 'lib/v20190904/models.rb', line 6195 def Domain @Domain end |
#IP ⇒ Object
6195 6196 6197 |
# File 'lib/v20190904/models.rb', line 6195 def IP @IP end |
Instance Method Details
#deserialize(params) ⇒ Object
6203 6204 6205 6206 6207 |
# File 'lib/v20190904/models.rb', line 6203 def deserialize(params) @IP = params['IP'] @Direction = params['Direction'] @Domain = params['Domain'] end |