Class: TencentCloud::Ckafka::V20190819::DescribeTypeInstancesRequest

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

Overview

DescribeTypeInstances请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, searchword = nil, status = nil, offset = nil, limit = nil, tagkey = nil) ⇒ DescribeTypeInstancesRequest

Returns a new instance of DescribeTypeInstancesRequest.



6174
6175
6176
6177
6178
6179
6180
6181
# File 'lib/v20190819/models.rb', line 6174

def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil)
  @InstanceId = instanceid
  @SearchWord = searchword
  @Status = status
  @Offset = offset
  @Limit = limit
  @TagKey = tagkey
end

Instance Attribute Details

#InstanceIdObject

Parameters:

  • (过滤条件)按照实例ID过滤

  • (过滤条件)按照实例名称过滤,支持模糊查询

  • (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部

  • 偏移量,不填默认为0

  • 返回数量,不填则默认10,最大值100

  • 匹配标签key值。



6172
6173
6174
# File 'lib/v20190819/models.rb', line 6172

def InstanceId
  @InstanceId
end

#LimitObject

Parameters:

  • (过滤条件)按照实例ID过滤

  • (过滤条件)按照实例名称过滤,支持模糊查询

  • (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部

  • 偏移量,不填默认为0

  • 返回数量,不填则默认10,最大值100

  • 匹配标签key值。



6172
6173
6174
# File 'lib/v20190819/models.rb', line 6172

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • (过滤条件)按照实例ID过滤

  • (过滤条件)按照实例名称过滤,支持模糊查询

  • (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部

  • 偏移量,不填默认为0

  • 返回数量,不填则默认10,最大值100

  • 匹配标签key值。



6172
6173
6174
# File 'lib/v20190819/models.rb', line 6172

def Offset
  @Offset
end

#SearchWordObject

Parameters:

  • (过滤条件)按照实例ID过滤

  • (过滤条件)按照实例名称过滤,支持模糊查询

  • (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部

  • 偏移量,不填默认为0

  • 返回数量,不填则默认10,最大值100

  • 匹配标签key值。



6172
6173
6174
# File 'lib/v20190819/models.rb', line 6172

def SearchWord
  @SearchWord
end

#StatusObject

Parameters:

  • (过滤条件)按照实例ID过滤

  • (过滤条件)按照实例名称过滤,支持模糊查询

  • (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部

  • 偏移量,不填默认为0

  • 返回数量,不填则默认10,最大值100

  • 匹配标签key值。



6172
6173
6174
# File 'lib/v20190819/models.rb', line 6172

def Status
  @Status
end

#TagKeyObject

Parameters:

  • (过滤条件)按照实例ID过滤

  • (过滤条件)按照实例名称过滤,支持模糊查询

  • (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部

  • 偏移量,不填默认为0

  • 返回数量,不填则默认10,最大值100

  • 匹配标签key值。



6172
6173
6174
# File 'lib/v20190819/models.rb', line 6172

def TagKey
  @TagKey
end

Instance Method Details

#deserialize(params) ⇒ Object



6183
6184
6185
6186
6187
6188
6189
6190
# File 'lib/v20190819/models.rb', line 6183

def deserialize(params)
  @InstanceId = params['InstanceId']
  @SearchWord = params['SearchWord']
  @Status = params['Status']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @TagKey = params['TagKey']
end