Class: TencentCloud::Cdc::V20201214::DedicatedClusterOrderItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdc::V20201214::DedicatedClusterOrderItem
- Defined in:
- lib/v20201214/models.rb
Overview
专用集群子订单
Instance Attribute Summary collapse
- #ComputeFormat ⇒ Object
- #Count ⇒ Object
- #CreateTime ⇒ Object
- #DedicatedClusterTypeId ⇒ Object
- #Description ⇒ Object
- #Name ⇒ Object
- #PowerDraw ⇒ Object
- #SubOrderId ⇒ Object
- #SubOrderPayStatus ⇒ Object
- #SubOrderStatus ⇒ Object
- #SupportedInstanceFamily ⇒ Object
- #SupportedStorageType ⇒ Object
- #SupportedUplinkSpeed ⇒ Object
- #TotalCpu ⇒ Object
- #TotalGpu ⇒ Object
- #TotalMem ⇒ Object
- #TypeFamily ⇒ Object
- #TypeName ⇒ Object
- #Weight ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#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) ⇒ DedicatedClusterOrderItem
constructor
A new instance of DedicatedClusterOrderItem.
Constructor Details
#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) ⇒ DedicatedClusterOrderItem
Returns a new instance of DedicatedClusterOrderItem.
675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 |
# File 'lib/v20201214/models.rb', line 675 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 |
Instance Attribute Details
#ComputeFormat ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def ComputeFormat @ComputeFormat end |
#Count ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def Count @Count end |
#CreateTime ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def CreateTime @CreateTime end |
#DedicatedClusterTypeId ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def DedicatedClusterTypeId @DedicatedClusterTypeId end |
#Description ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def Description @Description end |
#Name ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def Name @Name end |
#PowerDraw ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def PowerDraw @PowerDraw end |
#SubOrderId ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def SubOrderId @SubOrderId end |
#SubOrderPayStatus ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def SubOrderPayStatus @SubOrderPayStatus end |
#SubOrderStatus ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def SubOrderStatus @SubOrderStatus end |
#SupportedInstanceFamily ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def SupportedInstanceFamily @SupportedInstanceFamily end |
#SupportedStorageType ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def SupportedStorageType @SupportedStorageType end |
#SupportedUplinkSpeed ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def SupportedUplinkSpeed @SupportedUplinkSpeed end |
#TotalCpu ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def TotalCpu @TotalCpu end |
#TotalGpu ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def TotalGpu @TotalGpu end |
#TotalMem ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def TotalMem @TotalMem end |
#TypeFamily ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def TypeFamily @TypeFamily end |
#TypeName ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def TypeName @TypeName end |
#Weight ⇒ Object
673 674 675 |
# File 'lib/v20201214/models.rb', line 673 def Weight @Weight end |
Instance Method Details
#deserialize(params) ⇒ Object
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 |
# File 'lib/v20201214/models.rb', line 697 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 |