Class: TencentCloud::Cdc::V20201214::DedicatedClusterType
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdc::V20201214::DedicatedClusterType
- Defined in:
- lib/v20201214/models.rb
Overview
专用集群配置
Instance Attribute Summary collapse
- #ComputeFormatDesc ⇒ Object
- #CreateTime ⇒ Object
- #DedicatedClusterTypeId ⇒ Object
- #Description ⇒ Object
- #Name ⇒ Object
- #PowerDrawKva ⇒ Object
- #SupportedInstanceFamily ⇒ Object
- #SupportedStorageType ⇒ Object
- #SupportedUplinkGiB ⇒ Object
- #Weight ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dedicatedclustertypeid = nil, description = nil, name = nil, createtime = nil, supportedstoragetype = nil, supporteduplinkgib = nil, supportedinstancefamily = nil, weight = nil, powerdrawkva = nil, computeformatdesc = nil) ⇒ DedicatedClusterType
constructor
A new instance of DedicatedClusterType.
Constructor Details
#initialize(dedicatedclustertypeid = nil, description = nil, name = nil, createtime = nil, supportedstoragetype = nil, supporteduplinkgib = nil, supportedinstancefamily = nil, weight = nil, powerdrawkva = nil, computeformatdesc = nil) ⇒ DedicatedClusterType
Returns a new instance of DedicatedClusterType.
745 746 747 748 749 750 751 752 753 754 755 756 |
# File 'lib/v20201214/models.rb', line 745 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 |
Instance Attribute Details
#ComputeFormatDesc ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def ComputeFormatDesc @ComputeFormatDesc end |
#CreateTime ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def CreateTime @CreateTime end |
#DedicatedClusterTypeId ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def DedicatedClusterTypeId @DedicatedClusterTypeId end |
#Description ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def Description @Description end |
#Name ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def Name @Name end |
#PowerDrawKva ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def PowerDrawKva @PowerDrawKva end |
#SupportedInstanceFamily ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def SupportedInstanceFamily @SupportedInstanceFamily end |
#SupportedStorageType ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def SupportedStorageType @SupportedStorageType end |
#SupportedUplinkGiB ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def SupportedUplinkGiB @SupportedUplinkGiB end |
#Weight ⇒ Object
743 744 745 |
# File 'lib/v20201214/models.rb', line 743 def Weight @Weight end |
Instance Method Details
#deserialize(params) ⇒ Object
758 759 760 761 762 763 764 765 766 767 768 769 |
# File 'lib/v20201214/models.rb', line 758 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 |