Class: TencentCloud::Tke::V20220501::RuntimeConfig

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

Overview

运行时配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RuntimeConfig.



2169
2170
2171
2172
2173
# File 'lib/v20220501/models.rb', line 2169

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

Instance Attribute Details

#RuntimeRootDirObject

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

Parameters:

  • RuntimeType:

    运行时类型

  • RuntimeVersion:

    运行时版本

  • RuntimeRootDir:

    运行时根目录



2167
2168
2169
# File 'lib/v20220501/models.rb', line 2167

def RuntimeRootDir
  @RuntimeRootDir
end

#RuntimeTypeObject

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

Parameters:

  • RuntimeType:

    运行时类型

  • RuntimeVersion:

    运行时版本

  • RuntimeRootDir:

    运行时根目录



2167
2168
2169
# File 'lib/v20220501/models.rb', line 2167

def RuntimeType
  @RuntimeType
end

#RuntimeVersionObject

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

Parameters:

  • RuntimeType:

    运行时类型

  • RuntimeVersion:

    运行时版本

  • RuntimeRootDir:

    运行时根目录



2167
2168
2169
# File 'lib/v20220501/models.rb', line 2167

def RuntimeVersion
  @RuntimeVersion
end

Instance Method Details

#deserialize(params) ⇒ Object



2175
2176
2177
2178
2179
# File 'lib/v20220501/models.rb', line 2175

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