Class: TencentCloud::Cynosdb::V20190107::InquirePriceModifyRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::InquirePriceModifyRequest
- Defined in:
- lib/v20190107/models.rb
Overview
InquirePriceModify请求参数结构体
Instance Attribute Summary collapse
- #Ccu ⇒ Object
- #ClusterId ⇒ Object
- #Cpu ⇒ Object
- #DeviceType ⇒ Object
- #InstanceId ⇒ Object
- #Memory ⇒ Object
- #StorageLimit ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, cpu = nil, memory = nil, storagelimit = nil, instanceid = nil, devicetype = nil, ccu = nil) ⇒ InquirePriceModifyRequest
constructor
A new instance of InquirePriceModifyRequest.
Constructor Details
#initialize(clusterid = nil, cpu = nil, memory = nil, storagelimit = nil, instanceid = nil, devicetype = nil, ccu = nil) ⇒ InquirePriceModifyRequest
Returns a new instance of InquirePriceModifyRequest.
8719 8720 8721 8722 8723 8724 8725 8726 8727 |
# File 'lib/v20190107/models.rb', line 8719 def initialize(clusterid=nil, cpu=nil, memory=nil, storagelimit=nil, instanceid=nil, devicetype=nil, ccu=nil) @ClusterId = clusterid @Cpu = cpu @Memory = memory @StorageLimit = storagelimit @InstanceId = instanceid @DeviceType = devicetype @Ccu = ccu end |
Instance Attribute Details
#Ccu ⇒ Object
8717 8718 8719 |
# File 'lib/v20190107/models.rb', line 8717 def Ccu @Ccu end |
#ClusterId ⇒ Object
8717 8718 8719 |
# File 'lib/v20190107/models.rb', line 8717 def ClusterId @ClusterId end |
#Cpu ⇒ Object
8717 8718 8719 |
# File 'lib/v20190107/models.rb', line 8717 def Cpu @Cpu end |
#DeviceType ⇒ Object
8717 8718 8719 |
# File 'lib/v20190107/models.rb', line 8717 def DeviceType @DeviceType end |
#InstanceId ⇒ Object
8717 8718 8719 |
# File 'lib/v20190107/models.rb', line 8717 def InstanceId @InstanceId end |
#Memory ⇒ Object
8717 8718 8719 |
# File 'lib/v20190107/models.rb', line 8717 def Memory @Memory end |
#StorageLimit ⇒ Object
8717 8718 8719 |
# File 'lib/v20190107/models.rb', line 8717 def StorageLimit @StorageLimit end |
Instance Method Details
#deserialize(params) ⇒ Object
8729 8730 8731 8732 8733 8734 8735 8736 8737 |
# File 'lib/v20190107/models.rb', line 8729 def deserialize(params) @ClusterId = params['ClusterId'] @Cpu = params['Cpu'] @Memory = params['Memory'] @StorageLimit = params['StorageLimit'] @InstanceId = params['InstanceId'] @DeviceType = params['DeviceType'] @Ccu = params['Ccu'] end |