Class: TencentCloud::Dayu::V20180709::ModifyElasticLimitRequest

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

Overview

ModifyElasticLimit请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(business = nil, id = nil, limit = nil) ⇒ ModifyElasticLimitRequest

Returns a new instance of ModifyElasticLimitRequest.



8002
8003
8004
8005
8006
# File 'lib/v20180709/models.rb', line 8002

def initialize(business=nil, id=nil, limit=nil)
  @Business = business
  @Id = id
  @Limit = limit
end

Instance Attribute Details

#BusinessObject

Parameters:

  • Business:

    大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)

  • Id:

    资源ID

  • Limit:

    弹性防护阈值,取值[0 10000 20000 30000 40000 50000 60000 70000 80000 90000 100000 120000 150000 200000 250000 300000 400000 600000 800000 220000 310000 110000 270000 610000]



8000
8001
8002
# File 'lib/v20180709/models.rb', line 8000

def Business
  @Business
end

#IdObject

Parameters:

  • Business:

    大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)

  • Id:

    资源ID

  • Limit:

    弹性防护阈值,取值[0 10000 20000 30000 40000 50000 60000 70000 80000 90000 100000 120000 150000 200000 250000 300000 400000 600000 800000 220000 310000 110000 270000 610000]



8000
8001
8002
# File 'lib/v20180709/models.rb', line 8000

def Id
  @Id
end

#LimitObject

Parameters:

  • Business:

    大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)

  • Id:

    资源ID

  • Limit:

    弹性防护阈值,取值[0 10000 20000 30000 40000 50000 60000 70000 80000 90000 100000 120000 150000 200000 250000 300000 400000 600000 800000 220000 310000 110000 270000 610000]



8000
8001
8002
# File 'lib/v20180709/models.rb', line 8000

def Limit
  @Limit
end

Instance Method Details

#deserialize(params) ⇒ Object



8008
8009
8010
8011
8012
# File 'lib/v20180709/models.rb', line 8008

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