class TencentCloud::Cdc::V20201214::DedicatedClusterOrderItem

专用集群子订单

def deserialize(params)

def deserialize(params)
  @DedicatedClusterTypeId = params['DedicatedClusterTypeId']
  @SupportedStorageType = params['SupportedStorageType']
  @SupportedUplinkSpeed = params['SupportedUplinkSpeed']
  @SupportedInstanceFamily = params['SupportedInstanceFamily']
  @Weight = params['Weight']
  @PowerDraw = params['PowerDraw']
  @SubOrderStatus = params['SubOrderStatus']
  @CreateTime = params['CreateTime']
  @SubOrderId = params['SubOrderId']
  @Count = params['Count']
  @Name = params['Name']
  @Description = params['Description']
  @TotalCpu = params['TotalCpu']
  @TotalMem = params['TotalMem']
  @TotalGpu = params['TotalGpu']
  @TypeName = params['TypeName']
  @ComputeFormat = params['ComputeFormat']
  @TypeFamily = params['TypeFamily']
  @SubOrderPayStatus = params['SubOrderPayStatus']
end

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