Class: TencentCloud::Cfs::V20190719::ExstraPerformanceInfo

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

Overview

购买完额外性能之后的值

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, performance = nil) ⇒ ExstraPerformanceInfo

Returns a new instance of ExstraPerformanceInfo.



2636
2637
2638
2639
# File 'lib/v20190719/models.rb', line 2636

def initialize(type=nil, performance=nil)
  @Type = type
  @Performance = performance
end

Instance Attribute Details

#PerformanceObject

Parameters:

  • Type:

    fixed: 最终值固定

  • Performance:

    额外购买的CFS性能值,单位MB/s。



2634
2635
2636
# File 'lib/v20190719/models.rb', line 2634

def Performance
  @Performance
end

#TypeObject

Parameters:

  • Type:

    fixed: 最终值固定

  • Performance:

    额外购买的CFS性能值,单位MB/s。



2634
2635
2636
# File 'lib/v20190719/models.rb', line 2634

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



2641
2642
2643
2644
# File 'lib/v20190719/models.rb', line 2641

def deserialize(params)
  @Type = params['Type']
  @Performance = params['Performance']
end