Class: TencentCloud::Cbs::V20170312::ModifyDiskExtraPerformanceRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::ModifyDiskExtraPerformanceRequest
- Defined in:
- lib/v20170312/models.rb
Overview
ModifyDiskExtraPerformance请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(throughputperformance = nil, diskid = nil) ⇒ ModifyDiskExtraPerformanceRequest
constructor
A new instance of ModifyDiskExtraPerformanceRequest.
Constructor Details
#initialize(throughputperformance = nil, diskid = nil) ⇒ ModifyDiskExtraPerformanceRequest
Returns a new instance of ModifyDiskExtraPerformanceRequest.
2808 2809 2810 2811 |
# File 'lib/v20170312/models.rb', line 2808 def initialize(throughputperformance=nil, diskid=nil) @ThroughputPerformance = throughputperformance @DiskId = diskid end |
Instance Attribute Details
#DiskId ⇒ Object
2806 2807 2808 |
# File 'lib/v20170312/models.rb', line 2806 def DiskId @DiskId end |
#ThroughputPerformance ⇒ Object
2806 2807 2808 |
# File 'lib/v20170312/models.rb', line 2806 def ThroughputPerformance @ThroughputPerformance end |
Instance Method Details
#deserialize(params) ⇒ Object
2813 2814 2815 2816 |
# File 'lib/v20170312/models.rb', line 2813 def deserialize(params) @ThroughputPerformance = params['ThroughputPerformance'] @DiskId = params['DiskId'] end |