Class: TencentCloud::Cynosdb::V20190107::ProxyVersionInfo

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

Overview

TDSQL-C MySQL支持的proxy版本信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(proxyversion = nil, proxyversiontype = nil) ⇒ ProxyVersionInfo

Returns a new instance of ProxyVersionInfo.



12822
12823
12824
12825
# File 'lib/v20190107/models.rb', line 12822

def initialize(proxyversion=nil, proxyversiontype=nil)
  @ProxyVersion = proxyversion
  @ProxyVersionType = proxyversiontype
end

Instance Attribute Details

#ProxyVersionObject

Parameters:

  • ProxyVersion:

    proxy版本号

  • ProxyVersionType:

    版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,



12820
12821
12822
# File 'lib/v20190107/models.rb', line 12820

def ProxyVersion
  @ProxyVersion
end

#ProxyVersionTypeObject

Parameters:

  • ProxyVersion:

    proxy版本号

  • ProxyVersionType:

    版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,



12820
12821
12822
# File 'lib/v20190107/models.rb', line 12820

def ProxyVersionType
  @ProxyVersionType
end

Instance Method Details

#deserialize(params) ⇒ Object



12827
12828
12829
12830
# File 'lib/v20190107/models.rb', line 12827

def deserialize(params)
  @ProxyVersion = params['ProxyVersion']
  @ProxyVersionType = params['ProxyVersionType']
end