Class: TencentCloud::Ckafka::V20190819::PostgreSQLConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::PostgreSQLConnectParam
- 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(port = nil, username = nil, password = nil, resource = nil, servicevip = nil, uniqvpcid = nil, clusterid = nil, isupdate = nil, selfbuilt = nil) ⇒ PostgreSQLConnectParam
constructor
A new instance of PostgreSQLConnectParam.
Constructor Details
#initialize(port = nil, username = nil, password = nil, resource = nil, servicevip = nil, uniqvpcid = nil, clusterid = nil, isupdate = nil, selfbuilt = nil) ⇒ PostgreSQLConnectParam
Returns a new instance of PostgreSQLConnectParam.
10365 10366 10367 10368 10369 10370 10371 10372 10373 10374 10375 |
# File 'lib/v20190819/models.rb', line 10365 def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, clusterid=nil, isupdate=nil, selfbuilt=nil) @Port = port @UserName = username @Password = password @Resource = resource @ServiceVip = servicevip @UniqVpcId = uniqvpcid @ClusterId = clusterid @IsUpdate = isupdate @SelfBuilt = selfbuilt end |
Instance Attribute Details
#ClusterId ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def ClusterId @ClusterId end |
#IsUpdate ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def IsUpdate @IsUpdate end |
#Password ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def Password @Password end |
#Port ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def Port @Port end |
#Resource ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def Resource @Resource end |
#SelfBuilt ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
10363 10364 10365 |
# File 'lib/v20190819/models.rb', line 10363 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
10377 10378 10379 10380 10381 10382 10383 10384 10385 10386 10387 |
# File 'lib/v20190819/models.rb', line 10377 def deserialize(params) @Port = params['Port'] @UserName = params['UserName'] @Password = params['Password'] @Resource = params['Resource'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @ClusterId = params['ClusterId'] @IsUpdate = params['IsUpdate'] @SelfBuilt = params['SelfBuilt'] end |