Class: TencentCloud::Cdc::V20201214::DescribeDedicatedClusterTypesRequest

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

Overview

DescribeDedicatedClusterTypes请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, dedicatedclustertypeids = nil, offset = nil, limit = nil, iscompute = nil) ⇒ DescribeDedicatedClusterTypesRequest

Returns a new instance of DescribeDedicatedClusterTypesRequest.



1329
1330
1331
1332
1333
1334
1335
# File 'lib/v20201214/models.rb', line 1329

def initialize(name=nil, dedicatedclustertypeids=nil, offset=nil, limit=nil, iscompute=nil)
  @Name = name
  @DedicatedClusterTypeIds = dedicatedclustertypeids
  @Offset = offset
  @Limit = limit
  @IsCompute = iscompute
end

Instance Attribute Details

#DedicatedClusterTypeIdsObject

Parameters:

  • 模糊匹配专用集群配置名称

  • 待查询的专用集群配置id列表

  • 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。

  • 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。

  • 是否只查询计算规格类型



1327
1328
1329
# File 'lib/v20201214/models.rb', line 1327

def DedicatedClusterTypeIds
  @DedicatedClusterTypeIds
end

#IsComputeObject

Parameters:

  • 模糊匹配专用集群配置名称

  • 待查询的专用集群配置id列表

  • 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。

  • 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。

  • 是否只查询计算规格类型



1327
1328
1329
# File 'lib/v20201214/models.rb', line 1327

def IsCompute
  @IsCompute
end

#LimitObject

Parameters:

  • 模糊匹配专用集群配置名称

  • 待查询的专用集群配置id列表

  • 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。

  • 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。

  • 是否只查询计算规格类型



1327
1328
1329
# File 'lib/v20201214/models.rb', line 1327

def Limit
  @Limit
end

#NameObject

Parameters:

  • 模糊匹配专用集群配置名称

  • 待查询的专用集群配置id列表

  • 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。

  • 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。

  • 是否只查询计算规格类型



1327
1328
1329
# File 'lib/v20201214/models.rb', line 1327

def Name
  @Name
end

#OffsetObject

Parameters:

  • 模糊匹配专用集群配置名称

  • 待查询的专用集群配置id列表

  • 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。

  • 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。

  • 是否只查询计算规格类型



1327
1328
1329
# File 'lib/v20201214/models.rb', line 1327

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



1337
1338
1339
1340
1341
1342
1343
# File 'lib/v20201214/models.rb', line 1337

def deserialize(params)
  @Name = params['Name']
  @DedicatedClusterTypeIds = params['DedicatedClusterTypeIds']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @IsCompute = params['IsCompute']
end