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.
2432 2433 2434 2435 |
# File 'lib/v20170312/models.rb', line 2432 def initialize(throughputperformance=nil, diskid=nil) @ThroughputPerformance = throughputperformance @DiskId = diskid end |
Instance Attribute Details
#DiskId ⇒ Object
2430 2431 2432 |
# File 'lib/v20170312/models.rb', line 2430 def DiskId @DiskId end |
#ThroughputPerformance ⇒ Object
2430 2431 2432 |
# File 'lib/v20170312/models.rb', line 2430 def ThroughputPerformance @ThroughputPerformance end |
Instance Method Details
#deserialize(params) ⇒ Object
2437 2438 2439 2440 |
# File 'lib/v20170312/models.rb', line 2437 def deserialize(params) @ThroughputPerformance = params['ThroughputPerformance'] @DiskId = params['DiskId'] end |