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.



4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/v20190904/models.rb', line 4823

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:

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

  • FuzzySearch:

    模糊查询

  • InsType:

    资产类型 1公网 2内网

  • Limit:

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

  • Offset:

    查询结果的偏移量

  • Zone:

    地域



4821
4822
4823
# File 'lib/v20190904/models.rb', line 4821

def ChooseType
  @ChooseType
end

#FuzzySearchObject

Parameters:

  • ChooseType:

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

  • FuzzySearch:

    模糊查询

  • InsType:

    资产类型 1公网 2内网

  • Limit:

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

  • Offset:

    查询结果的偏移量

  • Zone:

    地域



4821
4822
4823
# File 'lib/v20190904/models.rb', line 4821

def FuzzySearch
  @FuzzySearch
end

#InsTypeObject

Parameters:

  • ChooseType:

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

  • FuzzySearch:

    模糊查询

  • InsType:

    资产类型 1公网 2内网

  • Limit:

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

  • Offset:

    查询结果的偏移量

  • Zone:

    地域



4821
4822
4823
# File 'lib/v20190904/models.rb', line 4821

def InsType
  @InsType
end

#LimitObject

Parameters:

  • ChooseType:

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

  • FuzzySearch:

    模糊查询

  • InsType:

    资产类型 1公网 2内网

  • Limit:

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

  • Offset:

    查询结果的偏移量

  • Zone:

    地域



4821
4822
4823
# File 'lib/v20190904/models.rb', line 4821

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • ChooseType:

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

  • FuzzySearch:

    模糊查询

  • InsType:

    资产类型 1公网 2内网

  • Limit:

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

  • Offset:

    查询结果的偏移量

  • Zone:

    地域



4821
4822
4823
# File 'lib/v20190904/models.rb', line 4821

def Offset
  @Offset
end

#ZoneObject

Parameters:

  • ChooseType:

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

  • FuzzySearch:

    模糊查询

  • InsType:

    资产类型 1公网 2内网

  • Limit:

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

  • Offset:

    查询结果的偏移量

  • Zone:

    地域



4821
4822
4823
# File 'lib/v20190904/models.rb', line 4821

def Zone
  @Zone
end

Instance Method Details

#deserialize(params) ⇒ Object



4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/v20190904/models.rb', line 4832

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