Class: TencentCloud::Tke::V20180525::UpgradeAbleInstancesItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::UpgradeAbleInstancesItem
- Defined in:
- lib/v20180525/models.rb
Overview
可升级节点信息
Instance Attribute Summary collapse
-
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#LatestVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RuntimeLatestVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RuntimeVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Version ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, version = nil, latestversion = nil, runtimeversion = nil, runtimelatestversion = nil) ⇒ UpgradeAbleInstancesItem
constructor
A new instance of UpgradeAbleInstancesItem.
Constructor Details
#initialize(instanceid = nil, version = nil, latestversion = nil, runtimeversion = nil, runtimelatestversion = nil) ⇒ UpgradeAbleInstancesItem
Returns a new instance of UpgradeAbleInstancesItem.
19317 19318 19319 19320 19321 19322 19323 |
# File 'lib/v20180525/models.rb', line 19317 def initialize(instanceid=nil, version=nil, latestversion=nil, runtimeversion=nil, runtimelatestversion=nil) @InstanceId = instanceid @Version = version @LatestVersion = latestversion @RuntimeVersion = runtimeversion @RuntimeLatestVersion = runtimelatestversion end |
Instance Attribute Details
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
19315 19316 19317 |
# File 'lib/v20180525/models.rb', line 19315 def InstanceId @InstanceId end |
#LatestVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
19315 19316 19317 |
# File 'lib/v20180525/models.rb', line 19315 def LatestVersion @LatestVersion end |
#RuntimeLatestVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
19315 19316 19317 |
# File 'lib/v20180525/models.rb', line 19315 def RuntimeLatestVersion @RuntimeLatestVersion end |
#RuntimeVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
19315 19316 19317 |
# File 'lib/v20180525/models.rb', line 19315 def RuntimeVersion @RuntimeVersion end |
#Version ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
19315 19316 19317 |
# File 'lib/v20180525/models.rb', line 19315 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
19325 19326 19327 19328 19329 19330 19331 |
# File 'lib/v20180525/models.rb', line 19325 def deserialize(params) @InstanceId = params['InstanceId'] @Version = params['Version'] @LatestVersion = params['LatestVersion'] @RuntimeVersion = params['RuntimeVersion'] @RuntimeLatestVersion = params['RuntimeLatestVersion'] end |