Class: TencentCloud::Ckafka::V20190819::MySQLModifyConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::MySQLModifyConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
MySQL修改连接源参数
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #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, isupdate = nil, clusterid = nil, selfbuilt = nil) ⇒ MySQLModifyConnectParam
constructor
A new instance of MySQLModifyConnectParam.
Constructor Details
#initialize(resource = nil, port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, isupdate = nil, clusterid = nil, selfbuilt = nil) ⇒ MySQLModifyConnectParam
Returns a new instance of MySQLModifyConnectParam.
10063 10064 10065 10066 10067 10068 10069 10070 10071 10072 10073 |
# File 'lib/v20190819/models.rb', line 10063 def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, isupdate=nil, clusterid=nil, selfbuilt=nil) @Resource = resource @Port = port @ServiceVip = servicevip @UniqVpcId = uniqvpcid @UserName = username @Password = password @IsUpdate = isupdate @ClusterId = clusterid @SelfBuilt = selfbuilt end |
Instance Attribute Details
#ClusterId ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def ClusterId @ClusterId end |
#IsUpdate ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def IsUpdate @IsUpdate end |
#Password ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def Password @Password end |
#Port ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def Port @Port end |
#Resource ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def Resource @Resource end |
#SelfBuilt ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
10061 10062 10063 |
# File 'lib/v20190819/models.rb', line 10061 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
10075 10076 10077 10078 10079 10080 10081 10082 10083 10084 10085 |
# File 'lib/v20190819/models.rb', line 10075 def deserialize(params) @Resource = params['Resource'] @Port = params['Port'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @UserName = params['UserName'] @Password = params['Password'] @IsUpdate = params['IsUpdate'] @ClusterId = params['ClusterId'] @SelfBuilt = params['SelfBuilt'] end |