Class: TencentCloud::Ckafka::V20190819::MariaDBModifyConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::MariaDBModifyConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
MariaDB连接源参数
Instance Attribute Summary collapse
- #IsUpdate ⇒ Object
- #Password ⇒ Object
- #Port ⇒ Object
- #Resource ⇒ 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) ⇒ MariaDBModifyConnectParam
constructor
A new instance of MariaDBModifyConnectParam.
Constructor Details
#initialize(resource = nil, port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, isupdate = nil) ⇒ MariaDBModifyConnectParam
Returns a new instance of MariaDBModifyConnectParam.
8889 8890 8891 8892 8893 8894 8895 8896 8897 |
# File 'lib/v20190819/models.rb', line 8889 def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, isupdate=nil) @Resource = resource @Port = port @ServiceVip = servicevip @UniqVpcId = uniqvpcid @UserName = username @Password = password @IsUpdate = isupdate end |
Instance Attribute Details
#IsUpdate ⇒ Object
8887 8888 8889 |
# File 'lib/v20190819/models.rb', line 8887 def IsUpdate @IsUpdate end |
#Password ⇒ Object
8887 8888 8889 |
# File 'lib/v20190819/models.rb', line 8887 def Password @Password end |
#Port ⇒ Object
8887 8888 8889 |
# File 'lib/v20190819/models.rb', line 8887 def Port @Port end |
#Resource ⇒ Object
8887 8888 8889 |
# File 'lib/v20190819/models.rb', line 8887 def Resource @Resource end |
#ServiceVip ⇒ Object
8887 8888 8889 |
# File 'lib/v20190819/models.rb', line 8887 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
8887 8888 8889 |
# File 'lib/v20190819/models.rb', line 8887 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
8887 8888 8889 |
# File 'lib/v20190819/models.rb', line 8887 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
8899 8900 8901 8902 8903 8904 8905 8906 8907 |
# File 'lib/v20190819/models.rb', line 8899 def deserialize(params) @Resource = params['Resource'] @Port = params['Port'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @UserName = params['UserName'] @Password = params['Password'] @IsUpdate = params['IsUpdate'] end |