Class: TencentCloud::Dayu::V20180709::L4DelRule
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::L4DelRule
- Defined in:
- lib/v20180709/models.rb
Overview
删除l4规则接口
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, ip = nil, ruleidlist = nil) ⇒ L4DelRule
constructor
A new instance of L4DelRule.
Constructor Details
#initialize(id = nil, ip = nil, ruleidlist = nil) ⇒ L4DelRule
Returns a new instance of L4DelRule.
6281 6282 6283 6284 6285 |
# File 'lib/v20180709/models.rb', line 6281 def initialize(id=nil, ip=nil, ruleidlist=nil) @Id = id @Ip = ip @RuleIdList = ruleidlist end |
Instance Attribute Details
#Id ⇒ Object
6279 6280 6281 |
# File 'lib/v20180709/models.rb', line 6279 def Id @Id end |
#Ip ⇒ Object
6279 6280 6281 |
# File 'lib/v20180709/models.rb', line 6279 def Ip @Ip end |
#RuleIdList ⇒ Object
6279 6280 6281 |
# File 'lib/v20180709/models.rb', line 6279 def RuleIdList @RuleIdList end |
Instance Method Details
#deserialize(params) ⇒ Object
6287 6288 6289 6290 6291 |
# File 'lib/v20180709/models.rb', line 6287 def deserialize(params) @Id = params['Id'] @Ip = params['Ip'] @RuleIdList = params['RuleIdList'] end |