Class: TencentCloud::Ckafka::V20190819::SQLServerConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::SQLServerConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
SQLServer连接源参数
Instance Attribute Summary collapse
- #IsUpdate ⇒ Object
- #Password ⇒ Object
- #Port ⇒ Object
- #Resource ⇒ Object
- #ServiceVip ⇒ Object
- #UniqVpcId ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(port = nil, username = nil, password = nil, resource = nil, servicevip = nil, uniqvpcid = nil, isupdate = nil) ⇒ SQLServerConnectParam
constructor
A new instance of SQLServerConnectParam.
Constructor Details
#initialize(port = nil, username = nil, password = nil, resource = nil, servicevip = nil, uniqvpcid = nil, isupdate = nil) ⇒ SQLServerConnectParam
Returns a new instance of SQLServerConnectParam.
11135 11136 11137 11138 11139 11140 11141 11142 11143 |
# File 'lib/v20190819/models.rb', line 11135 def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil) @Port = port @UserName = username @Password = password @Resource = resource @ServiceVip = servicevip @UniqVpcId = uniqvpcid @IsUpdate = isupdate end |
Instance Attribute Details
#IsUpdate ⇒ Object
11133 11134 11135 |
# File 'lib/v20190819/models.rb', line 11133 def IsUpdate @IsUpdate end |
#Password ⇒ Object
11133 11134 11135 |
# File 'lib/v20190819/models.rb', line 11133 def Password @Password end |
#Port ⇒ Object
11133 11134 11135 |
# File 'lib/v20190819/models.rb', line 11133 def Port @Port end |
#Resource ⇒ Object
11133 11134 11135 |
# File 'lib/v20190819/models.rb', line 11133 def Resource @Resource end |
#ServiceVip ⇒ Object
11133 11134 11135 |
# File 'lib/v20190819/models.rb', line 11133 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
11133 11134 11135 |
# File 'lib/v20190819/models.rb', line 11133 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
11133 11134 11135 |
# File 'lib/v20190819/models.rb', line 11133 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
11145 11146 11147 11148 11149 11150 11151 11152 11153 |
# File 'lib/v20190819/models.rb', line 11145 def deserialize(params) @Port = params['Port'] @UserName = params['UserName'] @Password = params['Password'] @Resource = params['Resource'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @IsUpdate = params['IsUpdate'] end |