Class: TencentCloud::Waf::V20180125::BotQPS
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::BotQPS
- Defined in:
- lib/v20180125/models.rb
Overview
bot的qps详情
Instance Attribute Summary collapse
-
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#MaxBotQPS ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RenewFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ResourceIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ValidTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourceids = nil, validtime = nil, count = nil, region = nil, maxbotqps = nil, renewflag = nil) ⇒ BotQPS
constructor
A new instance of BotQPS.
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
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1411 1412 1413 |
# File 'lib/v20180125/models.rb', line 1411 def Count @Count end |
#MaxBotQPS ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1411 1412 1413 |
# File 'lib/v20180125/models.rb', line 1411 def MaxBotQPS @MaxBotQPS end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1411 1412 1413 |
# File 'lib/v20180125/models.rb', line 1411 def Region @Region end |
#RenewFlag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1411 1412 1413 |
# File 'lib/v20180125/models.rb', line 1411 def RenewFlag @RenewFlag end |
#ResourceIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1411 1412 1413 |
# File 'lib/v20180125/models.rb', line 1411 def ResourceIds @ResourceIds end |
#ValidTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
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 |