Class: TencentCloud::Ckafka::V20190819::KafkaConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::KafkaConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
Kafka连接源参数
Instance Attribute Summary collapse
-
#BrokerAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CrossNetResourceUniqueId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CrossNetVpcSubNetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsUpdate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#NetworkType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SelfBuilt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ServiceVip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UniqVpcId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resource = nil, selfbuilt = nil, isupdate = nil, brokeraddress = nil, region = nil, networktype = nil, uniqvpcid = nil, servicevip = nil, port = nil, crossnetresourceuniqueid = nil, crossnetvpcsubnetid = nil) ⇒ KafkaConnectParam
constructor
A new instance of KafkaConnectParam.
Constructor Details
#initialize(resource = nil, selfbuilt = nil, isupdate = nil, brokeraddress = nil, region = nil, networktype = nil, uniqvpcid = nil, servicevip = nil, port = nil, crossnetresourceuniqueid = nil, crossnetvpcsubnetid = nil) ⇒ KafkaConnectParam
Returns a new instance of KafkaConnectParam.
8608 8609 8610 8611 8612 8613 8614 8615 8616 8617 8618 8619 8620 |
# File 'lib/v20190819/models.rb', line 8608 def initialize(resource=nil, selfbuilt=nil, isupdate=nil, brokeraddress=nil, region=nil, networktype=nil, uniqvpcid=nil, servicevip=nil, port=nil, crossnetresourceuniqueid=nil, crossnetvpcsubnetid=nil) @Resource = resource @SelfBuilt = selfbuilt @IsUpdate = isupdate @BrokerAddress = brokeraddress @Region = region @NetworkType = networktype @UniqVpcId = uniqvpcid @ServiceVip = servicevip @Port = port @CrossNetResourceUniqueId = crossnetresourceuniqueid @CrossNetVpcSubNetId = crossnetvpcsubnetid end |
Instance Attribute Details
#BrokerAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def BrokerAddress @BrokerAddress end |
#CrossNetResourceUniqueId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def CrossNetResourceUniqueId @CrossNetResourceUniqueId end |
#CrossNetVpcSubNetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def CrossNetVpcSubNetId @CrossNetVpcSubNetId end |
#IsUpdate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def IsUpdate @IsUpdate end |
#NetworkType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def NetworkType @NetworkType end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def Port @Port end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def Region @Region end |
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def Resource @Resource end |
#SelfBuilt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8606 8607 8608 |
# File 'lib/v20190819/models.rb', line 8606 def UniqVpcId @UniqVpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
8622 8623 8624 8625 8626 8627 8628 8629 8630 8631 8632 8633 8634 |
# File 'lib/v20190819/models.rb', line 8622 def deserialize(params) @Resource = params['Resource'] @SelfBuilt = params['SelfBuilt'] @IsUpdate = params['IsUpdate'] @BrokerAddress = params['BrokerAddress'] @Region = params['Region'] @NetworkType = params['NetworkType'] @UniqVpcId = params['UniqVpcId'] @ServiceVip = params['ServiceVip'] @Port = params['Port'] @CrossNetResourceUniqueId = params['CrossNetResourceUniqueId'] @CrossNetVpcSubNetId = params['CrossNetVpcSubNetId'] end |