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.
2763 2764 2765 2766 |
# File 'lib/v20170312/models.rb', line 2763 def initialize(throughputperformance=nil, diskid=nil) @ThroughputPerformance = throughputperformance @DiskId = diskid end |
Instance Attribute Details
#DiskId ⇒ Object
2761 2762 2763 |
# File 'lib/v20170312/models.rb', line 2761 def DiskId @DiskId end |
#ThroughputPerformance ⇒ Object
2761 2762 2763 |
# File 'lib/v20170312/models.rb', line 2761 def ThroughputPerformance @ThroughputPerformance end |
Instance Method Details
#deserialize(params) ⇒ Object
2768 2769 2770 2771 |
# File 'lib/v20170312/models.rb', line 2768 def deserialize(params) @ThroughputPerformance = params['ThroughputPerformance'] @DiskId = params['DiskId'] end |