Class: TencentCloud::Ckafka::V20190819::CtsdbConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::CtsdbConnectParam
- 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) ⇒ CtsdbConnectParam
constructor
A new instance of CtsdbConnectParam.
Constructor Details
#initialize(port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, resource = nil) ⇒ CtsdbConnectParam
Returns a new instance of CtsdbConnectParam.
2769 2770 2771 2772 2773 2774 2775 2776 |
# File 'lib/v20190819/models.rb', line 2769 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
2767 2768 2769 |
# File 'lib/v20190819/models.rb', line 2767 def Password @Password end |
#Port ⇒ Object
2767 2768 2769 |
# File 'lib/v20190819/models.rb', line 2767 def Port @Port end |
#Resource ⇒ Object
2767 2768 2769 |
# File 'lib/v20190819/models.rb', line 2767 def Resource @Resource end |
#ServiceVip ⇒ Object
2767 2768 2769 |
# File 'lib/v20190819/models.rb', line 2767 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
2767 2768 2769 |
# File 'lib/v20190819/models.rb', line 2767 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
2767 2768 2769 |
# File 'lib/v20190819/models.rb', line 2767 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
2778 2779 2780 2781 2782 2783 2784 2785 |
# File 'lib/v20190819/models.rb', line 2778 def deserialize(params) @Port = params['Port'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @UserName = params['UserName'] @Password = params['Password'] @Resource = params['Resource'] end |