Class: TencentCloud::Tcb::V20180608::CreateWxCloudBaseRunServerDBClusterRequest

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

Overview

CreateWxCloudBaseRunServerDBCluster请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountpassword = nil, envid = nil, wxappid = nil, dbversion = nil, lowercasetablename = nil) ⇒ CreateWxCloudBaseRunServerDBClusterRequest

Returns a new instance of CreateWxCloudBaseRunServerDBClusterRequest.



2148
2149
2150
2151
2152
2153
2154
# File 'lib/v20180608/models.rb', line 2148

def initialize(accountpassword=nil, envid=nil, wxappid=nil, dbversion=nil, lowercasetablename=nil)
  @AccountPassword = accountpassword
  @EnvId = envid
  @WxAppId = wxappid
  @DbVersion = dbversion
  @LowerCaseTableName = lowercasetablename
end

Instance Attribute Details

#AccountPasswordObject

1: 非大小写敏感默认为0

Parameters:

  • AccountPassword:

    账户密码

  • EnvId:

    环境ID

  • WxAppId:

    微信appid

  • DbVersion:

    mysql内核版本,支持5.7,8.0

  • LowerCaseTableName:

    0: 大小写敏感



2146
2147
2148
# File 'lib/v20180608/models.rb', line 2146

def AccountPassword
  @AccountPassword
end

#DbVersionObject

1: 非大小写敏感默认为0

Parameters:

  • AccountPassword:

    账户密码

  • EnvId:

    环境ID

  • WxAppId:

    微信appid

  • DbVersion:

    mysql内核版本,支持5.7,8.0

  • LowerCaseTableName:

    0: 大小写敏感



2146
2147
2148
# File 'lib/v20180608/models.rb', line 2146

def DbVersion
  @DbVersion
end

#EnvIdObject

1: 非大小写敏感默认为0

Parameters:

  • AccountPassword:

    账户密码

  • EnvId:

    环境ID

  • WxAppId:

    微信appid

  • DbVersion:

    mysql内核版本,支持5.7,8.0

  • LowerCaseTableName:

    0: 大小写敏感



2146
2147
2148
# File 'lib/v20180608/models.rb', line 2146

def EnvId
  @EnvId
end

#LowerCaseTableNameObject

1: 非大小写敏感默认为0

Parameters:

  • AccountPassword:

    账户密码

  • EnvId:

    环境ID

  • WxAppId:

    微信appid

  • DbVersion:

    mysql内核版本,支持5.7,8.0

  • LowerCaseTableName:

    0: 大小写敏感



2146
2147
2148
# File 'lib/v20180608/models.rb', line 2146

def LowerCaseTableName
  @LowerCaseTableName
end

#WxAppIdObject

1: 非大小写敏感默认为0

Parameters:

  • AccountPassword:

    账户密码

  • EnvId:

    环境ID

  • WxAppId:

    微信appid

  • DbVersion:

    mysql内核版本,支持5.7,8.0

  • LowerCaseTableName:

    0: 大小写敏感



2146
2147
2148
# File 'lib/v20180608/models.rb', line 2146

def WxAppId
  @WxAppId
end

Instance Method Details

#deserialize(params) ⇒ Object



2156
2157
2158
2159
2160
2161
2162
# File 'lib/v20180608/models.rb', line 2156

def deserialize(params)
  @AccountPassword = params['AccountPassword']
  @EnvId = params['EnvId']
  @WxAppId = params['WxAppId']
  @DbVersion = params['DbVersion']
  @LowerCaseTableName = params['LowerCaseTableName']
end