Class: TencentCloud::Ckafka::V20190819::DorisConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DorisConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
Doris 连接源参数
Instance Attribute Summary collapse
- #BePort ⇒ 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, isupdate = nil, selfbuilt = nil, beport = nil) ⇒ DorisConnectParam
constructor
A new instance of DorisConnectParam.
Constructor Details
#initialize(port = nil, username = nil, password = nil, resource = nil, servicevip = nil, uniqvpcid = nil, isupdate = nil, selfbuilt = nil, beport = nil) ⇒ DorisConnectParam
Returns a new instance of DorisConnectParam.
6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 |
# File 'lib/v20190819/models.rb', line 6290 def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, isupdate=nil, selfbuilt=nil, beport=nil) @Port = port @UserName = username @Password = password @Resource = resource @ServiceVip = servicevip @UniqVpcId = uniqvpcid @IsUpdate = isupdate @SelfBuilt = selfbuilt @BePort = beport end |
Instance Attribute Details
#BePort ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def BePort @BePort end |
#IsUpdate ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def IsUpdate @IsUpdate end |
#Password ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def Password @Password end |
#Port ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def Port @Port end |
#Resource ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def Resource @Resource end |
#SelfBuilt ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
6288 6289 6290 |
# File 'lib/v20190819/models.rb', line 6288 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 |
# File 'lib/v20190819/models.rb', line 6302 def deserialize(params) @Port = params['Port'] @UserName = params['UserName'] @Password = params['Password'] @Resource = params['Resource'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @IsUpdate = params['IsUpdate'] @SelfBuilt = params['SelfBuilt'] @BePort = params['BePort'] end |