Class: TencentCloud::Cls::V20201016::DescribeKafkaConsumerGroupDetailResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DescribeKafkaConsumerGroupDetailResponse
- Defined in:
- lib/v20201016/models.rb
Overview
DescribeKafkaConsumerGroupDetail返回参数结构体
Instance Attribute Summary collapse
-
#Group ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开.
-
#LogsetId ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开.
-
#PartitionInfos ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开.
-
#RequestId ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开.
-
#State ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetid = nil, group = nil, partitioninfos = nil, state = nil, requestid = nil) ⇒ DescribeKafkaConsumerGroupDetailResponse
constructor
A new instance of DescribeKafkaConsumerGroupDetailResponse.
Constructor Details
#initialize(logsetid = nil, group = nil, partitioninfos = nil, state = nil, requestid = nil) ⇒ DescribeKafkaConsumerGroupDetailResponse
Returns a new instance of DescribeKafkaConsumerGroupDetailResponse.
8578 8579 8580 8581 8582 8583 8584 |
# File 'lib/v20201016/models.rb', line 8578 def initialize(logsetid=nil, group=nil, partitioninfos=nil, state=nil, requestid=nil) @LogsetId = logsetid @Group = group @PartitionInfos = partitioninfos @State = state @RequestId = requestid end |
Instance Attribute Details
#Group ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
8576 8577 8578 |
# File 'lib/v20201016/models.rb', line 8576 def Group @Group end |
#LogsetId ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
8576 8577 8578 |
# File 'lib/v20201016/models.rb', line 8576 def LogsetId @LogsetId end |
#PartitionInfos ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
8576 8577 8578 |
# File 'lib/v20201016/models.rb', line 8576 def PartitionInfos @PartitionInfos end |
#RequestId ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
8576 8577 8578 |
# File 'lib/v20201016/models.rb', line 8576 def RequestId @RequestId end |
#State ⇒ Object
Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动 Stable:组内成员正常消费,分区分配平衡。正常运行状态 PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开 CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开
8576 8577 8578 |
# File 'lib/v20201016/models.rb', line 8576 def State @State end |
Instance Method Details
#deserialize(params) ⇒ Object
8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 8598 8599 |
# File 'lib/v20201016/models.rb', line 8586 def deserialize(params) @LogsetId = params['LogsetId'] @Group = params['Group'] unless params['PartitionInfos'].nil? @PartitionInfos = [] params['PartitionInfos'].each do |i| grouppartitioninfo_tmp = GroupPartitionInfo.new grouppartitioninfo_tmp.deserialize(i) @PartitionInfos << grouppartitioninfo_tmp end end @State = params['State'] @RequestId = params['RequestId'] end |