Class: TencentCloud::Cfw::V20190904::DescribeBlockByIpTimesListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeBlockByIpTimesListRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeBlockByIpTimesList请求参数结构体
Instance Attribute Summary collapse
- #Direction ⇒ Object
- #EdgeId ⇒ Object
- #EndTime ⇒ Object
- #Ip ⇒ Object
- #LogSource ⇒ Object
- #Source ⇒ Object
- #StartTime ⇒ Object
- #Zone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(endtime = nil, ip = nil, starttime = nil, direction = nil, edgeid = nil, logsource = nil, source = nil, zone = nil) ⇒ DescribeBlockByIpTimesListRequest
constructor
A new instance of DescribeBlockByIpTimesListRequest.
Constructor Details
#initialize(endtime = nil, ip = nil, starttime = nil, direction = nil, edgeid = nil, logsource = nil, source = nil, zone = nil) ⇒ DescribeBlockByIpTimesListRequest
Returns a new instance of DescribeBlockByIpTimesListRequest.
3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 |
# File 'lib/v20190904/models.rb', line 3158 def initialize(endtime=nil, ip=nil, starttime=nil, direction=nil, edgeid=nil, logsource=nil, source=nil, zone=nil) @EndTime = endtime @Ip = ip @StartTime = starttime @Direction = direction @EdgeId = edgeid @LogSource = logsource @Source = source @Zone = zone end |
Instance Attribute Details
#Direction ⇒ Object
3156 3157 3158 |
# File 'lib/v20190904/models.rb', line 3156 def Direction @Direction end |
#EdgeId ⇒ Object
3156 3157 3158 |
# File 'lib/v20190904/models.rb', line 3156 def EdgeId @EdgeId end |
#EndTime ⇒ Object
3156 3157 3158 |
# File 'lib/v20190904/models.rb', line 3156 def EndTime @EndTime end |
#Ip ⇒ Object
3156 3157 3158 |
# File 'lib/v20190904/models.rb', line 3156 def Ip @Ip end |
#LogSource ⇒ Object
3156 3157 3158 |
# File 'lib/v20190904/models.rb', line 3156 def LogSource @LogSource end |
#Source ⇒ Object
3156 3157 3158 |
# File 'lib/v20190904/models.rb', line 3156 def Source @Source end |
#StartTime ⇒ Object
3156 3157 3158 |
# File 'lib/v20190904/models.rb', line 3156 def StartTime @StartTime end |
#Zone ⇒ Object
3156 3157 3158 |
# File 'lib/v20190904/models.rb', line 3156 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 |
# File 'lib/v20190904/models.rb', line 3169 def deserialize(params) @EndTime = params['EndTime'] @Ip = params['Ip'] @StartTime = params['StartTime'] @Direction = params['Direction'] @EdgeId = params['EdgeId'] @LogSource = params['LogSource'] @Source = params['Source'] @Zone = params['Zone'] end |