Class: TencentCloud::Cbs::V20170312::InquirePriceModifyDiskExtraPerformanceRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170312/models.rb

Overview

InquirePriceModifyDiskExtraPerformance请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DiskIdObject

Parameters:

  • ThroughputPerformance:

    额外购买的云硬盘性能值,单位MiB/s。仅大小超过460GiB的增强型SSD(CLOUD_HSSD)和极速型SSD(CLOUD_TSSD)云硬盘才支持购买额外性能。

  • DiskId:

    云硬盘ID, 通过(/document/product/362/16315)接口查询。



2430
2431
2432
# File 'lib/v20170312/models.rb', line 2430

def DiskId
  @DiskId
end

#ThroughputPerformanceObject

Parameters:

  • ThroughputPerformance:

    额外购买的云硬盘性能值,单位MiB/s。仅大小超过460GiB的增强型SSD(CLOUD_HSSD)和极速型SSD(CLOUD_TSSD)云硬盘才支持购买额外性能。

  • DiskId:

    云硬盘ID, 通过(/document/product/362/16315)接口查询。



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