Class: TencentCloud::Cynosdb::V20190107::ProxyVersionInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::ProxyVersionInfo
- Defined in:
- lib/v20190107/models.rb
Overview
TDSQL-C MySQL支持的proxy版本信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(proxyversion = nil, proxyversiontype = nil) ⇒ ProxyVersionInfo
constructor
A new instance of ProxyVersionInfo.
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
#ProxyVersion ⇒ Object
12820 12821 12822 |
# File 'lib/v20190107/models.rb', line 12820 def ProxyVersion @ProxyVersion end |
#ProxyVersionType ⇒ Object
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 |