Class: TencentCloud::Ckafka::V20190819::MySQLConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::MySQLConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
MySQL连接源参数
Instance Attribute Summary collapse
-
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#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, servicevip = nil, uniqvpcid = nil, isupdate = nil, clusterid = nil, selfbuilt = nil) ⇒ MySQLConnectParam
constructor
A new instance of MySQLConnectParam.
Constructor Details
#initialize(port = nil, username = nil, password = nil, resource = nil, servicevip = nil, uniqvpcid = nil, isupdate = nil, clusterid = nil, selfbuilt = nil) ⇒ MySQLConnectParam
Returns a new instance of MySQLConnectParam.
10015 10016 10017 10018 10019 10020 10021 10022 10023 10024 10025 |
# File 'lib/v20190819/models.rb', line 10015 def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil, clusterid=nil, selfbuilt=nil) @Port = port @UserName = username @Password = password @Resource = resource @ServiceVip = servicevip @UniqVpcId = uniqvpcid @IsUpdate = isupdate @ClusterId = clusterid @SelfBuilt = selfbuilt end |
Instance Attribute Details
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def ClusterId @ClusterId end |
#IsUpdate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def IsUpdate @IsUpdate end |
#Password ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def Password @Password end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def Port @Port end |
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def Resource @Resource end |
#SelfBuilt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10013 10014 10015 |
# File 'lib/v20190819/models.rb', line 10013 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
10027 10028 10029 10030 10031 10032 10033 10034 10035 10036 10037 |
# File 'lib/v20190819/models.rb', line 10027 def deserialize(params) @Port = params['Port'] @UserName = params['UserName'] @Password = params['Password'] @Resource = params['Resource'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @IsUpdate = params['IsUpdate'] @ClusterId = params['ClusterId'] @SelfBuilt = params['SelfBuilt'] end |