Class: TencentCloud::Cbs::V20170312::InquirePriceModifyDiskExtraPerformanceRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::InquirePriceModifyDiskExtraPerformanceRequest
- Defined in:
- lib/v20170312/models.rb
Overview
InquirePriceModifyDiskExtraPerformance请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(throughputperformance = nil, diskid = nil) ⇒ InquirePriceModifyDiskExtraPerformanceRequest
constructor
A new instance of InquirePriceModifyDiskExtraPerformanceRequest.
Constructor Details
#initialize(throughputperformance = nil, diskid = nil) ⇒ InquirePriceModifyDiskExtraPerformanceRequest
Returns a new instance of InquirePriceModifyDiskExtraPerformanceRequest.
2387 2388 2389 2390 |
# File 'lib/v20170312/models.rb', line 2387 def initialize(throughputperformance=nil, diskid=nil) @ThroughputPerformance = throughputperformance @DiskId = diskid end |
Instance Attribute Details
#DiskId ⇒ Object
2385 2386 2387 |
# File 'lib/v20170312/models.rb', line 2385 def DiskId @DiskId end |
#ThroughputPerformance ⇒ Object
2385 2386 2387 |
# File 'lib/v20170312/models.rb', line 2385 def ThroughputPerformance @ThroughputPerformance end |
Instance Method Details
#deserialize(params) ⇒ Object
2392 2393 2394 2395 |
# File 'lib/v20170312/models.rb', line 2392 def deserialize(params) @ThroughputPerformance = params['ThroughputPerformance'] @DiskId = params['DiskId'] end |