Class: TencentCloud::Dayu::V20180709::DescribleRegionCountRequest

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

Overview

DescribleRegionCount请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(business = nil, linelist = nil) ⇒ DescribleRegionCountRequest

Returns a new instance of DescribleRegionCountRequest.



6053
6054
6055
6056
# File 'lib/v20180709/models.rb', line 6053

def initialize(business=nil, linelist=nil)
  @Business = business
  @LineList = linelist
end

Instance Attribute Details

#BusinessObject

Parameters:

  • Business:

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

  • LineList:

    根据线路统计,取值为[1(BGP线路),2(南京电信),3(南京联通),99(第三方合作线路)];只对高防IP产品有效,其他产品此字段忽略



6051
6052
6053
# File 'lib/v20180709/models.rb', line 6051

def Business
  @Business
end

#LineListObject

Parameters:

  • Business:

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

  • LineList:

    根据线路统计,取值为[1(BGP线路),2(南京电信),3(南京联通),99(第三方合作线路)];只对高防IP产品有效,其他产品此字段忽略



6051
6052
6053
# File 'lib/v20180709/models.rb', line 6051

def LineList
  @LineList
end

Instance Method Details

#deserialize(params) ⇒ Object



6058
6059
6060
6061
# File 'lib/v20180709/models.rb', line 6058

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