Class: TencentCloud::Ckafka::V20190819::ClickHouseModifyConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::ClickHouseModifyConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
ClickHouse修改连接源参数
Instance Attribute Summary collapse
- #IsUpdate ⇒ Object
- #Password ⇒ Object
- #Port ⇒ Object
- #Resource ⇒ Object
- #SelfBuilt ⇒ Object
- #ServiceVip ⇒ Object
- #UniqVpcId ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resource = nil, port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, selfbuilt = nil, isupdate = nil) ⇒ ClickHouseModifyConnectParam
constructor
A new instance of ClickHouseModifyConnectParam.
Constructor Details
#initialize(resource = nil, port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, selfbuilt = nil, isupdate = nil) ⇒ ClickHouseModifyConnectParam
Returns a new instance of ClickHouseModifyConnectParam.
802 803 804 805 806 807 808 809 810 811 |
# File 'lib/v20190819/models.rb', line 802 def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, selfbuilt=nil, isupdate=nil) @Resource = resource @Port = port @ServiceVip = servicevip @UniqVpcId = uniqvpcid @UserName = username @Password = password @SelfBuilt = selfbuilt @IsUpdate = isupdate end |
Instance Attribute Details
#IsUpdate ⇒ Object
800 801 802 |
# File 'lib/v20190819/models.rb', line 800 def IsUpdate @IsUpdate end |
#Password ⇒ Object
800 801 802 |
# File 'lib/v20190819/models.rb', line 800 def Password @Password end |
#Port ⇒ Object
800 801 802 |
# File 'lib/v20190819/models.rb', line 800 def Port @Port end |
#Resource ⇒ Object
800 801 802 |
# File 'lib/v20190819/models.rb', line 800 def Resource @Resource end |
#SelfBuilt ⇒ Object
800 801 802 |
# File 'lib/v20190819/models.rb', line 800 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
800 801 802 |
# File 'lib/v20190819/models.rb', line 800 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
800 801 802 |
# File 'lib/v20190819/models.rb', line 800 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
800 801 802 |
# File 'lib/v20190819/models.rb', line 800 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
813 814 815 816 817 818 819 820 821 822 |
# File 'lib/v20190819/models.rb', line 813 def deserialize(params) @Resource = params['Resource'] @Port = params['Port'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @UserName = params['UserName'] @Password = params['Password'] @SelfBuilt = params['SelfBuilt'] @IsUpdate = params['IsUpdate'] end |