Class: TencentCloud::Tke::V20180525::RuntimeConfig

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

运行时配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(runtimetype = nil, runtimeversion = nil) ⇒ RuntimeConfig

Returns a new instance of RuntimeConfig.



17970
17971
17972
17973
# File 'lib/v20180525/models.rb', line 17970

def initialize(runtimetype=nil, runtimeversion=nil)
  @RuntimeType = runtimetype
  @RuntimeVersion = runtimeversion
end

Instance Attribute Details

#RuntimeTypeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuntimeType:

    运行时类型

  • RuntimeVersion:

    运行时版本



17968
17969
17970
# File 'lib/v20180525/models.rb', line 17968

def RuntimeType
  @RuntimeType
end

#RuntimeVersionObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuntimeType:

    运行时类型

  • RuntimeVersion:

    运行时版本



17968
17969
17970
# File 'lib/v20180525/models.rb', line 17968

def RuntimeVersion
  @RuntimeVersion
end

Instance Method Details

#deserialize(params) ⇒ Object



17975
17976
17977
17978
# File 'lib/v20180525/models.rb', line 17975

def deserialize(params)
  @RuntimeType = params['RuntimeType']
  @RuntimeVersion = params['RuntimeVersion']
end