Class: TencentCloud::Ckafka::V20190819::PostgreSQLModifyConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::PostgreSQLModifyConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
PostgreSQL修改连接源参数
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, clusterid = nil, isupdate = nil, selfbuilt = nil) ⇒ PostgreSQLModifyConnectParam
constructor
A new instance of PostgreSQLModifyConnectParam.
Constructor Details
#initialize(resource = nil, port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, clusterid = nil, isupdate = nil, selfbuilt = nil) ⇒ PostgreSQLModifyConnectParam
Returns a new instance of PostgreSQLModifyConnectParam.
10413 10414 10415 10416 10417 10418 10419 10420 10421 10422 10423 |
# File 'lib/v20190819/models.rb', line 10413 def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, clusterid=nil, isupdate=nil, selfbuilt=nil) @Resource = resource @Port = port @ServiceVip = servicevip @UniqVpcId = uniqvpcid @UserName = username @Password = password @ClusterId = clusterid @IsUpdate = isupdate @SelfBuilt = selfbuilt end |
Instance Attribute Details
#ClusterId ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def ClusterId @ClusterId end |
#IsUpdate ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def IsUpdate @IsUpdate end |
#Password ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def Password @Password end |
#Port ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def Port @Port end |
#Resource ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def Resource @Resource end |
#SelfBuilt ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
10411 10412 10413 |
# File 'lib/v20190819/models.rb', line 10411 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 |
# File 'lib/v20190819/models.rb', line 10425 def deserialize(params) @Resource = params['Resource'] @Port = params['Port'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @UserName = params['UserName'] @Password = params['Password'] @ClusterId = params['ClusterId'] @IsUpdate = params['IsUpdate'] @SelfBuilt = params['SelfBuilt'] end |