Class: TencentCloud::Ckafka::V20190819::DtsModifyConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DtsModifyConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
Dts修改连接源参数
Instance Attribute Summary collapse
- #GroupId ⇒ Object
- #IsUpdate ⇒ Object
- #Password ⇒ Object
- #Port ⇒ Object
- #Resource ⇒ Object
- #Topic ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resource = nil, port = nil, groupid = nil, username = nil, password = nil, isupdate = nil, topic = nil) ⇒ DtsModifyConnectParam
constructor
A new instance of DtsModifyConnectParam.
Constructor Details
#initialize(resource = nil, port = nil, groupid = nil, username = nil, password = nil, isupdate = nil, topic = nil) ⇒ DtsModifyConnectParam
Returns a new instance of DtsModifyConnectParam.
6454 6455 6456 6457 6458 6459 6460 6461 6462 |
# File 'lib/v20190819/models.rb', line 6454 def initialize(resource=nil, port=nil, groupid=nil, username=nil, password=nil, isupdate=nil, topic=nil) @Resource = resource @Port = port @GroupId = groupid @UserName = username @Password = password @IsUpdate = isupdate @Topic = topic end |
Instance Attribute Details
#GroupId ⇒ Object
6452 6453 6454 |
# File 'lib/v20190819/models.rb', line 6452 def GroupId @GroupId end |
#IsUpdate ⇒ Object
6452 6453 6454 |
# File 'lib/v20190819/models.rb', line 6452 def IsUpdate @IsUpdate end |
#Password ⇒ Object
6452 6453 6454 |
# File 'lib/v20190819/models.rb', line 6452 def Password @Password end |
#Port ⇒ Object
6452 6453 6454 |
# File 'lib/v20190819/models.rb', line 6452 def Port @Port end |
#Resource ⇒ Object
6452 6453 6454 |
# File 'lib/v20190819/models.rb', line 6452 def Resource @Resource end |
#Topic ⇒ Object
6452 6453 6454 |
# File 'lib/v20190819/models.rb', line 6452 def Topic @Topic end |
#UserName ⇒ Object
6452 6453 6454 |
# File 'lib/v20190819/models.rb', line 6452 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
6464 6465 6466 6467 6468 6469 6470 6471 6472 |
# File 'lib/v20190819/models.rb', line 6464 def deserialize(params) @Resource = params['Resource'] @Port = params['Port'] @GroupId = params['GroupId'] @UserName = params['UserName'] @Password = params['Password'] @IsUpdate = params['IsUpdate'] @Topic = params['Topic'] end |