Class: TencentCloud::Ckafka::V20190819::DescribeConnectResourcesRequest

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

Overview

DescribeConnectResources请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, searchword = nil, offset = nil, limit = nil, resourceregion = nil) ⇒ DescribeConnectResourcesRequest

Returns a new instance of DescribeConnectResourcesRequest.



4446
4447
4448
4449
4450
4451
4452
# File 'lib/v20190819/models.rb', line 4446

def initialize(type=nil, searchword=nil, offset=nil, limit=nil, resourceregion=nil)
  @Type = type
  @SearchWord = searchword
  @Offset = offset
  @Limit = limit
  @ResourceRegion = resourceregion
end

Instance Attribute Details

#LimitObject

Parameters:

  • Type:

    连接源类型

  • SearchWord:

    连接源名称的关键字查询,支持模糊匹配

  • Offset:

    分页偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为1000 (超过1000,则限制为1000)

  • ResourceRegion:

    连接源的关键字查询, 根据地域查询本地域内连接管理列表中的连接(仅支持包含region输入的连接源)



4444
4445
4446
# File 'lib/v20190819/models.rb', line 4444

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Type:

    连接源类型

  • SearchWord:

    连接源名称的关键字查询,支持模糊匹配

  • Offset:

    分页偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为1000 (超过1000,则限制为1000)

  • ResourceRegion:

    连接源的关键字查询, 根据地域查询本地域内连接管理列表中的连接(仅支持包含region输入的连接源)



4444
4445
4446
# File 'lib/v20190819/models.rb', line 4444

def Offset
  @Offset
end

#ResourceRegionObject

Parameters:

  • Type:

    连接源类型

  • SearchWord:

    连接源名称的关键字查询,支持模糊匹配

  • Offset:

    分页偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为1000 (超过1000,则限制为1000)

  • ResourceRegion:

    连接源的关键字查询, 根据地域查询本地域内连接管理列表中的连接(仅支持包含region输入的连接源)



4444
4445
4446
# File 'lib/v20190819/models.rb', line 4444

def ResourceRegion
  @ResourceRegion
end

#SearchWordObject

Parameters:

  • Type:

    连接源类型

  • SearchWord:

    连接源名称的关键字查询,支持模糊匹配

  • Offset:

    分页偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为1000 (超过1000,则限制为1000)

  • ResourceRegion:

    连接源的关键字查询, 根据地域查询本地域内连接管理列表中的连接(仅支持包含region输入的连接源)



4444
4445
4446
# File 'lib/v20190819/models.rb', line 4444

def SearchWord
  @SearchWord
end

#TypeObject

Parameters:

  • Type:

    连接源类型

  • SearchWord:

    连接源名称的关键字查询,支持模糊匹配

  • Offset:

    分页偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为1000 (超过1000,则限制为1000)

  • ResourceRegion:

    连接源的关键字查询, 根据地域查询本地域内连接管理列表中的连接(仅支持包含region输入的连接源)



4444
4445
4446
# File 'lib/v20190819/models.rb', line 4444

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



4454
4455
4456
4457
4458
4459
4460
# File 'lib/v20190819/models.rb', line 4454

def deserialize(params)
  @Type = params['Type']
  @SearchWord = params['SearchWord']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @ResourceRegion = params['ResourceRegion']
end