Class: TencentCloud::Ckafka::V20190819::MongoDBModifyConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::MongoDBModifyConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
MongoDB修改连接源参数
Instance Attribute Summary collapse
- #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, selfbuilt = nil, isupdate = nil) ⇒ MongoDBModifyConnectParam
constructor
A new instance of MongoDBModifyConnectParam.
Constructor Details
#initialize(resource = nil, port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, selfbuilt = nil, isupdate = nil) ⇒ MongoDBModifyConnectParam
Returns a new instance of MongoDBModifyConnectParam.
9795 9796 9797 9798 9799 9800 9801 9802 9803 9804 |
# File 'lib/v20190819/models.rb', line 9795 def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, selfbuilt=nil, isupdate=nil) @Resource = resource @Port = port @ServiceVip = servicevip @UniqVpcId = uniqvpcid @UserName = username @Password = password @SelfBuilt = selfbuilt @IsUpdate = isupdate end |
Instance Attribute Details
#IsUpdate ⇒ Object
9793 9794 9795 |
# File 'lib/v20190819/models.rb', line 9793 def IsUpdate @IsUpdate end |
#Password ⇒ Object
9793 9794 9795 |
# File 'lib/v20190819/models.rb', line 9793 def Password @Password end |
#Port ⇒ Object
9793 9794 9795 |
# File 'lib/v20190819/models.rb', line 9793 def Port @Port end |
#Resource ⇒ Object
9793 9794 9795 |
# File 'lib/v20190819/models.rb', line 9793 def Resource @Resource end |
#SelfBuilt ⇒ Object
9793 9794 9795 |
# File 'lib/v20190819/models.rb', line 9793 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
9793 9794 9795 |
# File 'lib/v20190819/models.rb', line 9793 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
9793 9794 9795 |
# File 'lib/v20190819/models.rb', line 9793 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
9793 9794 9795 |
# File 'lib/v20190819/models.rb', line 9793 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
9806 9807 9808 9809 9810 9811 9812 9813 9814 9815 |
# File 'lib/v20190819/models.rb', line 9806 def deserialize(params) @Resource = params['Resource'] @Port = params['Port'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @UserName = params['UserName'] @Password = params['Password'] @SelfBuilt = params['SelfBuilt'] @IsUpdate = params['IsUpdate'] end |