Class: TencentCloud::Waf::V20180125::BotQPS

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

Overview

bot的qps详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(resourceids = nil, validtime = nil, count = nil, region = nil, maxbotqps = nil, renewflag = nil) ⇒ BotQPS

Returns a new instance of BotQPS.



1413
1414
1415
1416
1417
1418
1419
1420
# File 'lib/v20180125/models.rb', line 1413

def initialize(resourceids=nil, validtime=nil, count=nil, region=nil, maxbotqps=nil, renewflag=nil)
  @ResourceIds = resourceids
  @ValidTime = validtime
  @Count = count
  @Region = region
  @MaxBotQPS = maxbotqps
  @RenewFlag = renewflag
end

Instance Attribute Details

#CountObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ResourceIds:

    资源id

  • ValidTime:

    有效时间

  • Count:

    资源数量

  • Region:

    资源所在地区

  • MaxBotQPS:

    使用qps的最大值

  • RenewFlag:

    续费标志



1411
1412
1413
# File 'lib/v20180125/models.rb', line 1411

def Count
  @Count
end

#MaxBotQPSObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ResourceIds:

    资源id

  • ValidTime:

    有效时间

  • Count:

    资源数量

  • Region:

    资源所在地区

  • MaxBotQPS:

    使用qps的最大值

  • RenewFlag:

    续费标志



1411
1412
1413
# File 'lib/v20180125/models.rb', line 1411

def MaxBotQPS
  @MaxBotQPS
end

#RegionObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ResourceIds:

    资源id

  • ValidTime:

    有效时间

  • Count:

    资源数量

  • Region:

    资源所在地区

  • MaxBotQPS:

    使用qps的最大值

  • RenewFlag:

    续费标志



1411
1412
1413
# File 'lib/v20180125/models.rb', line 1411

def Region
  @Region
end

#RenewFlagObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ResourceIds:

    资源id

  • ValidTime:

    有效时间

  • Count:

    资源数量

  • Region:

    资源所在地区

  • MaxBotQPS:

    使用qps的最大值

  • RenewFlag:

    续费标志



1411
1412
1413
# File 'lib/v20180125/models.rb', line 1411

def RenewFlag
  @RenewFlag
end

#ResourceIdsObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ResourceIds:

    资源id

  • ValidTime:

    有效时间

  • Count:

    资源数量

  • Region:

    资源所在地区

  • MaxBotQPS:

    使用qps的最大值

  • RenewFlag:

    续费标志



1411
1412
1413
# File 'lib/v20180125/models.rb', line 1411

def ResourceIds
  @ResourceIds
end

#ValidTimeObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ResourceIds:

    资源id

  • ValidTime:

    有效时间

  • Count:

    资源数量

  • Region:

    资源所在地区

  • MaxBotQPS:

    使用qps的最大值

  • RenewFlag:

    续费标志



1411
1412
1413
# File 'lib/v20180125/models.rb', line 1411

def ValidTime
  @ValidTime
end

Instance Method Details

#deserialize(params) ⇒ Object



1422
1423
1424
1425
1426
1427
1428
1429
# File 'lib/v20180125/models.rb', line 1422

def deserialize(params)
  @ResourceIds = params['ResourceIds']
  @ValidTime = params['ValidTime']
  @Count = params['Count']
  @Region = params['Region']
  @MaxBotQPS = params['MaxBotQPS']
  @RenewFlag = params['RenewFlag']
end