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.



1333
1334
1335
1336
1337
1338
1339
# File 'lib/v20201214/models.rb', line 1333

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:

  • Name:

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

  • DedicatedClusterTypeIds:

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

  • Offset:

    偏移量,默认为0。关于‘Offset`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • Limit:

    返回数量,默认为20,最大值为100。关于‘Limit`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • IsCompute:

    是否只查询计算规格类型



1331
1332
1333
# File 'lib/v20201214/models.rb', line 1331

def DedicatedClusterTypeIds
  @DedicatedClusterTypeIds
end

#IsComputeObject

Parameters:

  • Name:

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

  • DedicatedClusterTypeIds:

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

  • Offset:

    偏移量,默认为0。关于‘Offset`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • Limit:

    返回数量,默认为20,最大值为100。关于‘Limit`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • IsCompute:

    是否只查询计算规格类型



1331
1332
1333
# File 'lib/v20201214/models.rb', line 1331

def IsCompute
  @IsCompute
end

#LimitObject

Parameters:

  • Name:

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

  • DedicatedClusterTypeIds:

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

  • Offset:

    偏移量,默认为0。关于‘Offset`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • Limit:

    返回数量,默认为20,最大值为100。关于‘Limit`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • IsCompute:

    是否只查询计算规格类型



1331
1332
1333
# File 'lib/v20201214/models.rb', line 1331

def Limit
  @Limit
end

#NameObject

Parameters:

  • Name:

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

  • DedicatedClusterTypeIds:

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

  • Offset:

    偏移量,默认为0。关于‘Offset`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • Limit:

    返回数量,默认为20,最大值为100。关于‘Limit`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • IsCompute:

    是否只查询计算规格类型



1331
1332
1333
# File 'lib/v20201214/models.rb', line 1331

def Name
  @Name
end

#OffsetObject

Parameters:

  • Name:

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

  • DedicatedClusterTypeIds:

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

  • Offset:

    偏移量,默认为0。关于‘Offset`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • Limit:

    返回数量,默认为20,最大值为100。关于‘Limit`的更进一步介绍请参考 API [简介](cloud.tencent.com/document/api/213/15688)中的相关小节。

  • IsCompute:

    是否只查询计算规格类型



1331
1332
1333
# File 'lib/v20201214/models.rb', line 1331

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



1341
1342
1343
1344
1345
1346
1347
# File 'lib/v20201214/models.rb', line 1341

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