Class: TencentCloud::Tke::V20180525::AutoUpgradeClusterLevel
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::AutoUpgradeClusterLevel
- Defined in:
- lib/v20180525/models.rb
Overview
自动变配集群等级
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(isautoupgrade = nil) ⇒ AutoUpgradeClusterLevel
constructor
A new instance of AutoUpgradeClusterLevel.
Constructor Details
#initialize(isautoupgrade = nil) ⇒ AutoUpgradeClusterLevel
Returns a new instance of AutoUpgradeClusterLevel.
394 395 396 |
# File 'lib/v20180525/models.rb', line 394 def initialize(isautoupgrade=nil) @IsAutoUpgrade = isautoupgrade end |
Instance Attribute Details
#IsAutoUpgrade ⇒ Object
392 393 394 |
# File 'lib/v20180525/models.rb', line 392 def IsAutoUpgrade @IsAutoUpgrade end |
Instance Method Details
#deserialize(params) ⇒ Object
398 399 400 |
# File 'lib/v20180525/models.rb', line 398 def deserialize(params) @IsAutoUpgrade = params['IsAutoUpgrade'] end |