Class: TencentCloud::Tke::V20180525::NodePoolRuntime
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::NodePoolRuntime
- Defined in:
- lib/v20180525/models.rb
Overview
NodePool的运行时配置
Instance Attribute Summary collapse
-
#NodePoolId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#NodePoolName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuntimeType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuntimeVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nodepoolid = nil, runtimetype = nil, runtimeversion = nil, nodepoolname = nil) ⇒ NodePoolRuntime
constructor
A new instance of NodePoolRuntime.
Constructor Details
#initialize(nodepoolid = nil, runtimetype = nil, runtimeversion = nil, nodepoolname = nil) ⇒ NodePoolRuntime
Returns a new instance of NodePoolRuntime.
15161 15162 15163 15164 15165 15166 |
# File 'lib/v20180525/models.rb', line 15161 def initialize(nodepoolid=nil, runtimetype=nil, runtimeversion=nil, nodepoolname=nil) @NodePoolId = nodepoolid @RuntimeType = runtimetype @RuntimeVersion = runtimeversion @NodePoolName = nodepoolname end |
Instance Attribute Details
#NodePoolId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15159 15160 15161 |
# File 'lib/v20180525/models.rb', line 15159 def NodePoolId @NodePoolId end |
#NodePoolName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15159 15160 15161 |
# File 'lib/v20180525/models.rb', line 15159 def NodePoolName @NodePoolName end |
#RuntimeType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15159 15160 15161 |
# File 'lib/v20180525/models.rb', line 15159 def RuntimeType @RuntimeType end |
#RuntimeVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15159 15160 15161 |
# File 'lib/v20180525/models.rb', line 15159 def RuntimeVersion @RuntimeVersion end |
Instance Method Details
#deserialize(params) ⇒ Object
15168 15169 15170 15171 15172 15173 |
# File 'lib/v20180525/models.rb', line 15168 def deserialize(params) @NodePoolId = params['NodePoolId'] @RuntimeType = params['RuntimeType'] @RuntimeVersion = params['RuntimeVersion'] @NodePoolName = params['NodePoolName'] end |