Class: TencentCloud::Ckafka::V20190819::MqttConnectParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::MqttConnectParam
- Defined in:
- lib/v20190819/models.rb
Overview
MQTT连接源参数
Instance Attribute Summary collapse
-
#Ip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsUpdate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Password ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SelfBuilt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ServiceVip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UniqVpcId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(port = nil, username = nil, password = nil, resource = nil, servicevip = nil, uniqvpcid = nil, selfbuilt = nil, isupdate = nil, region = nil, ip = nil) ⇒ MqttConnectParam
constructor
A new instance of MqttConnectParam.
Constructor Details
#initialize(port = nil, username = nil, password = nil, resource = nil, servicevip = nil, uniqvpcid = nil, selfbuilt = nil, isupdate = nil, region = nil, ip = nil) ⇒ MqttConnectParam
Returns a new instance of MqttConnectParam.
9904 9905 9906 9907 9908 9909 9910 9911 9912 9913 9914 9915 |
# File 'lib/v20190819/models.rb', line 9904 def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, selfbuilt=nil, isupdate=nil, region=nil, ip=nil) @Port = port @UserName = username @Password = password @Resource = resource @ServiceVip = servicevip @UniqVpcId = uniqvpcid @SelfBuilt = selfbuilt @IsUpdate = isupdate @Region = region @Ip = ip end |
Instance Attribute Details
#Ip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def Ip @Ip end |
#IsUpdate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def IsUpdate @IsUpdate end |
#Password ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def Password @Password end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def Port @Port end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def Region @Region end |
#Resource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def Resource @Resource end |
#SelfBuilt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def SelfBuilt @SelfBuilt end |
#ServiceVip ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def ServiceVip @ServiceVip end |
#UniqVpcId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def UniqVpcId @UniqVpcId end |
#UserName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
9902 9903 9904 |
# File 'lib/v20190819/models.rb', line 9902 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
9917 9918 9919 9920 9921 9922 9923 9924 9925 9926 9927 9928 |
# File 'lib/v20190819/models.rb', line 9917 def deserialize(params) @Port = params['Port'] @UserName = params['UserName'] @Password = params['Password'] @Resource = params['Resource'] @ServiceVip = params['ServiceVip'] @UniqVpcId = params['UniqVpcId'] @SelfBuilt = params['SelfBuilt'] @IsUpdate = params['IsUpdate'] @Region = params['Region'] @Ip = params['Ip'] end |