Class: TencentCloud::Cdb::V20170320::DescribeDefaultParamsRequest

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

Overview

DescribeDefaultParams请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(engineversion = nil, templatetype = nil, enginetype = nil) ⇒ DescribeDefaultParamsRequest

Returns a new instance of DescribeDefaultParamsRequest.



6893
6894
6895
6896
6897
# File 'lib/v20170320/models.rb', line 6893

def initialize(engineversion=nil, templatetype=nil, enginetype=nil)
  @EngineVersion = engineversion
  @TemplateType = templatetype
  @EngineType = enginetype
end

Instance Attribute Details

#EngineTypeObject

Parameters:

  • EngineVersion:

    引擎版本,目前支持 [“5.1”, “5.5”, “5.6”, “5.7”, “8.0”]

  • TemplateType:

    默认参数模板类型。支持值包括:“HIGH_STABILITY” - 高稳定模板,“HIGH_PERFORMANCE” - 高性能模板。

  • EngineType:

    参数模板引擎,默认值:InnoDB



6891
6892
6893
# File 'lib/v20170320/models.rb', line 6891

def EngineType
  @EngineType
end

#EngineVersionObject

Parameters:

  • EngineVersion:

    引擎版本,目前支持 [“5.1”, “5.5”, “5.6”, “5.7”, “8.0”]

  • TemplateType:

    默认参数模板类型。支持值包括:“HIGH_STABILITY” - 高稳定模板,“HIGH_PERFORMANCE” - 高性能模板。

  • EngineType:

    参数模板引擎,默认值:InnoDB



6891
6892
6893
# File 'lib/v20170320/models.rb', line 6891

def EngineVersion
  @EngineVersion
end

#TemplateTypeObject

Parameters:

  • EngineVersion:

    引擎版本,目前支持 [“5.1”, “5.5”, “5.6”, “5.7”, “8.0”]

  • TemplateType:

    默认参数模板类型。支持值包括:“HIGH_STABILITY” - 高稳定模板,“HIGH_PERFORMANCE” - 高性能模板。

  • EngineType:

    参数模板引擎,默认值:InnoDB



6891
6892
6893
# File 'lib/v20170320/models.rb', line 6891

def TemplateType
  @TemplateType
end

Instance Method Details

#deserialize(params) ⇒ Object



6899
6900
6901
6902
6903
# File 'lib/v20170320/models.rb', line 6899

def deserialize(params)
  @EngineVersion = params['EngineVersion']
  @TemplateType = params['TemplateType']
  @EngineType = params['EngineType']
end