Class: TencentCloud::Cfw::V20190904::DescribeSourceAssetRequest

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

Overview

DescribeSourceAsset请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(choosetype = nil, fuzzysearch = nil, instype = nil, limit = nil, offset = nil, zone = nil) ⇒ DescribeSourceAssetRequest

Returns a new instance of DescribeSourceAssetRequest.



5332
5333
5334
5335
5336
5337
5338
5339
# File 'lib/v20190904/models.rb', line 5332

def initialize(choosetype=nil, fuzzysearch=nil, instype=nil, limit=nil, offset=nil, zone=nil)
  @ChooseType = choosetype
  @FuzzySearch = fuzzysearch
  @InsType = instype
  @Limit = limit
  @Offset = offset
  @Zone = zone
end

Instance Attribute Details

#ChooseTypeObject

Parameters:

  • ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产

  • 模糊查询

  • 资产类型 1公网 2内网

  • 查询单页的最大值;eg:10;则最多返回10条结果

  • 查询结果的偏移量

  • 地域



5330
5331
5332
# File 'lib/v20190904/models.rb', line 5330

def ChooseType
  @ChooseType
end

#FuzzySearchObject

Parameters:

  • ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产

  • 模糊查询

  • 资产类型 1公网 2内网

  • 查询单页的最大值;eg:10;则最多返回10条结果

  • 查询结果的偏移量

  • 地域



5330
5331
5332
# File 'lib/v20190904/models.rb', line 5330

def FuzzySearch
  @FuzzySearch
end

#InsTypeObject

Parameters:

  • ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产

  • 模糊查询

  • 资产类型 1公网 2内网

  • 查询单页的最大值;eg:10;则最多返回10条结果

  • 查询结果的偏移量

  • 地域



5330
5331
5332
# File 'lib/v20190904/models.rb', line 5330

def InsType
  @InsType
end

#LimitObject

Parameters:

  • ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产

  • 模糊查询

  • 资产类型 1公网 2内网

  • 查询单页的最大值;eg:10;则最多返回10条结果

  • 查询结果的偏移量

  • 地域



5330
5331
5332
# File 'lib/v20190904/models.rb', line 5330

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产

  • 模糊查询

  • 资产类型 1公网 2内网

  • 查询单页的最大值;eg:10;则最多返回10条结果

  • 查询结果的偏移量

  • 地域



5330
5331
5332
# File 'lib/v20190904/models.rb', line 5330

def Offset
  @Offset
end

#ZoneObject

Parameters:

  • ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产

  • 模糊查询

  • 资产类型 1公网 2内网

  • 查询单页的最大值;eg:10;则最多返回10条结果

  • 查询结果的偏移量

  • 地域



5330
5331
5332
# File 'lib/v20190904/models.rb', line 5330

def Zone
  @Zone
end

Instance Method Details

#deserialize(params) ⇒ Object



5341
5342
5343
5344
5345
5346
5347
5348
# File 'lib/v20190904/models.rb', line 5341

def deserialize(params)
  @ChooseType = params['ChooseType']
  @FuzzySearch = params['FuzzySearch']
  @InsType = params['InsType']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @Zone = params['Zone']
end