Class: TencentCloud::Cdb::V20170320::CreateParamTemplateRequest

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

Overview

CreateParamTemplate请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, description = nil, engineversion = nil, templateid = nil, paramlist = nil, templatetype = nil, enginetype = nil) ⇒ CreateParamTemplateRequest

Returns a new instance of CreateParamTemplateRequest.



3613
3614
3615
3616
3617
3618
3619
3620
3621
# File 'lib/v20170320/models.rb', line 3613

def initialize(name=nil, description=nil, engineversion=nil, templateid=nil, paramlist=nil, templatetype=nil, enginetype=nil)
  @Name = name
  @Description = description
  @EngineVersion = engineversion
  @TemplateId = templateid
  @ParamList = paramlist
  @TemplateType = templatetype
  @EngineType = enginetype
end

Instance Attribute Details

#DescriptionObject

Parameters:

  • Name:

    参数模板名称。

  • Description:

    参数模板描述。

  • EngineVersion:

    MySQL 版本号。

  • TemplateId:

    源参数模板 ID。

  • ParamList:

    参数列表。

  • TemplateType:

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

  • EngineType:

    实例引擎类型,默认为“InnoDB”,支持值包括:“InnoDB”,“RocksDB”。



3611
3612
3613
# File 'lib/v20170320/models.rb', line 3611

def Description
  @Description
end

#EngineTypeObject

Parameters:

  • Name:

    参数模板名称。

  • Description:

    参数模板描述。

  • EngineVersion:

    MySQL 版本号。

  • TemplateId:

    源参数模板 ID。

  • ParamList:

    参数列表。

  • TemplateType:

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

  • EngineType:

    实例引擎类型,默认为“InnoDB”,支持值包括:“InnoDB”,“RocksDB”。



3611
3612
3613
# File 'lib/v20170320/models.rb', line 3611

def EngineType
  @EngineType
end

#EngineVersionObject

Parameters:

  • Name:

    参数模板名称。

  • Description:

    参数模板描述。

  • EngineVersion:

    MySQL 版本号。

  • TemplateId:

    源参数模板 ID。

  • ParamList:

    参数列表。

  • TemplateType:

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

  • EngineType:

    实例引擎类型,默认为“InnoDB”,支持值包括:“InnoDB”,“RocksDB”。



3611
3612
3613
# File 'lib/v20170320/models.rb', line 3611

def EngineVersion
  @EngineVersion
end

#NameObject

Parameters:

  • Name:

    参数模板名称。

  • Description:

    参数模板描述。

  • EngineVersion:

    MySQL 版本号。

  • TemplateId:

    源参数模板 ID。

  • ParamList:

    参数列表。

  • TemplateType:

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

  • EngineType:

    实例引擎类型,默认为“InnoDB”,支持值包括:“InnoDB”,“RocksDB”。



3611
3612
3613
# File 'lib/v20170320/models.rb', line 3611

def Name
  @Name
end

#ParamListObject

Parameters:

  • Name:

    参数模板名称。

  • Description:

    参数模板描述。

  • EngineVersion:

    MySQL 版本号。

  • TemplateId:

    源参数模板 ID。

  • ParamList:

    参数列表。

  • TemplateType:

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

  • EngineType:

    实例引擎类型,默认为“InnoDB”,支持值包括:“InnoDB”,“RocksDB”。



3611
3612
3613
# File 'lib/v20170320/models.rb', line 3611

def ParamList
  @ParamList
end

#TemplateIdObject

Parameters:

  • Name:

    参数模板名称。

  • Description:

    参数模板描述。

  • EngineVersion:

    MySQL 版本号。

  • TemplateId:

    源参数模板 ID。

  • ParamList:

    参数列表。

  • TemplateType:

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

  • EngineType:

    实例引擎类型,默认为“InnoDB”,支持值包括:“InnoDB”,“RocksDB”。



3611
3612
3613
# File 'lib/v20170320/models.rb', line 3611

def TemplateId
  @TemplateId
end

#TemplateTypeObject

Parameters:

  • Name:

    参数模板名称。

  • Description:

    参数模板描述。

  • EngineVersion:

    MySQL 版本号。

  • TemplateId:

    源参数模板 ID。

  • ParamList:

    参数列表。

  • TemplateType:

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

  • EngineType:

    实例引擎类型,默认为“InnoDB”,支持值包括:“InnoDB”,“RocksDB”。



3611
3612
3613
# File 'lib/v20170320/models.rb', line 3611

def TemplateType
  @TemplateType
end

Instance Method Details

#deserialize(params) ⇒ Object



3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
# File 'lib/v20170320/models.rb', line 3623

def deserialize(params)
  @Name = params['Name']
  @Description = params['Description']
  @EngineVersion = params['EngineVersion']
  @TemplateId = params['TemplateId']
  unless params['ParamList'].nil?
    @ParamList = []
    params['ParamList'].each do |i|
      parameter_tmp = Parameter.new
      parameter_tmp.deserialize(i)
      @ParamList << parameter_tmp
    end
  end
  @TemplateType = params['TemplateType']
  @EngineType = params['EngineType']
end