class TencentCloud::Cdc::V20201214::DedicatedClusterOrderItem

def initialize(dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, suborderstatus=nil, createtime=nil, suborderid=nil, count=nil, name=nil, description=nil, totalcpu=nil, totalmem=nil, totalgpu=nil, typename=nil, computeformat=nil, typefamily=nil, suborderpaystatus=nil)

def initialize(dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, suborderstatus=nil, createtime=nil, suborderid=nil, count=nil, name=nil, description=nil, totalcpu=nil, totalmem=nil, totalgpu=nil, typename=nil, computeformat=nil, typefamily=nil, suborderpaystatus=nil)
  @DedicatedClusterTypeId = dedicatedclustertypeid
  @SupportedStorageType = supportedstoragetype
  @SupportedUplinkSpeed = supporteduplinkspeed
  @SupportedInstanceFamily = supportedinstancefamily
  @Weight = weight
  @PowerDraw = powerdraw
  @SubOrderStatus = suborderstatus
  @CreateTime = createtime
  @SubOrderId = suborderid
  @Count = count
  @Name = name
  @Description = description
  @TotalCpu = totalcpu
  @TotalMem = totalmem
  @TotalGpu = totalgpu
  @TypeName = typename
  @ComputeFormat = computeformat
  @TypeFamily = typefamily
  @SubOrderPayStatus = suborderpaystatus
end