Class: TencentCloud::Dayu::V20180709::ModifyDDoSAlarmThresholdRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::ModifyDDoSAlarmThresholdRequest
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyDDoSAlarmThreshold请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, rsid = nil, alarmtype = nil, alarmthreshold = nil, iplist = nil) ⇒ ModifyDDoSAlarmThresholdRequest
constructor
A new instance of ModifyDDoSAlarmThresholdRequest.
Constructor Details
#initialize(business = nil, rsid = nil, alarmtype = nil, alarmthreshold = nil, iplist = nil) ⇒ ModifyDDoSAlarmThresholdRequest
Returns a new instance of ModifyDDoSAlarmThresholdRequest.
7341 7342 7343 7344 7345 7346 7347 |
# File 'lib/v20180709/models.rb', line 7341 def initialize(business=nil, rsid=nil, alarmtype=nil, alarmthreshold=nil, iplist=nil) @Business = business @RsId = rsid @AlarmType = alarmtype @AlarmThreshold = alarmthreshold @IpList = iplist end |
Instance Attribute Details
#AlarmThreshold ⇒ Object
7339 7340 7341 |
# File 'lib/v20180709/models.rb', line 7339 def AlarmThreshold @AlarmThreshold end |
#AlarmType ⇒ Object
7339 7340 7341 |
# File 'lib/v20180709/models.rb', line 7339 def AlarmType @AlarmType end |
#Business ⇒ Object
7339 7340 7341 |
# File 'lib/v20180709/models.rb', line 7339 def Business @Business end |
#IpList ⇒ Object
7339 7340 7341 |
# File 'lib/v20180709/models.rb', line 7339 def IpList @IpList end |
#RsId ⇒ Object
7339 7340 7341 |
# File 'lib/v20180709/models.rb', line 7339 def RsId @RsId end |
Instance Method Details
#deserialize(params) ⇒ Object
7349 7350 7351 7352 7353 7354 7355 |
# File 'lib/v20180709/models.rb', line 7349 def deserialize(params) @Business = params['Business'] @RsId = params['RsId'] @AlarmType = params['AlarmType'] @AlarmThreshold = params['AlarmThreshold'] @IpList = params['IpList'] end |