Class: TencentCloud::Ckafka::V20190819::CtsdbModifyConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::CtsdbModifyConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
Ctsdb连接源参数(更新)
Instance Attribute Summary collapse
- #Password ⇒ Object
- #Port ⇒ Object
- #Resource ⇒ Object
- #ServiceVip ⇒ Object
- #UniqVpcId ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, resource = nil) ⇒ CtsdbModifyConnectParam
constructor
A new instance of CtsdbModifyConnectParam.
Constructor Details
#initialize(port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, resource = nil) ⇒ CtsdbModifyConnectParam
Returns a new instance of CtsdbModifyConnectParam.
2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'lib/v20190819/models.rb', line 2805 def initialize(port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, resource=nil) @Port = port @ServiceVip = servicevip @UniqVpcId = uniqvpcid @UserName = username @Password = password @Resource = resource end |
Instance Attribute Details
#Password ⇒ Object
2803 2804 2805 |
# File 'lib/v20190819/models.rb', line 2803 def Password @Password end |
#Port ⇒ Object
2803 2804 2805 |
# File 'lib/v20190819/models.rb', line 2803 def Port @Port end |
#Resource ⇒ Object
2803 2804 2805 |
# File 'lib/v20190819/models.rb', line 2803 def Resource @Resource end |
#ServiceVip ⇒ Object
2803 2804 2805 |
# File 'lib/v20190819/models.rb', line 2803 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
2803 2804 2805 |
# File 'lib/v20190819/models.rb', line 2803 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
2803 2804 2805 |
# File 'lib/v20190819/models.rb', line 2803 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
2814 2815 2816 2817 2818 2819 2820 2821 |
# File 'lib/v20190819/models.rb', line 2814 def deserialize(params) @Port = params['Port'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @UserName = params['UserName'] @Password = params['Password'] @Resource = params['Resource'] end |