Class: TencentCloud::Dayu::V20180709::DescribeDDoSAlarmThresholdRequest

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

Overview

DescribeDDoSAlarmThreshold请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(business = nil, rsid = nil) ⇒ DescribeDDoSAlarmThresholdRequest

Returns a new instance of DescribeDDoSAlarmThresholdRequest.



3298
3299
3300
3301
# File 'lib/v20180709/models.rb', line 3298

def initialize(business=nil, rsid=nil)
  @Business = business
  @RsId = rsid
end

Instance Attribute Details

#BusinessObject

Parameters:

  • Business:

    大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)

  • RsId:

    资源ID,字符串类型



3296
3297
3298
# File 'lib/v20180709/models.rb', line 3296

def Business
  @Business
end

#RsIdObject

Parameters:

  • Business:

    大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)

  • RsId:

    资源ID,字符串类型



3296
3297
3298
# File 'lib/v20180709/models.rb', line 3296

def RsId
  @RsId
end

Instance Method Details

#deserialize(params) ⇒ Object



3303
3304
3305
3306
# File 'lib/v20180709/models.rb', line 3303

def deserialize(params)
  @Business = params['Business']
  @RsId = params['RsId']
end