Class: TencentCloud::Dlc::V20210125::DescribeUpdatableDataEnginesRequest

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

Overview

DescribeUpdatableDataEngines请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dataengineconfigcommand = nil, uselakefs = nil, customresultpath = nil) ⇒ DescribeUpdatableDataEnginesRequest

Returns a new instance of DescribeUpdatableDataEnginesRequest.



9866
9867
9868
9869
9870
# File 'lib/v20210125/models.rb', line 9866

def initialize(dataengineconfigcommand=nil, uselakefs=nil, customresultpath=nil)
  @DataEngineConfigCommand = dataengineconfigcommand
  @UseLakeFs = uselakefs
  @CustomResultPath = customresultpath
end

Instance Attribute Details

#CustomResultPathObject

Parameters:

  • DataEngineConfigCommand:

    引擎配置操作命令,UpdateSparkSQLLakefsPath 更新托管表路径,UpdateSparkSQLResultPath 更新结果桶路径

  • UseLakeFs:

    是否使用托管存储作为结果存储

  • CustomResultPath:

    用户自定义结果存储路径



9864
9865
9866
# File 'lib/v20210125/models.rb', line 9864

def CustomResultPath
  @CustomResultPath
end

#DataEngineConfigCommandObject

Parameters:

  • DataEngineConfigCommand:

    引擎配置操作命令,UpdateSparkSQLLakefsPath 更新托管表路径,UpdateSparkSQLResultPath 更新结果桶路径

  • UseLakeFs:

    是否使用托管存储作为结果存储

  • CustomResultPath:

    用户自定义结果存储路径



9864
9865
9866
# File 'lib/v20210125/models.rb', line 9864

def DataEngineConfigCommand
  @DataEngineConfigCommand
end

#UseLakeFsObject

Parameters:

  • DataEngineConfigCommand:

    引擎配置操作命令,UpdateSparkSQLLakefsPath 更新托管表路径,UpdateSparkSQLResultPath 更新结果桶路径

  • UseLakeFs:

    是否使用托管存储作为结果存储

  • CustomResultPath:

    用户自定义结果存储路径



9864
9865
9866
# File 'lib/v20210125/models.rb', line 9864

def UseLakeFs
  @UseLakeFs
end

Instance Method Details

#deserialize(params) ⇒ Object



9872
9873
9874
9875
9876
# File 'lib/v20210125/models.rb', line 9872

def deserialize(params)
  @DataEngineConfigCommand = params['DataEngineConfigCommand']
  @UseLakeFs = params['UseLakeFs']
  @CustomResultPath = params['CustomResultPath']
end