Class: TencentCloud::Cdn::V20180606::ClsLogIpData

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180606/models.rb

Overview

通过Cls日志,计算出来的IP每秒访问数量

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clientip = nil, request = nil, count = nil, time = nil) ⇒ ClsLogIpData

Returns a new instance of ClsLogIpData.



2623
2624
2625
2626
2627
2628
# File 'lib/v20180606/models.rb', line 2623

def initialize(clientip=nil, request=nil, count=nil, time=nil)
  @ClientIp = clientip
  @Request = request
  @Count = count
  @Time = time
end

Instance Attribute Details

#ClientIpObject

Parameters:

  • ClientIp:

    IP

  • Request:

    在给定的时间段中,1秒内的最大请求量

  • Count:

    在获取的Top信息中,IP出现的次数

  • Time:

    在给定的时间段中,1秒内的最大请求量对应的时间



2621
2622
2623
# File 'lib/v20180606/models.rb', line 2621

def ClientIp
  @ClientIp
end

#CountObject

Parameters:

  • ClientIp:

    IP

  • Request:

    在给定的时间段中,1秒内的最大请求量

  • Count:

    在获取的Top信息中,IP出现的次数

  • Time:

    在给定的时间段中,1秒内的最大请求量对应的时间



2621
2622
2623
# File 'lib/v20180606/models.rb', line 2621

def Count
  @Count
end

#RequestObject

Parameters:

  • ClientIp:

    IP

  • Request:

    在给定的时间段中,1秒内的最大请求量

  • Count:

    在获取的Top信息中,IP出现的次数

  • Time:

    在给定的时间段中,1秒内的最大请求量对应的时间



2621
2622
2623
# File 'lib/v20180606/models.rb', line 2621

def Request
  @Request
end

#TimeObject

Parameters:

  • ClientIp:

    IP

  • Request:

    在给定的时间段中,1秒内的最大请求量

  • Count:

    在获取的Top信息中,IP出现的次数

  • Time:

    在给定的时间段中,1秒内的最大请求量对应的时间



2621
2622
2623
# File 'lib/v20180606/models.rb', line 2621

def Time
  @Time
end

Instance Method Details

#deserialize(params) ⇒ Object



2630
2631
2632
2633
2634
2635
# File 'lib/v20180606/models.rb', line 2630

def deserialize(params)
  @ClientIp = params['ClientIp']
  @Request = params['Request']
  @Count = params['Count']
  @Time = params['Time']
end