Class: TencentCloud::Gse::V20191112::TargetConfiguration
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::TargetConfiguration
- Defined in:
- lib/v20191112/models.rb
Overview
基于规则的动态扩缩容配置项
Instance Attribute Summary collapse
-
#TargetValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(targetvalue = nil) ⇒ TargetConfiguration
constructor
A new instance of TargetConfiguration.
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
#TargetValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
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 |