Class: TencentCloud::Waf::V20180125::DescribeIpAccessControlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeIpAccessControlRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeIpAccessControl请求参数结构体
Instance Attribute Summary collapse
- #ActionType ⇒ Object
- #Count ⇒ Object
- #CtsMax ⇒ Object
- #CtsMin ⇒ Object
- #Domain ⇒ Object
- #Ip ⇒ Object
- #Limit ⇒ Object
- #OffSet ⇒ Object
- #RuleId ⇒ Object
- #Sort ⇒ Object
- #Source ⇒ Object
- #TimerType ⇒ Object
- #ValidStatus ⇒ Object
- #ValidTimeStampMax ⇒ Object
- #ValidTimeStampMin ⇒ Object
- #VtsMax ⇒ Object
- #VtsMin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, count = nil, actiontype = nil, vtsmin = nil, vtsmax = nil, ctsmin = nil, ctsmax = nil, offset = nil, limit = nil, source = nil, sort = nil, ip = nil, validstatus = nil, validtimestampmin = nil, validtimestampmax = nil, ruleid = nil, timertype = nil) ⇒ DescribeIpAccessControlRequest
constructor
A new instance of DescribeIpAccessControlRequest.
Constructor Details
#initialize(domain = nil, count = nil, actiontype = nil, vtsmin = nil, vtsmax = nil, ctsmin = nil, ctsmax = nil, offset = nil, limit = nil, source = nil, sort = nil, ip = nil, validstatus = nil, validtimestampmin = nil, validtimestampmax = nil, ruleid = nil, timertype = nil) ⇒ DescribeIpAccessControlRequest
Returns a new instance of DescribeIpAccessControlRequest.
5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 |
# File 'lib/v20180125/models.rb', line 5599 def initialize(domain=nil, count=nil, actiontype=nil, vtsmin=nil, vtsmax=nil, ctsmin=nil, ctsmax=nil, offset=nil, limit=nil, source=nil, sort=nil, ip=nil, validstatus=nil, =nil, =nil, ruleid=nil, timertype=nil) @Domain = domain @Count = count @ActionType = actiontype @VtsMin = vtsmin @VtsMax = vtsmax @CtsMin = ctsmin @CtsMax = ctsmax @OffSet = offset @Limit = limit @Source = source @Sort = sort @Ip = ip @ValidStatus = validstatus @ValidTimeStampMin = @ValidTimeStampMax = @RuleId = ruleid @TimerType = timertype end |
Instance Attribute Details
#ActionType ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def ActionType @ActionType end |
#Count ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def Count @Count end |
#CtsMax ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def CtsMax @CtsMax end |
#CtsMin ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def CtsMin @CtsMin end |
#Domain ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def Domain @Domain end |
#Ip ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def Ip @Ip end |
#Limit ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def Limit @Limit end |
#OffSet ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def OffSet @OffSet end |
#RuleId ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def RuleId @RuleId end |
#Sort ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def Sort @Sort end |
#Source ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def Source @Source end |
#TimerType ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def TimerType @TimerType end |
#ValidStatus ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def ValidStatus @ValidStatus end |
#ValidTimeStampMax ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def ValidTimeStampMax @ValidTimeStampMax end |
#ValidTimeStampMin ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def ValidTimeStampMin @ValidTimeStampMin end |
#VtsMax ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def VtsMax @VtsMax end |
#VtsMin ⇒ Object
5592 5593 5594 |
# File 'lib/v20180125/models.rb', line 5592 def VtsMin @VtsMin end |
Instance Method Details
#deserialize(params) ⇒ Object
5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 |
# File 'lib/v20180125/models.rb', line 5619 def deserialize(params) @Domain = params['Domain'] @Count = params['Count'] @ActionType = params['ActionType'] @VtsMin = params['VtsMin'] @VtsMax = params['VtsMax'] @CtsMin = params['CtsMin'] @CtsMax = params['CtsMax'] @OffSet = params['OffSet'] @Limit = params['Limit'] @Source = params['Source'] @Sort = params['Sort'] @Ip = params['Ip'] @ValidStatus = params['ValidStatus'] @ValidTimeStampMin = params['ValidTimeStampMin'] @ValidTimeStampMax = params['ValidTimeStampMax'] @RuleId = params['RuleId'] @TimerType = params['TimerType'] end |