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.



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

#DiskIdObject

Parameters:

  • ThroughputPerformance:

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

  • DiskId:

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



2385
2386
2387
# File 'lib/v20170312/models.rb', line 2385

def DiskId
  @DiskId
end

#ThroughputPerformanceObject

Parameters:

  • ThroughputPerformance:

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

  • DiskId:

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



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