class TencentCloud::Cdc::V20201214::DedicatedClusterType

专用集群配置

def deserialize(params)

def deserialize(params)
  @DedicatedClusterTypeId = params['DedicatedClusterTypeId']
  @Description = params['Description']
  @Name = params['Name']
  @CreateTime = params['CreateTime']
  @SupportedStorageType = params['SupportedStorageType']
  @SupportedUplinkGiB = params['SupportedUplinkGiB']
  @SupportedInstanceFamily = params['SupportedInstanceFamily']
  @Weight = params['Weight']
  @PowerDrawKva = params['PowerDrawKva']
  @ComputeFormatDesc = params['ComputeFormatDesc']
end

def initialize(dedicatedclustertypeid=nil, description=nil, name=nil, createtime=nil, supportedstoragetype=nil, supporteduplinkgib=nil, supportedinstancefamily=nil, weight=nil, powerdrawkva=nil, computeformatdesc=nil)

def initialize(dedicatedclustertypeid=nil, description=nil, name=nil, createtime=nil, supportedstoragetype=nil, supporteduplinkgib=nil, supportedinstancefamily=nil, weight=nil, powerdrawkva=nil, computeformatdesc=nil)
  @DedicatedClusterTypeId = dedicatedclustertypeid
  @Description = description
  @Name = name
  @CreateTime = createtime
  @SupportedStorageType = supportedstoragetype
  @SupportedUplinkGiB = supporteduplinkgib
  @SupportedInstanceFamily = supportedinstancefamily
  @Weight = weight
  @PowerDrawKva = powerdrawkva
  @ComputeFormatDesc = computeformatdesc
end