Class: TencentCloud::Tke::V20180525::OptionalRuntimes
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::OptionalRuntimes
- Defined in:
- lib/v20180525/models.rb
Overview
可选运行时
Instance Attribute Summary collapse
-
#DefaultVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuntimeType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuntimeVersions ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(runtimetype = nil, runtimeversions = nil, defaultversion = nil) ⇒ OptionalRuntimes
constructor
A new instance of OptionalRuntimes.
Constructor Details
#initialize(runtimetype = nil, runtimeversions = nil, defaultversion = nil) ⇒ OptionalRuntimes
Returns a new instance of OptionalRuntimes.
15352 15353 15354 15355 15356 |
# File 'lib/v20180525/models.rb', line 15352 def initialize(runtimetype=nil, runtimeversions=nil, defaultversion=nil) @RuntimeType = runtimetype @RuntimeVersions = runtimeversions @DefaultVersion = defaultversion end |
Instance Attribute Details
#DefaultVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15350 15351 15352 |
# File 'lib/v20180525/models.rb', line 15350 def DefaultVersion @DefaultVersion end |
#RuntimeType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15350 15351 15352 |
# File 'lib/v20180525/models.rb', line 15350 def RuntimeType @RuntimeType end |
#RuntimeVersions ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15350 15351 15352 |
# File 'lib/v20180525/models.rb', line 15350 def RuntimeVersions @RuntimeVersions end |
Instance Method Details
#deserialize(params) ⇒ Object
15358 15359 15360 15361 15362 |
# File 'lib/v20180525/models.rb', line 15358 def deserialize(params) @RuntimeType = params['RuntimeType'] @RuntimeVersions = params['RuntimeVersions'] @DefaultVersion = params['DefaultVersion'] end |