Class: TencentCloud::Ckafka::V20190819::ClickHouseConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::ClickHouseConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
ClickHouse连接源参数
Instance Attribute Summary collapse
-
#IsUpdate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Password ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SelfBuilt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ServiceVip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UniqVpcId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(port = nil, username = nil, password = nil, resource = nil, selfbuilt = nil, servicevip = nil, uniqvpcid = nil, isupdate = nil) ⇒ ClickHouseConnectParam
constructor
A new instance of ClickHouseConnectParam.
Constructor Details
#initialize(port = nil, username = nil, password = nil, resource = nil, selfbuilt = nil, servicevip = nil, uniqvpcid = nil, isupdate = nil) ⇒ ClickHouseConnectParam
Returns a new instance of ClickHouseConnectParam.
758 759 760 761 762 763 764 765 766 767 |
# File 'lib/v20190819/models.rb', line 758 def initialize(port=nil, username=nil, password=nil, resource=nil, selfbuilt=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil) @Port = port @UserName = username @Password = password @Resource = resource @SelfBuilt = selfbuilt @ServiceVip = servicevip @UniqVpcId = uniqvpcid @IsUpdate = isupdate end |
Instance Attribute Details
#IsUpdate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
756 757 758 |
# File 'lib/v20190819/models.rb', line 756 def IsUpdate @IsUpdate end |
#Password ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
756 757 758 |
# File 'lib/v20190819/models.rb', line 756 def Password @Password end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
756 757 758 |
# File 'lib/v20190819/models.rb', line 756 def Port @Port end |
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
756 757 758 |
# File 'lib/v20190819/models.rb', line 756 def Resource @Resource end |
#SelfBuilt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
756 757 758 |
# File 'lib/v20190819/models.rb', line 756 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
756 757 758 |
# File 'lib/v20190819/models.rb', line 756 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
756 757 758 |
# File 'lib/v20190819/models.rb', line 756 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
756 757 758 |
# File 'lib/v20190819/models.rb', line 756 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
769 770 771 772 773 774 775 776 777 778 |
# File 'lib/v20190819/models.rb', line 769 def deserialize(params) @Port = params['Port'] @UserName = params['UserName'] @Password = params['Password'] @Resource = params['Resource'] @SelfBuilt = params['SelfBuilt'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @IsUpdate = params['IsUpdate'] end |