Class: TencentCloud::Cdn::V20180606::DDoSAttackBandwidthData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DDoSAttackBandwidthData
- Defined in:
- lib/v20180606/models.rb
Overview
ddos攻击带宽峰值数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(attacktype = nil, value = nil, time = nil) ⇒ DDoSAttackBandwidthData
constructor
A new instance of DDoSAttackBandwidthData.
Constructor Details
#initialize(attacktype = nil, value = nil, time = nil) ⇒ DDoSAttackBandwidthData
Returns a new instance of DDoSAttackBandwidthData.
3275 3276 3277 3278 3279 |
# File 'lib/v20180606/models.rb', line 3275 def initialize(attacktype=nil, value=nil, time=nil) @AttackType = attacktype @Value = value @Time = time end |
Instance Attribute Details
#AttackType ⇒ Object
3273 3274 3275 |
# File 'lib/v20180606/models.rb', line 3273 def AttackType @AttackType end |
#Time ⇒ Object
3273 3274 3275 |
# File 'lib/v20180606/models.rb', line 3273 def Time @Time end |
#Value ⇒ Object
3273 3274 3275 |
# File 'lib/v20180606/models.rb', line 3273 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3281 3282 3283 3284 3285 |
# File 'lib/v20180606/models.rb', line 3281 def deserialize(params) @AttackType = params['AttackType'] @Value = params['Value'] @Time = params['Time'] end |