Class: TencentCloud::Cbs::V20170312::ModifyDiskAttributesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::ModifyDiskAttributesRequest
- Defined in:
- lib/v20170312/models.rb
Overview
ModifyDiskAttributes请求参数结构体
Instance Attribute Summary collapse
-
#BurstPerformanceOperation ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启 CANCEL:关闭.
-
#DeleteWithInstance ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启 CANCEL:关闭.
-
#DiskIds ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启 CANCEL:关闭.
-
#DiskName ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启 CANCEL:关闭.
-
#DiskType ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启 CANCEL:关闭.
-
#Portable ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启 CANCEL:关闭.
-
#ProjectId ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启 CANCEL:关闭.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(diskids = nil, diskname = nil, portable = nil, projectid = nil, deletewithinstance = nil, disktype = nil, burstperformanceoperation = nil) ⇒ ModifyDiskAttributesRequest
constructor
A new instance of ModifyDiskAttributesRequest.
Constructor Details
#initialize(diskids = nil, diskname = nil, portable = nil, projectid = nil, deletewithinstance = nil, disktype = nil, burstperformanceoperation = nil) ⇒ ModifyDiskAttributesRequest
Returns a new instance of ModifyDiskAttributesRequest.
2681 2682 2683 2684 2685 2686 2687 2688 2689 |
# File 'lib/v20170312/models.rb', line 2681 def initialize(diskids=nil, diskname=nil, portable=nil, projectid=nil, deletewithinstance=nil, disktype=nil, burstperformanceoperation=nil) @DiskIds = diskids @DiskName = diskname @Portable = portable @ProjectId = projectid @DeleteWithInstance = deletewithinstance @DiskType = disktype @BurstPerformanceOperation = burstperformanceoperation end |
Instance Attribute Details
#BurstPerformanceOperation ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启CANCEL:关闭
2679 2680 2681 |
# File 'lib/v20170312/models.rb', line 2679 def BurstPerformanceOperation @BurstPerformanceOperation end |
#DeleteWithInstance ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启CANCEL:关闭
2679 2680 2681 |
# File 'lib/v20170312/models.rb', line 2679 def DeleteWithInstance @DeleteWithInstance end |
#DiskIds ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启CANCEL:关闭
2679 2680 2681 |
# File 'lib/v20170312/models.rb', line 2679 def DiskIds @DiskIds end |
#DiskName ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启CANCEL:关闭
2679 2680 2681 |
# File 'lib/v20170312/models.rb', line 2679 def DiskName @DiskName end |
#DiskType ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启CANCEL:关闭
2679 2680 2681 |
# File 'lib/v20170312/models.rb', line 2679 def DiskType @DiskType end |
#Portable ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启CANCEL:关闭
2679 2680 2681 |
# File 'lib/v20170312/models.rb', line 2679 def Portable @Portable end |
#ProjectId ⇒ Object
具体说明请参考(cloud.tencent.com/document/product/362/32540) CREATE:开启CANCEL:关闭
2679 2680 2681 |
# File 'lib/v20170312/models.rb', line 2679 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
2691 2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'lib/v20170312/models.rb', line 2691 def deserialize(params) @DiskIds = params['DiskIds'] @DiskName = params['DiskName'] @Portable = params['Portable'] @ProjectId = params['ProjectId'] @DeleteWithInstance = params['DeleteWithInstance'] @DiskType = params['DiskType'] @BurstPerformanceOperation = params['BurstPerformanceOperation'] end |