Class: TencentCloud::Gse::V20191112::TargetConfiguration

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

Overview

基于规则的动态扩缩容配置项

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(targetvalue = nil) ⇒ TargetConfiguration

Returns a new instance of TargetConfiguration.



5370
5371
5372
# File 'lib/v20191112/models.rb', line 5370

def initialize(targetvalue=nil)
  @TargetValue = targetvalue
end

Instance Attribute Details

#TargetValueObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TargetValue:

    预留存率



5368
5369
5370
# File 'lib/v20191112/models.rb', line 5368

def TargetValue
  @TargetValue
end

Instance Method Details

#deserialize(params) ⇒ Object



5374
5375
5376
# File 'lib/v20191112/models.rb', line 5374

def deserialize(params)
  @TargetValue = params['TargetValue']
end