Class: TencentCloud::Cls::V20201016::CheckRechargeKafkaServerResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CheckRechargeKafkaServerResponse
- Defined in:
- lib/v20201016/models.rb
Overview
CheckRechargeKafkaServer返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
- 0:可正常访问 - -1:broker 连接失败 - -2:sasl 鉴权失败 - -3:ckafka 角色未授权 - -4:topic 列表不存在 - -5:topic 内暂无数据 - -6:用户没有 ckafka 权限 - -7:消费组已经存在 - -8:kafka 实例不存在或已销毁 - -9:Broker 列表为空 - -10:Broker 地址格式不正确 - -11:Broker 端口非整型.
-
#Status ⇒ Object
- 0:可正常访问 - -1:broker 连接失败 - -2:sasl 鉴权失败 - -3:ckafka 角色未授权 - -4:topic 列表不存在 - -5:topic 内暂无数据 - -6:用户没有 ckafka 权限 - -7:消费组已经存在 - -8:kafka 实例不存在或已销毁 - -9:Broker 列表为空 - -10:Broker 地址格式不正确 - -11:Broker 端口非整型.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, requestid = nil) ⇒ CheckRechargeKafkaServerResponse
constructor
A new instance of CheckRechargeKafkaServerResponse.
Constructor Details
#initialize(status = nil, requestid = nil) ⇒ CheckRechargeKafkaServerResponse
Returns a new instance of CheckRechargeKafkaServerResponse.
1163 1164 1165 1166 |
# File 'lib/v20201016/models.rb', line 1163 def initialize(status=nil, requestid=nil) @Status = status @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
- 0:可正常访问
- -1:broker 连接失败
- -2:sasl 鉴权失败
- -3:ckafka 角色未授权
- -4:topic 列表不存在
- -5:topic 内暂无数据
- -6:用户没有 ckafka 权限
- -7:消费组已经存在
- -8:kafka 实例不存在或已销毁
- -9:Broker 列表为空
- -10:Broker 地址格式不正确
- -11:Broker 端口非整型
1161 1162 1163 |
# File 'lib/v20201016/models.rb', line 1161 def RequestId @RequestId end |
#Status ⇒ Object
- 0:可正常访问
- -1:broker 连接失败
- -2:sasl 鉴权失败
- -3:ckafka 角色未授权
- -4:topic 列表不存在
- -5:topic 内暂无数据
- -6:用户没有 ckafka 权限
- -7:消费组已经存在
- -8:kafka 实例不存在或已销毁
- -9:Broker 列表为空
- -10:Broker 地址格式不正确
- -11:Broker 端口非整型
1161 1162 1163 |
# File 'lib/v20201016/models.rb', line 1161 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1168 1169 1170 1171 |
# File 'lib/v20201016/models.rb', line 1168 def deserialize(params) @Status = params['Status'] @RequestId = params['RequestId'] end |