Class: TencentCloud::Ckafka::V20190819::EsConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::EsConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
Es连接源参数
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) ⇒ EsConnectParam
constructor
A new instance of EsConnectParam.
Constructor Details
#initialize(port = nil, username = nil, password = nil, resource = nil, selfbuilt = nil, servicevip = nil, uniqvpcid = nil, isupdate = nil) ⇒ EsConnectParam
Returns a new instance of EsConnectParam.
6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 |
# File 'lib/v20190819/models.rb', line 6605 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,表示取不到有效值。
6603 6604 6605 |
# File 'lib/v20190819/models.rb', line 6603 def IsUpdate @IsUpdate end |
#Password ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6603 6604 6605 |
# File 'lib/v20190819/models.rb', line 6603 def Password @Password end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6603 6604 6605 |
# File 'lib/v20190819/models.rb', line 6603 def Port @Port end |
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6603 6604 6605 |
# File 'lib/v20190819/models.rb', line 6603 def Resource @Resource end |
#SelfBuilt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6603 6604 6605 |
# File 'lib/v20190819/models.rb', line 6603 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6603 6604 6605 |
# File 'lib/v20190819/models.rb', line 6603 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6603 6604 6605 |
# File 'lib/v20190819/models.rb', line 6603 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6603 6604 6605 |
# File 'lib/v20190819/models.rb', line 6603 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 |
# File 'lib/v20190819/models.rb', line 6616 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 |