Class: TencentCloud::Ckafka::V20190819::DorisModifyConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DorisModifyConnectParam
- 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(resource = nil, port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, isupdate = nil, selfbuilt = nil, beport = nil) ⇒ DorisModifyConnectParam
constructor
A new instance of DorisModifyConnectParam.
Constructor Details
#initialize(resource = nil, port = nil, servicevip = nil, uniqvpcid = nil, username = nil, password = nil, isupdate = nil, selfbuilt = nil, beport = nil) ⇒ DorisModifyConnectParam
Returns a new instance of DorisModifyConnectParam.
6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 |
# File 'lib/v20190819/models.rb', line 6338 def initialize(resource=nil, port=nil, servicevip=nil, uniqvpcid=nil, username=nil, password=nil, isupdate=nil, selfbuilt=nil, beport=nil) @Resource = resource @Port = port @ServiceVip = servicevip @UniqVpcId = uniqvpcid @UserName = username @Password = password @IsUpdate = isupdate @SelfBuilt = selfbuilt @BePort = beport end |
Instance Attribute Details
#BePort ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def BePort @BePort end |
#IsUpdate ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def IsUpdate @IsUpdate end |
#Password ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def Password @Password end |
#Port ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def Port @Port end |
#Resource ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def Resource @Resource end |
#SelfBuilt ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
6336 6337 6338 |
# File 'lib/v20190819/models.rb', line 6336 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 |
# File 'lib/v20190819/models.rb', line 6350 def deserialize(params) @Resource = params['Resource'] @Port = params['Port'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @UserName = params['UserName'] @Password = params['Password'] @IsUpdate = params['IsUpdate'] @SelfBuilt = params['SelfBuilt'] @BePort = params['BePort'] end |