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.
2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 |
# File 'lib/v20190904/models.rb', line 2959 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
2957 2958 2959 |
# File 'lib/v20190904/models.rb', line 2957 def Direction @Direction end |
#EdgeId ⇒ Object
2957 2958 2959 |
# File 'lib/v20190904/models.rb', line 2957 def EdgeId @EdgeId end |
#EndTime ⇒ Object
2957 2958 2959 |
# File 'lib/v20190904/models.rb', line 2957 def EndTime @EndTime end |
#Ip ⇒ Object
2957 2958 2959 |
# File 'lib/v20190904/models.rb', line 2957 def Ip @Ip end |
#LogSource ⇒ Object
2957 2958 2959 |
# File 'lib/v20190904/models.rb', line 2957 def LogSource @LogSource end |
#Source ⇒ Object
2957 2958 2959 |
# File 'lib/v20190904/models.rb', line 2957 def Source @Source end |
#StartTime ⇒ Object
2957 2958 2959 |
# File 'lib/v20190904/models.rb', line 2957 def StartTime @StartTime end |
#Zone ⇒ Object
2957 2958 2959 |
# File 'lib/v20190904/models.rb', line 2957 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 |
# File 'lib/v20190904/models.rb', line 2970 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 |